| Package | Description |
|---|---|
| io.undertow.server.handlers.proxy | |
| io.undertow.server.handlers.proxy.mod_cluster |
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ProxyClient.MaxRetriesProxyTarget |
| Modifier and Type | Method | Description |
|---|---|---|
ProxyClient.ProxyTarget |
LoadBalancingProxyClient.findTarget(HttpServerExchange exchange) |
|
ProxyClient.ProxyTarget |
ProxyClient.findTarget(HttpServerExchange exchange) |
Finds a proxy target for this request, returning null if none can be found.
|
ProxyClient.ProxyTarget |
SimpleProxyClientProvider.findTarget(HttpServerExchange exchange) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProxyConnectionPool.connect(ProxyClient.ProxyTarget proxyTarget,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeout,
TimeUnit timeUnit,
boolean exclusive) |
|
void |
LoadBalancingProxyClient.getConnection(ProxyClient.ProxyTarget target,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeout,
TimeUnit timeUnit) |
|
void |
ProxyClient.getConnection(ProxyClient.ProxyTarget target,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeout,
TimeUnit timeUnit) |
Gets a proxy connection for the given request.
|
void |
SimpleProxyClientProvider.getConnection(ProxyClient.ProxyTarget target,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeout,
TimeUnit timeUnit) |
Deprecated.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ModClusterProxyTarget |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ModClusterProxyTarget.BasicTarget |
|
static class |
ModClusterProxyTarget.ExistingSessionTarget |
Copyright © 2018. All rights reserved.