Uses of Interface
io.undertow.server.handlers.proxy.ProxyClient
-
Packages that use ProxyClient Package Description io.undertow io.undertow.server.handlers.proxy -
-
Uses of ProxyClient in io.undertow
Methods in io.undertow with parameters of type ProxyClient 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 ProxyClient in io.undertow.server.handlers.proxy
Classes in io.undertow.server.handlers.proxy that implement ProxyClient Modifier and Type Class Description classLoadBalancingProxyClientInitial implementation of a load balancing proxy client.classSimpleProxyClientProviderDeprecated.Methods in io.undertow.server.handlers.proxy that return ProxyClient Modifier and Type Method Description ProxyClientProxyHandler.Builder. getProxyClient()ProxyClientProxyHandler. getProxyClient()Methods in io.undertow.server.handlers.proxy with parameters of type ProxyClient Modifier and Type Method Description ProxyHandler.BuilderProxyHandler.Builder. setProxyClient(ProxyClient proxyClient)Constructors in io.undertow.server.handlers.proxy with parameters of type ProxyClient Constructor Description ProxyHandler(ProxyClient proxyClient, int maxRequestTime, HttpHandler next)Deprecated.ProxyHandler(ProxyClient proxyClient, int maxRequestTime, HttpHandler next, boolean rewriteHostHeader, boolean reuseXForwarded)Deprecated.ProxyHandler(ProxyClient proxyClient, int maxRequestTime, HttpHandler next, boolean rewriteHostHeader, boolean reuseXForwarded, int maxConnectionRetries)Deprecated.ProxyHandler(ProxyClient proxyClient, HttpHandler next)Deprecated.
-