Uses of Class
com.opencloud.sentinel.common.MccMnc
-
Packages that use MccMnc Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel services.com.opencloud.sentinel.providers This package contains the interfaces for injected resource providers in the Sentinel services. -
-
Uses of MccMnc in com.opencloud.sentinel.common
Fields in com.opencloud.sentinel.common with type parameters of type MccMnc Modifier and Type Field Description static java.util.List<MccMnc>SentinelSipSessionState. _initialPaniMccsMncsMethods in com.opencloud.sentinel.common that return MccMnc Modifier and Type Method Description MccMncSentinelSipSessionState. getImsiMccMnc()MccMncSentinelSipSessionState. getPvniMccMnc()Methods in com.opencloud.sentinel.common that return types with arguments of type MccMnc Modifier and Type Method Description java.util.List<MccMnc>SentinelSipSessionState. getPaniMccsMncs()Methods in com.opencloud.sentinel.common with parameters of type MccMnc Modifier and Type Method Description voidSentinelSipSessionState. setImsiMccMnc(MccMnc mccMnc)voidSentinelSipSessionState. setPvniMccMnc(MccMnc mccMnc)Method parameters in com.opencloud.sentinel.common with type arguments of type MccMnc Modifier and Type Method Description voidSentinelSipSessionState. setPaniMccsMncs(java.util.List<MccMnc> paniMccsMncs) -
Uses of MccMnc in com.opencloud.sentinel.providers
Methods in com.opencloud.sentinel.providers with parameters of type MccMnc Modifier and Type Method Description PlmnIdAnalyser.PlmnIdMatchPlmnIdAnalyser. classifyMccMnc(MccMnc mccMnc, com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)Classify an MccMncbooleanPlmnIdAnalyser. isHomePlmnId(MccMnc mccMnc, com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)Determine if an MccMnc is a home PLMN ID
-