Uses of Interface
org.apache.hc.core5.http.nio.ssl.SecurePortStrategy
-
Packages that use SecurePortStrategy Package Description org.apache.hc.core5.http.nio.ssl TLS protocol support.org.apache.hc.core5.http2.ssl 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 SecurePortStrategy Modifier and Type Class Description class
FixedPortStrategy
Deprecated.Use configuration parameters provided by connection listeners.Fields in org.apache.hc.core5.http.nio.ssl declared as SecurePortStrategy Modifier and Type Field Description private SecurePortStrategy
BasicServerTlsStrategy. securePortStrategy
Constructors in org.apache.hc.core5.http.nio.ssl with parameters of type SecurePortStrategy Constructor Description BasicServerTlsStrategy(javax.net.ssl.SSLContext sslContext, SecurePortStrategy securePortStrategy)
Deprecated.BasicServerTlsStrategy(javax.net.ssl.SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier)
BasicServerTlsStrategy(javax.net.ssl.SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionInitializer initializer, SSLSessionVerifier verifier)
BasicServerTlsStrategy(javax.net.ssl.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 SecurePortStrategy Modifier and Type Field Description private SecurePortStrategy
H2ServerTlsStrategy. securePortStrategy
Constructors in org.apache.hc.core5.http2.ssl with parameters of type SecurePortStrategy Constructor Description H2ServerTlsStrategy(javax.net.ssl.SSLContext sslContext, SecurePortStrategy securePortStrategy)
Deprecated.H2ServerTlsStrategy(javax.net.ssl.SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier)
H2ServerTlsStrategy(javax.net.ssl.SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionInitializer initializer, SSLSessionVerifier verifier)
H2ServerTlsStrategy(javax.net.ssl.SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionVerifier verifier)
Deprecated.
-