- java.lang.Object
-
- io.netty.channel.ChannelStateHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
-
- io.netty.example.proxy.HexDumpProxyInitializer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
-
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered
-
Methods inherited from class io.netty.channel.ChannelStateHandlerAdapter
afterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelUnregistered, exceptionCaught, inboundBufferUpdated, userEventTriggered
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008-2012 The Netty Project. All Rights Reserved.