程序包 | 说明 |
---|---|
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 |
限定符和类型 | 方法和说明 |
---|---|
protected SpdyOrHttpChooser.SelectedProtocol |
SpdyOrHttpChooser.selectProtocol(SslHandler sslHandler)
已过时。
Returns the
SpdyOrHttpChooser.SelectedProtocol for the current SSL session. |
限定符和类型 | 方法和说明 |
---|---|
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc)
Creates a new
SslHandler . |
protected SslHandler |
SslContext.newHandler(ByteBufAllocator alloc,
boolean startTls)
Create a new SslHandler.
|
protected SslHandler |
ReferenceCountedOpenSslContext.newHandler(ByteBufAllocator alloc,
boolean startTls) |
protected SslHandler |
DelegatingSslContext.newHandler(ByteBufAllocator alloc,
boolean startTls) |
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort)
Creates a new
SslHandler with advisory peer information. |
protected SslHandler |
SslContext.newHandler(ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort,
boolean startTls)
Create a new SslHandler.
|
protected SslHandler |
ReferenceCountedOpenSslContext.newHandler(ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort,
boolean startTls) |
protected SslHandler |
DelegatingSslContext.newHandler(ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort,
boolean startTls) |
protected SslHandler |
OptionalSslHandler.newSslHandler(ChannelHandlerContext context,
SslContext sslContext)
Override to configure the SslHandler eg.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
DelegatingSslContext.initHandler(SslHandler handler)
Init the
SslHandler . |