Package | Description |
---|---|
io.undertow.client | |
io.undertow.client.ajp | |
io.undertow.client.http | |
io.undertow.server.handlers.proxy |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientExchange.getConnection() |
Modifier and Type | Method and Description |
---|---|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(URI uri,
org.xnio.XnioWorker worker,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
org.xnio.ChannelListener.Setter<? extends ClientConnection> |
ClientConnection.getCloseSetter() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
void |
ClientProvider.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioWorker worker,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
void |
ClientProvider.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
AjpClientExchange.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
AjpClientProvider.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
void |
AjpClientProvider.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientConnection |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
HttpClientExchange.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientProvider.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
void |
HttpClientProvider.connect(ClientCallback<ClientConnection> listener,
URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
org.xnio.Pool<ByteBuffer> bufferPool,
org.xnio.OptionMap options) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ProxyConnection.getConnection() |
Constructor and Description |
---|
ProxyConnection(ClientConnection connection,
String targetPath) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.