Uses of Class
org.apache.http.impl.nio.reactor.SSLIOSession
-
Packages that use SSLIOSession Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.ssl -
-
Uses of SSLIOSession in org.apache.http.impl.nio
Methods in org.apache.http.impl.nio that return SSLIOSession 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. -
Uses of SSLIOSession in org.apache.http.impl.nio.ssl
Methods in org.apache.http.impl.nio.ssl that return SSLIOSession 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.Methods in org.apache.http.impl.nio.ssl with parameters of type SSLIOSession Modifier and Type Method Description protected NHttpClientIOTargetSSLClientIOEventDispatch. createSSLConnection(SSLIOSession sslioSession)Deprecated.protected NHttpServerIOTargetSSLServerIOEventDispatch. createSSLConnection(SSLIOSession sslioSession)Deprecated.
-