Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.impl.nio.bootstrap |
Embedded non-blocking server and server bootstrap.
|
org.apache.http.impl.nio.pool |
Default implementations of client side connection pools
for asynchronous, even driven communication.
|
org.apache.http.nio.reactor.ssl |
TLS/SSL support for asynchronous, event driven communication.
|
Modifier and Type | Method and Description |
---|---|
static <T extends NHttpClientEventHandler> |
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 <T extends NHttpServerEventHandler> |
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.
|
protected SSLIOSession |
SSLNHttpClientConnectionFactory.createSSLIOSession(IOSession ioSession,
SSLContext sslContext,
SSLSetupHandler sslHandler) |
protected SSLIOSession |
SSLNHttpServerConnectionFactory.createSSLIOSession(IOSession ioSession,
SSLContext sslContext,
SSLSetupHandler sslHandler) |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setSslSetupHandler(SSLSetupHandler sslSetupHandler)
Assigns
SSLSetupHandler instance. |
Constructor and Description |
---|
BasicNIOConnFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config) |
BasicNIOConnFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated.
|
BasicNIOConnFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
BasicNIOConnFactory(SSLContext sslContext,
SSLSetupHandler sslHandler,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig config) |
Modifier and Type | Method and Description |
---|---|
protected SSLSetupHandler |
SSLIOSession.getSSLSetupHandler() |
Constructor and Description |
---|
SSLIOSession(IOSession session,
SSLMode sslMode,
HttpHost host,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of
SSLIOSession class. |
SSLIOSession(IOSession session,
SSLMode sslMode,
HttpHost host,
SSLContext sslContext,
SSLSetupHandler handler,
SSLBufferManagementStrategy bufferManagementStrategy)
Creates new instance of
SSLIOSession class. |
SSLIOSession(IOSession session,
SSLMode sslMode,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of
SSLIOSession class. |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.