public final class UndertowClient
extends java.lang.Object
ClientProvider
implementations, and uses them to
create connections to a target.Modifier and Type | Method | Description |
---|---|---|
void |
connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
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 |
connect(ClientCallback<ClientConnection> listener,
java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
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 |
connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
void |
connect(ClientCallback<ClientConnection> listener,
java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
connect(java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
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> |
connect(java.net.InetSocketAddress bindAddress,
java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
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> |
connect(java.net.URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
connect(java.net.URI uri,
org.xnio.XnioIoThread ioThread,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
connect(java.net.URI uri,
org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
org.xnio.IoFuture<ClientConnection> |
connect(java.net.URI uri,
org.xnio.XnioWorker worker,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
static UndertowClient |
getInstance() |
|
static UndertowClient |
getInstance(java.lang.ClassLoader classLoader) |
public org.xnio.IoFuture<ClientConnection> connect(java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public org.xnio.IoFuture<ClientConnection> connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public org.xnio.IoFuture<ClientConnection> connect(java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public org.xnio.IoFuture<ClientConnection> connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public org.xnio.IoFuture<ClientConnection> connect(java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public org.xnio.IoFuture<ClientConnection> connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public org.xnio.IoFuture<ClientConnection> connect(java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public org.xnio.IoFuture<ClientConnection> connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public void connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public void connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public void connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public void 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)
public void connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public void connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public void connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
public void 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)
public static UndertowClient getInstance()
public static UndertowClient getInstance(java.lang.ClassLoader classLoader)
Copyright © 2018. All rights reserved.