软件包 | 描述 |
---|---|
io.netty.handler.ssl |
SSL · TLS实施依据
SSLEngine
|
Modifier and Type | Method and Description |
---|---|
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc)
创建一个新的 SslHandler 。
|
protected SslHandler |
SslContext.newHandler(ByteBufAllocator alloc, boolean startTls)
创建一个新的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)
通过咨询对等信息创建一个新的 SslHandler 。
|
protected SslHandler |
SslContext.newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls)
创建一个新的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)
重写配置SslHandler例如。
|
Modifier and Type | Method and Description |
---|---|
protected void |
DelegatingSslContext.initHandler(SslHandler handler)
Init the
SslHandler .
|
Copyright © 2008–2018 The Netty Project. All rights reserved.