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)Deprecated.ProxyHandlerProxyHandler. addRequestHeader(HttpString header, java.lang.String value)Deprecated.ProxyHandlerProxyHandler. addRequestHeader(HttpString header, java.lang.String attribute, java.lang.ClassLoader classLoader)Deprecated.ProxyHandlerProxyHandler.Builder. build()ProxyHandlerProxyHandler. removeRequestHeader(HttpString header)Deprecated.ProxyHandlerProxyHandler. setMaxConnectionRetries(int maxConnectionRetries)Deprecated.ProxyHandlerProxyHandler. setReuseXForwarded(boolean reuseXForwarded)Deprecated.ProxyHandlerProxyHandler. setRewriteHostHeader(boolean rewriteHostHeader)Deprecated.
-