- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelStateHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
-
- io.netty.example.factorial.FactorialServerInitializer
-
-
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, inboundBufferUpdated
-
Methods inherited from class io.netty.channel.ChannelStateHandlerAdapter
channelActive, channelInactive, channelReadSuspended, channelUnregistered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
afterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggered
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty.channel.ChannelHandler
afterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggered
Copyright © 2008-2013 The Netty Project. All Rights Reserved.