| Package | Description | 
|---|---|
| org.apache.hc.core5.reactor.ssl | TLS/SSL support for I/O reactors. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SSLMode | SSLMode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SSLMode[] | SSLMode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| SSLIOSession(NamedEndpoint targetEndpoint,
            IOSession session,
            SSLMode sslMode,
            SSLContext sslContext,
            SSLBufferMode sslBufferMode,
            SSLSessionInitializer initializer,
            SSLSessionVerifier verifier,
            Callback<SSLIOSession> sessionStartCallback,
            Callback<SSLIOSession> sessionEndCallback,
            Timeout connectTimeout)Creates new instance of  SSLIOSessionclass. | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.