Package io.undertow.client.http
Class HttpClientProvider
- java.lang.Object
-
- io.undertow.client.http.HttpClientProvider
-
- All Implemented Interfaces:
ClientProvider
public class HttpClientProvider extends java.lang.Object implements ClientProvider
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description HttpClientProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
handlesSchemes
public java.util.Set<java.lang.String> handlesSchemes()
- Specified by:
handlesSchemes
in interfaceClientProvider
-
connect
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)
- Specified by:
connect
in interfaceClientProvider
-
connect
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)
- Specified by:
connect
in interfaceClientProvider
-
connect
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)
- Specified by:
connect
in interfaceClientProvider
-
connect
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)
- Specified by:
connect
in interfaceClientProvider
-
-