| Package | Description | 
|---|---|
| org.apache.hc.core5.http.nio.ssl | TLS protocol support. | 
| org.apache.hc.core5.http2.ssl | HTTP/2 specific TLS protocol support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FixedPortStrategyBasic implementation of  SecurePortStrategywith a fixed list of secure ports. | 
| Constructor and Description | 
|---|
| BasicServerTlsStrategy(SecurePortStrategy securePortStrategy) | 
| BasicServerTlsStrategy(SSLContext sslContext,
                      SecurePortStrategy securePortStrategy) | 
| 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) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.