Package org.apache.pulsar.io.netty.udp
Class NettyUDPChannelInitializer
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
- org.apache.pulsar.io.netty.udp.NettyUDPChannelInitializer
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class NettyUDPChannelInitializer extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>Netty Channel Initializer to register decoder and handler.
-
-
Constructor Summary
Constructors Constructor Description NettyUDPChannelInitializer(io.netty.channel.ChannelInboundHandlerAdapter handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitChannel(io.netty.channel.Channel channel)-
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
-
-