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 classDeprecated.Use configuration parameters provided by connection listeners.Fields in org.apache.hc.core5.http.nio.ssl declared as SecurePortStrategyModifier and TypeFieldDescriptionprivate final SecurePortStrategyBasicServerTlsStrategy.securePortStrategyConstructors 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 SecurePortStrategyConscryptServerTlsStrategy.securePortStrategyprivate final SecurePortStrategyH2ServerTlsStrategy.securePortStrategyConstructors in org.apache.hc.core5.http2.ssl with parameters of type SecurePortStrategyModifierConstructorDescriptionConscryptServerTlsStrategy(SSLContext sslContext, SecurePortStrategy securePortStrategy) Deprecated.ConscryptServerTlsStrategy(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier) ConscryptServerTlsStrategy(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionInitializer initializer, SSLSessionVerifier verifier) ConscryptServerTlsStrategy(SSLContext sslContext, SecurePortStrategy securePortStrategy, SSLSessionVerifier verifier) Deprecated.H2ServerTlsStrategy(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.