Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers.proxy |
Modifier and Type | Method and 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,
HttpHandler next)
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.
|
Modifier and Type | Method and Description |
---|---|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
ExchangeAttribute attribute)
Deprecated.
|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
String value)
Deprecated.
|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
String attribute,
ClassLoader classLoader)
Deprecated.
|
ProxyHandler |
ProxyHandler.Builder.build() |
ProxyHandler |
ProxyHandler.removeRequestHeader(HttpString header)
Deprecated.
|
ProxyHandler |
ProxyHandler.setMaxConnectionRetries(int maxConnectionRetries)
Deprecated.
|
ProxyHandler |
ProxyHandler.setReuseXForwarded(boolean reuseXForwarded)
Deprecated.
|
ProxyHandler |
ProxyHandler.setRewriteHostHeader(boolean rewriteHostHeader)
Deprecated.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.