Uses of Interface
org.apache.http.impl.nio.reactor.SSLIOSessionHandler
-
Packages that use SSLIOSessionHandler Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.reactor 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 SSLIOSessionHandler Modifier and Type Field Description protected SSLIOSessionHandlerSSLClientIOEventDispatch. sslHandlerDeprecated.protected SSLIOSessionHandlerSSLServerIOEventDispatch. sslHandlerDeprecated.Methods in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler Modifier and Type Method Description protected SSLIOSessionSSLClientIOEventDispatch. createSSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler sslHandler)Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.protected SSLIOSessionSSLServerIOEventDispatch. createSSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler sslHandler)Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.Constructors in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler Constructor Description SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler sslHandler, org.apache.http.params.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, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler sslHandler, org.apache.http.params.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
Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLIOSessionHandler Constructor Description SSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler handler)Deprecated.
-