Package | Description |
---|---|
io.netty.handler.ssl | |
io.netty.microbench.handler.ssl |
Benchmarks for 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.
|
Modifier and Type | Field and Description |
---|---|
protected SslHandler |
AbstractSslHandlerBenchmark.clientSslHandler |
protected SslHandler |
AbstractSslHandlerBenchmark.serverSslHandler |
Modifier and Type | Method and Description |
---|---|
protected SslHandler |
AbstractSslHandlerBenchmark.newClientHandler(ByteBufAllocator allocator) |
protected SslHandler |
AbstractSslHandlerBenchmark.newServerHandler(ByteBufAllocator allocator) |
Copyright © 2008–2017 The Netty Project. All rights reserved.