Package org.apache.hc.core5.http.nio.ssl
TLS protocol support.
-
Interface Summary Interface Description SecurePortStrategy Deprecated. Use configuration parameters provided by connection listeners.TlsStrategy TLS protocol upgrade strategy for non-blockingTransportSecurityLayer
sessions.TlsUpgradeCapable Capability to upgrade to TLS. -
Class Summary Class Description BasicClientTlsStrategy Basic client-side implementation ofTlsStrategy
that upgrades to TLS for all endpoints withHTTPS
scheme.BasicServerTlsStrategy Basic side-side implementation ofTlsStrategy
that upgrades to TLS for endpoints with the specified local ports.FixedPortStrategy Deprecated. Use configuration parameters provided by connection listeners.TlsSupport HTTP/1.1 TLS support methods