Uses of Interface
io.undertow.server.handlers.proxy.ConnectionPoolManager
Packages that use ConnectionPoolManager
-
Uses of ConnectionPoolManager in io.undertow.server.handlers.proxy
Classes in io.undertow.server.handlers.proxy that implement ConnectionPoolManagerConstructors in io.undertow.server.handlers.proxy with parameters of type ConnectionPoolManagerModifierConstructorDescriptionProxyConnectionPool
(ConnectionPoolManager connectionPoolManager, InetSocketAddress bindAddress, URI uri, UndertowClient client, org.xnio.OptionMap options) ProxyConnectionPool
(ConnectionPoolManager connectionPoolManager, InetSocketAddress bindAddress, URI uri, org.xnio.ssl.XnioSsl ssl, UndertowClient client, org.xnio.OptionMap options) ProxyConnectionPool
(ConnectionPoolManager connectionPoolManager, URI uri, UndertowClient client, org.xnio.OptionMap options) ProxyConnectionPool
(ConnectionPoolManager connectionPoolManager, URI uri, org.xnio.ssl.XnioSsl ssl, UndertowClient client, org.xnio.OptionMap options)