Uses of Class
io.netty.handler.ssl.SslContextOption
Packages that use SslContextOption
Package
Description
QUIC implementation
-
Uses of SslContextOption in io.netty.handler.codec.quic
Subclasses of SslContextOption in io.netty.handler.codec.quicMethods in io.netty.handler.codec.quic with parameters of type SslContextOptionModifier and TypeMethodDescriptionQuicSslContextBuilder.option(SslContextOption<T> option, T value) Configure aSslContextOption. -
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.