Package | Description |
---|---|
com.opencloud.sentinel.multileg |
This package contains the interfaces required for leg management operations in the Sentinel services.
|
Modifier and Type | Method and Description |
---|---|
ProxyResult |
LegManager.proxySessionInternal(Leg leg,
URI newRequestUri)
Proxy the initial request received on the leg using a different request URI.
|
ProxyResult |
Leg.proxySessionInternal(URI newRequestUri)
Proxy the session to continue using different request URIs and remove Sentinel
from the route.
|
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.
|
Copyright © OpenCloud. All Rights Reserved.