Class CaptureHostLoadBalancingProxyClient

  • All Implemented Interfaces:
    io.undertow.server.handlers.proxy.ProxyClient

    public class CaptureHostLoadBalancingProxyClient
    extends io.undertow.server.handlers.proxy.LoadBalancingProxyClient
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.undertow.server.handlers.proxy.LoadBalancingProxyClient

        io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host, io.undertow.server.handlers.proxy.LoadBalancingProxyClient.HostSelector
      • Nested classes/interfaces inherited from interface io.undertow.server.handlers.proxy.ProxyClient

        io.undertow.server.handlers.proxy.ProxyClient.HostProxyTarget, io.undertow.server.handlers.proxy.ProxyClient.MaxRetriesProxyTarget, io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      String getUri()  
      protected io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host selectHost​(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
    • Constructor Detail

      • CaptureHostLoadBalancingProxyClient

        public CaptureHostLoadBalancingProxyClient()
    • Method Detail

      • selectHost

        protected io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host selectHost​(io.undertow.server.HttpServerExchange exchange)
        Overrides:
        selectHost in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
      • getUri

        public String getUri()
      • clear

        public void clear()