| Package | Description |
|---|---|
| io.netty.handler.ssl |
| Modifier and Type | Method and Description |
|---|---|
SslHandler |
SslContext.newHandler(io.netty.buffer.ByteBufAllocator alloc)
Creates a new
SslHandler. |
SslHandler |
SslContext.newHandler(io.netty.buffer.ByteBufAllocator alloc,
String peerHost,
int peerPort)
Creates a new
SslHandler with advisory peer information. |
Copyright © 2008–2016 The Netty Project. All rights reserved.