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 classSubclasses with type arguments of type SslContextOption in io.netty.handler.sslModifier and TypeClassDescriptionclassASslContextOptionallows to configure aSslContextin a type-safe way.Methods 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 TypeMethodDescriptionstatic booleanSslProvider.isOptionSupported(SslProvider sslProvider, SslContextOption<?> option) SslContextBuilder.option(SslContextOption<T> option, T value) Configure aSslContextOption.