Uses of Class
io.netty.handler.ssl.SslContextOption
-
Packages that use SslContextOption Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of SslContextOption in io.netty.handler.ssl
Fields in io.netty.handler.ssl with type parameters of type SslContextOption Modifier and Type Field Description private java.util.Map<SslContextOption<?>,java.lang.Object>SslContextBuilder. optionsprivate static ConstantPool<SslContextOption<java.lang.Object>>SslContextOption. poolMethods in io.netty.handler.ssl that return SslContextOption Modifier and Type Method Description 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 theSslContextOptionof the specified name.Methods in io.netty.handler.ssl with parameters of type SslContextOption Modifier and Type Method Description <T> SslContextBuilderSslContextBuilder. option(SslContextOption<T> option, T value)Configure aSslContextOption.
-