Uses of Interface
io.undertow.server.handlers.proxy.ConnectionPoolManager
-
Packages that use ConnectionPoolManager Package Description io.undertow.server.handlers.proxy -
-
Uses of ConnectionPoolManager in io.undertow.server.handlers.proxy
Classes in io.undertow.server.handlers.proxy that implement ConnectionPoolManager Modifier and Type Class Description classLoadBalancingProxyClient.HostConstructors in io.undertow.server.handlers.proxy with parameters of type ConnectionPoolManager Constructor Description ProxyConnectionPool(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)
-