Methods in org.apache.http.impl.nio with parameters of type ConnectionConfig |
static
|
DefaultHttpClientIODispatch.create(T handler,
SSLContext sslContext,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler. |
static
|
DefaultHttpServerIODispatch.create(T handler,
SSLContext sslContext,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler. |
static
|
DefaultHttpServerIODispatch.create(T eventHandler,
SSLContext sslContext,
ConnectionConfig config,
HttpRequestFactory httpRequestFactory)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler. |
static
|
DefaultHttpClientIODispatch.create(T handler,
SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler. |
static
|
DefaultHttpServerIODispatch.create(T handler,
SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler. |
Constructors in org.apache.http.impl.nio with parameters of type ConnectionConfig |
DefaultHttpClientIODispatch(H handler,
ConnectionConfig config)
|
DefaultHttpClientIODispatch(H handler,
SSLContext sslContext,
ConnectionConfig config)
|
DefaultHttpClientIODispatch(H handler,
SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
DefaultHttpServerIODispatch(H handler,
ConnectionConfig config)
|
DefaultHttpServerIODispatch(H handler,
SSLContext sslContext,
ConnectionConfig config)
|
DefaultHttpServerIODispatch(H handler,
SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
DefaultNHttpClientConnectionFactory(ConnectionConfig cconfig)
|
DefaultNHttpClientConnectionFactory(ContentLengthStrategy incomingContentStrategy,
ContentLengthStrategy outgoingContentStrategy,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig cconfig)
|
DefaultNHttpClientConnectionFactory(NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig cconfig)
|
DefaultNHttpClientConnectionFactory(NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ConnectionConfig cconfig)
|
DefaultNHttpServerConnectionFactory(ByteBufferAllocator allocator,
NHttpMessageParserFactory<HttpRequest> requestParserFactory,
NHttpMessageWriterFactory<HttpResponse> responseWriterFactory,
ConnectionConfig cconfig)
|
DefaultNHttpServerConnectionFactory(ConnectionConfig config)
|
DefaultNHttpServerConnectionFactory(ContentLengthStrategy incomingContentStrategy,
ContentLengthStrategy outgoingContentStrategy,
NHttpMessageParserFactory<HttpRequest> requestParserFactory,
NHttpMessageWriterFactory<HttpResponse> responseWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig cconfig)
|
SSLNHttpClientConnectionFactory(ConnectionConfig config)
|
SSLNHttpClientConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
SSLNHttpClientConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
ContentLengthStrategy incomingContentStrategy,
ContentLengthStrategy outgoingContentStrategy,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig cconfig)
|
SSLNHttpClientConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig cconfig)
|
SSLNHttpClientConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ConnectionConfig cconfig)
|
SSLNHttpServerConnectionFactory(ConnectionConfig config)
|
SSLNHttpServerConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
SSLNHttpServerConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
ContentLengthStrategy incomingContentStrategy,
ContentLengthStrategy outgoingContentStrategy,
NHttpMessageParserFactory<HttpRequest> requestParserFactory,
NHttpMessageWriterFactory<HttpResponse> responseWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig cconfig)
|
SSLNHttpServerConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
NHttpMessageParserFactory<HttpRequest> requestParserFactory,
NHttpMessageWriterFactory<HttpResponse> responseWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig cconfig)
|
SSLNHttpServerConnectionFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
NHttpMessageParserFactory<HttpRequest> requestParserFactory,
NHttpMessageWriterFactory<HttpResponse> responseWriterFactory,
ConnectionConfig cconfig)
|