public class Http2PriorKnowledgeClientProvider extends Object implements ClientProvider
| Modifier and Type | Field and Description | 
|---|---|
| static byte[] | PRI_REQUEST | 
| Constructor and Description | 
|---|
| Http2PriorKnowledgeClientProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | connect(ClientCallback<ClientConnection> listener,
       InetSocketAddress bindAddress,
       URI uri,
       XnioIoThread ioThread,
       XnioSsl ssl,
       ByteBufferPool bufferPool,
       OptionMap options) | 
| void | connect(ClientCallback<ClientConnection> listener,
       InetSocketAddress bindAddress,
       URI uri,
       XnioWorker worker,
       XnioSsl ssl,
       ByteBufferPool bufferPool,
       OptionMap options) | 
| void | connect(ClientCallback<ClientConnection> listener,
       URI uri,
       XnioIoThread ioThread,
       XnioSsl ssl,
       ByteBufferPool bufferPool,
       OptionMap options) | 
| void | connect(ClientCallback<ClientConnection> listener,
       URI uri,
       XnioWorker worker,
       XnioSsl ssl,
       ByteBufferPool bufferPool,
       OptionMap options) | 
| Set<String> | handlesSchemes() | 
public void connect(ClientCallback<ClientConnection> listener, URI uri, XnioWorker worker, XnioSsl ssl, ByteBufferPool bufferPool, OptionMap options)
connect in interface ClientProviderpublic void connect(ClientCallback<ClientConnection> listener, URI uri, XnioIoThread ioThread, XnioSsl ssl, ByteBufferPool bufferPool, OptionMap options)
connect in interface ClientProviderpublic Set<String> handlesSchemes()
handlesSchemes in interface ClientProviderpublic void connect(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, XnioWorker worker, XnioSsl ssl, ByteBufferPool bufferPool, OptionMap options)
connect in interface ClientProviderpublic void connect(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, XnioIoThread ioThread, XnioSsl ssl, ByteBufferPool bufferPool, OptionMap options)
connect in interface ClientProviderCopyright © 2016 JBoss by Red Hat. All rights reserved.