Uses of Class
io.undertow.client.UndertowClient
-
Packages that use UndertowClient Package Description io.undertow.client io.undertow.server.handlers.proxy io.undertow.server.handlers.proxy.mod_cluster -
-
Uses of UndertowClient in io.undertow.client
Methods in io.undertow.client that return UndertowClient Modifier and Type Method Description static UndertowClient
UndertowClient. getInstance()
static UndertowClient
UndertowClient. getInstance(java.lang.ClassLoader classLoader)
-
Uses of UndertowClient in io.undertow.server.handlers.proxy
Constructors in io.undertow.server.handlers.proxy with parameters of type UndertowClient Constructor Description LoadBalancingProxyClient(UndertowClient client)
LoadBalancingProxyClient(UndertowClient client, ExclusivityChecker exclusivityChecker)
LoadBalancingProxyClient(UndertowClient client, ExclusivityChecker exclusivityChecker, LoadBalancingProxyClient.HostSelector hostSelector)
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)
-
Uses of UndertowClient in io.undertow.server.handlers.proxy.mod_cluster
Methods in io.undertow.server.handlers.proxy.mod_cluster with parameters of type UndertowClient Modifier and Type Method Description static ModCluster.Builder
ModCluster. builder(org.xnio.XnioWorker worker, UndertowClient client)
static ModCluster.Builder
ModCluster. builder(org.xnio.XnioWorker worker, UndertowClient client, org.xnio.ssl.XnioSsl xnioSsl)
-