Package io.undertow.client.http2
Class Http2ClientProvider
- java.lang.Object
-
- io.undertow.client.http2.Http2ClientProvider
-
- All Implemented Interfaces:
ClientProvider
public class Http2ClientProvider extends Object implements ClientProvider
Plaintext HTTP2 client provider that works using HTTP upgrade- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description Http2ClientProvider()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ALPNClientSelector.ALPNProtocolalpnProtocol(ClientCallback<ClientConnection> listener, URI uri, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidconnect(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidconnect(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidconnect(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidconnect(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)Set<String>handlesSchemes()
-
-
-
Method Detail
-
connect
public void connect(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
- Specified by:
connectin interfaceClientProvider
-
connect
public void connect(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)
- Specified by:
connectin interfaceClientProvider
-
handlesSchemes
public Set<String> handlesSchemes()
- Specified by:
handlesSchemesin interfaceClientProvider
-
connect
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)
- Specified by:
connectin interfaceClientProvider
-
connect
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)
- Specified by:
connectin interfaceClientProvider
-
alpnProtocol
public static ALPNClientSelector.ALPNProtocol alpnProtocol(ClientCallback<ClientConnection> listener, URI uri, ByteBufferPool bufferPool, org.xnio.OptionMap options)
-
-