Uses of Class
io.undertow.server.handlers.proxy.ProxyHandler
Packages that use ProxyHandler
-
Uses of ProxyHandler in io.undertow
Methods in io.undertow that return ProxyHandlerModifier and TypeMethodDescriptionstatic ProxyHandler
Handlers.proxyHandler
(ProxyClient proxyClient) 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.static ProxyHandler
Handlers.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 ProxyHandlerModifier and TypeMethodDescriptionProxyHandler.addRequestHeader
(HttpString header, ExchangeAttribute attribute) Deprecated.ProxyHandler.addRequestHeader
(HttpString header, String value) Deprecated.ProxyHandler.addRequestHeader
(HttpString header, String attribute, ClassLoader classLoader) Deprecated.ProxyHandler.Builder.build()
ProxyHandler.removeRequestHeader
(HttpString header) Deprecated.ProxyHandler.setMaxConnectionRetries
(int maxConnectionRetries) Deprecated.ProxyHandler.setReuseXForwarded
(boolean reuseXForwarded) Deprecated.ProxyHandler.setRewriteHostHeader
(boolean rewriteHostHeader) Deprecated.