Package | Description |
---|---|
io.undertow.client | |
io.undertow.client.ajp | |
io.undertow.client.http | |
io.undertow.client.http2 | |
io.undertow.server.handlers.proxy |
Modifier and Type | Method | Description |
---|---|---|
ClientConnection |
ClientExchange.getConnection() |
Modifier and Type | Method | Description |
---|---|---|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
UndertowClient.connect(java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.ChannelListener.Setter<? extends ClientConnection> |
ClientConnection.getCloseSetter() |
Modifier and Type | Method | Description |
---|---|---|
void |
ClientConnection.addCloseListener(org.xnio.ChannelListener<ClientConnection> listener) |
Adds a close listener, than will be invoked with the connection is closed
|
void |
ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
static void |
ALPNClientSelector.runAlpn(org.xnio.ssl.SslConnection sslConnection,
org.xnio.ChannelListener<org.xnio.ssl.SslConnection> fallback,
ClientCallback<ClientConnection> failedListener,
ALPNClientSelector.ALPNProtocol... details) |
Modifier and Type | Method | Description |
---|---|---|
void |
AjpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
AjpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
AjpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
AjpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
Modifier and Type | Method | Description |
---|---|---|
void |
HttpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
HttpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
HttpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
HttpClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
Modifier and Type | Class | Description |
---|---|---|
class |
Http2ClientConnection |
Modifier and Type | Method | Description |
---|---|---|
ClientConnection |
Http2ClientExchange.getConnection() |
Modifier and Type | Method | Description |
---|---|---|
org.xnio.ChannelListener.Setter<? extends ClientConnection> |
Http2ClientConnection.getCloseSetter() |
Modifier and Type | Method | Description |
---|---|---|
void |
Http2ClientConnection.addCloseListener(org.xnio.ChannelListener<ClientConnection> listener) |
|
static ALPNClientSelector.ALPNProtocol |
Http2ClientProvider.alpnProtocol(ClientCallback<ClientConnection> listener,
java.net.URI uri,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClearClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClearClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClearClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClearClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2ClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2PriorKnowledgeClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2PriorKnowledgeClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2PriorKnowledgeClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
Http2PriorKnowledgeClientProvider.connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
Constructor | Description |
---|---|
Http2ClientExchange(ClientConnection clientConnection,
Http2StreamSinkChannel request,
ClientRequest clientRequest) |
Modifier and Type | Method | Description |
---|---|---|
ClientConnection |
ProxyConnection.getConnection() |
Constructor | Description |
---|---|
ProxyConnection(ClientConnection connection,
java.lang.String targetPath) |
Copyright © 2018. All rights reserved.