Package org.kie.server.router.proxy
Class CaptureHostLoadBalancingProxyClient
- java.lang.Object
-
- io.undertow.server.handlers.proxy.LoadBalancingProxyClient
-
- org.kie.server.router.proxy.CaptureHostLoadBalancingProxyClient
-
- All Implemented Interfaces:
io.undertow.server.handlers.proxy.ProxyClient
public class CaptureHostLoadBalancingProxyClient extends io.undertow.server.handlers.proxy.LoadBalancingProxyClient
-
-
Constructor Summary
Constructors Constructor Description CaptureHostLoadBalancingProxyClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()StringgetUri()protected io.undertow.server.handlers.proxy.LoadBalancingProxyClient.HostselectHost(io.undertow.server.HttpServerExchange exchange)-
Methods inherited from class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
addHost, addHost, addHost, addHost, addHost, addHost, addSessionCookieName, closeCurrentConnections, findTarget, getAllTargets, getConnection, getConnectionsPerThread, getMaxQueueSize, getProblemServerRetry, parseRoutes, removeHost, removeSessionCookieName, setConnectionsPerThread, setMaxQueueSize, setProblemServerRetry, setRankedRoutingDelimiter, setRouteParsingStrategy, setSoftMaxConnectionsPerThread, setTtl
-
-
-
-
Method Detail
-
selectHost
protected io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host selectHost(io.undertow.server.HttpServerExchange exchange)
- Overrides:
selectHostin classio.undertow.server.handlers.proxy.LoadBalancingProxyClient
-
getUri
public String getUri()
-
clear
public void clear()
-
-