public class FileChunkDecoder
extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.buffer.ByteBuf>
FileChunk object with
a reference to the buffer, to be consumed later. This is the reason it does not extend
ByteToMessageDecoder, since that class fails if an object is added in the out
list but no bytes have been consumed.| Constructor and Description |
|---|
FileChunkDecoder() |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharableCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.