ClientProvider
public class HttpClientProvider extends java.lang.Object implements ClientProvider
Constructor | Description |
---|---|
HttpClientProvider() |
Modifier and Type | Method | Description |
---|---|---|
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,
org.xnio.ssl.XnioSsl ssl,
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,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
java.util.Set<java.lang.String> |
handlesSchemes() |
public java.util.Set<java.lang.String> handlesSchemes()
handlesSchemes
in interface ClientProvider
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)
connect
in interface ClientProvider
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)
connect
in interface ClientProvider
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)
connect
in interface ClientProvider
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)
connect
in interface ClientProvider
Copyright © 2018. All rights reserved.