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 | Class and Description |
---|---|
class | LoadBalancingProxyClient Initial implementation of a load balancing proxy client. |
class | SimpleProxyClientProvider Simple proxy client provider. |
Modifier and Type | Method and Description |
---|---|
ProxyClient | ProxyHandler.getProxyClient() |
Constructor and Description |
---|
ProxyHandler(ProxyClient proxyClient, HttpHandler next) |
ProxyHandler(ProxyClient proxyClient, int maxRequestTime, HttpHandler next) |
ProxyHandler(ProxyClient proxyClient, int maxRequestTime, HttpHandler next, boolean rewriteHostHeader, boolean reuseXForwarded) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.