Constructors in org.apache.http.impl.nio with parameters of type SSLSetupHandler |
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated. (4.3) use DefaultHttpClientIODispatch.DefaultHttpClientIODispatch(
NHttpClientEventHandler, SSLContext, SSLSetupHandler, ConnectionConfig) |
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated. (4.3) use DefaultHttpServerIODispatch.DefaultHttpServerIODispatch(
NHttpServerEventHandler, SSLContext, SSLSetupHandler, ConnectionConfig) |
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated. (4.3) use SSLNHttpClientConnectionFactory.SSLNHttpClientConnectionFactory(SSLContext,
SSLSetupHandler, ConnectionConfig) |
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
ConnectionConfig config)
|
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
Deprecated. (4.3) use SSLNHttpClientConnectionFactory.SSLNHttpClientConnectionFactory(SSLContext,
SSLSetupHandler, HttpResponseFactory, ByteBufferAllocator, ConnectionConfig) |
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated. (4.3) use SSLNHttpServerConnectionFactory.SSLNHttpServerConnectionFactory(SSLContext,
SSLSetupHandler, ConnectionConfig) |
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
ConnectionConfig config)
|
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params)
Deprecated. (4.3) use SSLNHttpServerConnectionFactory.SSLNHttpServerConnectionFactory(SSLContext,
SSLSetupHandler, HttpRequestFactory, ByteBufferAllocator, ConnectionConfig) |