Class SslContextOption<T>

java.lang.Object
io.netty.util.AbstractConstant<SslContextOption<T>>
io.netty.handler.ssl.SslContextOption<T>
Type Parameters:
T - the type of the value which is valid for the SslContextOption
All Implemented Interfaces:
Constant<SslContextOption<T>>, Comparable<SslContextOption<T>>
Direct Known Subclasses:
OpenSslContextOption

public class SslContextOption<T> extends AbstractConstant<SslContextOption<T>>
A SslContextOption allows to configure a SslContext in a type-safe way. Which SslContextOption is supported depends on the actual implementation of SslContext and may depend on the nature of the SSL implementation it belongs to.