public static class NettyTransportCodec.NettyFrameDecoder
extends org.jboss.netty.handler.codec.frame.FrameDecoder
| Constructor and Description | 
|---|
NettyTransportCodec.NettyFrameDecoder()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
      org.jboss.netty.channel.Channel channel,
      org.jboss.netty.buffer.ChannelBuffer buffer)
decode buffer to NettyDataPack 
 | 
channelClosed, channelDisconnected, decodeLast, exceptionCaught, messageReceived, newCumulationBufferpublic NettyTransportCodec.NettyFrameDecoder()
protected Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, org.jboss.netty.buffer.ChannelBuffer buffer) throws Exception
decode in class org.jboss.netty.handler.codec.frame.FrameDecoderExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.