Uses of Class
com.opencloud.sentinel.common.SessionType
-
Packages that use SessionType Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel SIP service. -
-
Uses of SessionType in com.opencloud.sentinel.common
Fields in com.opencloud.sentinel.common declared as SessionType Modifier and Type Field Description static SessionType
SentinelCommonSessionState. _initialSessionType
Methods in com.opencloud.sentinel.common that return SessionType Modifier and Type Method Description SessionType
SentinelCommonSessionState. getSessionType()
Get the type of this session.static SessionType
SessionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SessionType[]
SessionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.common with parameters of type SessionType Modifier and Type Method Description void
SentinelCommonSessionState. setSessionType(SessionType SessionType)
Set the session type
-