Uses of Package
org.apache.hc.core5.reactor.ssl
-
Packages that use org.apache.hc.core5.reactor.ssl Package Description org.apache.hc.core5.http.nio.ssl TLS protocol support.org.apache.hc.core5.http2.ssl HTTP/2 specific TLS protocol support.org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern.org.apache.hc.core5.reactor.ssl TLS/SSL support for I/O reactors.org.apache.hc.core5.testing.nio -
Classes in org.apache.hc.core5.reactor.ssl used by org.apache.hc.core5.http.nio.ssl Class Description SSLBufferMode SSLSessionInitializer Callback interface that can be used to customize TLS/SSL session initialization.SSLSessionVerifier Callback interface that can be used to customize TLS/SSL session verification.TransportSecurityLayer TLS capable session layer interface. -
Classes in org.apache.hc.core5.reactor.ssl used by org.apache.hc.core5.http2.ssl Class Description SSLBufferMode SSLSessionInitializer Callback interface that can be used to customize TLS/SSL session initialization.SSLSessionVerifier Callback interface that can be used to customize TLS/SSL session verification.TransportSecurityLayer TLS capable session layer interface. -
Classes in org.apache.hc.core5.reactor.ssl used by org.apache.hc.core5.reactor Class Description SSLBufferMode SSLIOSession SSLIOSession
is a decorator class intended to transparently extend anIOSession
with transport layer security capabilities based on the SSL/TLS protocol.SSLSessionInitializer Callback interface that can be used to customize TLS/SSL session initialization.SSLSessionVerifier Callback interface that can be used to customize TLS/SSL session verification.TlsDetails Represents details of a fully established TLS session.TransportSecurityLayer TLS capable session layer interface. -
Classes in org.apache.hc.core5.reactor.ssl used by org.apache.hc.core5.reactor.ssl Class Description SSLBufferMode SSLIOSession SSLIOSession
is a decorator class intended to transparently extend anIOSession
with transport layer security capabilities based on the SSL/TLS protocol.SSLIOSession.TLSHandShakeState SSLManagedBuffer SSLMode SSLSessionInitializer Callback interface that can be used to customize TLS/SSL session initialization.SSLSessionVerifier Callback interface that can be used to customize TLS/SSL session verification.TlsDetails Represents details of a fully established TLS session.TransportSecurityLayer TLS capable session layer interface. -
Classes in org.apache.hc.core5.reactor.ssl used by org.apache.hc.core5.testing.nio Class Description SSLSessionInitializer Callback interface that can be used to customize TLS/SSL session initialization.SSLSessionVerifier Callback interface that can be used to customize TLS/SSL session verification.