| Package | Description |
|---|---|
| io.netty.handler.ssl |
| Modifier and Type | Method and Description |
|---|---|
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc)
Creates a new
SslHandler. |
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc,
String peerHost,
int peerPort)
Creates a new
SslHandler with advisory peer information. |
protected SslHandler |
OptionalSslHandler.newSslHandler(ChannelHandlerContext context,
SslContext sslContext)
Override to configure the SslHandler eg.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.