Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.pool |
Basic implementations for interfaces in
org.apache.http.nio.pool . |
org.apache.http.nio.reactor.ssl |
Non-blocking TLS/SSL session implementation.
|
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 defaultMode,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of SSLIOSession class.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.