Uses of Interface
org.apache.http.nio.reactor.ssl.SSLSetupHandler

Packages that use SSLSetupHandler
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. 
 

Uses of SSLSetupHandler in org.apache.http.impl.nio
 

Methods in org.apache.http.impl.nio with parameters of type SSLSetupHandler
protected  SSLIOSession SSLNHttpClientConnectionFactory.createSSLIOSession(IOSession iosession, SSLContext sslcontext, SSLSetupHandler sslHandler)
           
protected  SSLIOSession SSLNHttpServerConnectionFactory.createSSLIOSession(IOSession iosession, SSLContext sslcontext, SSLSetupHandler sslHandler)
           
 

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, HttpParams params)
          Deprecated. (4.3) use SSLNHttpClientConnectionFactory.SSLNHttpClientConnectionFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory, ByteBufferAllocator, ConnectionConfig)
SSLNHttpClientConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpResponse> responseParserFactory, ByteBufferAllocator allocator, ConnectionConfig config)
           
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, HttpParams params)
          Deprecated. (4.3) use SSLNHttpServerConnectionFactory.SSLNHttpServerConnectionFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory, ByteBufferAllocator, ConnectionConfig)
SSLNHttpServerConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpRequest> requestParserFactory, ByteBufferAllocator allocator, ConnectionConfig config)
           
 

Uses of SSLSetupHandler in org.apache.http.impl.nio.pool
 

Constructors in org.apache.http.impl.nio.pool with parameters of type SSLSetupHandler
BasicNIOConnFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, ConnectionConfig config)
           
BasicNIOConnFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
          Deprecated. (4.3) use BasicNIOConnFactory.BasicNIOConnFactory(SSLContext, SSLSetupHandler, ConnectionConfig)
BasicNIOConnFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
          Deprecated. (4.3) use BasicNIOConnFactory.BasicNIOConnFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory, ByteBufferAllocator, ConnectionConfig)
BasicNIOConnFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpResponse> responseParserFactory, ByteBufferAllocator allocator, ConnectionConfig config)
           
 

Uses of SSLSetupHandler in org.apache.http.nio.reactor.ssl
 

Methods in org.apache.http.nio.reactor.ssl that return SSLSetupHandler
protected  SSLSetupHandler SSLIOSession.getSSLSetupHandler()
           
 

Constructors in org.apache.http.nio.reactor.ssl with parameters of type SSLSetupHandler
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.