| Package | Description |
|---|---|
| io.undertow.server.handlers.proxy | |
| io.undertow.server.handlers.proxy.mod_cluster |
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ProxyClient.HostProxyTarget |
|
static interface |
ProxyClient.MaxRetriesProxyTarget |
| Modifier and Type | Method | Description |
|---|---|---|
ProxyClient.ProxyTarget |
LoadBalancingProxyClient.findTarget(HttpServerExchange exchange) |
|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ProxyClient.ProxyTarget> |
LoadBalancingProxyClient.getAllTargets() |
|
default List<ProxyClient.ProxyTarget> |
ProxyClient.getAllTargets() |
| 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 |
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.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ModClusterProxyTarget |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ModClusterProxyTarget.BasicTarget |
|
static class |
ModClusterProxyTarget.ExistingSessionTarget |
Copyright © 2026 JBoss by Red Hat. All rights reserved.