Uses of Class
io.undertow.server.handlers.proxy.ProxyHandler
-
Packages that use ProxyHandler Package Description io.undertow io.undertow.server.handlers.proxy -
-
Uses of ProxyHandler in io.undertow
Methods in io.undertow that return ProxyHandler Modifier and Type Method Description static ProxyHandlerHandlers. proxyHandler(ProxyClient proxyClient)Returns a handler that can act as a load balancing reverse proxy.static ProxyHandlerHandlers. proxyHandler(ProxyClient proxyClient, int maxRequestTime, HttpHandler next)Returns a handler that can act as a load balancing reverse proxy.static ProxyHandlerHandlers. proxyHandler(ProxyClient proxyClient, HttpHandler next)Returns a handler that can act as a load balancing reverse proxy. -
Uses of ProxyHandler in io.undertow.server.handlers.proxy
Methods in io.undertow.server.handlers.proxy that return ProxyHandler Modifier and Type Method Description ProxyHandlerProxyHandler. addRequestHeader(HttpString header, ExchangeAttribute attribute)Adds a request header to the outgoing request.ProxyHandlerProxyHandler. addRequestHeader(HttpString header, String value)Adds a request header to the outgoing request.ProxyHandlerProxyHandler. addRequestHeader(HttpString header, String attribute, ClassLoader classLoader)Adds a request header to the outgoing request.ProxyHandlerProxyHandler. removeRequestHeader(HttpString header)Removes a request header
-