Uses of Interface
com.opencloud.sentinel.common.SentinelSessionState
-
Packages that use SentinelSessionState Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel services.com.opencloud.sentinel.feature.spi This package contains the endpoint and feature API in the Sentinel services. -
-
Uses of SentinelSessionState in com.opencloud.sentinel.common
Subinterfaces of SentinelSessionState in com.opencloud.sentinel.common Modifier and Type Interface Description interface
SentinelDiameterMediationSessionState
The Session state interface as it is available to the DiameterSentinel features.interface
SentinelDiameterSessionState
The Session state interface as it is available to the DiameterSentinel features.interface
SentinelSipSessionState
interface
SentinelSs7SessionState
session state required by the sentinel ss7 core -
Uses of SentinelSessionState in com.opencloud.sentinel.feature.spi
Methods in com.opencloud.sentinel.feature.spi that return SentinelSessionState Modifier and Type Method Description SentinelSessionState
SentinelLocal. getSentinelSessionState()
Get the session state
-