Uses of Interface
org.apache.http.impl.nio.reactor.SSLSetupHandler
Packages that use SSLSetupHandler
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of SSLSetupHandler in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as SSLSetupHandlerModifier and TypeFieldDescriptionprivate final SSLSetupHandler
SSLSetupHandlerAdaptor.handler
Deprecated.Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLSetupHandlerModifierConstructorDescriptionSSLIOSession
(IOSession session, SSLContext sslContext, SSLSetupHandler handler) Deprecated.SSLSetupHandlerAdaptor
(SSLSetupHandler handler) Deprecated. -
Uses of SSLSetupHandler in org.apache.http.impl.nio.ssl
Fields in org.apache.http.impl.nio.ssl declared as SSLSetupHandlerModifier and TypeFieldDescriptionprivate final SSLSetupHandler
SSLClientIOEventDispatch.sslHandler
Deprecated.private final SSLSetupHandler
SSLServerIOEventDispatch.sslHandler
Deprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandlerModifier and TypeMethodDescriptionprotected SSLIOSession
SSLClientIOEventDispatch.createSSLIOSession
(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler) Deprecated.Creates an instance ofSSLIOSession
decorating the givenIOSession
.protected SSLIOSession
SSLServerIOEventDispatch.createSSLIOSession
(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler) Deprecated.Creates an instance ofSSLIOSession
decorating the givenIOSession
.Constructors in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandlerModifierConstructorDescriptionSSLClientIOEventDispatch
(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 givenSSLContext
.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 givenSSLContext
.