Uses of Class
com.opencloud.sentinel.multileg.ProxyResult
-
Packages that use ProxyResult Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel services. -
-
Uses of ProxyResult in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return ProxyResult Modifier and Type Method Description ProxyResult
Leg. proxySessionInternal(org.jainslee.resources.sip.URI newRequestUri)
Proxy the session to continue using different request URIs and remove Sentinel from the route.ProxyResult
LegManager. proxySessionInternal(Leg leg, org.jainslee.resources.sip.URI newRequestUri)
Proxy the initial request received on the leg using a different request URI.static ProxyResult
ProxyResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProxyResult[]
ProxyResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-