Uses of Interface
org.apache.http.impl.nio.reactor.SSLIOSessionHandler
Packages that use SSLIOSessionHandler
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of SSLIOSessionHandler in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as SSLIOSessionHandlerModifier and TypeFieldDescriptionprotected final SSLIOSessionHandlerSSLClientIOEventDispatch.sslHandlerDeprecated.protected final SSLIOSessionHandlerSSLServerIOEventDispatch.sslHandlerDeprecated.Methods in org.apache.http.impl.nio with parameters of type SSLIOSessionHandlerModifier and TypeMethodDescriptionprotected SSLIOSessionSSLClientIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler) Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.protected SSLIOSessionSSLServerIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler) Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.Constructors in org.apache.http.impl.nio with parameters of type SSLIOSessionHandlerModifierConstructorDescriptionSSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslContext, SSLIOSessionHandler 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, SSLIOSessionHandler 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. -
Uses of SSLIOSessionHandler in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as SSLIOSessionHandlerModifier and TypeFieldDescriptionprivate final SSLIOSessionHandlerSSLIOSessionHandlerAdaptor.handlerDeprecated.Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLIOSessionHandlerModifierConstructorDescriptionSSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler handler) Deprecated.Deprecated.