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) Adds a request header to the outgoing request. |
ProxyHandler | ProxyHandler.addRequestHeader(HttpString header, String value) Adds a request header to the outgoing request. |
ProxyHandler | ProxyHandler.addRequestHeader(HttpString header, String attribute, ClassLoader classLoader) Adds a request header to the outgoing request. |
ProxyHandler | ProxyHandler.removeRequestHeader(HttpString header) Removes a request header |
Copyright © 2015 JBoss by Red Hat. All rights reserved.