Package | Description |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
Modifier and Type | Field and Description |
---|---|
private SslHandler.SslEngineType |
SslHandler.engineType |
Modifier and Type | Method and 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.
|