Uses of Class
io.netty.handler.ssl.SslContextOption
-
Packages that use SslContextOption Package Description io.netty.handler.codec.quic QUIC implementationio.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of SslContextOption in io.netty.handler.codec.quic
Subclasses of SslContextOption in io.netty.handler.codec.quic Modifier and Type Class Description classBoringSSLContextOption<T>SslContextOptions that are specific to BoringSSL.Methods in io.netty.handler.codec.quic with parameters of type SslContextOption Modifier and Type Method Description <T> QuicSslContextBuilderQuicSslContextBuilder. option(SslContextOption<T> option, T value)Configure aSslContextOption. -
Uses of SslContextOption in io.netty.handler.ssl
Subclasses of SslContextOption in io.netty.handler.ssl Modifier and Type Class Description classOpenSslContextOption<T>Methods 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 static booleanSslProvider. isOptionSupported(SslProvider sslProvider, SslContextOption<?> option)<T> SslContextBuilderSslContextBuilder. option(SslContextOption<T> option, T value)Configure aSslContextOption.
-