Class LoadBalancingRouterProxyClient.Host
- java.lang.Object
-
- io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler
-
- io.undertow.server.handlers.proxy.LoadBalancingRouterProxyClient.Host
-
- All Implemented Interfaces:
io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler,io.undertow.server.handlers.proxy.ConnectionPoolManager,io.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
- Enclosing class:
- LoadBalancingRouterProxyClient
public final class LoadBalancingRouterProxyClient.Host extends io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler implements io.undertow.server.handlers.proxy.ConnectionPoolManager
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxCachedConnections()intgetMaxConnections()intgetMaxQueueSize()intgetProblemServerRetry()intgetSMaxConnections()longgetTtl()URIgetUri()-
Methods inherited from class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler
clearError, handleError, isAvailable
-
-
-
-
Method Detail
-
getProblemServerRetry
public int getProblemServerRetry()
- Specified by:
getProblemServerRetryin interfaceio.undertow.server.handlers.proxy.ConnectionPoolManager
-
getMaxConnections
public int getMaxConnections()
- Specified by:
getMaxConnectionsin interfaceio.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
getMaxCachedConnections
public int getMaxCachedConnections()
- Specified by:
getMaxCachedConnectionsin interfaceio.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
getSMaxConnections
public int getSMaxConnections()
- Specified by:
getSMaxConnectionsin interfaceio.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
getTtl
public long getTtl()
- Specified by:
getTtlin interfaceio.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
getMaxQueueSize
public int getMaxQueueSize()
- Specified by:
getMaxQueueSizein interfaceio.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
getUri
public URI getUri()
-
-