T - Channel Typepublic class ClientSslStandardChannelInitializer<T extends io.netty.channel.Channel> extends StandardChannelInitializer<T>
| Modifier and Type | Field and Description |
|---|---|
private SSLContext |
sslContext |
| Constructor and Description |
|---|
ClientSslStandardChannelInitializer(Supplier<List<io.netty.channel.ChannelHandler>> handlerSupplier,
SSLContext sslContext)
Client SSL Channel Initializer with handlers and SSLContext
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initChannel(io.netty.channel.Channel channel) |
private io.netty.handler.ssl.SslHandler |
newSslHandler() |
setIdleTimeout, setWriteTimeoutchannelRegistered, exceptionCaught, handlerAdded, handlerRemovedprivate final SSLContext sslContext
public ClientSslStandardChannelInitializer(Supplier<List<io.netty.channel.ChannelHandler>> handlerSupplier, SSLContext sslContext)
handlerSupplier - Channel Handler SuppliersslContext - SSLContextprotected void initChannel(io.netty.channel.Channel channel)
initChannel in class StandardChannelInitializer<T extends io.netty.channel.Channel>private io.netty.handler.ssl.SslHandler newSslHandler()
Copyright © 2024 Apache NiFi Project. All rights reserved.