Uses of Interface
io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler
Packages that use ConnectionPoolErrorHandler
-
Uses of ConnectionPoolErrorHandler in io.undertow.server.handlers.proxy
Subinterfaces of ConnectionPoolErrorHandler in io.undertow.server.handlers.proxyModifier and TypeInterfaceDescriptioninterface
Manager that controls the behaviour of aProxyConnectionPool
Classes in io.undertow.server.handlers.proxy that implement ConnectionPoolErrorHandlerModifier and TypeClassDescriptionstatic class
Counting error handler, this only propagates the state to the delegate handler after reaching a given limit.static class
final class
Constructors in io.undertow.server.handlers.proxy with parameters of type ConnectionPoolErrorHandlerModifierConstructorDescriptionCountingErrorHandler
(int errorCount, int successCount, long interval, ConnectionPoolErrorHandler delegate)