| 程序包 | 说明 |
|---|---|
| io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OpenSslContextOption<T>
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> SslContextOption<T> |
SslContextOption.valueOf(java.lang.Class<?> firstNameComponent,
java.lang.String secondNameComponent)
|
static <T> SslContextOption<T> |
SslContextOption.valueOf(java.lang.String name)
Returns the
SslContextOption of the specified name. |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
SslProvider.isOptionSupported(SslProvider sslProvider,
SslContextOption<?> option)
|
<T> SslContextBuilder |
SslContextBuilder.option(SslContextOption<T> option,
T value)
Configure a
SslContextOption. |