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