Uses of Class
io.netty.handler.ssl.SslContextOption
Packages that use SslContextOption
-
Uses of SslContextOption in io.netty.handler.ssl
Subclasses of SslContextOption in io.netty.handler.sslModifier and TypeClassDescriptionfinal class
Fields in io.netty.handler.ssl with type parameters of type SslContextOptionModifier and TypeFieldDescriptionprivate final Map
<SslContextOption<?>, Object> SslContextBuilder.options
private static final ConstantPool
<SslContextOption<Object>> SslContextOption.pool
Methods in io.netty.handler.ssl that return SslContextOptionModifier and TypeMethodDescriptionstatic <T> SslContextOption
<T> static <T> SslContextOption
<T> Returns theSslContextOption
of the specified name.Methods in io.netty.handler.ssl with parameters of type SslContextOptionModifier and TypeMethodDescription(package private) static boolean
OpenSsl.isOptionSupported
(SslContextOption<?> option) static boolean
SslProvider.isOptionSupported
(SslProvider sslProvider, SslContextOption<?> option) SslContextBuilder.option
(SslContextOption<T> option, T value) Configure aSslContextOption
.