Uses of Interface
io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler
-
Packages that use ConnectionPoolErrorHandler Package Description io.undertow.server.handlers.proxy -
-
Uses of ConnectionPoolErrorHandler in io.undertow.server.handlers.proxy
Subinterfaces of ConnectionPoolErrorHandler in io.undertow.server.handlers.proxy Modifier and Type Interface Description interface
ConnectionPoolManager
Manager that controls the behaviour of aProxyConnectionPool
Classes in io.undertow.server.handlers.proxy that implement ConnectionPoolErrorHandler Modifier and Type Class Description static class
ConnectionPoolErrorHandler.CountingErrorHandler
Counting error handler, this only propagates the state to the delegate handler after reaching a given limit.static class
ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler
class
LoadBalancingProxyClient.Host
Constructors in io.undertow.server.handlers.proxy with parameters of type ConnectionPoolErrorHandler Constructor Description CountingErrorHandler(int errorCount, int successCount, long interval, ConnectionPoolErrorHandler delegate)
-