Uses of Class
io.undertow.client.UndertowClient
Packages that use UndertowClient
Package
Description
-
Uses of UndertowClient in io.undertow.client
Methods in io.undertow.client that return UndertowClientModifier and TypeMethodDescriptionstatic UndertowClient
UndertowClient.getInstance()
static UndertowClient
UndertowClient.getInstance
(ClassLoader classLoader) -
Uses of UndertowClient in io.undertow.server.handlers.proxy
Constructors in io.undertow.server.handlers.proxy with parameters of type UndertowClientModifierConstructorDescriptionLoadBalancingProxyClient
(UndertowClient client, ExclusivityChecker exclusivityChecker) LoadBalancingProxyClient
(UndertowClient client, ExclusivityChecker exclusivityChecker, LoadBalancingProxyClient.HostSelector hostSelector) 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) -
Uses of UndertowClient in io.undertow.server.handlers.proxy.mod_cluster
Methods in io.undertow.server.handlers.proxy.mod_cluster with parameters of type UndertowClientModifier and TypeMethodDescriptionstatic 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)