Package | Description |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
Modifier and Type | Method and Description |
---|---|
protected SpdyOrHttpChooser.SelectedProtocol |
SpdyOrHttpChooser.selectProtocol(SslHandler sslHandler)
Deprecated.
Returns the
SpdyOrHttpChooser.SelectedProtocol for the current SSL session. |
Modifier and Type | Method and Description |
---|---|
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc)
Creates a new
SslHandler . |
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort)
Creates a new
SslHandler with advisory peer information. |