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 classFields in io.netty.handler.ssl with type parameters of type SslContextOptionModifier and TypeFieldDescriptionprivate final Map<SslContextOption<?>, Object> SslContextBuilder.optionsprivate static final ConstantPool<SslContextOption<Object>> SslContextOption.poolMethods in io.netty.handler.ssl that return SslContextOptionModifier and TypeMethodDescriptionstatic <T> SslContextOption<T> static <T> SslContextOption<T> Returns theSslContextOptionof the specified name.Methods in io.netty.handler.ssl with parameters of type SslContextOptionModifier and TypeMethodDescription(package private) static booleanOpenSsl.isOptionSupported(SslContextOption<?> option) static booleanSslProvider.isOptionSupported(SslProvider sslProvider, SslContextOption<?> option) SslContextBuilder.option(SslContextOption<T> option, T value) Configure aSslContextOption.