Uses of Class
io.netty.handler.ssl.SslHandler.SslEngineType
-
Packages that use SslHandler.SslEngineType Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of SslHandler.SslEngineType in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as SslHandler.SslEngineType Modifier and Type Field Description private SslHandler.SslEngineType
SslHandler. engineType
Methods in io.netty.handler.ssl that return SslHandler.SslEngineType Modifier and Type Method Description (package private) static SslHandler.SslEngineType
SslHandler.SslEngineType. forEngine(javax.net.ssl.SSLEngine engine)
static SslHandler.SslEngineType
SslHandler.SslEngineType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SslHandler.SslEngineType[]
SslHandler.SslEngineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-