Uses of Interface
org.apache.hc.core5.http.nio.ssl.SecurePortStrategy
Packages that use SecurePortStrategy
Package
Description
TLS protocol support.
HTTP/2 specific TLS protocol support.
-
Uses of SecurePortStrategy in org.apache.hc.core5.http.nio.ssl
Classes in org.apache.hc.core5.http.nio.ssl that implement SecurePortStrategyModifier and TypeClassDescriptionfinal class
Deprecated.Use configuration parameters provided by connection listeners.Fields in org.apache.hc.core5.http.nio.ssl declared as SecurePortStrategyModifier and TypeFieldDescriptionprivate final SecurePortStrategy
BasicServerTlsStrategy.securePortStrategy
Constructors in org.apache.hc.core5.http.nio.ssl with parameters of type SecurePortStrategyModifierConstructorDescriptionBasicServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy) Deprecated.BasicServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier) BasicServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionInitializer initializer, SSLSessionVerifier verifier) BasicServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionVerifier verifier) Deprecated.BasicServerTlsStrategy
(SecurePortStrategy securePortStrategy) Deprecated. -
Uses of SecurePortStrategy in org.apache.hc.core5.http2.ssl
Fields in org.apache.hc.core5.http2.ssl declared as SecurePortStrategyModifier and TypeFieldDescriptionprivate final SecurePortStrategy
H2ServerTlsStrategy.securePortStrategy
Constructors in org.apache.hc.core5.http2.ssl with parameters of type SecurePortStrategyModifierConstructorDescriptionH2ServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy) Deprecated.H2ServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier) H2ServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionInitializer initializer, SSLSessionVerifier verifier) H2ServerTlsStrategy
(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionVerifier verifier) Deprecated.