Uses of Class
com.opencloud.sentinel.multileg.LegStateMap
-
Packages that use LegStateMap Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel services. -
-
Uses of LegStateMap in com.opencloud.sentinel.common
Fields in com.opencloud.sentinel.common declared as LegStateMap Modifier and Type Field Description static LegStateMap
SentinelSipSessionState. _initialLegStateMap
Methods in com.opencloud.sentinel.common that return LegStateMap Modifier and Type Method Description LegStateMap
SentinelSipSessionState. getLegStateMap()
Methods in com.opencloud.sentinel.common with parameters of type LegStateMap Modifier and Type Method Description void
SentinelSipSessionState. setLegStateMap(LegStateMap legStateMap)
-