Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
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 |
---|---|
protected SSLIOSession |
SSLNHttpClientConnectionFactory.createSSLIOSession(IOSession iosession,
SSLContext sslcontext,
SSLSetupHandler sslHandler) |
protected SSLIOSession |
SSLNHttpServerConnectionFactory.createSSLIOSession(IOSession iosession,
SSLContext sslcontext,
SSLSetupHandler sslHandler) |
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,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of SSLIOSession class.
|
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.