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