- java.lang.Object
-
- org.jboss.netty.channel.SimpleChannelUpstreamHandler
-
- org.jboss.netty.handler.codec.frame.FrameDecoder
-
- org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
-
- org.jboss.netty.handler.codec.serialization.ObjectDecoder
-
- org.menacheri.jetclient.util.NettyUtils.ObjectDecoderWrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
-
Method Summary
Methods
Modifier and Type |
Method and Description |
Object |
decode(org.jboss.netty.buffer.ChannelBuffer buffer) |
-
Methods inherited from class org.jboss.netty.handler.codec.serialization.ObjectDecoder
decode, extractFrame
-
Methods inherited from class org.jboss.netty.handler.codec.frame.FrameDecoder
channelClosed, channelDisconnected, createCumulationDynamicBuffer, decodeLast, exceptionCaught, messageReceived
-
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler
channelBound, channelConnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2012. All Rights Reserved.