public class JdkSSLEngineOptions extends SSLEngineOptions
TCPSSLOptions to use the JDK ssl engine implementation.| Constructor and Description |
|---|
JdkSSLEngineOptions() |
JdkSSLEngineOptions(JdkSSLEngineOptions that) |
JdkSSLEngineOptions(JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
JdkSSLEngineOptions |
copy() |
static boolean |
isAlpnAvailable() |
SslContextFactory |
sslContextFactory() |
JsonObject |
toJson() |
public JdkSSLEngineOptions()
public JdkSSLEngineOptions(JsonObject json)
public JdkSSLEngineOptions(JdkSSLEngineOptions that)
public static boolean isAlpnAvailable()
public JsonObject toJson()
public JdkSSLEngineOptions copy()
copy in class SSLEngineOptionspublic SslContextFactory sslContextFactory()
sslContextFactory in class SSLEngineOptionsSslContextFactory that will be used to produce the Netty SslContextCopyright © 2022 Eclipse. All rights reserved.