Uses of Class
org.drasyl.handler.stream.MessageChunk
Packages that use MessageChunk
Package
Description
Codecs, Channel Handlers, and Messages for sending large data streams asynchronously neither
spending a lot of memory nor getting
OutOfMemoryError-
Uses of MessageChunk in org.drasyl.handler.stream
Subclasses of MessageChunk in org.drasyl.handler.streamModifier and TypeClassDescriptionclassRepresents the very last chunk of a message that is too large to be transmitted as a whole.Methods in org.drasyl.handler.stream that return MessageChunkModifier and TypeMethodDescriptionMessageChunksBufferInputList.get(int index) ChunkedMessageInput.readChunk(io.netty.buffer.ByteBufAllocator allocator) ChunkedMessageInput.readChunk(io.netty.channel.ChannelHandlerContext ctx) MessageChunksBufferInputList.remove(int index) MessageChunk.replace(io.netty.buffer.ByteBuf content) MessageChunksBufferInputList.set(int index, MessageChunk element) Methods in org.drasyl.handler.stream that return types with arguments of type MessageChunkModifier and TypeMethodDescriptionMessageChunksBufferInputList.iterator()MessageChunksBufferInputList.listIterator()MessageChunksBufferInputList.listIterator(int index) MessageChunksBufferInputList.subList(int fromIndex, int toIndex) Methods in org.drasyl.handler.stream with parameters of type MessageChunkModifier and TypeMethodDescriptionvoidMessageChunksBufferInputList.add(int index, MessageChunk element) booleanMessageChunksBufferInputList.add(MessageChunk e) protected ReassembledMessageChunkedMessageAggregator.beginAggregation(MessageChunk start, io.netty.buffer.ByteBuf content) protected voidMessageChunksBuffer.decode(io.netty.channel.ChannelHandlerContext ctx, MessageChunk msg, List<Object> out) protected voidMessageChunkEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, MessageChunk msg, io.netty.buffer.ByteBuf out) protected booleanChunkedMessageAggregator.isAggregated(MessageChunk msg) protected booleanChunkedMessageAggregator.isContentLengthInvalid(MessageChunk start, int maxContentLength) protected booleanChunkedMessageAggregator.isContentMessage(MessageChunk msg) protected booleanChunkedMessageAggregator.isLastContentMessage(MessageChunk msg) protected booleanChunkedMessageAggregator.isStartMessage(MessageChunk msg) protected ObjectChunkedMessageAggregator.newContinueResponse(MessageChunk start, int maxContentLength, io.netty.channel.ChannelPipeline pipeline) MessageChunksBufferInputList.set(int index, MessageChunk element) Method parameters in org.drasyl.handler.stream with type arguments of type MessageChunkModifier and TypeMethodDescriptionbooleanMessageChunksBufferInputList.addAll(int index, Collection<? extends MessageChunk> c) booleanMessageChunksBufferInputList.addAll(Collection<? extends MessageChunk> c)