Package | Description |
---|---|
io.undertow.client | |
io.undertow.server.handlers.proxy | |
io.undertow.server.handlers.proxy.mod_cluster |
Modifier and Type | Method and Description |
---|---|
static UndertowClient |
UndertowClient.getInstance() |
static UndertowClient |
UndertowClient.getInstance(ClassLoader classLoader) |
Constructor and Description |
---|
LoadBalancingProxyClient(UndertowClient client) |
LoadBalancingProxyClient(UndertowClient client,
ExclusivityChecker exclusivityChecker) |
LoadBalancingProxyClient(UndertowClient client,
ExclusivityChecker exclusivityChecker,
LoadBalancingProxyClient.HostSelector hostSelector) |
ProxyConnectionPool(ConnectionPoolManager connectionPoolManager,
InetSocketAddress bindAddress,
URI uri,
UndertowClient client,
OptionMap options) |
ProxyConnectionPool(ConnectionPoolManager connectionPoolManager,
InetSocketAddress bindAddress,
URI uri,
XnioSsl ssl,
UndertowClient client,
OptionMap options) |
ProxyConnectionPool(ConnectionPoolManager connectionPoolManager,
URI uri,
UndertowClient client,
OptionMap options) |
ProxyConnectionPool(ConnectionPoolManager connectionPoolManager,
URI uri,
XnioSsl ssl,
UndertowClient client,
OptionMap options) |
Modifier and Type | Method and Description |
---|---|
static ModCluster.Builder |
ModCluster.builder(XnioWorker worker,
UndertowClient client) |
static ModCluster.Builder |
ModCluster.builder(XnioWorker worker,
UndertowClient client,
XnioSsl xnioSsl) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.