io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandlerpublic class ShuffleChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
| Modifier and Type | Field | Description |
|---|---|---|
static int |
MAX_CONTENT_LENGTH |
| Constructor | Description |
|---|---|
ShuffleChannelInitializer(ShuffleChannelHandlerContext ctx,
org.apache.hadoop.security.ssl.SSLFactory sslFactory) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedpublic static final int MAX_CONTENT_LENGTH
public ShuffleChannelInitializer(ShuffleChannelHandlerContext ctx, org.apache.hadoop.security.ssl.SSLFactory sslFactory)
public void initChannel(io.netty.channel.socket.SocketChannel ch)
throws java.security.GeneralSecurityException,
java.io.IOException
initChannel in class io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>java.security.GeneralSecurityExceptionjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.