|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLSetupHandler | |
---|---|
org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.pool | |
org.apache.http.impl.nio.ssl | |
org.apache.http.nio.reactor.ssl |
Uses of SSLSetupHandler in org.apache.http.impl.nio |
---|
Constructors in org.apache.http.impl.nio with parameters of type SSLSetupHandler | |
---|---|
DefaultClientIODispatch(NHttpClientHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
DefaultServerIODispatch(NHttpServiceHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
|
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
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,
HttpParams params)
|
|
BasicNIOConnFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
Uses of SSLSetupHandler in org.apache.http.impl.nio.ssl |
---|
Methods in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandler | |
---|---|
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLSetupHandler sslHandler)
Deprecated. Creates an instance of SSLIOSession decorating the given
IOSession . |
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLSetupHandler sslHandler)
Deprecated. Creates an instance of SSLIOSession decorating the given
IOSession . |
Constructors in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandler | |
---|---|
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext . |
|
SSLServerIOEventDispatch(NHttpServiceHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext . |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |