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.
|
Modifier and Type | Field and Description |
---|---|
static java.util.List<MccMnc> |
SentinelSipSessionState._initialPaniMccsMncs |
Modifier and Type | Method and Description |
---|---|
MccMnc |
SentinelSipSessionState.getImsiMccMnc() |
MccMnc |
SentinelSipSessionState.getPvniMccMnc() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MccMnc> |
SentinelSipSessionState.getPaniMccsMncs() |
Modifier and Type | Method and Description |
---|---|
void |
SentinelSipSessionState.setImsiMccMnc(MccMnc mccMnc) |
void |
SentinelSipSessionState.setPvniMccMnc(MccMnc mccMnc) |
Modifier and Type | Method and Description |
---|---|
void |
SentinelSipSessionState.setPaniMccsMncs(java.util.List<MccMnc> paniMccsMncs) |
Modifier and Type | Method and Description |
---|---|
PlmnIdAnalyser.PlmnIdMatch |
PlmnIdAnalyser.classifyMccMnc(MccMnc mccMnc,
com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
Classify an MccMnc
|
boolean |
PlmnIdAnalyser.isHomePlmnId(MccMnc mccMnc,
com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
Determine if an MccMnc is a home PLMN ID
|
Copyright © OpenCloud. All Rights Reserved.