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 interfaceConnectionPoolManagerManager that controls the behaviour of aProxyConnectionPoolClasses in io.undertow.server.handlers.proxy that implement ConnectionPoolErrorHandler Modifier and Type Class Description static classConnectionPoolErrorHandler.CountingErrorHandlerCounting error handler, this only propagates the state to the delegate handler after reaching a given limit.static classConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandlerclassLoadBalancingProxyClient.HostConstructors in io.undertow.server.handlers.proxy with parameters of type ConnectionPoolErrorHandler Constructor Description CountingErrorHandler(int errorCount, int successCount, long interval, ConnectionPoolErrorHandler delegate)
-