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 class
LoadBalancingProxyClient.Host
Constructors in io.undertow.server.handlers.proxy with parameters of type ConnectionPoolManager Constructor Description ProxyConnectionPool(ConnectionPoolManager connectionPoolManager, java.net.InetSocketAddress bindAddress, java.net.URI uri, UndertowClient client, org.xnio.OptionMap options)
ProxyConnectionPool(ConnectionPoolManager connectionPoolManager, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.ssl.XnioSsl ssl, UndertowClient client, org.xnio.OptionMap options)
ProxyConnectionPool(ConnectionPoolManager connectionPoolManager, java.net.URI uri, UndertowClient client, org.xnio.OptionMap options)
ProxyConnectionPool(ConnectionPoolManager connectionPoolManager, java.net.URI uri, org.xnio.ssl.XnioSsl ssl, UndertowClient client, org.xnio.OptionMap options)
-