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,
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) |
Modifier and Type | Method and 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) |
Copyright © 2024 JBoss by Red Hat. All rights reserved.