Uses of Class
io.netty.buffer.CompositeByteBuf
Packages that use CompositeByteBuf
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Unix specific transport.
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
-
Uses of CompositeByteBuf in io.netty.buffer
Subclasses of CompositeByteBuf in io.netty.bufferModifier and TypeClassDescription(package private) final class
(package private) class
(package private) class
Fields in io.netty.buffer declared as CompositeByteBufMethods in io.netty.buffer that return CompositeByteBufModifier and TypeMethodDescriptionAdvancedLeakAwareCompositeByteBuf.addComponent
(boolean increaseWriterIndex, int cIndex, ByteBuf buffer) AdvancedLeakAwareCompositeByteBuf.addComponent
(boolean increaseWriterIndex, ByteBuf buffer) AdvancedLeakAwareCompositeByteBuf.addComponent
(int cIndex, ByteBuf buffer) AdvancedLeakAwareCompositeByteBuf.addComponent
(ByteBuf buffer) CompositeByteBuf.addComponent
(boolean increaseWriterIndex, int cIndex, ByteBuf buffer) Add the givenByteBuf
on the specific index and increase thewriterIndex
ifincreaseWriterIndex
istrue
.CompositeByteBuf.addComponent
(boolean increaseWriterIndex, ByteBuf buffer) CompositeByteBuf.addComponent
(int cIndex, ByteBuf buffer) Add the givenByteBuf
on the specific index.CompositeByteBuf.addComponent
(ByteBuf buffer) Add the givenByteBuf
.WrappedCompositeByteBuf.addComponent
(boolean increaseWriterIndex, int cIndex, ByteBuf buffer) WrappedCompositeByteBuf.addComponent
(boolean increaseWriterIndex, ByteBuf buffer) WrappedCompositeByteBuf.addComponent
(int cIndex, ByteBuf buffer) WrappedCompositeByteBuf.addComponent
(ByteBuf buffer) AdvancedLeakAwareCompositeByteBuf.addComponents
(boolean increaseWriterIndex, ByteBuf... buffers) AdvancedLeakAwareCompositeByteBuf.addComponents
(boolean increaseWriterIndex, Iterable<ByteBuf> buffers) AdvancedLeakAwareCompositeByteBuf.addComponents
(int cIndex, ByteBuf... buffers) AdvancedLeakAwareCompositeByteBuf.addComponents
(int cIndex, Iterable<ByteBuf> buffers) AdvancedLeakAwareCompositeByteBuf.addComponents
(ByteBuf... buffers) AdvancedLeakAwareCompositeByteBuf.addComponents
(Iterable<ByteBuf> buffers) private CompositeByteBuf
CompositeByteBuf.addComponents
(boolean increaseIndex, int cIndex, Iterable<ByteBuf> buffers) CompositeByteBuf.addComponents
(boolean increaseWriterIndex, ByteBuf... buffers) CompositeByteBuf.addComponents
(boolean increaseWriterIndex, Iterable<ByteBuf> buffers) CompositeByteBuf.addComponents
(int cIndex, ByteBuf... buffers) Add the givenByteBuf
s on the specific indexCompositeByteBuf.addComponents
(int cIndex, Iterable<ByteBuf> buffers) Add the givenByteBuf
s on the specific index Be aware that this method does not increase thewriterIndex
of theCompositeByteBuf
.CompositeByteBuf.addComponents
(ByteBuf... buffers) Add the givenByteBuf
s.CompositeByteBuf.addComponents
(Iterable<ByteBuf> buffers) Add the givenByteBuf
s.WrappedCompositeByteBuf.addComponents
(boolean increaseWriterIndex, ByteBuf... buffers) WrappedCompositeByteBuf.addComponents
(boolean increaseWriterIndex, Iterable<ByteBuf> buffers) WrappedCompositeByteBuf.addComponents
(int cIndex, ByteBuf... buffers) WrappedCompositeByteBuf.addComponents
(int cIndex, Iterable<ByteBuf> buffers) WrappedCompositeByteBuf.addComponents
(ByteBuf... buffers) WrappedCompositeByteBuf.addComponents
(Iterable<ByteBuf> buffers) private CompositeByteBuf
CompositeByteBuf.addComponents0
(boolean increaseWriterIndex, int cIndex, ByteBuf[] buffers, int arrOffset) AdvancedLeakAwareCompositeByteBuf.addFlattenedComponents
(boolean increaseWriterIndex, ByteBuf buffer) CompositeByteBuf.addFlattenedComponents
(boolean increaseWriterIndex, ByteBuf buffer) WrappedCompositeByteBuf.addFlattenedComponents
(boolean increaseWriterIndex, ByteBuf buffer) AdvancedLeakAwareCompositeByteBuf.capacity
(int newCapacity) CompositeByteBuf.capacity
(int newCapacity) WrappedCompositeByteBuf.capacity
(int newCapacity) CompositeByteBuf.clear()
final CompositeByteBuf
WrappedCompositeByteBuf.clear()
AbstractByteBufAllocator.compositeBuffer()
AbstractByteBufAllocator.compositeBuffer
(int maxNumComponents) ByteBufAllocator.compositeBuffer()
Allocate aCompositeByteBuf
.ByteBufAllocator.compositeBuffer
(int maxNumComponents) Allocate aCompositeByteBuf
with the given maximum number of components that can be stored in it.static CompositeByteBuf
Unpooled.compositeBuffer()
Returns a new big-endian composite buffer with no components.static CompositeByteBuf
Unpooled.compositeBuffer
(int maxNumComponents) Returns a new big-endian composite buffer with no components.AbstractByteBufAllocator.compositeDirectBuffer()
AbstractByteBufAllocator.compositeDirectBuffer
(int maxNumComponents) ByteBufAllocator.compositeDirectBuffer()
Allocate a directCompositeByteBuf
.ByteBufAllocator.compositeDirectBuffer
(int maxNumComponents) Allocate a directCompositeByteBuf
with the given maximum number of components that can be stored in it.UnpooledByteBufAllocator.compositeDirectBuffer
(int maxNumComponents) AbstractByteBufAllocator.compositeHeapBuffer()
AbstractByteBufAllocator.compositeHeapBuffer
(int maxNumComponents) ByteBufAllocator.compositeHeapBuffer()
Allocate a heapCompositeByteBuf
.ByteBufAllocator.compositeHeapBuffer
(int maxNumComponents) Allocate a heapCompositeByteBuf
with the given maximum number of components that can be stored in it.UnpooledByteBufAllocator.compositeHeapBuffer
(int maxNumComponents) AdvancedLeakAwareCompositeByteBuf.consolidate()
AdvancedLeakAwareCompositeByteBuf.consolidate
(int cIndex, int numComponents) CompositeByteBuf.consolidate()
Consolidate the composedByteBuf
sCompositeByteBuf.consolidate
(int cIndex, int numComponents) Consolidate the composedByteBuf
sWrappedCompositeByteBuf.consolidate()
WrappedCompositeByteBuf.consolidate
(int cIndex, int numComponents) AdvancedLeakAwareCompositeByteBuf.discardReadBytes()
CompositeByteBuf.discardReadBytes()
WrappedCompositeByteBuf.discardReadBytes()
AdvancedLeakAwareCompositeByteBuf.discardReadComponents()
CompositeByteBuf.discardReadComponents()
Discard allByteBuf
s which are read.WrappedCompositeByteBuf.discardReadComponents()
AdvancedLeakAwareCompositeByteBuf.discardSomeReadBytes()
CompositeByteBuf.discardSomeReadBytes()
WrappedCompositeByteBuf.discardSomeReadBytes()
AdvancedLeakAwareCompositeByteBuf.ensureWritable
(int minWritableBytes) CompositeByteBuf.ensureWritable
(int minWritableBytes) WrappedCompositeByteBuf.ensureWritable
(int minWritableBytes) AdvancedLeakAwareCompositeByteBuf.getBytes
(int index, byte[] dst) AdvancedLeakAwareCompositeByteBuf.getBytes
(int index, byte[] dst, int dstIndex, int length) AdvancedLeakAwareCompositeByteBuf.getBytes
(int index, OutputStream out, int length) AdvancedLeakAwareCompositeByteBuf.getBytes
(int index, ByteBuffer dst) CompositeByteBuf.getBytes
(int index, byte[] dst) CompositeByteBuf.getBytes
(int index, byte[] dst, int dstIndex, int length) CompositeByteBuf.getBytes
(int index, OutputStream out, int length) CompositeByteBuf.getBytes
(int index, ByteBuffer dst) WrappedCompositeByteBuf.getBytes
(int index, byte[] dst) WrappedCompositeByteBuf.getBytes
(int index, byte[] dst, int dstIndex, int length) WrappedCompositeByteBuf.getBytes
(int index, OutputStream out, int length) WrappedCompositeByteBuf.getBytes
(int index, ByteBuffer dst) CompositeByteBuf.markReaderIndex()
final CompositeByteBuf
WrappedCompositeByteBuf.markReaderIndex()
CompositeByteBuf.markWriterIndex()
final CompositeByteBuf
WrappedCompositeByteBuf.markWriterIndex()
AdvancedLeakAwareCompositeByteBuf.readBytes
(byte[] dst) AdvancedLeakAwareCompositeByteBuf.readBytes
(byte[] dst, int dstIndex, int length) AdvancedLeakAwareCompositeByteBuf.readBytes
(OutputStream out, int length) AdvancedLeakAwareCompositeByteBuf.readBytes
(ByteBuffer dst) CompositeByteBuf.readBytes
(byte[] dst) CompositeByteBuf.readBytes
(byte[] dst, int dstIndex, int length) CompositeByteBuf.readBytes
(OutputStream out, int length) CompositeByteBuf.readBytes
(ByteBuffer dst) WrappedCompositeByteBuf.readBytes
(byte[] dst) WrappedCompositeByteBuf.readBytes
(byte[] dst, int dstIndex, int length) WrappedCompositeByteBuf.readBytes
(OutputStream out, int length) WrappedCompositeByteBuf.readBytes
(ByteBuffer dst) CompositeByteBuf.readerIndex
(int readerIndex) final CompositeByteBuf
WrappedCompositeByteBuf.readerIndex
(int readerIndex) AdvancedLeakAwareCompositeByteBuf.removeComponent
(int cIndex) CompositeByteBuf.removeComponent
(int cIndex) Remove theByteBuf
from the given index.WrappedCompositeByteBuf.removeComponent
(int cIndex) AdvancedLeakAwareCompositeByteBuf.removeComponents
(int cIndex, int numComponents) CompositeByteBuf.removeComponents
(int cIndex, int numComponents) Remove the number ofByteBuf
s starting from the given index.WrappedCompositeByteBuf.removeComponents
(int cIndex, int numComponents) CompositeByteBuf.resetReaderIndex()
final CompositeByteBuf
WrappedCompositeByteBuf.resetReaderIndex()
CompositeByteBuf.resetWriterIndex()
final CompositeByteBuf
WrappedCompositeByteBuf.resetWriterIndex()
AdvancedLeakAwareCompositeByteBuf.retain()
AdvancedLeakAwareCompositeByteBuf.retain
(int increment) CompositeByteBuf.retain()
CompositeByteBuf.retain
(int increment) WrappedCompositeByteBuf.retain()
WrappedCompositeByteBuf.retain
(int increment) AdvancedLeakAwareCompositeByteBuf.setBoolean
(int index, boolean value) CompositeByteBuf.setBoolean
(int index, boolean value) WrappedCompositeByteBuf.setBoolean
(int index, boolean value) AdvancedLeakAwareCompositeByteBuf.setByte
(int index, int value) CompositeByteBuf.setByte
(int index, int value) WrappedCompositeByteBuf.setByte
(int index, int value) AdvancedLeakAwareCompositeByteBuf.setBytes
(int index, byte[] src) AdvancedLeakAwareCompositeByteBuf.setBytes
(int index, byte[] src, int srcIndex, int length) AdvancedLeakAwareCompositeByteBuf.setBytes
(int index, ByteBuffer src) CompositeByteBuf.setBytes
(int index, byte[] src) CompositeByteBuf.setBytes
(int index, byte[] src, int srcIndex, int length) CompositeByteBuf.setBytes
(int index, ByteBuffer src) WrappedCompositeByteBuf.setBytes
(int index, byte[] src) WrappedCompositeByteBuf.setBytes
(int index, byte[] src, int srcIndex, int length) WrappedCompositeByteBuf.setBytes
(int index, ByteBuffer src) AdvancedLeakAwareCompositeByteBuf.setChar
(int index, int value) CompositeByteBuf.setChar
(int index, int value) WrappedCompositeByteBuf.setChar
(int index, int value) AdvancedLeakAwareCompositeByteBuf.setDouble
(int index, double value) CompositeByteBuf.setDouble
(int index, double value) WrappedCompositeByteBuf.setDouble
(int index, double value) AdvancedLeakAwareCompositeByteBuf.setFloat
(int index, float value) CompositeByteBuf.setFloat
(int index, float value) WrappedCompositeByteBuf.setFloat
(int index, float value) CompositeByteBuf.setIndex
(int readerIndex, int writerIndex) final CompositeByteBuf
WrappedCompositeByteBuf.setIndex
(int readerIndex, int writerIndex) AdvancedLeakAwareCompositeByteBuf.setInt
(int index, int value) CompositeByteBuf.setInt
(int index, int value) WrappedCompositeByteBuf.setInt
(int index, int value) AdvancedLeakAwareCompositeByteBuf.setLong
(int index, long value) CompositeByteBuf.setLong
(int index, long value) WrappedCompositeByteBuf.setLong
(int index, long value) AdvancedLeakAwareCompositeByteBuf.setMedium
(int index, int value) CompositeByteBuf.setMedium
(int index, int value) WrappedCompositeByteBuf.setMedium
(int index, int value) AdvancedLeakAwareCompositeByteBuf.setShort
(int index, int value) CompositeByteBuf.setShort
(int index, int value) WrappedCompositeByteBuf.setShort
(int index, int value) AdvancedLeakAwareCompositeByteBuf.setZero
(int index, int length) CompositeByteBuf.setZero
(int index, int length) WrappedCompositeByteBuf.setZero
(int index, int length) AdvancedLeakAwareCompositeByteBuf.skipBytes
(int length) CompositeByteBuf.skipBytes
(int length) WrappedCompositeByteBuf.skipBytes
(int length) protected static CompositeByteBuf
AbstractByteBufAllocator.toLeakAwareBuffer
(CompositeByteBuf buf) AdvancedLeakAwareCompositeByteBuf.touch()
CompositeByteBuf.touch()
WrappedCompositeByteBuf.touch()
AdvancedLeakAwareCompositeByteBuf.writeBoolean
(boolean value) CompositeByteBuf.writeBoolean
(boolean value) WrappedCompositeByteBuf.writeBoolean
(boolean value) AdvancedLeakAwareCompositeByteBuf.writeByte
(int value) CompositeByteBuf.writeByte
(int value) WrappedCompositeByteBuf.writeByte
(int value) AdvancedLeakAwareCompositeByteBuf.writeBytes
(byte[] src) AdvancedLeakAwareCompositeByteBuf.writeBytes
(byte[] src, int srcIndex, int length) AdvancedLeakAwareCompositeByteBuf.writeBytes
(ByteBuf src) AdvancedLeakAwareCompositeByteBuf.writeBytes
(ByteBuf src, int length) AdvancedLeakAwareCompositeByteBuf.writeBytes
(ByteBuf src, int srcIndex, int length) AdvancedLeakAwareCompositeByteBuf.writeBytes
(ByteBuffer src) CompositeByteBuf.writeBytes
(byte[] src) CompositeByteBuf.writeBytes
(byte[] src, int srcIndex, int length) CompositeByteBuf.writeBytes
(ByteBuf src) CompositeByteBuf.writeBytes
(ByteBuf src, int length) CompositeByteBuf.writeBytes
(ByteBuf src, int srcIndex, int length) CompositeByteBuf.writeBytes
(ByteBuffer src) WrappedCompositeByteBuf.writeBytes
(byte[] src) WrappedCompositeByteBuf.writeBytes
(byte[] src, int srcIndex, int length) WrappedCompositeByteBuf.writeBytes
(ByteBuf src) WrappedCompositeByteBuf.writeBytes
(ByteBuf src, int length) WrappedCompositeByteBuf.writeBytes
(ByteBuf src, int srcIndex, int length) WrappedCompositeByteBuf.writeBytes
(ByteBuffer src) AdvancedLeakAwareCompositeByteBuf.writeChar
(int value) CompositeByteBuf.writeChar
(int value) WrappedCompositeByteBuf.writeChar
(int value) AdvancedLeakAwareCompositeByteBuf.writeDouble
(double value) CompositeByteBuf.writeDouble
(double value) WrappedCompositeByteBuf.writeDouble
(double value) AdvancedLeakAwareCompositeByteBuf.writeFloat
(float value) CompositeByteBuf.writeFloat
(float value) WrappedCompositeByteBuf.writeFloat
(float value) AdvancedLeakAwareCompositeByteBuf.writeInt
(int value) CompositeByteBuf.writeInt
(int value) WrappedCompositeByteBuf.writeInt
(int value) AdvancedLeakAwareCompositeByteBuf.writeLong
(long value) CompositeByteBuf.writeLong
(long value) WrappedCompositeByteBuf.writeLong
(long value) AdvancedLeakAwareCompositeByteBuf.writeMedium
(int value) CompositeByteBuf.writeMedium
(int value) WrappedCompositeByteBuf.writeMedium
(int value) CompositeByteBuf.writerIndex
(int writerIndex) final CompositeByteBuf
WrappedCompositeByteBuf.writerIndex
(int writerIndex) AdvancedLeakAwareCompositeByteBuf.writeShort
(int value) CompositeByteBuf.writeShort
(int value) WrappedCompositeByteBuf.writeShort
(int value) AdvancedLeakAwareCompositeByteBuf.writeZero
(int length) CompositeByteBuf.writeZero
(int length) WrappedCompositeByteBuf.writeZero
(int length) Methods in io.netty.buffer with parameters of type CompositeByteBufModifier and TypeMethodDescriptionprotected static CompositeByteBuf
AbstractByteBufAllocator.toLeakAwareBuffer
(CompositeByteBuf buf) Constructors in io.netty.buffer with parameters of type CompositeByteBufModifierConstructorDescription(package private)
AdvancedLeakAwareCompositeByteBuf
(CompositeByteBuf wrapped, ResourceLeakTracker<ByteBuf> leak) (package private)
SimpleLeakAwareCompositeByteBuf
(CompositeByteBuf wrapped, ResourceLeakTracker<ByteBuf> leak) (package private)
WrappedCompositeByteBuf
(CompositeByteBuf wrapped) -
Uses of CompositeByteBuf in io.netty.channel
Methods in io.netty.channel that return CompositeByteBufModifier and TypeMethodDescriptionPreferHeapByteBufAllocator.compositeBuffer()
PreferHeapByteBufAllocator.compositeBuffer
(int maxNumComponents) PreferHeapByteBufAllocator.compositeDirectBuffer()
PreferHeapByteBufAllocator.compositeDirectBuffer
(int maxNumComponents) PreferHeapByteBufAllocator.compositeHeapBuffer()
PreferHeapByteBufAllocator.compositeHeapBuffer
(int maxNumComponents) -
Uses of CompositeByteBuf in io.netty.channel.unix
Methods in io.netty.channel.unix that return CompositeByteBufModifier and TypeMethodDescriptionPreferredDirectByteBufAllocator.compositeBuffer()
PreferredDirectByteBufAllocator.compositeBuffer
(int maxNumComponents) PreferredDirectByteBufAllocator.compositeDirectBuffer()
PreferredDirectByteBufAllocator.compositeDirectBuffer
(int maxNumComponents) PreferredDirectByteBufAllocator.compositeHeapBuffer()
PreferredDirectByteBufAllocator.compositeHeapBuffer
(int maxNumComponents) -
Uses of CompositeByteBuf in io.netty.handler.codec
Methods in io.netty.handler.codec with parameters of type CompositeByteBufModifier and TypeMethodDescriptionprivate static void
MessageAggregator.appendPartialContent
(CompositeByteBuf content, ByteBuf partialContent)