| 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. |
Copyright © 2008–2015 The Netty Project. All rights reserved.