| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.server.handlers.proxy |
| Modifier and Type | Method | Description |
|---|---|---|
static ProxyHandler |
Handlers.proxyHandler(ProxyClient proxyClient) |
Returns a handler that can act as a load balancing reverse proxy.
|
static ProxyHandler |
Handlers.proxyHandler(ProxyClient proxyClient,
int maxRequestTime,
HttpHandler next) |
Returns a handler that can act as a load balancing reverse proxy.
|
static ProxyHandler |
Handlers.proxyHandler(ProxyClient proxyClient,
HttpHandler next) |
Returns a handler that can act as a load balancing reverse proxy.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
LoadBalancingProxyClient |
Initial implementation of a load balancing proxy client.
|
class |
SimpleProxyClientProvider |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProxyClient |
ProxyHandler.Builder.getProxyClient() |
|
ProxyClient |
ProxyHandler.getProxyClient() |
| Modifier and Type | Method | Description |
|---|---|---|
ProxyHandler.Builder |
ProxyHandler.Builder.setProxyClient(ProxyClient proxyClient) |
| Constructor | Description |
|---|---|
ProxyHandler(ProxyClient proxyClient,
int maxRequestTime,
HttpHandler next) |
Deprecated.
|
ProxyHandler(ProxyClient proxyClient,
int maxRequestTime,
HttpHandler next,
boolean rewriteHostHeader,
boolean reuseXForwarded) |
Deprecated.
|
ProxyHandler(ProxyClient proxyClient,
int maxRequestTime,
HttpHandler next,
boolean rewriteHostHeader,
boolean reuseXForwarded,
int maxConnectionRetries) |
Deprecated.
|
ProxyHandler(ProxyClient proxyClient,
HttpHandler next) |
Deprecated.
|
Copyright © 2018. All rights reserved.