public class Http2ClearClientProvider extends Object implements ClientProvider
Constructor and Description |
---|
Http2ClearClientProvider() |
Modifier and Type | Method and Description |
---|---|
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,
org.xnio.ssl.XnioSsl ssl,
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,
org.xnio.ssl.XnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
static String |
createSettingsFrame(org.xnio.OptionMap options,
ByteBufferPool bufferPool) |
Set<String> |
handlesSchemes() |
public void connect(ClientCallback<ClientConnection> listener, 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, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
connect
in interface ClientProvider
public Set<String> handlesSchemes()
handlesSchemes
in interface ClientProvider
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)
connect
in interface ClientProvider
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)
connect
in interface ClientProvider
public static String createSettingsFrame(org.xnio.OptionMap options, ByteBufferPool bufferPool)
Copyright © 2021 JBoss by Red Hat. All rights reserved.