Package | Description |
---|---|
io.netty.handler.ssl |
Modifier and Type | Class and Description |
---|---|
class |
OpenSslContextOption<T>
|
Modifier and Type | Method and Description |
---|---|
static <T> SslContextOption<T> |
SslContextOption.valueOf(Class<?> firstNameComponent,
String secondNameComponent)
|
static <T> SslContextOption<T> |
SslContextOption.valueOf(String name)
Returns the
SslContextOption of the specified name. |
Modifier and Type | Method and Description |
---|---|
static boolean |
SslProvider.isOptionSupported(SslProvider sslProvider,
SslContextOption<?> option)
|
<T> SslContextBuilder |
SslContextBuilder.option(SslContextOption<T> option,
T value)
Configure a
SslContextOption . |
Copyright © 2008–2024 The Netty Project. All rights reserved.