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
|
actualReadableBytes, afterAdd, afterRemove, appendToCumulation, beforeAdd, beforeRemove, channelClosed, channelDisconnected, cleanup, decodeLast, exceptionCaught, getMaxCumulationBufferCapacity, getMaxCumulationBufferComponents, internalBuffer, isUnfold, messageReceived, newCumulationBuffer, replace, setMaxCumulationBufferCapacity, setMaxCumulationBufferComponents, setUnfold, unfoldAndFireMessageReceived, updateCumulation
public 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.FrameDecoder
Exception
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.