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
Subclasses of SslContextOption in io.netty.handler.ssl Modifier and Type Class Description classOpenSslContextOption<T>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 (package private) static booleanOpenSsl. isOptionSupported(SslContextOption<?> option)static booleanSslProvider. isOptionSupported(SslProvider sslProvider, SslContextOption<?> option)<T> SslContextBuilderSslContextBuilder. option(SslContextOption<T> option, T value)Configure aSslContextOption.
-