Uses of Class
com.opencloud.sentinel.common.SipServiceType
-
Packages that use SipServiceType Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel SIP service. -
-
Uses of SipServiceType in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return SipServiceType Modifier and Type Method Description SipServiceType
SentinelSipSessionState. getSipServiceType()
static SipServiceType
SipServiceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SipServiceType[]
SipServiceType. 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 SipServiceType Modifier and Type Method Description void
SentinelSipSessionState. setSipServiceType(SipServiceType ServiceType)
-