Uses of Class
com.opencloud.sentinel.multileg.SipLegType
-
Packages that use SipLegType Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel SIP service. -
-
Uses of SipLegType in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return SipLegType Modifier and Type Method Description static SipLegType
SipLegType. from(java.lang.String method)
static SipLegType
SipLegType. from(org.jainslee.resources.sip.SipRequest initialRequest)
SipLegType
LegState. getLegType()
static SipLegType
SipLegType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SipLegType[]
SipLegType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.multileg with parameters of type SipLegType Modifier and Type Method Description void
LegState. setLegType(SipLegType legType)
-