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