Uses of Interface
org.apache.http.impl.nio.reactor.SSLSetupHandler
-
Packages that use SSLSetupHandler Package Description org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO.org.apache.http.impl.nio.ssl -
-
Uses of SSLSetupHandler in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as SSLSetupHandler Modifier and Type Field Description private SSLSetupHandlerSSLSetupHandlerAdaptor. handlerDeprecated.Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLSetupHandler Constructor Description SSLIOSession(IOSession session, javax.net.ssl.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 SSLSetupHandler Modifier and Type Field Description private SSLSetupHandlerSSLClientIOEventDispatch. sslHandlerDeprecated.private SSLSetupHandlerSSLServerIOEventDispatch. sslHandlerDeprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandler Modifier and Type Method Description protected SSLIOSessionSSLClientIOEventDispatch. createSSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler)Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.protected SSLIOSessionSSLServerIOEventDispatch. createSSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler)Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.Constructors in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandler Constructor Description SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.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, javax.net.ssl.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.
-