Uses of Class
org.apache.hc.core5.reactor.ssl.SSLIOSession
Packages that use SSLIOSession
Package
Description
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
TLS/SSL support for I/O reactors.
-
Uses of SSLIOSession in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type SSLIOSessionModifier and TypeFieldDescriptionprivate final AtomicReference
<SSLIOSession> InternalDataChannel.tlsSessionRef
Methods in org.apache.hc.core5.reactor with parameters of type SSLIOSessionModifier and TypeMethodDescription(package private) void
InternalDataChannel.onTLSSessionEnd
(SSLIOSession sslSession) (package private) void
InternalDataChannel.onTLSSessionStart
(SSLIOSession sslSession) -
Uses of SSLIOSession in org.apache.hc.core5.reactor.ssl
Fields in org.apache.hc.core5.reactor.ssl with type parameters of type SSLIOSessionModifier and TypeFieldDescriptionprivate final Callback
<SSLIOSession> SSLIOSession.sessionEndCallback
private final Callback
<SSLIOSession> SSLIOSession.sessionStartCallback
Constructor parameters in org.apache.hc.core5.reactor.ssl with type arguments of type SSLIOSessionModifierConstructorDescriptionSSLIOSession
(NamedEndpoint targetEndpoint, IOSession session, SSLMode sslMode, SSLContext sslContext, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier, Callback<SSLIOSession> sessionStartCallback, Callback<SSLIOSession> sessionEndCallback, Timeout connectTimeout) Creates new instance ofSSLIOSession
class.SSLIOSession
(NamedEndpoint targetEndpoint, IOSession session, SSLMode sslMode, SSLContext sslContext, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier, Timeout handshakeTimeout, Callback<SSLIOSession> sessionStartCallback, Callback<SSLIOSession> sessionEndCallback, FutureCallback<SSLSession> resultCallback) Creates new instance ofSSLIOSession
class.