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-blockingTransportSecurityLayersessions.TlsUpgradeCapable Capability to upgrade to TLS. -
Class Summary Class Description BasicClientTlsStrategy Basic client-side implementation ofTlsStrategythat upgrades outbound connections with TLS security but does not make use of TLS ALPN extension to negotiate an application protocol.BasicServerTlsStrategy Basic server-side implementation ofTlsStrategythat upgrades inbound connection with TLS security but does not make use of TLS ALPN extension to negotiate an application protocol.FixedPortStrategy Deprecated. Use configuration parameters provided by connection listeners.TlsSupport HTTP/1.1 TLS support methods