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