Uses of Class
io.netty.buffer.ByteBuf
Packages that use ByteBuf
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.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
Abstract SCTP socket interfaces which extend the core channel API.
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
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.
Encoder and decoder which transform an array of bytes into a
ByteBuf and vice versa.DNS codec.
Decodes an HAProxy proxy protocol header
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
Handlers for sending and receiving HTTP/2 frames.
JSON specific codecs.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
Encoder, decoder for Redis.
An RTSP
extension based on the HTTP codec.
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa.SMTP codec.
Encoder, decoder and their related message types for Socks.
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
XML codec provides asynchronous and non-blocking XML parser based on the
Aalto XML parser.
Logs the I/O events for debugging purpose.
Capture data and write into Pcap format which helps in troubleshooting.
Certificate validation using OCSP
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError.An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Uses of ByteBuf in io.netty.buffer
Subclasses of ByteBuf in io.netty.bufferModifier and TypeClassDescriptionclassA skeletal implementation of a buffer.classDeprecated.Do not use.(package private) classAbstract base class for derivedByteBufimplementations.private static final classprivate static final classclassAbstract base class forByteBufimplementations that count references.(package private) class(package private) classSpecialSwappedByteBufforByteBufs that is using unsafe.(package private) static final class(package private) final class(package private) final class(package private) static final class(package private) static final classclassA virtual buffer which shows multiple buffers as a single merged buffer.classDeprecated.Do not use.final classAn emptyByteBufwhose capacity and maximum capacity are all0.(package private) final classprivate static final class(package private) class(package private) final class(package private) final class(package private) class(package private) final class(package private) final class(package private) final classclassDeprecated.Do not use.(package private) classRead-only ByteBuf which wraps a read-only ByteBuffer.private static final classprivate static final class(package private) final classRead-only ByteBuf which wraps a read-only direct ByteBuffer and use unsafe for best performance.(package private) class(package private) classclassDeprecated.Do not use.classDeprecated.use the Little Endian accessors, e.g.private static final classprivate static final classprivate static final classprivate static final classprivate static final classclassA NIOByteBufferbased buffer.(package private) classDuplicatedByteBufimplementation that can do optimizations because it knows the duplicated buffer is of typeAbstractByteBuf.classBig endian Java heap buffer implementation.(package private) classA specialAbstractUnpooledSlicedByteBufthat can make optimizations because it knows the sliced buffer is of typeAbstractByteBuf.classA NIOByteBufferbased buffer.classBig endian Java heap buffer implementation.(package private) class(package private) final classAByteBufimplementation that wraps another buffer to prevent a user from increasing or decreasing the wrapped buffer's reference count.(package private) final class(package private) final classSpecialSwappedByteBufforByteBufs that use unsafe to access the byte array.(package private) classWraps anotherByteBuf.(package private) class(package private) final classFields in io.netty.buffer declared as ByteBufModifier and TypeFieldDescription(package private) final ByteBufCompositeByteBuf.Component.bufprivate final ByteBufSwappedByteBuf.bufDeprecated.protected final ByteBufWrappedByteBuf.bufprivate final ByteBufAbstractUnpooledSlicedByteBuf.bufferprivate final ByteBufByteBufInputStream.bufferprivate final ByteBufByteBufOutputStream.bufferprivate final ByteBufDuplicatedByteBuf.bufferDeprecated.private final ByteBufReadOnlyByteBuf.bufferDeprecated.private final ByteBuf[]FixedCompositeByteBuf.buffersprivate final ByteBufDefaultByteBufHolder.dataprivate static final ByteBuf[]FixedCompositeByteBuf.EMPTYstatic final ByteBufUnpooled.EMPTY_BUFFERA buffer whose capacity is0.private final ByteBufAbstractByteBufAllocator.emptyBufprivate ByteBufAbstractPooledDerivedByteBuf.parentDeallocations of a pooled derived buffer should always propagate through the entire chain of derived buffers.private final ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.referenceCountDelegateprivate final ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.referenceCountDelegateprivate ByteBufCompositeByteBuf.Component.slice(package private) final ByteBufCompositeByteBuf.Component.srcBufprivate final ByteBufSimpleLeakAwareByteBuf.trackedByteBufThis object's is associated with theResourceLeakTracker.Fields in io.netty.buffer with type parameters of type ByteBufModifier and TypeFieldDescriptionCompositeByteBuf.EMPTY_ITERATOR(package private) final ResourceLeakTracker<ByteBuf> SimpleLeakAwareByteBuf.leak(package private) final ResourceLeakTracker<ByteBuf> SimpleLeakAwareCompositeByteBuf.leak(package private) static final ResourceLeakDetector<ByteBuf> AbstractByteBuf.leakDetectorMethods in io.netty.buffer that return ByteBufModifier and TypeMethodDescriptionAdaptiveByteBufAllocator.AdaptiveAllocatorApi.allocate(int initialCapacity, int maxCapacity) AdaptivePoolingAllocator.allocate(int size, int maxCapacity) private ByteBufCompositeByteBuf.allocBuffer(int capacity) ByteBuf.asByteBuf()AByteBufcan turn into itself.ByteBufConvertible.asByteBuf()Turn this object into aByteBuf.AbstractByteBuf.asReadOnly()AdvancedLeakAwareByteBuf.asReadOnly()AdvancedLeakAwareCompositeByteBuf.asReadOnly()abstract ByteBufByteBuf.asReadOnly()Returns a read-only version of this buffer.EmptyByteBuf.asReadOnly()ReadOnlyByteBuf.asReadOnly()Deprecated.ReadOnlyByteBufferBuf.asReadOnly()ReadOnlyByteBufferBuf.ReadOnlyDuplicatedByteBuf.asReadOnly()ReadOnlyByteBufferBuf.ReadOnlySlicedByteBuf.asReadOnly()SimpleLeakAwareByteBuf.asReadOnly()SimpleLeakAwareCompositeByteBuf.asReadOnly()SwappedByteBuf.asReadOnly()Deprecated.UnreleasableByteBuf.asReadOnly()WrappedByteBuf.asReadOnly()WrappedCompositeByteBuf.asReadOnly()AbstractByteBufAllocator.buffer()AbstractByteBufAllocator.buffer(int initialCapacity) AbstractByteBufAllocator.buffer(int initialCapacity, int maxCapacity) ByteBufAllocator.buffer()Allocate aByteBuf.ByteBufAllocator.buffer(int initialCapacity) Allocate aByteBufwith the given initial capacity.ByteBufAllocator.buffer(int initialCapacity, int maxCapacity) Allocate aByteBufwith the given initial capacity and the given maximal capacity.ByteBufOutputStream.buffer()Returns the buffer where this stream is writing data.private ByteBufFixedCompositeByteBuf.buffer(int i) Return theByteBufstored at the given index of the array.static ByteBufUnpooled.buffer()Creates a new big-endian Java heap buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.static ByteBufUnpooled.buffer(int initialCapacity) Creates a new big-endian Java heap buffer with the specifiedcapacity, which expands its capacity boundlessly on demand.static ByteBufUnpooled.buffer(int initialCapacity, int maxCapacity) Creates a new big-endian Java heap buffer with the specifiedinitialCapacity, that may grow up tomaxCapacityThe new buffer'sreaderIndexandwriterIndexare0.AbstractUnpooledSlicedByteBuf.capacity(int newCapacity) AdaptivePoolingAllocator.AdaptiveByteBuf.capacity(int newCapacity) AdvancedLeakAwareByteBuf.capacity(int newCapacity) abstract ByteBufByteBuf.capacity(int newCapacity) Adjusts the capacity of this buffer.DuplicatedByteBuf.capacity(int newCapacity) Deprecated.EmptyByteBuf.capacity(int newCapacity) FixedCompositeByteBuf.capacity(int newCapacity) final ByteBufPooledByteBuf.capacity(int newCapacity) PooledDuplicatedByteBuf.capacity(int newCapacity) PooledSlicedByteBuf.capacity(int newCapacity) ReadOnlyByteBuf.capacity(int newCapacity) Deprecated.ReadOnlyByteBufferBuf.capacity(int newCapacity) SwappedByteBuf.capacity(int newCapacity) Deprecated.UnpooledDirectByteBuf.capacity(int newCapacity) UnpooledHeapByteBuf.capacity(int newCapacity) UnpooledUnsafeNoCleanerDirectByteBuf.capacity(int newCapacity) WrappedByteBuf.capacity(int newCapacity) private ByteBufEmptyByteBuf.checkIndex(int index) private ByteBufEmptyByteBuf.checkIndex(int index, int length) private ByteBufEmptyByteBuf.checkLength(int length) AbstractByteBuf.clear()abstract ByteBufByteBuf.clear()Sets thereaderIndexandwriterIndexof this buffer to0.EmptyByteBuf.clear()SwappedByteBuf.clear()Deprecated.final ByteBufWrappedByteBuf.clear()CompositeByteBuf.component(int cIndex) Return theByteBufon the specified indexfinal ByteBufWrappedCompositeByteBuf.component(int cIndex) CompositeByteBuf.componentAtOffset(int offset) Return theByteBufon the specified indexfinal ByteBufWrappedCompositeByteBuf.componentAtOffset(int offset) ByteBufHolder.content()Return the data which is held by thisByteBufHolder.DefaultByteBufHolder.content()static ByteBufUnpooled.copiedBuffer(byte[] array) Creates a new big-endian buffer whose content is a copy of the specifiedarray.static ByteBufUnpooled.copiedBuffer(byte[]... arrays) Creates a new big-endian buffer whose content is a merged copy of the specifiedarrays.static ByteBufUnpooled.copiedBuffer(byte[] array, int offset, int length) Creates a new big-endian buffer whose content is a copy of the specifiedarray's sub-region.static ByteBufUnpooled.copiedBuffer(char[] array, int offset, int length, Charset charset) Creates a new big-endian buffer whose content is a subregion of the specifiedarrayencoded in the specifiedcharset.static ByteBufUnpooled.copiedBuffer(char[] array, Charset charset) Creates a new big-endian buffer whose content is the specifiedarrayencoded in the specifiedcharset.static ByteBufUnpooled.copiedBuffer(ByteBuf buffer) Creates a new buffer whose content is a copy of the specifiedbuffer's readable bytes.static ByteBufUnpooled.copiedBuffer(ByteBuf... buffers) Creates a new buffer whose content is a merged copy of the specifiedbuffers' readable bytes.static ByteBufUnpooled.copiedBuffer(CharSequence string, int offset, int length, Charset charset) Creates a new big-endian buffer whose content is a subregion of the specifiedstringencoded in the specifiedcharset.static ByteBufUnpooled.copiedBuffer(CharSequence string, Charset charset) Creates a new big-endian buffer whose content is the specifiedstringencoded in the specifiedcharset.static ByteBufUnpooled.copiedBuffer(ByteBuffer buffer) Creates a new buffer whose content is a copy of the specifiedbuffer's current slice.static ByteBufUnpooled.copiedBuffer(ByteBuffer... buffers) Creates a new buffer whose content is a merged copy of the specifiedbuffers' slices.private static ByteBufUnpooled.copiedBuffer(CharBuffer buffer, Charset charset) private static ByteBufUnpooled.copiedBufferAscii(CharSequence string) private static ByteBufUnpooled.copiedBufferUtf8(CharSequence string) AbstractByteBuf.copy()AbstractUnpooledSlicedByteBuf.copy(int index, int length) AdaptivePoolingAllocator.AdaptiveByteBuf.copy(int index, int length) AdvancedLeakAwareByteBuf.copy()AdvancedLeakAwareByteBuf.copy(int index, int length) AdvancedLeakAwareCompositeByteBuf.copy()AdvancedLeakAwareCompositeByteBuf.copy(int index, int length) abstract ByteBufByteBuf.copy()Returns a copy of this buffer's readable bytes.abstract ByteBufByteBuf.copy(int index, int length) Returns a copy of this buffer's sub-region.CompositeByteBuf.copy(int index, int length) DuplicatedByteBuf.copy(int index, int length) Deprecated.EmptyByteBuf.copy()EmptyByteBuf.copy(int index, int length) FixedCompositeByteBuf.copy(int index, int length) PooledDirectByteBuf.copy(int index, int length) PooledDuplicatedByteBuf.copy(int index, int length) final ByteBufPooledHeapByteBuf.copy(int index, int length) PooledSlicedByteBuf.copy(int index, int length) PooledUnsafeDirectByteBuf.copy(int index, int length) ReadOnlyByteBuf.copy(int index, int length) Deprecated.ReadOnlyByteBufferBuf.copy(int index, int length) ReadOnlyUnsafeDirectByteBuf.copy(int index, int length) SwappedByteBuf.copy()Deprecated.SwappedByteBuf.copy(int index, int length) Deprecated.UnpooledDirectByteBuf.copy(int index, int length) UnpooledHeapByteBuf.copy(int index, int length) UnpooledUnsafeDirectByteBuf.copy(int index, int length) (package private) static ByteBufUnsafeByteBufUtil.copy(AbstractByteBuf buf, long addr, int index, int length) WrappedByteBuf.copy()WrappedByteBuf.copy(int index, int length) WrappedCompositeByteBuf.copy()WrappedCompositeByteBuf.copy(int index, int length) static ByteBufUnpooled.copyBoolean(boolean value) Creates a new single-byte big-endian buffer that holds the specified boolean value.static ByteBufUnpooled.copyBoolean(boolean... values) Create a new big-endian buffer that holds a sequence of the specified boolean values.static ByteBufUnpooled.copyDouble(double value) Creates a new 8-byte big-endian buffer that holds the specified 64-bit floating point number.static ByteBufUnpooled.copyDouble(double... values) Create a new big-endian buffer that holds a sequence of the specified 64-bit floating point numbers.static ByteBufUnpooled.copyFloat(float value) Creates a new 4-byte big-endian buffer that holds the specified 32-bit floating point number.static ByteBufUnpooled.copyFloat(float... values) Create a new big-endian buffer that holds a sequence of the specified 32-bit floating point numbers.static ByteBufUnpooled.copyInt(int value) Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.static ByteBufUnpooled.copyInt(int... values) Create a big-endian buffer that holds a sequence of the specified 32-bit integers.static ByteBufUnpooled.copyLong(long value) Creates a new 8-byte big-endian buffer that holds the specified 64-bit integer.static ByteBufUnpooled.copyLong(long... values) Create a new big-endian buffer that holds a sequence of the specified 64-bit integers.static ByteBufUnpooled.copyMedium(int value) Creates a new 3-byte big-endian buffer that holds the specified 24-bit integer.static ByteBufUnpooled.copyMedium(int... values) Create a new big-endian buffer that holds a sequence of the specified 24-bit integers.static ByteBufUnpooled.copyShort(int value) Creates a new 2-byte big-endian buffer that holds the specified 16-bit integer.static ByteBufUnpooled.copyShort(int... values) Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.static ByteBufUnpooled.copyShort(short... values) Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.AbstractByteBufAllocator.directBuffer()AbstractByteBufAllocator.directBuffer(int initialCapacity) AbstractByteBufAllocator.directBuffer(int initialCapacity, int maxCapacity) ByteBufAllocator.directBuffer()Allocate a directByteBuf.ByteBufAllocator.directBuffer(int initialCapacity) Allocate a directByteBufwith the given initial capacity.ByteBufAllocator.directBuffer(int initialCapacity, int maxCapacity) Allocate a directByteBufwith the given initial capacity and the given maximal capacity.static ByteBufUnpooled.directBuffer()Creates a new big-endian direct buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.static ByteBufUnpooled.directBuffer(int initialCapacity) Creates a new big-endian direct buffer with the specifiedcapacity, which expands its capacity boundlessly on demand.static ByteBufUnpooled.directBuffer(int initialCapacity, int maxCapacity) Creates a new big-endian direct buffer with the specifiedinitialCapacity, that may grow up tomaxCapacity.AbstractByteBuf.discardReadBytes()AdvancedLeakAwareByteBuf.discardReadBytes()abstract ByteBufByteBuf.discardReadBytes()Discards the bytes between the 0th index andreaderIndex.EmptyByteBuf.discardReadBytes()FixedCompositeByteBuf.discardReadBytes()ReadOnlyByteBuf.discardReadBytes()Deprecated.SwappedByteBuf.discardReadBytes()Deprecated.WrappedByteBuf.discardReadBytes()AbstractByteBuf.discardSomeReadBytes()AdvancedLeakAwareByteBuf.discardSomeReadBytes()abstract ByteBufByteBuf.discardSomeReadBytes()Similar todiscardReadBytes()except that this method might discard some, all, or none of read bytes depending on its internal implementation to reduce overall memory bandwidth consumption at the cost of potentially additional memory consumption.EmptyByteBuf.discardSomeReadBytes()SwappedByteBuf.discardSomeReadBytes()Deprecated.WrappedByteBuf.discardSomeReadBytes()AbstractByteBuf.duplicate()AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.duplicate()AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.duplicate()AbstractUnpooledSlicedByteBuf.duplicate()AdvancedLeakAwareByteBuf.duplicate()AdvancedLeakAwareCompositeByteBuf.duplicate()abstract ByteBufByteBuf.duplicate()Returns a buffer which shares the whole region of this buffer.(package private) ByteBufCompositeByteBuf.Component.duplicate()EmptyByteBuf.duplicate()PooledDuplicatedByteBuf.duplicate()PooledSlicedByteBuf.duplicate()ReadOnlyByteBuf.duplicate()Deprecated.ReadOnlyByteBufferBuf.duplicate()ReadOnlyByteBufferBuf.ReadOnlyDuplicatedByteBuf.duplicate()ReadOnlyByteBufferBuf.ReadOnlySlicedByteBuf.duplicate()SimpleLeakAwareByteBuf.duplicate()SimpleLeakAwareCompositeByteBuf.duplicate()SwappedByteBuf.duplicate()Deprecated.UnreleasableByteBuf.duplicate()WrappedByteBuf.duplicate()WrappedCompositeByteBuf.duplicate()(package private) final ByteBufAbstractPooledDerivedByteBuf.duplicate0()static ByteBufByteBufUtil.encodeString(ByteBufAllocator alloc, CharBuffer src, Charset charset) Encode the givenCharBufferusing the givenCharsetinto a newByteBufwhich is allocated via theByteBufAllocator.static ByteBufByteBufUtil.encodeString(ByteBufAllocator alloc, CharBuffer src, Charset charset, int extraCapacity) Encode the givenCharBufferusing the givenCharsetinto a newByteBufwhich is allocated via theByteBufAllocator.(package private) static ByteBufByteBufUtil.encodeString0(ByteBufAllocator alloc, boolean enforceHeap, CharBuffer src, Charset charset, int extraCapacity) static ByteBufByteBufUtil.ensureAccessible(ByteBuf buffer) private static ByteBufCompositeByteBuf.ensureAccessible(ByteBuf buf) AbstractByteBuf.ensureWritable(int minWritableBytes) AdvancedLeakAwareByteBuf.ensureWritable(int minWritableBytes) abstract ByteBufByteBuf.ensureWritable(int minWritableBytes) Expands the buffercapacity()to make sure the number of writable bytes is equal to or greater than the specified value.EmptyByteBuf.ensureWritable(int minWritableBytes) ReadOnlyByteBuf.ensureWritable(int minWritableBytes) Deprecated.ReadOnlyByteBufferBuf.ensureWritable(int minWritableBytes) SwappedByteBuf.ensureWritable(int writableBytes) Deprecated.WrappedByteBuf.ensureWritable(int minWritableBytes) AbstractByteBuf.getBytes(int index, byte[] dst) AbstractUnpooledSlicedByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) AbstractUnpooledSlicedByteBuf.getBytes(int index, OutputStream out, int length) AbstractUnpooledSlicedByteBuf.getBytes(int index, ByteBuffer dst) AdaptivePoolingAllocator.AdaptiveByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) AdaptivePoolingAllocator.AdaptiveByteBuf.getBytes(int index, OutputStream out, int length) AdaptivePoolingAllocator.AdaptiveByteBuf.getBytes(int index, ByteBuffer dst) AdvancedLeakAwareByteBuf.getBytes(int index, byte[] dst) AdvancedLeakAwareByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) AdvancedLeakAwareByteBuf.getBytes(int index, OutputStream out, int length) AdvancedLeakAwareByteBuf.getBytes(int index, ByteBuffer dst) abstract ByteBufByteBuf.getBytes(int index, byte[] dst) Transfers this buffer's data to the specified destination starting at the specified absoluteindex.abstract ByteBufByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) Transfers this buffer's data to the specified destination starting at the specified absoluteindex.abstract ByteBufTransfers this buffer's data to the specified destination starting at the specified absoluteindexuntil the destination becomes non-writable.abstract ByteBufTransfers this buffer's data to the specified destination starting at the specified absoluteindex.abstract ByteBufTransfers this buffer's data to the specified destination starting at the specified absoluteindex.abstract ByteBufByteBuf.getBytes(int index, OutputStream out, int length) Transfers this buffer's data to the specified stream starting at the specified absoluteindex.abstract ByteBufByteBuf.getBytes(int index, ByteBuffer dst) Transfers this buffer's data to the specified destination starting at the specified absoluteindexuntil the destination's position reaches its limit.DuplicatedByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) Deprecated.Deprecated.DuplicatedByteBuf.getBytes(int index, OutputStream out, int length) Deprecated.DuplicatedByteBuf.getBytes(int index, ByteBuffer dst) Deprecated.EmptyByteBuf.getBytes(int index, byte[] dst) EmptyByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) EmptyByteBuf.getBytes(int index, OutputStream out, int length) EmptyByteBuf.getBytes(int index, ByteBuffer dst) FixedCompositeByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) FixedCompositeByteBuf.getBytes(int index, OutputStream out, int length) FixedCompositeByteBuf.getBytes(int index, ByteBuffer dst) PooledDirectByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) PooledDirectByteBuf.getBytes(int index, OutputStream out, int length) PooledDirectByteBuf.getBytes(int index, ByteBuffer dst) PooledDuplicatedByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) PooledDuplicatedByteBuf.getBytes(int index, OutputStream out, int length) PooledDuplicatedByteBuf.getBytes(int index, ByteBuffer dst) final ByteBufPooledHeapByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) final ByteBuffinal ByteBufPooledHeapByteBuf.getBytes(int index, OutputStream out, int length) final ByteBufPooledHeapByteBuf.getBytes(int index, ByteBuffer dst) PooledSlicedByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) PooledSlicedByteBuf.getBytes(int index, OutputStream out, int length) PooledSlicedByteBuf.getBytes(int index, ByteBuffer dst) PooledUnsafeDirectByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) PooledUnsafeDirectByteBuf.getBytes(int index, OutputStream out, int length) PooledUnsafeDirectByteBuf.getBytes(int index, ByteBuffer dst) ReadOnlyByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) Deprecated.Deprecated.ReadOnlyByteBuf.getBytes(int index, OutputStream out, int length) Deprecated.ReadOnlyByteBuf.getBytes(int index, ByteBuffer dst) Deprecated.ReadOnlyByteBufferBuf.getBytes(int index, byte[] dst, int dstIndex, int length) protected ByteBufReadOnlyByteBufferBuf.getBytes(int index, byte[] dst, int dstIndex, int length, boolean internal) protected ByteBufReadOnlyByteBufferBuf.getBytes(int index, OutputStream out, int length) private ByteBufReadOnlyByteBufferBuf.getBytes(int index, OutputStream out, int length, boolean internal) ReadOnlyByteBufferBuf.getBytes(int index, ByteBuffer dst) private ByteBufReadOnlyByteBufferBuf.getBytes(int index, ByteBuffer dst, boolean internal) protected ByteBufReadOnlyUnsafeDirectByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length, boolean internal) protected ByteBufReadOnlyUnsafeDirectByteBuf.getBytes(int index, ByteBuf dst, int dstIndex, int length, boolean internal) SwappedByteBuf.getBytes(int index, byte[] dst) Deprecated.SwappedByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) Deprecated.Deprecated.Deprecated.Deprecated.SwappedByteBuf.getBytes(int index, OutputStream out, int length) Deprecated.SwappedByteBuf.getBytes(int index, ByteBuffer dst) Deprecated.UnpooledDirectByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) UnpooledDirectByteBuf.getBytes(int index, OutputStream out, int length) UnpooledDirectByteBuf.getBytes(int index, ByteBuffer dst) UnpooledHeapByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) UnpooledHeapByteBuf.getBytes(int index, OutputStream out, int length) UnpooledHeapByteBuf.getBytes(int index, ByteBuffer dst) WrappedByteBuf.getBytes(int index, byte[] dst) WrappedByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) WrappedByteBuf.getBytes(int index, OutputStream out, int length) WrappedByteBuf.getBytes(int index, ByteBuffer dst) AbstractByteBufAllocator.heapBuffer()AbstractByteBufAllocator.heapBuffer(int initialCapacity) AbstractByteBufAllocator.heapBuffer(int initialCapacity, int maxCapacity) ByteBufAllocator.heapBuffer()Allocate a heapByteBuf.ByteBufAllocator.heapBuffer(int initialCapacity) Allocate a heapByteBufwith the given initial capacity.ByteBufAllocator.heapBuffer(int initialCapacity, int maxCapacity) Allocate a heapByteBufwith the given initial capacity and the given maximal capacity.CompositeByteBuf.internalComponent(int cIndex) Return the internalByteBufon the specified index.final ByteBufWrappedCompositeByteBuf.internalComponent(int cIndex) CompositeByteBuf.internalComponentAtOffset(int offset) Return the internalByteBufon the specified offset.final ByteBufWrappedCompositeByteBuf.internalComponentAtOffset(int offset) AbstractByteBufAllocator.ioBuffer()AbstractByteBufAllocator.ioBuffer(int initialCapacity) AbstractByteBufAllocator.ioBuffer(int initialCapacity, int maxCapacity) ByteBufAllocator.ioBuffer()Allocate aByteBuf, preferably a direct buffer which is suitable for I/O.ByteBufAllocator.ioBuffer(int initialCapacity) Allocate aByteBuf, preferably a direct buffer which is suitable for I/O.ByteBufAllocator.ioBuffer(int initialCapacity, int maxCapacity) Allocate aByteBuf, preferably a direct buffer which is suitable for I/O.AbstractByteBuf.markReaderIndex()abstract ByteBufByteBuf.markReaderIndex()Marks the currentreaderIndexin this buffer.EmptyByteBuf.markReaderIndex()SwappedByteBuf.markReaderIndex()Deprecated.final ByteBufWrappedByteBuf.markReaderIndex()AbstractByteBuf.markWriterIndex()abstract ByteBufByteBuf.markWriterIndex()Marks the currentwriterIndexin this buffer.EmptyByteBuf.markWriterIndex()SwappedByteBuf.markWriterIndex()Deprecated.final ByteBufWrappedByteBuf.markWriterIndex()protected abstract ByteBufAbstractByteBufAllocator.newDirectBuffer(int initialCapacity, int maxCapacity) Create a directByteBufwith the given initialCapacity and maxCapacity.protected ByteBufAdaptiveByteBufAllocator.newDirectBuffer(int initialCapacity, int maxCapacity) protected ByteBufPooledByteBufAllocator.newDirectBuffer(int initialCapacity, int maxCapacity) protected ByteBufUnpooledByteBufAllocator.newDirectBuffer(int initialCapacity, int maxCapacity) protected abstract ByteBufAbstractByteBufAllocator.newHeapBuffer(int initialCapacity, int maxCapacity) Create a heapByteBufwith the given initialCapacity and maxCapacity.protected ByteBufAdaptiveByteBufAllocator.newHeapBuffer(int initialCapacity, int maxCapacity) protected ByteBufPooledByteBufAllocator.newHeapBuffer(int initialCapacity, int maxCapacity) protected ByteBufUnpooledByteBufAllocator.newHeapBuffer(int initialCapacity, int maxCapacity) CompositeByteBuf.CompositeByteBufIterator.next()abstract ByteBufDeprecated.use the Little Endian accessors, e.g.Deprecated.AbstractByteBuf.readBytes(byte[] dst) AbstractByteBuf.readBytes(byte[] dst, int dstIndex, int length) AbstractByteBuf.readBytes(int length) AbstractByteBuf.readBytes(OutputStream out, int length) AbstractByteBuf.readBytes(ByteBuffer dst) AdvancedLeakAwareByteBuf.readBytes(byte[] dst) AdvancedLeakAwareByteBuf.readBytes(byte[] dst, int dstIndex, int length) AdvancedLeakAwareByteBuf.readBytes(int length) AdvancedLeakAwareByteBuf.readBytes(OutputStream out, int length) AdvancedLeakAwareByteBuf.readBytes(ByteBuffer dst) AdvancedLeakAwareCompositeByteBuf.readBytes(int length) abstract ByteBufByteBuf.readBytes(byte[] dst) Transfers this buffer's data to the specified destination starting at the currentreaderIndexand increases thereaderIndexby the number of the transferred bytes (=dst.length).abstract ByteBufByteBuf.readBytes(byte[] dst, int dstIndex, int length) Transfers this buffer's data to the specified destination starting at the currentreaderIndexand increases thereaderIndexby the number of the transferred bytes (=length).abstract ByteBufByteBuf.readBytes(int length) Transfers this buffer's data to a newly created buffer starting at the currentreaderIndexand increases thereaderIndexby the number of the transferred bytes (=length).abstract ByteBufTransfers this buffer's data to the specified destination starting at the currentreaderIndexuntil the destination becomes non-writable, and increases thereaderIndexby the number of the transferred bytes.abstract ByteBufTransfers this buffer's data to the specified destination starting at the currentreaderIndexand increases thereaderIndexby the number of the transferred bytes (=length).abstract ByteBufTransfers this buffer's data to the specified destination starting at the currentreaderIndexand increases thereaderIndexby the number of the transferred bytes (=length).abstract ByteBufByteBuf.readBytes(OutputStream out, int length) Transfers this buffer's data to the specified stream starting at the currentreaderIndex.abstract ByteBufByteBuf.readBytes(ByteBuffer dst) Transfers this buffer's data to the specified destination starting at the currentreaderIndexuntil the destination's position reaches its limit, and increases thereaderIndexby the number of the transferred bytes.static ByteBufByteBufUtil.readBytes(ByteBufAllocator alloc, ByteBuf buffer, int length) Read the given amount of bytes into a newByteBufthat is allocated from theByteBufAllocator.EmptyByteBuf.readBytes(byte[] dst) EmptyByteBuf.readBytes(byte[] dst, int dstIndex, int length) EmptyByteBuf.readBytes(int length) EmptyByteBuf.readBytes(OutputStream out, int length) EmptyByteBuf.readBytes(ByteBuffer dst) PooledDirectByteBuf.readBytes(byte[] dst, int dstIndex, int length) PooledDirectByteBuf.readBytes(OutputStream out, int length) PooledDirectByteBuf.readBytes(ByteBuffer dst) ReadOnlyByteBufferBuf.readBytes(byte[] dst, int dstIndex, int length) ReadOnlyByteBufferBuf.readBytes(OutputStream out, int length) ReadOnlyByteBufferBuf.readBytes(ByteBuffer dst) SwappedByteBuf.readBytes(byte[] dst) Deprecated.SwappedByteBuf.readBytes(byte[] dst, int dstIndex, int length) Deprecated.SwappedByteBuf.readBytes(int length) Deprecated.Deprecated.Deprecated.Deprecated.SwappedByteBuf.readBytes(OutputStream out, int length) Deprecated.SwappedByteBuf.readBytes(ByteBuffer dst) Deprecated.UnpooledDirectByteBuf.readBytes(byte[] dst, int dstIndex, int length) UnpooledDirectByteBuf.readBytes(OutputStream out, int length) UnpooledDirectByteBuf.readBytes(ByteBuffer dst) WrappedByteBuf.readBytes(byte[] dst) WrappedByteBuf.readBytes(byte[] dst, int dstIndex, int length) WrappedByteBuf.readBytes(int length) WrappedByteBuf.readBytes(OutputStream out, int length) WrappedByteBuf.readBytes(ByteBuffer dst) WrappedCompositeByteBuf.readBytes(int length) AbstractByteBuf.readerIndex(int readerIndex) abstract ByteBufByteBuf.readerIndex(int readerIndex) Sets thereaderIndexof this buffer.EmptyByteBuf.readerIndex(int readerIndex) SwappedByteBuf.readerIndex(int readerIndex) Deprecated.final ByteBufWrappedByteBuf.readerIndex(int readerIndex) AbstractByteBuf.readRetainedSlice(int length) AdvancedLeakAwareByteBuf.readRetainedSlice(int length) AdvancedLeakAwareCompositeByteBuf.readRetainedSlice(int length) abstract ByteBufByteBuf.readRetainedSlice(int length) Returns a new retained slice of this buffer's sub-region starting at the currentreaderIndexand increases thereaderIndexby the size of the new slice (=length).EmptyByteBuf.readRetainedSlice(int length) SimpleLeakAwareByteBuf.readRetainedSlice(int length) SimpleLeakAwareCompositeByteBuf.readRetainedSlice(int length) SwappedByteBuf.readRetainedSlice(int length) Deprecated.UnreleasableByteBuf.readRetainedSlice(int length) WrappedByteBuf.readRetainedSlice(int length) WrappedCompositeByteBuf.readRetainedSlice(int length) AbstractByteBuf.readSlice(int length) AdvancedLeakAwareByteBuf.readSlice(int length) AdvancedLeakAwareCompositeByteBuf.readSlice(int length) abstract ByteBufByteBuf.readSlice(int length) Returns a new slice of this buffer's sub-region starting at the currentreaderIndexand increases thereaderIndexby the size of the new slice (=length).EmptyByteBuf.readSlice(int length) SimpleLeakAwareByteBuf.readSlice(int length) SimpleLeakAwareCompositeByteBuf.readSlice(int length) SwappedByteBuf.readSlice(int length) Deprecated.UnreleasableByteBuf.readSlice(int length) WrappedByteBuf.readSlice(int length) WrappedCompositeByteBuf.readSlice(int length) AbstractByteBuf.resetReaderIndex()abstract ByteBufByteBuf.resetReaderIndex()Repositions the currentreaderIndexto the markedreaderIndexin this buffer.EmptyByteBuf.resetReaderIndex()SwappedByteBuf.resetReaderIndex()Deprecated.final ByteBufWrappedByteBuf.resetReaderIndex()AbstractByteBuf.resetWriterIndex()abstract ByteBufByteBuf.resetWriterIndex()Repositions the currentwriterIndexto the markedwriterIndexin this buffer.EmptyByteBuf.resetWriterIndex()SwappedByteBuf.resetWriterIndex()Deprecated.final ByteBufWrappedByteBuf.resetWriterIndex()final ByteBufAbstractDerivedByteBuf.retain()Deprecated.final ByteBufAbstractDerivedByteBuf.retain(int increment) Deprecated.AbstractReferenceCountedByteBuf.retain()AbstractReferenceCountedByteBuf.retain(int increment) AdvancedLeakAwareByteBuf.retain()AdvancedLeakAwareByteBuf.retain(int increment) abstract ByteBufByteBuf.retain()abstract ByteBufByteBuf.retain(int increment) EmptyByteBuf.retain()EmptyByteBuf.retain(int increment) SwappedByteBuf.retain()Deprecated.SwappedByteBuf.retain(int increment) Deprecated.UnreleasableByteBuf.retain()UnreleasableByteBuf.retain(int increment) WrappedByteBuf.retain()WrappedByteBuf.retain(int increment) (package private) ByteBufAbstractDerivedByteBuf.retain0()Deprecated.(package private) ByteBufAbstractDerivedByteBuf.retain0(int increment) Deprecated.(package private) ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.retain0()(package private) ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.retain0(int increment) (package private) ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.retain0()(package private) ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.retain0(int increment) AbstractByteBuf.retainedDuplicate()AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.retainedDuplicate()AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.retainedDuplicate()AbstractUnpooledSlicedByteBuf.retainedDuplicate()AdvancedLeakAwareByteBuf.retainedDuplicate()AdvancedLeakAwareCompositeByteBuf.retainedDuplicate()abstract ByteBufByteBuf.retainedDuplicate()Returns a retained buffer which shares the whole region of this buffer.EmptyByteBuf.retainedDuplicate()final ByteBufPooledByteBuf.retainedDuplicate()PooledDuplicatedByteBuf.retainedDuplicate()PooledSlicedByteBuf.retainedDuplicate()SimpleLeakAwareByteBuf.retainedDuplicate()SimpleLeakAwareCompositeByteBuf.retainedDuplicate()SwappedByteBuf.retainedDuplicate()Deprecated.UnreleasableByteBuf.retainedDuplicate()WrappedByteBuf.retainedDuplicate()WrappedCompositeByteBuf.retainedDuplicate()AbstractByteBuf.retainedSlice()AbstractByteBuf.retainedSlice(int index, int length) AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.retainedSlice()AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.retainedSlice(int index, int length) AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.retainedSlice()AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.retainedSlice(int index, int length) final ByteBufAbstractPooledDerivedByteBuf.retainedSlice()AdvancedLeakAwareByteBuf.retainedSlice()AdvancedLeakAwareByteBuf.retainedSlice(int index, int length) AdvancedLeakAwareCompositeByteBuf.retainedSlice()AdvancedLeakAwareCompositeByteBuf.retainedSlice(int index, int length) abstract ByteBufByteBuf.retainedSlice()Returns a retained slice of this buffer's readable bytes.abstract ByteBufByteBuf.retainedSlice(int index, int length) Returns a retained slice of this buffer's sub-region.EmptyByteBuf.retainedSlice()EmptyByteBuf.retainedSlice(int index, int length) final ByteBufPooledByteBuf.retainedSlice()final ByteBufPooledByteBuf.retainedSlice(int index, int length) PooledDuplicatedByteBuf.retainedSlice(int index, int length) PooledSlicedByteBuf.retainedSlice(int index, int length) SimpleLeakAwareByteBuf.retainedSlice()SimpleLeakAwareByteBuf.retainedSlice(int index, int length) SimpleLeakAwareCompositeByteBuf.retainedSlice()SimpleLeakAwareCompositeByteBuf.retainedSlice(int index, int length) SwappedByteBuf.retainedSlice()Deprecated.SwappedByteBuf.retainedSlice(int index, int length) Deprecated.UnreleasableByteBuf.retainedSlice()UnreleasableByteBuf.retainedSlice(int index, int length) WrappedByteBuf.retainedSlice()WrappedByteBuf.retainedSlice(int index, int length) WrappedCompositeByteBuf.retainedSlice()WrappedCompositeByteBuf.retainedSlice(int index, int length) AbstractByteBuf.setBoolean(int index, boolean value) AdvancedLeakAwareByteBuf.setBoolean(int index, boolean value) abstract ByteBufByteBuf.setBoolean(int index, boolean value) Sets the specified boolean at the specified absoluteindexin this buffer.EmptyByteBuf.setBoolean(int index, boolean value) SwappedByteBuf.setBoolean(int index, boolean value) Deprecated.WrappedByteBuf.setBoolean(int index, boolean value) AbstractByteBuf.setByte(int index, int value) AbstractUnpooledSlicedByteBuf.setByte(int index, int value) AdvancedLeakAwareByteBuf.setByte(int index, int value) abstract ByteBufByteBuf.setByte(int index, int value) Sets the specified byte at the specified absoluteindexin this buffer.DuplicatedByteBuf.setByte(int index, int value) Deprecated.EmptyByteBuf.setByte(int index, int value) FixedCompositeByteBuf.setByte(int index, int value) PooledDuplicatedByteBuf.setByte(int index, int value) PooledSlicedByteBuf.setByte(int index, int value) ReadOnlyByteBuf.setByte(int index, int value) Deprecated.ReadOnlyByteBufferBuf.setByte(int index, int value) SwappedByteBuf.setByte(int index, int value) Deprecated.UnpooledDirectByteBuf.setByte(int index, int value) UnpooledHeapByteBuf.setByte(int index, int value) UnpooledUnsafeDirectByteBuf.setByte(int index, int value) UnpooledUnsafeHeapByteBuf.setByte(int index, int value) WrappedByteBuf.setByte(int index, int value) AbstractByteBuf.setBytes(int index, byte[] src) AbstractUnpooledSlicedByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) AbstractUnpooledSlicedByteBuf.setBytes(int index, ByteBuffer src) AdaptivePoolingAllocator.AdaptiveByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) AdaptivePoolingAllocator.AdaptiveByteBuf.setBytes(int index, ByteBuffer src) AdvancedLeakAwareByteBuf.setBytes(int index, byte[] src) AdvancedLeakAwareByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) AdvancedLeakAwareByteBuf.setBytes(int index, ByteBuffer src) abstract ByteBufByteBuf.setBytes(int index, byte[] src) Transfers the specified source array's data to this buffer starting at the specified absoluteindex.abstract ByteBufByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) Transfers the specified source array's data to this buffer starting at the specified absoluteindex.abstract ByteBufTransfers the specified source buffer's data to this buffer starting at the specified absoluteindexuntil the source buffer becomes unreadable.abstract ByteBufTransfers the specified source buffer's data to this buffer starting at the specified absoluteindex.abstract ByteBufTransfers the specified source buffer's data to this buffer starting at the specified absoluteindex.abstract ByteBufByteBuf.setBytes(int index, ByteBuffer src) Transfers the specified source buffer's data to this buffer starting at the specified absoluteindexuntil the source buffer's position reaches its limit.DuplicatedByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) Deprecated.Deprecated.DuplicatedByteBuf.setBytes(int index, ByteBuffer src) Deprecated.EmptyByteBuf.setBytes(int index, byte[] src) EmptyByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) EmptyByteBuf.setBytes(int index, ByteBuffer src) FixedCompositeByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) FixedCompositeByteBuf.setBytes(int index, ByteBuffer src) PooledDirectByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) PooledDirectByteBuf.setBytes(int index, ByteBuffer src) PooledDuplicatedByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) PooledDuplicatedByteBuf.setBytes(int index, ByteBuffer src) final ByteBufPooledHeapByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) final ByteBuffinal ByteBufPooledHeapByteBuf.setBytes(int index, ByteBuffer src) PooledSlicedByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) PooledSlicedByteBuf.setBytes(int index, ByteBuffer src) PooledUnsafeDirectByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) PooledUnsafeDirectByteBuf.setBytes(int index, ByteBuffer src) ReadOnlyByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) Deprecated.Deprecated.ReadOnlyByteBuf.setBytes(int index, ByteBuffer src) Deprecated.ReadOnlyByteBufferBuf.setBytes(int index, byte[] src, int srcIndex, int length) ReadOnlyByteBufferBuf.setBytes(int index, ByteBuffer src) SwappedByteBuf.setBytes(int index, byte[] src) Deprecated.SwappedByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) Deprecated.Deprecated.Deprecated.Deprecated.SwappedByteBuf.setBytes(int index, ByteBuffer src) Deprecated.UnpooledDirectByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) UnpooledDirectByteBuf.setBytes(int index, ByteBuffer src) UnpooledHeapByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) UnpooledHeapByteBuf.setBytes(int index, ByteBuffer src) UnpooledUnsafeDirectByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) UnpooledUnsafeDirectByteBuf.setBytes(int index, ByteBuffer src) WrappedByteBuf.setBytes(int index, byte[] src) WrappedByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) WrappedByteBuf.setBytes(int index, ByteBuffer src) AbstractByteBuf.setChar(int index, int value) final ByteBufAbstractUnsafeSwappedByteBuf.setChar(int index, int value) AdvancedLeakAwareByteBuf.setChar(int index, int value) abstract ByteBufByteBuf.setChar(int index, int value) Sets the specified 2-byte UTF-16 character at the specified absoluteindexin this buffer.EmptyByteBuf.setChar(int index, int value) SwappedByteBuf.setChar(int index, int value) Deprecated.WrappedByteBuf.setChar(int index, int value) AbstractByteBuf.setDouble(int index, double value) final ByteBufAbstractUnsafeSwappedByteBuf.setDouble(int index, double value) AdvancedLeakAwareByteBuf.setDouble(int index, double value) abstract ByteBufByteBuf.setDouble(int index, double value) Sets the specified 64-bit floating-point number at the specified absoluteindexin this buffer.EmptyByteBuf.setDouble(int index, double value) SwappedByteBuf.setDouble(int index, double value) Deprecated.WrappedByteBuf.setDouble(int index, double value) ByteBuf.setDoubleLE(int index, double value) Sets the specified 64-bit floating-point number at the specified absoluteindexin this buffer in Little Endian Byte Order.AbstractByteBuf.setFloat(int index, float value) final ByteBufAbstractUnsafeSwappedByteBuf.setFloat(int index, float value) AdvancedLeakAwareByteBuf.setFloat(int index, float value) abstract ByteBufByteBuf.setFloat(int index, float value) Sets the specified 32-bit floating-point number at the specified absoluteindexin this buffer.EmptyByteBuf.setFloat(int index, float value) SwappedByteBuf.setFloat(int index, float value) Deprecated.WrappedByteBuf.setFloat(int index, float value) ByteBuf.setFloatLE(int index, float value) Sets the specified 32-bit floating-point number at the specified absoluteindexin this buffer in Little Endian Byte Order.AbstractByteBuf.setIndex(int readerIndex, int writerIndex) abstract ByteBufByteBuf.setIndex(int readerIndex, int writerIndex) Sets thereaderIndexandwriterIndexof this buffer in one shot.EmptyByteBuf.setIndex(int readerIndex, int writerIndex) SwappedByteBuf.setIndex(int readerIndex, int writerIndex) Deprecated.WrappedByteBuf.setIndex(int readerIndex, int writerIndex) AbstractByteBuf.setInt(int index, int value) AbstractUnpooledSlicedByteBuf.setInt(int index, int value) final ByteBufAbstractUnsafeSwappedByteBuf.setInt(int index, int value) AdvancedLeakAwareByteBuf.setInt(int index, int value) abstract ByteBufByteBuf.setInt(int index, int value) Sets the specified 32-bit integer at the specified absoluteindexin this buffer.DuplicatedByteBuf.setInt(int index, int value) Deprecated.EmptyByteBuf.setInt(int index, int value) FixedCompositeByteBuf.setInt(int index, int value) PooledDuplicatedByteBuf.setInt(int index, int value) PooledSlicedByteBuf.setInt(int index, int value) ReadOnlyByteBuf.setInt(int index, int value) Deprecated.ReadOnlyByteBufferBuf.setInt(int index, int value) SwappedByteBuf.setInt(int index, int value) Deprecated.UnpooledDirectByteBuf.setInt(int index, int value) UnpooledHeapByteBuf.setInt(int index, int value) UnpooledUnsafeDirectByteBuf.setInt(int index, int value) UnpooledUnsafeHeapByteBuf.setInt(int index, int value) WrappedByteBuf.setInt(int index, int value) AbstractByteBuf.setIntLE(int index, int value) AbstractUnpooledSlicedByteBuf.setIntLE(int index, int value) AdvancedLeakAwareByteBuf.setIntLE(int index, int value) AdvancedLeakAwareCompositeByteBuf.setIntLE(int index, int value) abstract ByteBufByteBuf.setIntLE(int index, int value) Sets the specified 32-bit integer at the specified absoluteindexin this buffer with Little Endian byte order .DuplicatedByteBuf.setIntLE(int index, int value) Deprecated.EmptyByteBuf.setIntLE(int index, int value) PooledDuplicatedByteBuf.setIntLE(int index, int value) PooledSlicedByteBuf.setIntLE(int index, int value) ReadOnlyByteBuf.setIntLE(int index, int value) Deprecated.ReadOnlyByteBufferBuf.setIntLE(int index, int value) SwappedByteBuf.setIntLE(int index, int value) Deprecated.UnpooledHeapByteBuf.setIntLE(int index, int value) UnpooledUnsafeHeapByteBuf.setIntLE(int index, int value) WrappedByteBuf.setIntLE(int index, int value) WrappedCompositeByteBuf.setIntLE(int index, int value) AbstractByteBuf.setLong(int index, long value) AbstractUnpooledSlicedByteBuf.setLong(int index, long value) final ByteBufAbstractUnsafeSwappedByteBuf.setLong(int index, long value) AdvancedLeakAwareByteBuf.setLong(int index, long value) abstract ByteBufByteBuf.setLong(int index, long value) Sets the specified 64-bit long integer at the specified absoluteindexin this buffer.DuplicatedByteBuf.setLong(int index, long value) Deprecated.EmptyByteBuf.setLong(int index, long value) FixedCompositeByteBuf.setLong(int index, long value) PooledDuplicatedByteBuf.setLong(int index, long value) PooledSlicedByteBuf.setLong(int index, long value) ReadOnlyByteBuf.setLong(int index, long value) Deprecated.ReadOnlyByteBufferBuf.setLong(int index, long value) SwappedByteBuf.setLong(int index, long value) Deprecated.UnpooledDirectByteBuf.setLong(int index, long value) UnpooledHeapByteBuf.setLong(int index, long value) UnpooledUnsafeDirectByteBuf.setLong(int index, long value) UnpooledUnsafeHeapByteBuf.setLong(int index, long value) WrappedByteBuf.setLong(int index, long value) AbstractByteBuf.setLongLE(int index, long value) AbstractUnpooledSlicedByteBuf.setLongLE(int index, long value) AdvancedLeakAwareByteBuf.setLongLE(int index, long value) AdvancedLeakAwareCompositeByteBuf.setLongLE(int index, long value) abstract ByteBufByteBuf.setLongLE(int index, long value) Sets the specified 64-bit long integer at the specified absoluteindexin this buffer in Little Endian Byte Order.DuplicatedByteBuf.setLongLE(int index, long value) Deprecated.EmptyByteBuf.setLongLE(int index, long value) PooledDuplicatedByteBuf.setLongLE(int index, long value) PooledSlicedByteBuf.setLongLE(int index, long value) ReadOnlyByteBuf.setLongLE(int index, long value) Deprecated.ReadOnlyByteBufferBuf.setLongLE(int index, long value) SwappedByteBuf.setLongLE(int index, long value) Deprecated.UnpooledHeapByteBuf.setLongLE(int index, long value) UnpooledUnsafeHeapByteBuf.setLongLE(int index, long value) WrappedByteBuf.setLongLE(int index, long value) WrappedCompositeByteBuf.setLongLE(int index, long value) AbstractByteBuf.setMedium(int index, int value) AbstractUnpooledSlicedByteBuf.setMedium(int index, int value) AdvancedLeakAwareByteBuf.setMedium(int index, int value) abstract ByteBufByteBuf.setMedium(int index, int value) Sets the specified 24-bit medium integer at the specified absoluteindexin this buffer.DuplicatedByteBuf.setMedium(int index, int value) Deprecated.EmptyByteBuf.setMedium(int index, int value) FixedCompositeByteBuf.setMedium(int index, int value) PooledDuplicatedByteBuf.setMedium(int index, int value) PooledSlicedByteBuf.setMedium(int index, int value) ReadOnlyByteBuf.setMedium(int index, int value) Deprecated.ReadOnlyByteBufferBuf.setMedium(int index, int value) SwappedByteBuf.setMedium(int index, int value) Deprecated.UnpooledDirectByteBuf.setMedium(int index, int value) UnpooledHeapByteBuf.setMedium(int index, int value) UnpooledUnsafeDirectByteBuf.setMedium(int index, int value) UnpooledUnsafeHeapByteBuf.setMedium(int index, int value) WrappedByteBuf.setMedium(int index, int value) AbstractByteBuf.setMediumLE(int index, int value) AbstractUnpooledSlicedByteBuf.setMediumLE(int index, int value) AdvancedLeakAwareByteBuf.setMediumLE(int index, int value) AdvancedLeakAwareCompositeByteBuf.setMediumLE(int index, int value) abstract ByteBufByteBuf.setMediumLE(int index, int value) Sets the specified 24-bit medium integer at the specified absoluteindexin this buffer in the Little Endian Byte Order.DuplicatedByteBuf.setMediumLE(int index, int value) Deprecated.EmptyByteBuf.setMediumLE(int index, int value) PooledDuplicatedByteBuf.setMediumLE(int index, int value) PooledSlicedByteBuf.setMediumLE(int index, int value) ReadOnlyByteBuf.setMediumLE(int index, int value) Deprecated.ReadOnlyByteBufferBuf.setMediumLE(int index, int value) SwappedByteBuf.setMediumLE(int index, int value) Deprecated.UnpooledHeapByteBuf.setMediumLE(int index, int value) UnpooledUnsafeHeapByteBuf.setMediumLE(int index, int value) WrappedByteBuf.setMediumLE(int index, int value) WrappedCompositeByteBuf.setMediumLE(int index, int value) AbstractByteBuf.setShort(int index, int value) AbstractUnpooledSlicedByteBuf.setShort(int index, int value) final ByteBufAbstractUnsafeSwappedByteBuf.setShort(int index, int value) AdvancedLeakAwareByteBuf.setShort(int index, int value) abstract ByteBufByteBuf.setShort(int index, int value) Sets the specified 16-bit short integer at the specified absoluteindexin this buffer.DuplicatedByteBuf.setShort(int index, int value) Deprecated.EmptyByteBuf.setShort(int index, int value) FixedCompositeByteBuf.setShort(int index, int value) PooledDuplicatedByteBuf.setShort(int index, int value) PooledSlicedByteBuf.setShort(int index, int value) ReadOnlyByteBuf.setShort(int index, int value) Deprecated.ReadOnlyByteBufferBuf.setShort(int index, int value) SwappedByteBuf.setShort(int index, int value) Deprecated.UnpooledDirectByteBuf.setShort(int index, int value) UnpooledHeapByteBuf.setShort(int index, int value) UnpooledUnsafeDirectByteBuf.setShort(int index, int value) UnpooledUnsafeHeapByteBuf.setShort(int index, int value) WrappedByteBuf.setShort(int index, int value) static ByteBufByteBufUtil.setShortBE(ByteBuf buf, int index, int shortValue) Sets a big-endian 16-bit short integer to the buffer.AbstractByteBuf.setShortLE(int index, int value) AbstractUnpooledSlicedByteBuf.setShortLE(int index, int value) AdvancedLeakAwareByteBuf.setShortLE(int index, int value) AdvancedLeakAwareCompositeByteBuf.setShortLE(int index, int value) abstract ByteBufByteBuf.setShortLE(int index, int value) Sets the specified 16-bit short integer at the specified absoluteindexin this buffer with the Little Endian Byte Order.DuplicatedByteBuf.setShortLE(int index, int value) Deprecated.EmptyByteBuf.setShortLE(int index, int value) PooledDuplicatedByteBuf.setShortLE(int index, int value) PooledSlicedByteBuf.setShortLE(int index, int value) ReadOnlyByteBuf.setShortLE(int index, int value) Deprecated.ReadOnlyByteBufferBuf.setShortLE(int index, int value) SwappedByteBuf.setShortLE(int index, int value) Deprecated.UnpooledHeapByteBuf.setShortLE(int index, int value) UnpooledUnsafeHeapByteBuf.setShortLE(int index, int value) WrappedByteBuf.setShortLE(int index, int value) WrappedCompositeByteBuf.setShortLE(int index, int value) AbstractByteBuf.setZero(int index, int length) AdaptivePoolingAllocator.AdaptiveByteBuf.setZero(int index, int length) AdvancedLeakAwareByteBuf.setZero(int index, int length) abstract ByteBufByteBuf.setZero(int index, int length) Fills this buffer with NUL (0x00) starting at the specified absoluteindex.EmptyByteBuf.setZero(int index, int length) PooledUnsafeDirectByteBuf.setZero(int index, int length) PooledUnsafeHeapByteBuf.setZero(int index, int length) SwappedByteBuf.setZero(int index, int length) Deprecated.UnpooledUnsafeDirectByteBuf.setZero(int index, int length) UnpooledUnsafeHeapByteBuf.setZero(int index, int length) WrappedByteBuf.setZero(int index, int length) AbstractByteBuf.skipBytes(int length) AdvancedLeakAwareByteBuf.skipBytes(int length) abstract ByteBufByteBuf.skipBytes(int length) Increases the currentreaderIndexby the specifiedlengthin this buffer.EmptyByteBuf.skipBytes(int length) SwappedByteBuf.skipBytes(int length) Deprecated.WrappedByteBuf.skipBytes(int length) AbstractByteBuf.slice()AbstractByteBuf.slice(int index, int length) AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.slice(int index, int length) AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.slice(int index, int length) AbstractPooledDerivedByteBuf.slice(int index, int length) AbstractUnpooledSlicedByteBuf.slice(int index, int length) AdvancedLeakAwareByteBuf.slice()AdvancedLeakAwareByteBuf.slice(int index, int length) AdvancedLeakAwareCompositeByteBuf.slice()AdvancedLeakAwareCompositeByteBuf.slice(int index, int length) abstract ByteBufByteBuf.slice()Returns a slice of this buffer's readable bytes.abstract ByteBufByteBuf.slice(int index, int length) Returns a slice of this buffer's sub-region.(package private) ByteBufCompositeByteBuf.Component.slice()DuplicatedByteBuf.slice(int index, int length) Deprecated.EmptyByteBuf.slice()EmptyByteBuf.slice(int index, int length) PooledSlicedByteBuf.slice(int index, int length) ReadOnlyByteBuf.slice(int index, int length) Deprecated.ReadOnlyByteBufferBuf.ReadOnlyDuplicatedByteBuf.slice(int index, int length) ReadOnlyByteBufferBuf.ReadOnlySlicedByteBuf.slice(int index, int length) ReadOnlyByteBufferBuf.slice(int index, int length) SimpleLeakAwareByteBuf.slice()SimpleLeakAwareByteBuf.slice(int index, int length) SimpleLeakAwareCompositeByteBuf.slice()SimpleLeakAwareCompositeByteBuf.slice(int index, int length) SwappedByteBuf.slice()Deprecated.SwappedByteBuf.slice(int index, int length) Deprecated.UnreleasableByteBuf.slice()UnreleasableByteBuf.slice(int index, int length) WrappedByteBuf.slice()WrappedByteBuf.slice(int index, int length) WrappedCompositeByteBuf.slice()WrappedCompositeByteBuf.slice(int index, int length) static ByteBufByteBufUtil.threadLocalDirectBuffer()Returns a cached thread-local direct buffer, if available.protected static ByteBufAbstractByteBufAllocator.toLeakAwareBuffer(ByteBuf buf) final ByteBufAbstractDerivedByteBuf.touch()Deprecated.final ByteBufDeprecated.AbstractReferenceCountedByteBuf.touch()AdvancedLeakAwareByteBuf.touch()abstract ByteBufByteBuf.touch()abstract ByteBufEmptyByteBuf.touch()SimpleLeakAwareByteBuf.touch()SwappedByteBuf.touch()Deprecated.Deprecated.UnreleasableByteBuf.touch()WrappedByteBuf.touch()(package private) ByteBufAbstractDerivedByteBuf.touch0()Deprecated.(package private) ByteBufDeprecated.(package private) ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf.touch0()(package private) ByteBuf(package private) ByteBufAbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf.touch0()(package private) ByteBufstatic ByteBufUnpooled.unmodifiableBuffer(ByteBuf buffer) Deprecated.UseasReadOnly().static ByteBufUnpooled.unmodifiableBuffer(ByteBuf... buffers) Deprecated.static ByteBufUnpooled.unreleasableBuffer(ByteBuf buf) Return a unreleasable view on the givenByteBufwhich will just ignore release and retain calls.AbstractUnpooledSlicedByteBuf.unwrap()AdaptivePoolingAllocator.AdaptiveByteBuf.unwrap()abstract ByteBufByteBuf.unwrap()Return the underlying buffer instance if this buffer is a wrapper of another buffer.CompositeByteBuf.unwrap()DuplicatedByteBuf.unwrap()Deprecated.EmptyByteBuf.unwrap()FixedCompositeByteBuf.unwrap()final ByteBufPooledByteBuf.unwrap()ReadOnlyByteBuf.unwrap()Deprecated.ReadOnlyByteBufferBuf.unwrap()SwappedByteBuf.unwrap()Deprecated.UnpooledDirectByteBuf.unwrap()UnpooledHeapByteBuf.unwrap()final ByteBufWrappedByteBuf.unwrap()final ByteBufWrappedCompositeByteBuf.unwrap()private ByteBufSimpleLeakAwareByteBuf.unwrappedDerived(ByteBuf derived) private static ByteBufSimpleLeakAwareByteBuf.unwrapSwapped(ByteBuf buf) static ByteBufUnpooled.wrappedBuffer(byte[] array) Creates a new big-endian buffer which wraps the specifiedarray.static ByteBufUnpooled.wrappedBuffer(byte[]... arrays) Creates a new big-endian composite buffer which wraps the specified arrays without copying them.static ByteBufUnpooled.wrappedBuffer(byte[] array, int offset, int length) Creates a new big-endian buffer which wraps the sub-region of the specifiedarray.static ByteBufUnpooled.wrappedBuffer(int maxNumComponents, byte[]... arrays) Creates a new big-endian composite buffer which wraps the specified arrays without copying them.static ByteBufUnpooled.wrappedBuffer(int maxNumComponents, ByteBuf... buffers) Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.(package private) static <T> ByteBufUnpooled.wrappedBuffer(int maxNumComponents, CompositeByteBuf.ByteWrapper<T> wrapper, T[] array) static ByteBufUnpooled.wrappedBuffer(int maxNumComponents, ByteBuffer... buffers) Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.static ByteBufUnpooled.wrappedBuffer(long memoryAddress, int size, boolean doFree) Creates a new buffer which wraps the specified memory address.static ByteBufUnpooled.wrappedBuffer(ByteBuf buffer) Creates a new buffer which wraps the specified buffer's readable bytes.static ByteBufUnpooled.wrappedBuffer(ByteBuf... buffers) Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.static ByteBufUnpooled.wrappedBuffer(ByteBuffer buffer) Creates a new buffer which wraps the specified NIO buffer's current slice.static ByteBufUnpooled.wrappedBuffer(ByteBuffer... buffers) Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.private static ByteBufUnpooled.wrappedUnmodifiableBuffer(boolean copy, ByteBuf... buffers) static ByteBufUnpooled.wrappedUnmodifiableBuffer(ByteBuf... buffers) static ByteBufByteBufUtil.writeAscii(ByteBufAllocator alloc, CharSequence seq) AbstractByteBuf.writeBoolean(boolean value) AdvancedLeakAwareByteBuf.writeBoolean(boolean value) abstract ByteBufByteBuf.writeBoolean(boolean value) Sets the specified boolean at the currentwriterIndexand increases thewriterIndexby1in this buffer.EmptyByteBuf.writeBoolean(boolean value) SwappedByteBuf.writeBoolean(boolean value) Deprecated.WrappedByteBuf.writeBoolean(boolean value) AbstractByteBuf.writeByte(int value) AdvancedLeakAwareByteBuf.writeByte(int value) abstract ByteBufByteBuf.writeByte(int value) Sets the specified byte at the currentwriterIndexand increases thewriterIndexby1in this buffer.EmptyByteBuf.writeByte(int value) SwappedByteBuf.writeByte(int value) Deprecated.WrappedByteBuf.writeByte(int value) AbstractByteBuf.writeBytes(byte[] src) AbstractByteBuf.writeBytes(byte[] src, int srcIndex, int length) AbstractByteBuf.writeBytes(ByteBuf src) AbstractByteBuf.writeBytes(ByteBuf src, int length) AbstractByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) AbstractByteBuf.writeBytes(ByteBuffer src) AdvancedLeakAwareByteBuf.writeBytes(byte[] src) AdvancedLeakAwareByteBuf.writeBytes(byte[] src, int srcIndex, int length) AdvancedLeakAwareByteBuf.writeBytes(ByteBuf src) AdvancedLeakAwareByteBuf.writeBytes(ByteBuf src, int length) AdvancedLeakAwareByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) AdvancedLeakAwareByteBuf.writeBytes(ByteBuffer src) abstract ByteBufByteBuf.writeBytes(byte[] src) Transfers the specified source array's data to this buffer starting at the currentwriterIndexand increases thewriterIndexby the number of the transferred bytes (=src.length).abstract ByteBufByteBuf.writeBytes(byte[] src, int srcIndex, int length) Transfers the specified source array's data to this buffer starting at the currentwriterIndexand increases thewriterIndexby the number of the transferred bytes (=length).abstract ByteBufByteBuf.writeBytes(ByteBuf src) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexuntil the source buffer becomes unreadable, and increases thewriterIndexby the number of the transferred bytes.abstract ByteBufByteBuf.writeBytes(ByteBuf src, int length) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexand increases thewriterIndexby the number of the transferred bytes (=length).abstract ByteBufByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexand increases thewriterIndexby the number of the transferred bytes (=length).abstract ByteBufByteBuf.writeBytes(ByteBuffer src) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexuntil the source buffer's position reaches its limit, and increases thewriterIndexby the number of the transferred bytes.EmptyByteBuf.writeBytes(byte[] src) EmptyByteBuf.writeBytes(byte[] src, int srcIndex, int length) EmptyByteBuf.writeBytes(ByteBuf src) EmptyByteBuf.writeBytes(ByteBuf src, int length) EmptyByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) EmptyByteBuf.writeBytes(ByteBuffer src) SwappedByteBuf.writeBytes(byte[] src) Deprecated.SwappedByteBuf.writeBytes(byte[] src, int srcIndex, int length) Deprecated.SwappedByteBuf.writeBytes(ByteBuf src) Deprecated.SwappedByteBuf.writeBytes(ByteBuf src, int length) Deprecated.SwappedByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) Deprecated.SwappedByteBuf.writeBytes(ByteBuffer src) Deprecated.WrappedByteBuf.writeBytes(byte[] src) WrappedByteBuf.writeBytes(byte[] src, int srcIndex, int length) WrappedByteBuf.writeBytes(ByteBuf src) WrappedByteBuf.writeBytes(ByteBuf src, int length) WrappedByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) WrappedByteBuf.writeBytes(ByteBuffer src) AbstractByteBuf.writeChar(int value) final ByteBufAbstractUnsafeSwappedByteBuf.writeChar(int value) AdvancedLeakAwareByteBuf.writeChar(int value) abstract ByteBufByteBuf.writeChar(int value) Sets the specified 2-byte UTF-16 character at the currentwriterIndexand increases thewriterIndexby2in this buffer.EmptyByteBuf.writeChar(int value) SwappedByteBuf.writeChar(int value) Deprecated.WrappedByteBuf.writeChar(int value) AbstractByteBuf.writeDouble(double value) final ByteBufAbstractUnsafeSwappedByteBuf.writeDouble(double value) AdvancedLeakAwareByteBuf.writeDouble(double value) abstract ByteBufByteBuf.writeDouble(double value) Sets the specified 64-bit floating point number at the currentwriterIndexand increases thewriterIndexby8in this buffer.EmptyByteBuf.writeDouble(double value) SwappedByteBuf.writeDouble(double value) Deprecated.WrappedByteBuf.writeDouble(double value) ByteBuf.writeDoubleLE(double value) Sets the specified 64-bit floating point number at the currentwriterIndexin Little Endian Byte Order and increases thewriterIndexby8in this buffer.AbstractByteBuf.writeFloat(float value) final ByteBufAbstractUnsafeSwappedByteBuf.writeFloat(float value) AdvancedLeakAwareByteBuf.writeFloat(float value) abstract ByteBufByteBuf.writeFloat(float value) Sets the specified 32-bit floating point number at the currentwriterIndexand increases thewriterIndexby4in this buffer.EmptyByteBuf.writeFloat(float value) SwappedByteBuf.writeFloat(float value) Deprecated.WrappedByteBuf.writeFloat(float value) ByteBuf.writeFloatLE(float value) Sets the specified 32-bit floating point number at the currentwriterIndexin Little Endian Byte Order and increases thewriterIndexby4in this buffer.AbstractByteBuf.writeInt(int value) final ByteBufAbstractUnsafeSwappedByteBuf.writeInt(int value) AdvancedLeakAwareByteBuf.writeInt(int value) abstract ByteBufByteBuf.writeInt(int value) Sets the specified 32-bit integer at the currentwriterIndexand increases thewriterIndexby4in this buffer.EmptyByteBuf.writeInt(int value) SwappedByteBuf.writeInt(int value) Deprecated.WrappedByteBuf.writeInt(int value) AbstractByteBuf.writeIntLE(int value) AdvancedLeakAwareByteBuf.writeIntLE(int value) AdvancedLeakAwareCompositeByteBuf.writeIntLE(int value) abstract ByteBufByteBuf.writeIntLE(int value) Sets the specified 32-bit integer at the currentwriterIndexin the Little Endian Byte Order and increases thewriterIndexby4in this buffer.EmptyByteBuf.writeIntLE(int value) SwappedByteBuf.writeIntLE(int value) Deprecated.WrappedByteBuf.writeIntLE(int value) WrappedCompositeByteBuf.writeIntLE(int value) AbstractByteBuf.writeLong(long value) final ByteBufAbstractUnsafeSwappedByteBuf.writeLong(long value) AdvancedLeakAwareByteBuf.writeLong(long value) abstract ByteBufByteBuf.writeLong(long value) Sets the specified 64-bit long integer at the currentwriterIndexand increases thewriterIndexby8in this buffer.EmptyByteBuf.writeLong(long value) SwappedByteBuf.writeLong(long value) Deprecated.WrappedByteBuf.writeLong(long value) AbstractByteBuf.writeLongLE(long value) AdvancedLeakAwareByteBuf.writeLongLE(long value) AdvancedLeakAwareCompositeByteBuf.writeLongLE(long value) abstract ByteBufByteBuf.writeLongLE(long value) Sets the specified 64-bit long integer at the currentwriterIndexin the Little Endian Byte Order and increases thewriterIndexby8in this buffer.EmptyByteBuf.writeLongLE(long value) SwappedByteBuf.writeLongLE(long value) Deprecated.WrappedByteBuf.writeLongLE(long value) WrappedCompositeByteBuf.writeLongLE(long value) AbstractByteBuf.writeMedium(int value) AdvancedLeakAwareByteBuf.writeMedium(int value) abstract ByteBufByteBuf.writeMedium(int value) Sets the specified 24-bit medium integer at the currentwriterIndexand increases thewriterIndexby3in this buffer.EmptyByteBuf.writeMedium(int value) SwappedByteBuf.writeMedium(int value) Deprecated.WrappedByteBuf.writeMedium(int value) static ByteBufByteBufUtil.writeMediumBE(ByteBuf buf, int mediumValue) Writes a big-endian 24-bit medium integer to the buffer.AbstractByteBuf.writeMediumLE(int value) AdvancedLeakAwareByteBuf.writeMediumLE(int value) AdvancedLeakAwareCompositeByteBuf.writeMediumLE(int value) abstract ByteBufByteBuf.writeMediumLE(int value) Sets the specified 24-bit medium integer at the currentwriterIndexin the Little Endian Byte Order and increases thewriterIndexby3in this buffer.EmptyByteBuf.writeMediumLE(int value) SwappedByteBuf.writeMediumLE(int value) Deprecated.WrappedByteBuf.writeMediumLE(int value) WrappedCompositeByteBuf.writeMediumLE(int value) AbstractByteBuf.writerIndex(int writerIndex) abstract ByteBufByteBuf.writerIndex(int writerIndex) Sets thewriterIndexof this buffer.EmptyByteBuf.writerIndex(int writerIndex) SwappedByteBuf.writerIndex(int writerIndex) Deprecated.final ByteBufWrappedByteBuf.writerIndex(int writerIndex) AbstractByteBuf.writeShort(int value) final ByteBufAbstractUnsafeSwappedByteBuf.writeShort(int value) AdvancedLeakAwareByteBuf.writeShort(int value) abstract ByteBufByteBuf.writeShort(int value) Sets the specified 16-bit short integer at the currentwriterIndexand increases thewriterIndexby2in this buffer.EmptyByteBuf.writeShort(int value) SwappedByteBuf.writeShort(int value) Deprecated.WrappedByteBuf.writeShort(int value) static ByteBufByteBufUtil.writeShortBE(ByteBuf buf, int shortValue) Writes a big-endian 16-bit short integer to the buffer.AbstractByteBuf.writeShortLE(int value) AdvancedLeakAwareByteBuf.writeShortLE(int value) AdvancedLeakAwareCompositeByteBuf.writeShortLE(int value) abstract ByteBufByteBuf.writeShortLE(int value) Sets the specified 16-bit short integer in the Little Endian Byte Order at the currentwriterIndexand increases thewriterIndexby2in this buffer.EmptyByteBuf.writeShortLE(int value) SwappedByteBuf.writeShortLE(int value) Deprecated.WrappedByteBuf.writeShortLE(int value) WrappedCompositeByteBuf.writeShortLE(int value) static ByteBufByteBufUtil.writeUtf8(ByteBufAllocator alloc, CharSequence seq) AbstractByteBuf.writeZero(int length) AdaptivePoolingAllocator.AdaptiveByteBuf.writeZero(int length) AdvancedLeakAwareByteBuf.writeZero(int length) abstract ByteBufByteBuf.writeZero(int length) Fills this buffer with NUL (0x00) starting at the currentwriterIndexand increases thewriterIndexby the specifiedlength.EmptyByteBuf.writeZero(int length) PooledUnsafeDirectByteBuf.writeZero(int length) PooledUnsafeHeapByteBuf.writeZero(int length) SwappedByteBuf.writeZero(int length) Deprecated.UnpooledUnsafeDirectByteBuf.writeZero(int length) UnpooledUnsafeHeapByteBuf.writeZero(int length) WrappedByteBuf.writeZero(int length) Methods in io.netty.buffer that return types with arguments of type ByteBufModifier and TypeMethodDescriptionAdvancedLeakAwareCompositeByteBuf.decompose(int offset, int length) CompositeByteBuf.decompose(int offset, int length) Same withAbstractByteBuf.slice(int, int)except that this method returns a list.WrappedCompositeByteBuf.decompose(int offset, int length) AdvancedLeakAwareCompositeByteBuf.iterator()CompositeByteBuf.iterator()WrappedCompositeByteBuf.iterator()Methods in io.netty.buffer with parameters of type ByteBufModifier 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 givenByteBufon the specific index and increase thewriterIndexifincreaseWriterIndexistrue.CompositeByteBuf.addComponent(boolean increaseWriterIndex, ByteBuf buffer) CompositeByteBuf.addComponent(int cIndex, ByteBuf buffer) Add the givenByteBufon 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) private intCompositeByteBuf.addComponent0(boolean increaseWriterIndex, int cIndex, ByteBuf buffer) Precondition is thatbuffer != null.AdvancedLeakAwareCompositeByteBuf.addComponents(boolean increaseWriterIndex, ByteBuf... buffers) AdvancedLeakAwareCompositeByteBuf.addComponents(int cIndex, ByteBuf... buffers) AdvancedLeakAwareCompositeByteBuf.addComponents(ByteBuf... buffers) CompositeByteBuf.addComponents(boolean increaseWriterIndex, ByteBuf... buffers) CompositeByteBuf.addComponents(int cIndex, ByteBuf... buffers) Add the givenByteBufs on the specific indexCompositeByteBuf.addComponents(ByteBuf... buffers) Add the givenByteBufs.WrappedCompositeByteBuf.addComponents(boolean increaseWriterIndex, ByteBuf... buffers) WrappedCompositeByteBuf.addComponents(int cIndex, ByteBuf... buffers) WrappedCompositeByteBuf.addComponents(ByteBuf... buffers) private CompositeByteBufCompositeByteBuf.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) static voidByteBufUtil.appendPrettyHexDump(StringBuilder dump, ByteBuf buf) Appends the prettified multi-line hexadecimal dump of the specifiedByteBufto the specifiedStringBuilderthat is easy to read by humans.static voidByteBufUtil.appendPrettyHexDump(StringBuilder dump, ByteBuf buf, int offset, int length) Appends the prettified multi-line hexadecimal dump of the specifiedByteBufto the specifiedStringBuilderthat is easy to read by humans, starting at the givenoffsetusing the givenlength.private static voidByteBufUtil.HexUtil.appendPrettyHexDump(StringBuilder dump, ByteBuf buf, int offset, int length) private static voidAbstractByteBuf.checkReadableBounds(ByteBuf src, int length) (package private) static voidAbstractUnpooledSlicedByteBuf.checkSliceOutOfBounds(int index, int length, ByteBuf buffer) private voidstatic intCompares the two specified buffers as described incompareTo(ByteBuf).intabstract intCompares the content of the specified buffer to the content of this buffer.intintDeprecated.intfinal intprivate static longByteBufUtil.compareUintBigEndian(ByteBuf bufferA, ByteBuf bufferB, int aIndex, int bIndex, int uintCountIncrement) private static longByteBufUtil.compareUintBigEndianA(ByteBuf bufferA, ByteBuf bufferB, int aIndex, int bIndex, int uintCountIncrement) private static longByteBufUtil.compareUintBigEndianB(ByteBuf bufferA, ByteBuf bufferB, int aIndex, int bIndex, int uintCountIncrement) private static longByteBufUtil.compareUintLittleEndian(ByteBuf bufferA, ByteBuf bufferB, int aIndex, int bIndex, int uintCountIncrement) static ByteBufUnpooled.copiedBuffer(ByteBuf buffer) Creates a new buffer whose content is a copy of the specifiedbuffer's readable bytes.static ByteBufUnpooled.copiedBuffer(ByteBuf... buffers) Creates a new buffer whose content is a merged copy of the specifiedbuffers' readable bytes.static voidByteBufUtil.copy(AsciiString src, int srcIdx, ByteBuf dst, int length) static voidByteBufUtil.copy(AsciiString src, int srcIdx, ByteBuf dst, int dstIdx, int length) static voidByteBufUtil.copy(AsciiString src, ByteBuf dst) private void(package private) static StringByteBufUtil.decodeString(ByteBuf src, int readerIndex, int len, Charset charset) static ByteBufByteBufUtil.ensureAccessible(ByteBuf buffer) private static ByteBufCompositeByteBuf.ensureAccessible(ByteBuf buf) static booleanReturnstrueif and only if the two specified buffers are identical to each other forlengthbytes starting ataStartIndexindex for theabuffer andbStartIndexindex for thebbuffer.static booleanReturnstrueif and only if the two specified buffers are identical to each other as described inequals(Object).abstract ByteBufTransfers this buffer's data to the specified destination starting at the specified absoluteindexuntil the destination becomes non-writable.abstract ByteBufTransfers this buffer's data to the specified destination starting at the specified absoluteindex.abstract ByteBufTransfers this buffer's data to the specified destination starting at the specified absoluteindex.static byte[]Create a copy of the underlying storage frombufinto a byte array.static byte[]Create a copy of the underlying storage frombufinto a byte array.static byte[]Return an array of the underlying storage frombufinto a byte array.Deprecated.final ByteBufDeprecated.protected ByteBufprotected ByteBufReadOnlyUnsafeDirectByteBuf.getBytes(int index, ByteBuf dst, int dstIndex, int length, boolean internal) Deprecated.Deprecated.Deprecated.(package private) static voidUnsafeByteBufUtil.getBytes(AbstractByteBuf buf, long addr, int index, ByteBuf dst, int dstIndex, int length) static intCalculates the hash code of the specified buffer.static StringReturns a hex dump of the specified buffer's readable bytes.static StringReturns a hex dump of the specified buffer's sub-region.private static Stringprivate static intstatic intThe default implementation ofindexOf(int, int, byte).static intReturns the reader index of needle in haystack, or -1 if needle is not in haystack.(package private) final <U extends AbstractPooledDerivedByteBuf>
UAbstractPooledDerivedByteBuf.init(AbstractByteBuf unwrapped, ByteBuf wrapped, int readerIndex, int writerIndex, int maxCapacity) static booleanByteBufUtil.isAccessible(ByteBuf buffer) private static booleanReturnstrueif the specifiedByteBufstarting atindexwithlengthis valid ASCII text, otherwise returnfalse.static booleanstatic booleanprivate static booleanReturnstrueif the specifiedByteBufstarting atindexwithlengthis valid UTF8 text, otherwise returnfalse.private static longprivate CompositeByteBuf.ComponentCompositeByteBuf.newComponent(ByteBuf buf, int offset) (package private) static PooledDuplicatedByteBufPooledDuplicatedByteBuf.newInstance(AbstractByteBuf unwrapped, ByteBuf wrapped, int readerIndex, int writerIndex) (package private) static PooledSlicedByteBufPooledSlicedByteBuf.newInstance(AbstractByteBuf unwrapped, ByteBuf wrapped, int index, int length) private static PooledSlicedByteBufPooledSlicedByteBuf.newInstance0(AbstractByteBuf unwrapped, ByteBuf wrapped, int adjustment, int length) protected AdvancedLeakAwareByteBufAdvancedLeakAwareByteBuf.newLeakAwareByteBuf(ByteBuf buf, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) protected AdvancedLeakAwareByteBufAdvancedLeakAwareCompositeByteBuf.newLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) protected SimpleLeakAwareByteBufSimpleLeakAwareByteBuf.newLeakAwareByteBuf(ByteBuf buf, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) private SimpleLeakAwareByteBufSimpleLeakAwareByteBuf.newLeakAwareByteBuf(ByteBuf wrapped, ResourceLeakTracker<ByteBuf> leakTracker) private SimpleLeakAwareByteBufSimpleLeakAwareCompositeByteBuf.newLeakAwareByteBuf(ByteBuf wrapped) protected SimpleLeakAwareByteBufSimpleLeakAwareCompositeByteBuf.newLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) private SimpleLeakAwareByteBufSimpleLeakAwareByteBuf.newSharedLeakAwareByteBuf(ByteBuf wrapped) (package private) final voidprivate static StringByteBufUtil.HexUtil.prettyHexDump(ByteBuf buffer, int offset, int length) static StringByteBufUtil.prettyHexDump(ByteBuf buffer) Returns a multi-line hexadecimal dump of the specifiedByteBufthat is easy to read by humans.static StringByteBufUtil.prettyHexDump(ByteBuf buffer, int offset, int length) Returns a multi-line hexadecimal dump of the specifiedByteBufthat is easy to read by humans, starting at the givenoffsetusing the givenlength.abstract ByteBufTransfers this buffer's data to the specified destination starting at the currentreaderIndexuntil the destination becomes non-writable, and increases thereaderIndexby the number of the transferred bytes.abstract ByteBufTransfers this buffer's data to the specified destination starting at the currentreaderIndexand increases thereaderIndexby the number of the transferred bytes (=length).abstract ByteBufTransfers this buffer's data to the specified destination starting at the currentreaderIndexand increases thereaderIndexby the number of the transferred bytes (=length).static ByteBufByteBufUtil.readBytes(ByteBufAllocator alloc, ByteBuf buffer, int length) Read the given amount of bytes into a newByteBufthat is allocated from theByteBufAllocator.Deprecated.Deprecated.Deprecated.static intReads a big-endian 32-bit integer from the buffer.static intByteBufUtil.readUnsignedShortBE(ByteBuf buf) Reads a big-endian unsigned 16-bit short integer from the buffer.Returns a newByteBufHolderwhich contains the specifiedcontent.Returns a newByteBufHolderwhich contains the specifiedcontent.static intByteBufUtil.reserveAndWriteUtf8(ByteBuf buf, CharSequence seq, int reserveBytes) static intByteBufUtil.reserveAndWriteUtf8(ByteBuf buf, CharSequence seq, int start, int end, int reserveBytes) Equivalent tobut avoids subsequence object allocation if possible.reserveAndWriteUtf8(buf, seq.subSequence(start, end), reserveBytes)private static intByteBufUtil.reserveAndWriteUtf8Seq(ByteBuf buf, CharSequence seq, int start, int end, int reserveBytes) abstract ByteBufTransfers the specified source buffer's data to this buffer starting at the specified absoluteindexuntil the source buffer becomes unreadable.abstract ByteBufTransfers the specified source buffer's data to this buffer starting at the specified absoluteindex.abstract ByteBufTransfers the specified source buffer's data to this buffer starting at the specified absoluteindex.Deprecated.final ByteBufDeprecated.Deprecated.Deprecated.Deprecated.(package private) static voidUnsafeByteBufUtil.setBytes(AbstractByteBuf buf, long addr, int index, ByteBuf src, int srcIndex, int length) static ByteBufByteBufUtil.setShortBE(ByteBuf buf, int index, int shortValue) Sets a big-endian 16-bit short integer to the buffer.protected static ByteBufAbstractByteBufAllocator.toLeakAwareBuffer(ByteBuf buf) (package private) voidCompositeByteBuf.Component.transferTo(ByteBuf dst) static ByteBufUnpooled.unmodifiableBuffer(ByteBuf buffer) Deprecated.UseasReadOnly().static ByteBufUnpooled.unmodifiableBuffer(ByteBuf... buffers) Deprecated.static ByteBufUnpooled.unreleasableBuffer(ByteBuf buf) Return a unreleasable view on the givenByteBufwhich will just ignore release and retain calls.private ByteBufSimpleLeakAwareByteBuf.unwrappedDerived(ByteBuf derived) private static ByteBufSimpleLeakAwareByteBuf.unwrapSwapped(ByteBuf buf) static ByteBufUnpooled.wrappedBuffer(int maxNumComponents, ByteBuf... buffers) Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.static ByteBufUnpooled.wrappedBuffer(ByteBuf buffer) Creates a new buffer which wraps the specified buffer's readable bytes.static ByteBufUnpooled.wrappedBuffer(ByteBuf... buffers) Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.private static ByteBufUnpooled.wrappedUnmodifiableBuffer(boolean copy, ByteBuf... buffers) static ByteBufUnpooled.wrappedUnmodifiableBuffer(ByteBuf... buffers) static intByteBufUtil.writeAscii(ByteBuf buf, CharSequence seq) AbstractByteBuf.writeBytes(ByteBuf src) AbstractByteBuf.writeBytes(ByteBuf src, int length) AbstractByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) AdvancedLeakAwareByteBuf.writeBytes(ByteBuf src) AdvancedLeakAwareByteBuf.writeBytes(ByteBuf src, int length) AdvancedLeakAwareByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) AdvancedLeakAwareCompositeByteBuf.writeBytes(ByteBuf src) AdvancedLeakAwareCompositeByteBuf.writeBytes(ByteBuf src, int length) AdvancedLeakAwareCompositeByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) abstract ByteBufByteBuf.writeBytes(ByteBuf src) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexuntil the source buffer becomes unreadable, and increases thewriterIndexby the number of the transferred bytes.abstract ByteBufByteBuf.writeBytes(ByteBuf src, int length) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexand increases thewriterIndexby the number of the transferred bytes (=length).abstract ByteBufByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexand increases thewriterIndexby the number of the transferred bytes (=length).CompositeByteBuf.writeBytes(ByteBuf src) CompositeByteBuf.writeBytes(ByteBuf src, int length) CompositeByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) EmptyByteBuf.writeBytes(ByteBuf src) EmptyByteBuf.writeBytes(ByteBuf src, int length) EmptyByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) SwappedByteBuf.writeBytes(ByteBuf src) Deprecated.SwappedByteBuf.writeBytes(ByteBuf src, int length) Deprecated.SwappedByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) Deprecated.WrappedByteBuf.writeBytes(ByteBuf src) WrappedByteBuf.writeBytes(ByteBuf src, int length) WrappedByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) WrappedCompositeByteBuf.writeBytes(ByteBuf src) WrappedCompositeByteBuf.writeBytes(ByteBuf src, int length) WrappedCompositeByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) static ByteBufByteBufUtil.writeMediumBE(ByteBuf buf, int mediumValue) Writes a big-endian 24-bit medium integer to the buffer.static ByteBufByteBufUtil.writeShortBE(ByteBuf buf, int shortValue) Writes a big-endian 16-bit short integer to the buffer.static intByteBufUtil.writeUtf8(ByteBuf buf, CharSequence seq) static intByteBufUtil.writeUtf8(ByteBuf buf, CharSequence seq, int start, int end) Equivalent tobut avoids subsequence object allocation.writeUtf8(buf, seq.subSequence(start, end))Method parameters in io.netty.buffer with type arguments of type ByteBufModifier and TypeMethodDescriptionAdvancedLeakAwareCompositeByteBuf.addComponents(boolean increaseWriterIndex, Iterable<ByteBuf> buffers) AdvancedLeakAwareCompositeByteBuf.addComponents(int cIndex, Iterable<ByteBuf> buffers) AdvancedLeakAwareCompositeByteBuf.addComponents(Iterable<ByteBuf> buffers) private CompositeByteBufCompositeByteBuf.addComponents(boolean increaseIndex, int cIndex, Iterable<ByteBuf> buffers) CompositeByteBuf.addComponents(boolean increaseWriterIndex, Iterable<ByteBuf> buffers) CompositeByteBuf.addComponents(int cIndex, Iterable<ByteBuf> buffers) Add the givenByteBufs on the specific index Be aware that this method does not increase thewriterIndexof theCompositeByteBuf.CompositeByteBuf.addComponents(Iterable<ByteBuf> buffers) Add the givenByteBufs.WrappedCompositeByteBuf.addComponents(boolean increaseWriterIndex, Iterable<ByteBuf> buffers) WrappedCompositeByteBuf.addComponents(int cIndex, Iterable<ByteBuf> buffers) WrappedCompositeByteBuf.addComponents(Iterable<ByteBuf> buffers) protected AdvancedLeakAwareByteBufAdvancedLeakAwareByteBuf.newLeakAwareByteBuf(ByteBuf buf, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) protected AdvancedLeakAwareByteBufAdvancedLeakAwareCompositeByteBuf.newLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) protected SimpleLeakAwareByteBufSimpleLeakAwareByteBuf.newLeakAwareByteBuf(ByteBuf buf, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) private SimpleLeakAwareByteBufSimpleLeakAwareByteBuf.newLeakAwareByteBuf(ByteBuf wrapped, ResourceLeakTracker<ByteBuf> leakTracker) protected SimpleLeakAwareByteBufSimpleLeakAwareCompositeByteBuf.newLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leakTracker) (package private) static voidAdvancedLeakAwareByteBuf.recordLeakNonRefCountingOperation(ResourceLeakTracker<ByteBuf> leak) Constructors in io.netty.buffer with parameters of type ByteBufModifierConstructorDescription(package private)AbstractUnpooledSlicedByteBuf(ByteBuf buffer, int index, int length) (package private)AdvancedLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leak) (package private)AdvancedLeakAwareByteBuf(ByteBuf buf, ResourceLeakTracker<ByteBuf> leak) ByteBufInputStream(ByteBuf buffer) Creates a new stream which reads data from the specifiedbufferstarting at the currentreaderIndexand ending at the currentwriterIndex.ByteBufInputStream(ByteBuf buffer, boolean releaseOnClose) Creates a new stream which reads data from the specifiedbufferstarting at the currentreaderIndexand ending at the currentwriterIndex.ByteBufInputStream(ByteBuf buffer, int length) Creates a new stream which reads data from the specifiedbufferstarting at the currentreaderIndexand ending atreaderIndex + length.ByteBufInputStream(ByteBuf buffer, int length, boolean releaseOnClose) Creates a new stream which reads data from the specifiedbufferstarting at the currentreaderIndexand ending atreaderIndex + length.ByteBufOutputStream(ByteBuf buffer) Creates a new stream which writes data to the specifiedbuffer.ByteBufOutputStream(ByteBuf buffer, boolean releaseOnClose) Creates a new stream which writes data to the specifiedbuffer.(package private)Component(ByteBuf srcBuf, int srcOffset, ByteBuf buf, int bufOffset, int offset, int len, ByteBuf slice) (package private)CompositeByteBuf(ByteBufAllocator alloc, boolean direct, int maxNumComponents, ByteBuf... buffers) (package private)CompositeByteBuf(ByteBufAllocator alloc, boolean direct, int maxNumComponents, ByteBuf[] buffers, int offset) DefaultByteBufHolder(ByteBuf data) DuplicatedByteBuf(ByteBuf buffer) Deprecated.(package private)DuplicatedByteBuf(ByteBuf buffer, int readerIndex, int writerIndex) Deprecated.(package private)FixedCompositeByteBuf(ByteBufAllocator allocator, ByteBuf... buffers) (package private)PooledNonRetainedDuplicateByteBuf(ByteBuf referenceCountDelegate, AbstractByteBuf buffer) (package private)PooledNonRetainedSlicedByteBuf(ByteBuf referenceCountDelegate, AbstractByteBuf buffer, int index, int length) ReadOnlyByteBuf(ByteBuf buffer) Deprecated.(package private)ReadOnlyDuplicatedByteBuf(ByteBuf buffer) (package private)ReadOnlySlicedByteBuf(ByteBuf buffer, int index, int length) (package private)SimpleLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leak) (package private)SimpleLeakAwareByteBuf(ByteBuf wrapped, ResourceLeakTracker<ByteBuf> leak) SlicedByteBuf(ByteBuf buffer, int index, int length) Deprecated.SwappedByteBuf(ByteBuf buf) Deprecated.(package private)protectedWrappedByteBuf(ByteBuf buf) Constructor parameters in io.netty.buffer with type arguments of type ByteBufModifierConstructorDescription(package private)AdvancedLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leak) (package private)AdvancedLeakAwareByteBuf(ByteBuf buf, ResourceLeakTracker<ByteBuf> leak) (package private)AdvancedLeakAwareCompositeByteBuf(CompositeByteBuf wrapped, ResourceLeakTracker<ByteBuf> leak) CompositeByteBuf(ByteBufAllocator alloc, boolean direct, int maxNumComponents, Iterable<ByteBuf> buffers) (package private)SimpleLeakAwareByteBuf(ByteBuf wrapped, ByteBuf trackedByteBuf, ResourceLeakTracker<ByteBuf> leak) (package private)SimpleLeakAwareByteBuf(ByteBuf wrapped, ResourceLeakTracker<ByteBuf> leak) (package private)SimpleLeakAwareCompositeByteBuf(CompositeByteBuf wrapped, ResourceLeakTracker<ByteBuf> leak) -
Uses of ByteBuf in io.netty.channel
Methods in io.netty.channel that return ByteBufModifier and TypeMethodDescriptionDefaultMaxBytesRecvByteBufAllocator.HandleImpl.allocate(ByteBufAllocator alloc) DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.allocate(ByteBufAllocator alloc) RecvByteBufAllocator.DelegatingHandle.allocate(ByteBufAllocator alloc) RecvByteBufAllocator.Handle.allocate(ByteBufAllocator alloc) Deprecated.Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.PreferHeapByteBufAllocator.buffer()PreferHeapByteBufAllocator.buffer(int initialCapacity) PreferHeapByteBufAllocator.buffer(int initialCapacity, int maxCapacity) protected abstract ByteBufAbstractCoalescingBufferQueue.compose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) Calculate the result ofcurrent + next.protected ByteBufCoalescingBufferQueue.compose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) protected ByteBufAbstractCoalescingBufferQueue.composeFirst(ByteBufAllocator allocator, ByteBuf first) Deprecated.Use {AbstractCoalescingBufferQueue#composeFirst(ByteBufAllocator, ByteBuf, int)}protected ByteBufAbstractCoalescingBufferQueue.composeFirst(ByteBufAllocator allocator, ByteBuf first, int bufferSize) Calculate the firstByteBufwhich will be used in subsequent calls toAbstractCoalescingBufferQueue.compose(ByteBufAllocator, ByteBuf, ByteBuf).protected final ByteBufAbstractCoalescingBufferQueue.composeIntoComposite(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) protected final ByteBufAbstractCoalescingBufferQueue.copyAndCompose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) PreferHeapByteBufAllocator.directBuffer()PreferHeapByteBufAllocator.directBuffer(int initialCapacity) PreferHeapByteBufAllocator.directBuffer(int initialCapacity, int maxCapacity) PreferHeapByteBufAllocator.heapBuffer()PreferHeapByteBufAllocator.heapBuffer(int initialCapacity) PreferHeapByteBufAllocator.heapBuffer(int initialCapacity, int maxCapacity) PreferHeapByteBufAllocator.ioBuffer()PreferHeapByteBufAllocator.ioBuffer(int initialCapacity) PreferHeapByteBufAllocator.ioBuffer(int initialCapacity, int maxCapacity) final ByteBufAbstractCoalescingBufferQueue.remove(ByteBufAllocator alloc, int bytes, ChannelPromise aggregatePromise) Remove aByteBuffrom the queue with the specified number of bytes.CoalescingBufferQueue.remove(int bytes, ChannelPromise aggregatePromise) Remove aByteBuffrom the queue with the specified number of bytes.protected abstract ByteBufAbstractCoalescingBufferQueue.removeEmptyValue()The value to return whenAbstractCoalescingBufferQueue.remove(ByteBufAllocator, int, ChannelPromise)is called but the queue is empty.protected ByteBufCoalescingBufferQueue.removeEmptyValue()final ByteBufAbstractCoalescingBufferQueue.removeFirst(ChannelPromise aggregatePromise) Remove the firstByteBuffrom the queue.Methods in io.netty.channel with parameters of type ByteBufModifier and TypeMethodDescriptionfinal voidAdd a buffer to the end of the queue.final voidAbstractCoalescingBufferQueue.add(ByteBuf buf, ChannelFutureListener listener) Add a buffer to the end of the queue and associate a listener with it that should be completed when all the buffers bytes have been consumed from the queue and written.final voidAbstractCoalescingBufferQueue.add(ByteBuf buf, ChannelPromise promise) Add a buffer to the end of the queue and associate a promise with it that should be completed when all the buffer's bytes have been consumed from the queue and written.private voidAbstractCoalescingBufferQueue.addFirst(ByteBuf buf, ChannelFutureListener listener) final voidAbstractCoalescingBufferQueue.addFirst(ByteBuf buf, ChannelPromise promise) Add a buffer to the front of the queue and associate a promise with it that should be completed when all the buffer's bytes have been consumed from the queue and written.protected abstract ByteBufAbstractCoalescingBufferQueue.compose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) Calculate the result ofcurrent + next.protected ByteBufCoalescingBufferQueue.compose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) protected ByteBufAbstractCoalescingBufferQueue.composeFirst(ByteBufAllocator allocator, ByteBuf first) Deprecated.Use {AbstractCoalescingBufferQueue#composeFirst(ByteBufAllocator, ByteBuf, int)}protected ByteBufAbstractCoalescingBufferQueue.composeFirst(ByteBufAllocator allocator, ByteBuf first, int bufferSize) Calculate the firstByteBufwhich will be used in subsequent calls toAbstractCoalescingBufferQueue.compose(ByteBufAllocator, ByteBuf, ByteBuf).protected final ByteBufAbstractCoalescingBufferQueue.composeIntoComposite(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) protected final ByteBufAbstractCoalescingBufferQueue.copyAndCompose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) private static intChannelOutboundBuffer.nioBuffers(ChannelOutboundBuffer.Entry entry, ByteBuf buf, ByteBuffer[] nioBuffers, int nioBufferCount, int maxCount) -
Uses of ByteBuf in io.netty.channel.epoll
Methods in io.netty.channel.epoll that return ByteBufModifier and TypeMethodDescriptionfinal ByteBufEpollRecvByteAllocatorHandle.allocate(ByteBufAllocator alloc) protected final ByteBufAbstractEpollChannel.newDirectBuffer(ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the original one.protected final ByteBufAbstractEpollChannel.newDirectBuffer(Object holder, ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the specified holder.private static ByteBufAbstractEpollChannel.newDirectBuffer0(Object holder, ByteBuf buf, ByteBufAllocator alloc, int capacity) Methods in io.netty.channel.epoll with parameters of type ByteBufModifier and TypeMethodDescriptionprivate booleanNativeDatagramPacketArray.add0(ByteBuf buf, int index, int len, int segmentLen, InetSocketAddress recipient) (package private) booleanNativeDatagramPacketArray.addWritable(ByteBuf buf, int index, int len) private booleanEpollDatagramChannel.connectedRead(EpollRecvByteAllocatorHandle allocHandle, ByteBuf byteBuf, int maxDatagramPacketSize) protected final intAbstractEpollChannel.doReadBytes(ByteBuf byteBuf) Read bytes into the givenByteBufand return the amount.protected final intAbstractEpollChannel.doWriteBytes(ChannelOutboundBuffer in, ByteBuf buf) (package private) final longAbstractEpollChannel.doWriteOrSendBytes(ByteBuf data, InetSocketAddress remoteAddress, boolean fastOpen) Write bytes to the socket, with or without a remote address.private voidAbstractEpollStreamChannel.EpollStreamUnsafe.handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, EpollRecvByteAllocatorHandle allocHandle) (package private) DatagramPacketNativeDatagramPacketArray.NativeDatagramPacket.newDatagramPacket(ByteBuf buffer, InetSocketAddress recipient) protected final ByteBufAbstractEpollChannel.newDirectBuffer(ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the original one.protected final ByteBufAbstractEpollChannel.newDirectBuffer(Object holder, ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the specified holder.private static ByteBufAbstractEpollChannel.newDirectBuffer0(Object holder, ByteBuf buf, ByteBufAllocator alloc, int capacity) private booleanEpollDatagramChannel.recvmsg(EpollRecvByteAllocatorHandle allocHandle, NativeDatagramPacketArray array, ByteBuf byteBuf) private static voidEpollDatagramChannel.releaseAndRecycle(ByteBuf byteBuf, RecyclableArrayList packetList) Deprecated.private booleanEpollDatagramChannel.scatteringRead(EpollRecvByteAllocatorHandle allocHandle, NativeDatagramPacketArray array, ByteBuf byteBuf, int datagramSize, int numDatagram) private intAbstractEpollStreamChannel.writeBytes(ChannelOutboundBuffer in, ByteBuf buf) Constructors in io.netty.channel.epoll with parameters of type ByteBufModifierConstructorDescriptionSegmentedDatagramPacket(ByteBuf data, int segmentSize, InetSocketAddress recipient) Deprecated.Create a new instance.SegmentedDatagramPacket(ByteBuf data, int segmentSize, InetSocketAddress recipient, InetSocketAddress sender) Deprecated.Create a new instance. -
Uses of ByteBuf in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue that return ByteBufModifier and TypeMethodDescriptionKQueueRecvByteAllocatorHandle.allocate(ByteBufAllocator alloc) protected final ByteBufAbstractKQueueChannel.newDirectBuffer(ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the original one.protected final ByteBufAbstractKQueueChannel.newDirectBuffer(Object holder, ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the specified holder.private static ByteBufAbstractKQueueChannel.newDirectBuffer0(Object holder, ByteBuf buf, ByteBufAllocator alloc, int capacity) Methods in io.netty.channel.kqueue with parameters of type ByteBufModifier and TypeMethodDescriptionprotected final intAbstractKQueueChannel.doReadBytes(ByteBuf byteBuf) Read bytes into the givenByteBufand return the amount.protected final intAbstractKQueueChannel.doWriteBytes(ChannelOutboundBuffer in, ByteBuf buf) private voidAbstractKQueueStreamChannel.KQueueStreamUnsafe.handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, KQueueRecvByteAllocatorHandle allocHandle) protected final ByteBufAbstractKQueueChannel.newDirectBuffer(ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the original one.protected final ByteBufAbstractKQueueChannel.newDirectBuffer(Object holder, ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the specified holder.private static ByteBufAbstractKQueueChannel.newDirectBuffer0(Object holder, ByteBuf buf, ByteBufAllocator alloc, int capacity) private intAbstractKQueueStreamChannel.writeBytes(ChannelOutboundBuffer in, ByteBuf buf) -
Uses of ByteBuf in io.netty.channel.nio
Methods in io.netty.channel.nio that return ByteBufModifier and TypeMethodDescriptionprotected final ByteBufAbstractNioChannel.newDirectBuffer(ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the original one.protected final ByteBufAbstractNioChannel.newDirectBuffer(ReferenceCounted holder, ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the specified holder.Methods in io.netty.channel.nio with parameters of type ByteBufModifier and TypeMethodDescriptionprotected abstract intAbstractNioByteChannel.doReadBytes(ByteBuf buf) Read bytes into the givenByteBufand return the amount.protected abstract intAbstractNioByteChannel.doWriteBytes(ByteBuf buf) private voidAbstractNioByteChannel.NioByteUnsafe.handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, RecvByteBufAllocator.Handle allocHandle) protected final ByteBufAbstractNioChannel.newDirectBuffer(ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the original one.protected final ByteBufAbstractNioChannel.newDirectBuffer(ReferenceCounted holder, ByteBuf buf) Returns an off-heap copy of the specifiedByteBuf, and releases the specified holder. -
Uses of ByteBuf in io.netty.channel.oio
Methods in io.netty.channel.oio with parameters of type ByteBufModifier and TypeMethodDescriptionprotected abstract intAbstractOioByteChannel.doReadBytes(ByteBuf buf) Deprecated.Read bytes from the underlying Socket.protected intOioByteStreamChannel.doReadBytes(ByteBuf buf) Deprecated.protected abstract voidAbstractOioByteChannel.doWriteBytes(ByteBuf buf) Deprecated.Write the data which is hold by theByteBufto the underlying Socket.protected voidOioByteStreamChannel.doWriteBytes(ByteBuf buf) Deprecated.private voidAbstractOioByteChannel.handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, RecvByteBufAllocator.Handle allocHandle) Deprecated. -
Uses of ByteBuf in io.netty.channel.sctp
Methods in io.netty.channel.sctp with parameters of type ByteBufConstructors in io.netty.channel.sctp with parameters of type ByteBufModifierConstructorDescriptionSctpMessage(int protocolIdentifier, int streamIdentifier, boolean unordered, ByteBuf payloadBuffer) Essential data that is being carried within SCTP Data ChunkSctpMessage(int protocolIdentifier, int streamIdentifier, ByteBuf payloadBuffer) Essential data that is being carried within SCTP Data ChunkSctpMessage(MessageInfo msgInfo, ByteBuf payloadBuffer) Essential data that is being carried within SCTP Data Chunk -
Uses of ByteBuf in io.netty.channel.socket
Methods in io.netty.channel.socket with parameters of type ByteBufConstructors in io.netty.channel.socket with parameters of type ByteBufModifierConstructorDescriptionDatagramPacket(ByteBuf data, InetSocketAddress recipient) Create a new instance with the specified packetdataandrecipientaddress.DatagramPacket(ByteBuf data, InetSocketAddress recipient, InetSocketAddress sender) Create a new instance with the specified packetdata,recipientaddress, andsenderaddress. -
Uses of ByteBuf in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio with parameters of type ByteBufModifier and TypeMethodDescriptionprotected intNioDomainSocketChannel.doReadBytes(ByteBuf byteBuf) protected intNioSocketChannel.doReadBytes(ByteBuf byteBuf) protected intNioDomainSocketChannel.doWriteBytes(ByteBuf buf) protected intNioSocketChannel.doWriteBytes(ByteBuf buf) private static booleanNioDatagramChannel.isSingleDirectBuffer(ByteBuf buf) Checks if the specified buffer is a direct buffer and is composed of a single NIO buffer. -
Uses of ByteBuf in io.netty.channel.socket.oio
Methods in io.netty.channel.socket.oio with parameters of type ByteBufModifier and TypeMethodDescriptionprotected intOioSocketChannel.doReadBytes(ByteBuf buf) Deprecated. -
Uses of ByteBuf in io.netty.channel.unix
Fields in io.netty.channel.unix declared as ByteBufMethods in io.netty.channel.unix that return ByteBufModifier and TypeMethodDescriptionPreferredDirectByteBufAllocator.buffer()PreferredDirectByteBufAllocator.buffer(int initialCapacity) PreferredDirectByteBufAllocator.buffer(int initialCapacity, int maxCapacity) PreferredDirectByteBufAllocator.directBuffer()PreferredDirectByteBufAllocator.directBuffer(int initialCapacity) PreferredDirectByteBufAllocator.directBuffer(int initialCapacity, int maxCapacity) PreferredDirectByteBufAllocator.heapBuffer()PreferredDirectByteBufAllocator.heapBuffer(int initialCapacity) PreferredDirectByteBufAllocator.heapBuffer(int initialCapacity, int maxCapacity) PreferredDirectByteBufAllocator.ioBuffer()PreferredDirectByteBufAllocator.ioBuffer(int initialCapacity) PreferredDirectByteBufAllocator.ioBuffer(int initialCapacity, int maxCapacity) Methods in io.netty.channel.unix with parameters of type ByteBufModifier and TypeMethodDescriptionbooleanDeprecated.booleanstatic booleanUnixChannelUtil.isBufferCopyNeededForWrite(ByteBuf byteBuf) Checks if the specified buffer has memory address or is composed of n(n invalid input: '<'= IOV_MAX) NIO direct buffers.(package private) static booleanUnixChannelUtil.isBufferCopyNeededForWrite(ByteBuf byteBuf, int iovMax) Constructors in io.netty.channel.unix with parameters of type ByteBufModifierConstructorDescriptionDomainDatagramPacket(ByteBuf data, DomainSocketAddress recipient) Create a new instance with the specified packetdataandrecipientaddress.DomainDatagramPacket(ByteBuf data, DomainSocketAddress recipient, DomainSocketAddress sender) Create a new instance with the specified packetdata,recipientaddress, andsenderaddress.SegmentedDatagramPacket(ByteBuf data, int segmentSize, InetSocketAddress recipient) Create a new instance.SegmentedDatagramPacket(ByteBuf data, int segmentSize, InetSocketAddress recipient, InetSocketAddress sender) Create a new instance. -
Uses of ByteBuf in io.netty.handler.codec
Subclasses of ByteBuf in io.netty.handler.codecModifier and TypeClassDescription(package private) final classSpecialByteBufimplementation which is used by theReplayingDecoderFields in io.netty.handler.codec declared as ByteBufModifier and TypeFieldDescriptionprivate final ByteBufAsciiHeadersEncoder.bufprivate ByteBufReplayingDecoderByteBuf.buffer(package private) ByteBufByteToMessageDecoder.cumulationprivate final ByteBuf[]DelimiterBasedFrameDecoder.delimitersFields in io.netty.handler.codec with type parameters of type ByteBufModifier and TypeFieldDescriptionprivate final MessageToMessageDecoder<ByteBuf> DatagramPacketDecoder.decoderMethods in io.netty.handler.codec that return ByteBufModifier and TypeMethodDescriptionprotected ByteBufMessageToByteEncoder.allocateBuffer(ChannelHandlerContext ctx, I msg, boolean preferDirect) Allocate aByteBufwhich will be used as argument ofMessageToByteEncoder.encode(ChannelHandlerContext, I, ByteBuf).ReplayingDecoderByteBuf.asReadOnly()ReplayingDecoderByteBuf.capacity(int newCapacity) ReplayingDecoderByteBuf.clear()ReplayingDecoderByteBuf.copy()ReplayingDecoderByteBuf.copy(int index, int length) ByteToMessageDecoder.Cumulator.cumulate(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf in) ReplayingDecoderByteBuf.discardReadBytes()ReplayingDecoderByteBuf.discardSomeReadBytes()ReplayingDecoderByteBuf.duplicate()ReplayingDecoderByteBuf.ensureWritable(int writableBytes) (package private) static ByteBufByteToMessageDecoder.expandCumulation(ByteBufAllocator alloc, ByteBuf oldCumulation, ByteBuf in) protected ByteBufLengthFieldBasedFrameDecoder.extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length) Extract the sub-region of the specified buffer.ReplayingDecoderByteBuf.getBytes(int index, byte[] dst) ReplayingDecoderByteBuf.getBytes(int index, byte[] dst, int dstIndex, int length) ReplayingDecoderByteBuf.getBytes(int index, OutputStream out, int length) ReplayingDecoderByteBuf.getBytes(int index, ByteBuffer dst) protected ByteBufByteToMessageDecoder.internalBuffer()Returns the internal cumulative buffer of this decoder.static ByteBuf[]Delimiters.lineDelimiter()ReturnsCR ('\r')andLF ('\n')delimiters, which could be used for text-based line protocols.ReplayingDecoderByteBuf.markReaderIndex()ReplayingDecoderByteBuf.markWriterIndex()static ByteBuf[]Delimiters.nulDelimiter()Returns aNUL (0x00)delimiter, which could be used for Flash XML socket or any similar protocols.ReplayingDecoderByteBuf.readBytes(byte[] dst) ReplayingDecoderByteBuf.readBytes(byte[] dst, int dstIndex, int length) ReplayingDecoderByteBuf.readBytes(int length) ReplayingDecoderByteBuf.readBytes(OutputStream out, int length) ReplayingDecoderByteBuf.readBytes(ByteBuffer dst) ReplayingDecoderByteBuf.readerIndex(int readerIndex) ReplayingDecoderByteBuf.readRetainedSlice(int length) ReplayingDecoderByteBuf.readSlice(int length) ReplayingDecoderByteBuf.resetReaderIndex()ReplayingDecoderByteBuf.resetWriterIndex()ReplayingDecoderByteBuf.retain()ReplayingDecoderByteBuf.retain(int increment) ReplayingDecoderByteBuf.retainedDuplicate()ReplayingDecoderByteBuf.retainedSlice()ReplayingDecoderByteBuf.retainedSlice(int index, int length) ReplayingDecoderByteBuf.setBoolean(int index, boolean value) ReplayingDecoderByteBuf.setByte(int index, int value) ReplayingDecoderByteBuf.setBytes(int index, byte[] src) ReplayingDecoderByteBuf.setBytes(int index, byte[] src, int srcIndex, int length) ReplayingDecoderByteBuf.setBytes(int index, ByteBuffer src) ReplayingDecoderByteBuf.setChar(int index, int value) ReplayingDecoderByteBuf.setDouble(int index, double value) ReplayingDecoderByteBuf.setFloat(int index, float value) ReplayingDecoderByteBuf.setIndex(int readerIndex, int writerIndex) ReplayingDecoderByteBuf.setInt(int index, int value) ReplayingDecoderByteBuf.setIntLE(int index, int value) ReplayingDecoderByteBuf.setLong(int index, long value) ReplayingDecoderByteBuf.setLongLE(int index, long value) ReplayingDecoderByteBuf.setMedium(int index, int value) ReplayingDecoderByteBuf.setMediumLE(int index, int value) ReplayingDecoderByteBuf.setShort(int index, int value) ReplayingDecoderByteBuf.setShortLE(int index, int value) ReplayingDecoderByteBuf.setZero(int index, int length) ReplayingDecoderByteBuf.skipBytes(int length) ReplayingDecoderByteBuf.slice()ReplayingDecoderByteBuf.slice(int index, int length) ReplayingDecoderByteBuf.touch()ReplayingDecoderByteBuf.unwrap()ReplayingDecoderByteBuf.writeBoolean(boolean value) ReplayingDecoderByteBuf.writeByte(int value) ReplayingDecoderByteBuf.writeBytes(byte[] src) ReplayingDecoderByteBuf.writeBytes(byte[] src, int srcIndex, int length) ReplayingDecoderByteBuf.writeBytes(ByteBuf src) ReplayingDecoderByteBuf.writeBytes(ByteBuf src, int length) ReplayingDecoderByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) ReplayingDecoderByteBuf.writeBytes(ByteBuffer src) ReplayingDecoderByteBuf.writeChar(int value) ReplayingDecoderByteBuf.writeDouble(double value) ReplayingDecoderByteBuf.writeFloat(float value) ReplayingDecoderByteBuf.writeInt(int value) ReplayingDecoderByteBuf.writeIntLE(int value) ReplayingDecoderByteBuf.writeLong(long value) ReplayingDecoderByteBuf.writeLongLE(long value) ReplayingDecoderByteBuf.writeMedium(int value) ReplayingDecoderByteBuf.writeMediumLE(int value) ReplayingDecoderByteBuf.writerIndex(int writerIndex) ReplayingDecoderByteBuf.writeShort(int value) ReplayingDecoderByteBuf.writeShortLE(int value) ReplayingDecoderByteBuf.writeZero(int length) Methods in io.netty.handler.codec with parameters of type ByteBufModifier and TypeMethodDescriptionprivate static voidMessageAggregator.appendPartialContent(CompositeByteBuf content, ByteBuf partialContent) protected abstract OMessageAggregator.beginAggregation(S start, ByteBuf content) Creates a new aggregated message from the specified start message and the specified content.protected voidByteToMessageDecoder.callDecode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) Called once data should be decoded from the givenByteBuf.protected voidReplayingDecoder.callDecode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) intByteToMessageDecoder.Cumulator.cumulate(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf in) protected abstract voidByteToMessageCodec.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected abstract voidByteToMessageDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) Decode the from oneByteBufto an other.protected ObjectDelimiterBasedFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.protected final voidDelimiterBasedFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected ObjectFixedLengthFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in) Create a frame out of theByteBufand return it.protected final voidFixedLengthFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected ObjectLengthFieldBasedFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in) Create a frame out of theByteBufand return it.protected final voidLengthFieldBasedFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected ObjectLineBasedFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.protected final voidLineBasedFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidByteToMessageCodec.decodeLast(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidByteToMessageDecoder.decodeLast(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) Is called one last time when theChannelHandlerContextgoes in-active.(package private) final voidByteToMessageDecoder.decodeRemovalReentryProtection(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) Decode the from oneByteBufto an other.private voidLengthFieldBasedFrameDecoder.discardingTooLongFrame(ByteBuf in) protected abstract voidByteToMessageCodec.encode(ChannelHandlerContext ctx, I msg, ByteBuf out) protected voidByteToMessageCodec.Encoder.encode(ChannelHandlerContext ctx, I msg, ByteBuf out) protected voidLengthFieldPrepender.encode(ChannelHandlerContext ctx, ByteBuf msg, List<Object> out) protected abstract voidMessageToByteEncoder.encode(ChannelHandlerContext ctx, I msg, ByteBuf out) Encode a message into aByteBuf.private voidLengthFieldBasedFrameDecoder.exceededFrameLength(ByteBuf in, long frameLength) (package private) static ByteBufByteToMessageDecoder.expandCumulation(ByteBufAllocator alloc, ByteBuf oldCumulation, ByteBuf in) protected ByteBufLengthFieldBasedFrameDecoder.extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length) Extract the sub-region of the specified buffer.private static voidLengthFieldBasedFrameDecoder.failOnFrameLengthLessThanInitialBytesToStrip(ByteBuf in, long frameLength, int initialBytesToStrip) private static voidLengthFieldBasedFrameDecoder.failOnFrameLengthLessThanLengthFieldEndOffset(ByteBuf in, long frameLength, int lengthFieldEndOffset) private static voidLengthFieldBasedFrameDecoder.failOnNegativeLengthField(ByteBuf in, long frameLength, int lengthFieldEndOffset) private intLineBasedFrameDecoder.findEndOfLine(ByteBuf buffer) Returns the index in the buffer of the end of line found.protected longLengthFieldBasedFrameDecoder.getUnadjustedFrameLength(ByteBuf buf, int offset, int length, ByteOrder order) Decodes the specified region of the buffer into an unadjusted frame length.private static intReturns the number of bytes between the readerIndex of the haystack and the first needle found in the haystack.private static booleanDelimiterBasedFrameDecoder.isLineBased(ByteBuf[] delimiters) Returns true if the delimiters are "\n" and "\r\n".(package private) voidReplayingDecoderByteBuf.setCumulation(ByteBuf buffer) private static voidDelimiterBasedFrameDecoder.validateDelimiter(ByteBuf delimiter) private static voidAsciiHeadersEncoder.writeAscii(ByteBuf buf, int offset, CharSequence value) ReplayingDecoderByteBuf.writeBytes(ByteBuf src) ReplayingDecoderByteBuf.writeBytes(ByteBuf src, int length) ReplayingDecoderByteBuf.writeBytes(ByteBuf src, int srcIndex, int length) Constructors in io.netty.handler.codec with parameters of type ByteBufModifierConstructorDescriptionAsciiHeadersEncoder(ByteBuf buf, AsciiHeadersEncoder.SeparatorType separatorType, AsciiHeadersEncoder.NewlineType newlineType) DelimiterBasedFrameDecoder(int maxFrameLength, boolean stripDelimiter, boolean failFast, ByteBuf delimiter) Creates a new instance.DelimiterBasedFrameDecoder(int maxFrameLength, boolean stripDelimiter, boolean failFast, ByteBuf... delimiters) Creates a new instance.DelimiterBasedFrameDecoder(int maxFrameLength, boolean stripDelimiter, ByteBuf delimiter) Creates a new instance.DelimiterBasedFrameDecoder(int maxFrameLength, boolean stripDelimiter, ByteBuf... delimiters) Creates a new instance.DelimiterBasedFrameDecoder(int maxFrameLength, ByteBuf delimiter) Creates a new instance.DelimiterBasedFrameDecoder(int maxFrameLength, ByteBuf... delimiters) Creates a new instance.(package private)ReplayingDecoderByteBuf(ByteBuf buffer) Constructor parameters in io.netty.handler.codec with type arguments of type ByteBufModifierConstructorDescriptionCreate aDatagramPacketdecoder using the specifiedByteBufdecoder. -
Uses of ByteBuf in io.netty.handler.codec.base64
Fields in io.netty.handler.codec.base64 declared as ByteBufMethods in io.netty.handler.codec.base64 that return ByteBufModifier and TypeMethodDescriptionstatic ByteBufstatic ByteBufstatic ByteBufBase64.decode(ByteBuf src, int off, int len, Base64Dialect dialect) static ByteBufBase64.decode(ByteBuf src, int off, int len, Base64Dialect dialect, ByteBufAllocator allocator) static ByteBufBase64.decode(ByteBuf src, Base64Dialect dialect) (package private) ByteBufBase64.Decoder.decode(ByteBuf src, int off, int len, ByteBufAllocator allocator, Base64Dialect dialect) static ByteBufstatic ByteBufstatic ByteBufBase64.encode(ByteBuf src, boolean breakLines, Base64Dialect dialect) static ByteBufstatic ByteBufstatic ByteBufBase64.encode(ByteBuf src, int off, int len, boolean breakLines, Base64Dialect dialect) static ByteBufBase64.encode(ByteBuf src, int off, int len, boolean breakLines, Base64Dialect dialect, ByteBufAllocator allocator) static ByteBufBase64.encode(ByteBuf src, int off, int len, Base64Dialect dialect) static ByteBufBase64.encode(ByteBuf src, Base64Dialect dialect) Methods in io.netty.handler.codec.base64 with parameters of type ByteBufModifier and TypeMethodDescriptionstatic ByteBufstatic ByteBufstatic ByteBufBase64.decode(ByteBuf src, int off, int len, Base64Dialect dialect) static ByteBufBase64.decode(ByteBuf src, int off, int len, Base64Dialect dialect, ByteBufAllocator allocator) static ByteBufBase64.decode(ByteBuf src, Base64Dialect dialect) (package private) ByteBufBase64.Decoder.decode(ByteBuf src, int off, int len, ByteBufAllocator allocator, Base64Dialect dialect) protected voidBase64Decoder.decode(ChannelHandlerContext ctx, ByteBuf msg, List<Object> out) private static intBase64.Decoder.decode4to3(byte[] src, ByteBuf dest, int destOffset, byte[] decodabet) static ByteBufstatic ByteBufstatic ByteBufBase64.encode(ByteBuf src, boolean breakLines, Base64Dialect dialect) static ByteBufstatic ByteBufstatic ByteBufBase64.encode(ByteBuf src, int off, int len, boolean breakLines, Base64Dialect dialect) static ByteBufBase64.encode(ByteBuf src, int off, int len, boolean breakLines, Base64Dialect dialect, ByteBufAllocator allocator) static ByteBufBase64.encode(ByteBuf src, int off, int len, Base64Dialect dialect) static ByteBufBase64.encode(ByteBuf src, Base64Dialect dialect) protected voidBase64Encoder.encode(ChannelHandlerContext ctx, ByteBuf msg, List<Object> out) private static voidBase64.encode3to4(ByteBuf src, int srcOffset, int numSigBytes, ByteBuf dest, int destOffset, byte[] alphabet) private static voidBase64.encode3to4BigEndian(int inBuff, int numSigBytes, ByteBuf dest, int destOffset, byte[] alphabet) private static voidBase64.encode3to4LittleEndian(int inBuff, int numSigBytes, ByteBuf dest, int destOffset, byte[] alphabet) -
Uses of ByteBuf in io.netty.handler.codec.bytes
Methods in io.netty.handler.codec.bytes with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidByteArrayDecoder.decode(ChannelHandlerContext ctx, ByteBuf msg, List<Object> out) -
Uses of ByteBuf in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as ByteBufModifier and TypeFieldDescriptionprivate ByteBufBzip2BitReader.inTheByteBuffrom which to read data.Methods in io.netty.handler.codec.compression that return ByteBufModifier and TypeMethodDescriptionprotected final ByteBufJdkZlibEncoder.allocateBuffer(ChannelHandlerContext ctx, ByteBuf msg, boolean preferDirect) protected ByteBufZlibDecoder.prepareDecompressBuffer(ChannelHandlerContext ctx, ByteBuf buffer, int preferredSize) Allocate or expand the decompression buffer, without exceeding the maximum allocation.Methods in io.netty.handler.codec.compression with parameters of type ByteBufModifier and TypeMethodDescriptionprotected final ByteBufJdkZlibEncoder.allocateBuffer(ChannelHandlerContext ctx, ByteBuf msg, boolean preferDirect) private static voidSnappyFrameEncoder.calculateAndWriteChecksum(ByteBuf slice, ByteBuf out) Calculates and writes the 4-byte checksum to the output buffer(package private) static intSnappy.calculateChecksum(ByteBuf data) Computes the CRC32C checksum of the supplied data and performs the "mask" operation on the computed checksum(package private) static intSnappy.calculateChecksum(ByteBuf data, int offset, int length) Computes the CRC32C checksum of the supplied data and performs the "mask" operation on the computed checksum(package private) static voidCompressionUtil.checkChecksum(ByteBufChecksum checksum, ByteBuf uncompressed, int currentChecksum) (package private) voidCompresses and writes out the block.private voidBzip2Encoder.closeBlock(ByteBuf out) Close current block and updateBzip2Encoder.streamCRC.(package private) static intFastLz.compress(ByteBuf input, int inOffset, int inLength, ByteBuf output, int outOffset, int proposedLevel) Compress a block of data in the input buffer and returns the size of compressed block.protected voidBzip2Decoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidFastLzFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidJdkZlibDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidJZlibDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) voidprotected voidSnappyFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private static intSnappy.decodeCopyWith1ByteOffset(byte tag, ByteBuf in, ByteBuf out, int writtenSoFar) Reads a compressed reference offset and length from the supplied input buffer, seeks back to the appropriate place in the input buffer and writes the found data to the supplied output stream.private static intSnappy.decodeCopyWith2ByteOffset(byte tag, ByteBuf in, ByteBuf out, int writtenSoFar) Reads a compressed reference offset and length from the supplied input buffer, seeks back to the appropriate place in the input buffer and writes the found data to the supplied output stream.private static intSnappy.decodeCopyWith4ByteOffset(byte tag, ByteBuf in, ByteBuf out, int writtenSoFar) Reads a compressed reference offset and length from the supplied input buffer, seeks back to the appropriate place in the input buffer and writes the found data to the supplied output stream.(package private) static intSnappy.decodeLiteral(byte tag, ByteBuf in, ByteBuf out) Reads a literal from the input buffer directly to the output buffer.(package private) static intFastLz.decompress(ByteBuf input, int inOffset, int inLength, ByteBuf output, int outOffset, int outLength) Decompress a block of compressed data and returns the size of the decompressed block.protected voidJdkZlibDecoder.decompressionBufferExhausted(ByteBuf buffer) protected voidJZlibDecoder.decompressionBufferExhausted(ByteBuf buffer) protected voidZlibDecoder.decompressionBufferExhausted(ByteBuf buffer) Called when the decompression buffer cannot be expanded further.private voidprivate voidJdkZlibEncoder.deflateJdk6(ByteBuf out) protected voidBzip2Encoder.encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) (package private) voidEncodes and writes the block data.protected voidFastLzFrameEncoder.encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) protected voidJdkZlibEncoder.encode(ChannelHandlerContext ctx, ByteBuf uncompressed, ByteBuf out) protected voidJZlibEncoder.encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) voidprotected voidSnappyFrameEncoder.encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) private static voidSnappy.encodeCopy(ByteBuf out, int offset, int length) Encodes a series of copies, each at most 64 bytes in length.private static voidSnappy.encodeCopyWithOffset(ByteBuf out, int offset, int length) (package private) static voidSnappy.encodeLiteral(ByteBuf in, ByteBuf out, int length) Writes a literal to the supplied output buffer by directly copying from the input buffer.private voidJdkZlibEncoder.encodeSome(ByteBuf in, ByteBuf out) private static intSnappy.findMatchingLength(ByteBuf in, int minIndex, int inIndex, int maxIndex) Iterates over the supplied input buffer between the supplied minIndex and maxIndex to find how long our matched copy overlaps with an already-written literal value.(package private) voidWrites any remaining bits to the outputByteBuf, zero padding to a whole byte as required.(package private) intSnappy.getPreamble(ByteBuf in) Get the length varint (a series of bytes, where the lower 7 bits are data and the upper bit is a flag to indicate more bytes to be read).private booleanJdkZlibDecoder.handleGzipFooter(ByteBuf in) private static intHashes the 4 bytes located at index, shifting the resulting hash into the appropriate range for our hash table.private static intFastLz.hashFunction(ByteBuf p, int offset) protected ByteBufZlibDecoder.prepareDecompressBuffer(ChannelHandlerContext ctx, ByteBuf buffer, int preferredSize) Allocate or expand the decompression buffer, without exceeding the maximum allocation.private booleanJdkZlibDecoder.readGZIPFooter(ByteBuf in) Read the GZIP footer.private booleanJdkZlibDecoder.readGZIPHeader(ByteBuf in) private static intSnappy.readPreamble(ByteBuf in) Reads the length varint (a series of bytes, where the lower 7 bits are data and the upper bit is a flag to indicate more bytes to be read).private static int(package private) static ByteBufferCompressionUtil.safeNioBuffer(ByteBuf buffer, int index, int length) (package private) static ByteBufferCompressionUtil.safeReadableNioBuffer(ByteBuf buffer) (package private) voidBzip2BitReader.setByteBuf(ByteBuf in) Set theByteBuffrom which to read data.private static voidSnappyFrameEncoder.setChunkLength(ByteBuf out, int lengthIdx) private booleanJdkZlibDecoder.skipIfNeeded(ByteBuf in, int flagMask) Skip bytes in the input if needed until we find the end marker0x00.voidvoid(package private) static voidSnappy.validateChecksum(int expectedChecksum, ByteBuf data) Computes the CRC32C checksum of the supplied data, performs the "mask" operation on the computed checksum, and then compares the resulting masked checksum to the supplied checksum.(package private) static voidSnappy.validateChecksum(int expectedChecksum, ByteBuf data, int offset, int length) Computes the CRC32C checksum of the supplied data, performs the "mask" operation on the computed checksum, and then compares the resulting masked checksum to the supplied checksum.private booleanVerifies CRC.private booleanJdkZlibDecoder.verifyCrc16(ByteBuf in) (package private) intWrites an array to the block.(package private) voidWrites up to 32 bits to the outputByteBuf.private voidBzip2HuffmanStageEncoder.writeBlockData(ByteBuf out) Writes out the encoded block data.(package private) voidBzip2BitWriter.writeBoolean(ByteBuf out, boolean value) Writes a single bit to the outputByteBuf.private static voidSnappyFrameEncoder.writeChunkLength(ByteBuf out, int chunkLength) Writes the 2-byte chunk length to the output buffer.(package private) voidWrites an integer as 32 bits to the outputByteBuf.private voidBzip2HuffmanStageEncoder.writeSelectorsAndHuffmanTables(ByteBuf out) Write out the selector list and Huffman tables.private voidBzip2BlockCompressor.writeSymbolMap(ByteBuf out) Write the Huffman symbol to output byte map.(package private) voidBzip2BitWriter.writeUnary(ByteBuf out, int value) Writes a zero-terminated unary number to the outputByteBuf.private static voidSnappyFrameEncoder.writeUnencodedChunk(ByteBuf in, ByteBuf out, int dataLength) -
Uses of ByteBuf in io.netty.handler.codec.dns
Fields in io.netty.handler.codec.dns declared as ByteBufMethods in io.netty.handler.codec.dns that return ByteBufModifier and TypeMethodDescriptionprotected ByteBufDatagramDnsQueryEncoder.allocateBuffer(ChannelHandlerContext ctx, AddressedEnvelope<DnsQuery, InetSocketAddress> msg) Allocate aByteBufwhich will be used for constructing a datagram packet.protected ByteBufDatagramDnsResponseEncoder.allocateBuffer(ChannelHandlerContext ctx, AddressedEnvelope<DnsResponse, InetSocketAddress> msg) Allocate aByteBufwhich will be used for constructing a datagram packet.protected ByteBufTcpDnsQueryEncoder.allocateBuffer(ChannelHandlerContext ctx, DnsQuery msg, boolean preferDirect) DefaultDnsRawRecord.content()(package private) static ByteBufDnsCodecUtil.decompressDomainName(ByteBuf compression) Decompress pointer data.protected ByteBufTcpDnsResponseDecoder.extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length) Methods in io.netty.handler.codec.dns with parameters of type ByteBufModifier and TypeMethodDescription(package private) final DnsResponseprotected ObjectTcpDnsQueryDecoder.decode(ChannelHandlerContext ctx, ByteBuf in) protected ObjectTcpDnsResponseDecoder.decode(ChannelHandlerContext ctx, ByteBuf in) (package private) static DnsQueryDnsMessageUtil.decodeDnsQuery(DnsRecordDecoder decoder, ByteBuf buf, DnsMessageUtil.DnsQueryFactory supplier) (package private) static StringDnsCodecUtil.decodeDomainName(ByteBuf in) static StringDefaultDnsRecordDecoder.decodeName(ByteBuf in) Retrieves a domain name given a buffer containing a DNS packet.protected StringDefaultDnsRecordDecoder.decodeName0(ByteBuf in) Retrieves a domain name given a buffer containing a DNS packet.final DnsQuestionDefaultDnsRecordDecoder.decodeQuestion(ByteBuf in) DnsRecordDecoder.decodeQuestion(ByteBuf in) Decodes a DNS question into its object representation.private static voidDnsMessageUtil.decodeQuestions(DnsRecordDecoder decoder, DnsQuery query, ByteBuf buf, int questionCount) private voidDnsResponseDecoder.decodeQuestions(DnsResponse response, ByteBuf buf, int questionCount) final <T extends DnsRecord>
TDefaultDnsRecordDecoder.decodeRecord(ByteBuf in) protected DnsRecordDefaultDnsRecordDecoder.decodeRecord(String name, DnsRecordType type, int dnsClass, long timeToLive, ByteBuf in, int offset, int length) Decodes a record from the information decoded so far byDefaultDnsRecordDecoder.decodeRecord(ByteBuf).<T extends DnsRecord>
TDnsRecordDecoder.decodeRecord(ByteBuf in) Decodes a DNS record into its object representation.private static voidDnsMessageUtil.decodeRecords(DnsRecordDecoder decoder, DnsQuery query, DnsSection section, ByteBuf buf, int count) private booleanDnsResponseDecoder.decodeRecords(DnsResponse response, DnsSection section, ByteBuf buf, int count) (package private) static ByteBufDnsCodecUtil.decompressDomainName(ByteBuf compression) Decompress pointer data.(package private) voidprotected voidTcpDnsQueryEncoder.encode(ChannelHandlerContext ctx, DnsQuery msg, ByteBuf out) (package private) static voidDnsMessageUtil.encodeDnsResponse(DnsRecordEncoder encoder, DnsResponse response, ByteBuf buf) (package private) static voidDnsCodecUtil.encodeDomainName(String name, ByteBuf buf) private static voidDnsMessageUtil.encodeHeader(DnsResponse response, ByteBuf buf) Encodes the header that is always 12 bytes long.private static voidDnsQueryEncoder.encodeHeader(DnsQuery query, ByteBuf buf) Encodes the header that is always 12 bytes long.protected voidDefaultDnsRecordEncoder.encodeName(String name, ByteBuf buf) private voidDefaultDnsRecordEncoder.encodeOptEcsRecord(DnsOptEcsRecord record, ByteBuf out) private voidDefaultDnsRecordEncoder.encodeOptPseudoRecord(DnsOptPseudoRecord record, ByteBuf out) private voidDefaultDnsRecordEncoder.encodePtrRecord(DnsPtrRecord record, ByteBuf out) final voidDefaultDnsRecordEncoder.encodeQuestion(DnsQuestion question, ByteBuf out) voidDnsRecordEncoder.encodeQuestion(DnsQuestion question, ByteBuf out) Encodes aDnsQuestion.private static voidDnsMessageUtil.encodeQuestions(DnsRecordEncoder encoder, DnsResponse response, ByteBuf buf) private voidDnsQueryEncoder.encodeQuestions(DnsQuery query, ByteBuf buf) private voidDefaultDnsRecordEncoder.encodeRawRecord(DnsRawRecord record, ByteBuf out) voidDefaultDnsRecordEncoder.encodeRecord(DnsRecord record, ByteBuf out) voidDnsRecordEncoder.encodeRecord(DnsRecord record, ByteBuf out) Encodes aDnsRecord.private voidDefaultDnsRecordEncoder.encodeRecord0(DnsRecord record, ByteBuf out) private static voidDnsMessageUtil.encodeRecords(DnsRecordEncoder encoder, DnsResponse response, DnsSection section, ByteBuf buf) private voidDnsQueryEncoder.encodeRecords(DnsQuery query, DnsSection section, ByteBuf buf) protected ByteBufTcpDnsResponseDecoder.extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length) private static DnsQueryDnsMessageUtil.newQuery(ByteBuf buf, DnsMessageUtil.DnsQueryFactory supplier) Constructors in io.netty.handler.codec.dns with parameters of type ByteBufModifierConstructorDescriptionDefaultDnsRawRecord(String name, DnsRecordType type, int dnsClass, long timeToLive, ByteBuf content) Creates a new record.DefaultDnsRawRecord(String name, DnsRecordType type, long timeToLive, ByteBuf content) Creates a newIN-classrecord. -
Uses of ByteBuf in io.netty.handler.codec.haproxy
Methods in io.netty.handler.codec.haproxy that return ByteBufModifier and TypeMethodDescriptionprivate ByteBufHAProxyMessageDecoder.decodeLine(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.private ByteBufHAProxyMessageDecoder.decodeStruct(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.HAProxyMessageDecoder.HeaderExtractor.extract(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.Methods in io.netty.handler.codec.haproxy with parameters of type ByteBufModifier and TypeMethodDescriptionprotected final voidHAProxyMessageDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) (package private) static HAProxyMessageHAProxyMessage.decodeHeader(ByteBuf header) Decodes a version 2, binary proxy protocol header.private ByteBufHAProxyMessageDecoder.decodeLine(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.private ByteBufHAProxyMessageDecoder.decodeStruct(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.protected abstract intHAProxyMessageDecoder.HeaderExtractor.delimiterLength(ByteBuf buffer, int eoh) Get the length of the header delimiter.protected intHAProxyMessageDecoder.LineHeaderExtractor.delimiterLength(ByteBuf buffer, int eoh) protected intHAProxyMessageDecoder.StructHeaderExtractor.delimiterLength(ByteBuf buffer, int eoh) HAProxyMessageDecoder.detectProtocol(ByteBuf buffer) Returns theProtocolDetectionResultfor the givenByteBuf.protected voidHAProxyMessageEncoder.encode(ChannelHandlerContext ctx, HAProxyMessage msg, ByteBuf out) private static voidHAProxyMessageEncoder.encodeTlv(HAProxyTLV haProxyTLV, ByteBuf out) private static voidHAProxyMessageEncoder.encodeTlvs(List<HAProxyTLV> haProxyTLVs, ByteBuf out) private static voidHAProxyMessageEncoder.encodeV1(HAProxyMessage msg, ByteBuf out) private static voidHAProxyMessageEncoder.encodeV2(HAProxyMessage msg, ByteBuf out) HAProxyMessageDecoder.HeaderExtractor.extract(ChannelHandlerContext ctx, ByteBuf buffer) Create a frame out of theByteBufand return it.private static intHAProxyMessageDecoder.findEndOfHeader(ByteBuf buffer) Returns the index in the buffer of the end of header if found.protected abstract intHAProxyMessageDecoder.HeaderExtractor.findEndOfHeader(ByteBuf buffer) Find the end of the header from the givenByteBuf,the end may be a CRLF, or the length given by the header.protected intHAProxyMessageDecoder.LineHeaderExtractor.findEndOfHeader(ByteBuf buffer) protected intHAProxyMessageDecoder.StructHeaderExtractor.findEndOfHeader(ByteBuf buffer) private static intHAProxyMessageDecoder.findEndOfLine(ByteBuf buffer) Returns the index in the buffer of the end of line found.private static intHAProxyMessageDecoder.findVersion(ByteBuf buffer) Returns the proxy protocol specification version in the buffer if the version is found.private static StringHAProxyMessage.ipBytesToString(ByteBuf header, int addressLen) Convert ip address bytes to string representationprivate static booleanprivate static HAProxyTLVHAProxyMessage.readNextTLV(ByteBuf header, int nestingLevel) private static List<HAProxyTLV> Constructors in io.netty.handler.codec.haproxy with parameters of type ByteBufModifierConstructorDescription(package private)HAProxySSLTLV(int verify, byte clientBitField, List<HAProxyTLV> tlvs, ByteBuf rawContent) Creates a new HAProxySSLTLVHAProxyTLV(byte typeByteValue, ByteBuf content) Creates a new HAProxyTLV(package private)HAProxyTLV(HAProxyTLV.Type type, byte typeByteValue, ByteBuf content) Creates a new HAProxyTLVHAProxyTLV(HAProxyTLV.Type type, ByteBuf content) Creates a new HAProxyTLV -
Uses of ByteBuf in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as ByteBufModifier and TypeFieldDescriptionprivate final ByteBufDefaultFullHttpRequest.contentprivate final ByteBufDefaultFullHttpResponse.contentprivate final ByteBufDefaultHttpContent.contentprivate final ByteBufHttpObjectAggregator.AggregatedFullHttpMessage.contentprivate static final ByteBufHttpObjectEncoder.CRLF_BUFprivate final ByteBufHttpObjectDecoder.parserScratchBufferprotected final ByteBufHttpObjectDecoder.HeaderParser.seqprivate static final ByteBufHttpObjectEncoder.ZERO_CRLF_CRLF_BUFFields in io.netty.handler.codec.http with type parameters of type ByteBufMethods in io.netty.handler.codec.http that return ByteBufModifier and TypeMethodDescriptionComposedLastHttpContent.content()DefaultFullHttpRequest.content()DefaultFullHttpResponse.content()DefaultHttpContent.content()HttpObjectAggregator.AggregatedFullHttpMessage.content()private ByteBufHttpObjectEncoder.encodeInitHttpMessage(ChannelHandlerContext ctx, H m) Methods in io.netty.handler.codec.http that return types with arguments of type ByteBufModifier and TypeMethodDescriptionCompressionEncoderFactory.createEncoder()HttpContentCompressor.DeflateEncoderFactory.createEncoder()HttpContentCompressor.GzipEncoderFactory.createEncoder()HttpContentCompressor.SnappyEncoderFactory.createEncoder()Methods in io.netty.handler.codec.http with parameters of type ByteBufModifier and TypeMethodDescriptionprotected FullHttpMessageHttpObjectAggregator.beginAggregation(HttpMessage start, ByteBuf content) protected FullHttpMessageHttpServerUpgradeHandler.beginAggregation(HttpMessage start, ByteBuf content) private static booleanHttpObjectEncoder.bypassEncoderIfEmpty(ByteBuf msg, List<Object> out) private static voidHttpObjectDecoder.checkChunkExtensions(ByteBuf line) protected voidHttpClientCodec.Decoder.decode(ChannelHandlerContext ctx, ByteBuf buffer, List<Object> out) protected voidHttpObjectDecoder.decode(ChannelHandlerContext ctx, ByteBuf buffer, List<Object> out) protected voidHttpServerCodec.HttpServerRequestDecoder.decode(ChannelHandlerContext ctx, ByteBuf buffer, List<Object> out) protected voidHttpObjectDecoder.decodeLast(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private void(package private) void(package private) voidstatic voidHttpHeaders.encodeAscii(CharSequence seq, ByteBuf buf) Deprecated.protected static voidHttpObjectEncoder.encodeAscii(String s, ByteBuf buf) Deprecated.private voidHttpObjectEncoder.encodeByteBufAndTrailers(int state, ChannelHandlerContext ctx, List<Object> out, ByteBuf content, HttpHeaders trailingHeaders) private voidHttpObjectEncoder.encodeByteBufContent(ChannelHandlerContext ctx, ByteBuf content, List<Object> out) private voidHttpObjectEncoder.encodeByteBufHttpContent(int state, ChannelHandlerContext ctx, ByteBuf buf, ByteBuf content, HttpHeaders trailingHeaders, List<Object> out) private voidHttpObjectEncoder.encodeChunkedHttpContent(ChannelHandlerContext ctx, ByteBuf content, HttpHeaders trailingHeaders, List<Object> out) private static booleanHttpObjectEncoder.encodeContentNonChunk(List<Object> out, ByteBuf buf, ByteBuf content) protected voidHttpObjectEncoder.encodeHeaders(HttpHeaders headers, ByteBuf buf) Encode theHttpHeadersinto aByteBuf.protected abstract voidHttpObjectEncoder.encodeInitialLine(ByteBuf buf, H message) protected voidHttpRequestEncoder.encodeInitialLine(ByteBuf buf, HttpRequest request) protected voidHttpResponseEncoder.encodeInitialLine(ByteBuf buf, HttpResponse response) (package private) static voidHttpHeadersEncoder.encoderHeader(CharSequence name, CharSequence value, ByteBuf buf) private HttpContentHttpObjectDecoder.invalidChunk(ByteBuf in, Exception cause) private HttpMessageHttpObjectDecoder.invalidMessage(HttpMessage current, ByteBuf in, Exception cause) private HttpObjectDecoder.StateHttpObjectDecoder.readHeaders(ByteBuf buffer) private LastHttpContentHttpObjectDecoder.readTrailingHeaders(ByteBuf buffer) private booleanHttpObjectDecoder.LineParser.skipControlChars(ByteBuf buffer, int readableBytes, int readerIndex) private String[]HttpObjectDecoder.splitInitialLine(ByteBuf asciiBuffer) private static voidHttpHeadersEncoder.writeAscii(ByteBuf buf, int offset, CharSequence value) Constructors in io.netty.handler.codec.http with parameters of type ByteBufModifierConstructorDescription(package private)AggregatedFullHttpMessage(HttpMessage message, ByteBuf content, HttpHeaders trailingHeaders) (package private)AggregatedFullHttpRequest(HttpRequest request, ByteBuf content, HttpHeaders trailingHeaders) (package private)AggregatedFullHttpResponse(HttpResponse message, ByteBuf content, HttpHeaders trailingHeaders) DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, String uri, ByteBuf content) Create a full HTTP response with the given HTTP version, method, URI, and contents.DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, String uri, ByteBuf content, boolean validateHeaders) Deprecated.Use theDefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead.DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, String uri, ByteBuf content, HttpHeadersFactory headersFactory, HttpHeadersFactory trailersFactory) Create a full HTTP response with the given HTTP version, method, URI, contents, and factories for creating headers and trailers.DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, String uri, ByteBuf content, HttpHeaders headers, HttpHeaders trailingHeader) Create a full HTTP response with the given HTTP version, method, URI, contents, and header and trailer objects.DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, String uri, ByteBuf content, HttpHeaders headers, HttpHeaders trailingHeader, boolean validateRequestLine) Create a full HTTP response with the given HTTP version, method, URI, contents, and header and trailer objects.DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content) Create an HTTP response with the given HTTP version, status, and contents.DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, boolean validateHeaders) Deprecated.Prefer theDefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead.DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, boolean validateHeaders, boolean singleFieldHeaders) Deprecated.Prefer theDefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead.DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, HttpHeadersFactory headersFactory, HttpHeadersFactory trailersFactory) Create an HTTP response with the given HTTP version, status, contents, and with headers and trailers created by the given header factories.DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, HttpHeaders headers, HttpHeaders trailingHeaders) Create an HTTP response with the given HTTP version, status, contents, headers and trailers.DefaultHttpContent(ByteBuf content) Creates a new instance with the specified chunk content.DefaultLastHttpContent(ByteBuf content) Create a new last HTTP content message with the given contents.DefaultLastHttpContent(ByteBuf content, boolean validateHeaders) Deprecated.Prefer theDefaultLastHttpContent(ByteBuf)constructor instead, to always have header validation enabled.DefaultLastHttpContent(ByteBuf content, HttpHeaders trailingHeaders) Create a new last HTTP content message with the given contents, and trailing headers.DefaultLastHttpContent(ByteBuf content, HttpHeadersFactory trailersFactory) Create a new last HTTP content message with the given contents, and trailing headers from the given factory.(package private)HeaderParser(ByteBuf seq, int maxLength) (package private)LineParser(ByteBuf seq, int maxLength) Constructor parameters in io.netty.handler.codec.http with type arguments of type ByteBufModifierConstructorDescriptionHttpChunkedInput(ChunkedInput<ByteBuf> input) Creates a new instance using the specified input.HttpChunkedInput(ChunkedInput<ByteBuf> input, LastHttpContent lastHttpContent) Creates a new instance using the specified input. -
Uses of ByteBuf in io.netty.handler.codec.http.multipart
Fields in io.netty.handler.codec.http.multipart declared as ByteBufModifier and TypeFieldDescription(package private) ByteBufHttpPostBodyUtil.SeekAheadOptimize.bufferprivate ByteBufAbstractMemoryHttpData.byteBufprivate ByteBufHttpPostRequestEncoder.currentBufferThe ByteBuf currently used by the encoderprivate final ByteBufHttpPostStandardRequestDecoder.UrlDecoder.outputprivate ByteBufHttpPostMultipartRequestDecoder.undecodedChunkThe current channelBufferprivate ByteBufHttpPostStandardRequestDecoder.undecodedChunkThe current channelBufferFields in io.netty.handler.codec.http.multipart with type parameters of type ByteBufMethods in io.netty.handler.codec.http.multipart that return ByteBufModifier and TypeMethodDescriptionAbstractHttpData.content()AbstractMixedHttpData.content()HttpPostRequestEncoder.WrappedFullHttpRequest.content()private static ByteBufHttpPostStandardRequestDecoder.decodeAttribute(ByteBuf b, Charset charset) private ByteBufHttpPostRequestEncoder.fillByteBuf()AbstractDiskHttpData.getByteBuf()AbstractMemoryHttpData.getByteBuf()Utility to go from a In Memory FileUpload to a Disk (or another implementation) FileUploadAbstractMixedHttpData.getByteBuf()HttpData.getByteBuf()Returns the content of the file item as a ByteBuf.
Note: this method will allocate a lot of memory, if the data is currently stored on the file system.AbstractDiskHttpData.getChunk(int length) AbstractMemoryHttpData.getChunk(int length) AbstractMixedHttpData.getChunk(int length) HttpData.getChunk(int length) Returns a ChannelBuffer for the content from the current position with at most length read bytes, increasing the current position of the Bytes read.InternalAttribute.toByteBuf()Methods in io.netty.handler.codec.http.multipart with parameters of type ByteBufModifier and TypeMethodDescriptionvoidAbstractDiskHttpData.addContent(ByteBuf buffer, boolean last) voidAbstractMemoryHttpData.addContent(ByteBuf buffer, boolean last) voidAbstractMixedHttpData.addContent(ByteBuf buffer, boolean last) voidDiskAttribute.addContent(ByteBuf buffer, boolean last) voidHttpData.addContent(ByteBuf buffer, boolean last) Add the content from the ChannelBuffervoidMemoryAttribute.addContent(ByteBuf buffer, boolean last) private static ByteBufHttpPostStandardRequestDecoder.decodeAttribute(ByteBuf b, Charset charset) (package private) static intHttpPostBodyUtil.findDelimiter(ByteBuf buffer, int index, byte[] delimiter, boolean precededByLineBreak) Try to find the delimiter, with LF or CRLF in front of it (added as delimiters) if needed(package private) static intHttpPostBodyUtil.findLastLineBreak(ByteBuf buffer, int index) Try to find last LF or CRLF as Line Breaking(package private) static intHttpPostBodyUtil.findLineBreak(ByteBuf buffer, int index) Try to find first LF or CRLF as Line Breakingprivate static booleanHttpPostMultipartRequestDecoder.loadDataMultipartOptimized(ByteBuf undecodedChunk, String delimiter, HttpData httpData) Load the field value or file data from a Multipart requestprivate static StringHttpPostMultipartRequestDecoder.readDelimiterOptimized(ByteBuf undecodedChunk, String delimiter, Charset charset) Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.private static StringHttpPostMultipartRequestDecoder.readLineOptimized(ByteBuf undecodedChunk, Charset charset) Read one line up to the CRLF or LFprivate static voidHttpPostMultipartRequestDecoder.rewriteCurrentBuffer(ByteBuf buffer, int lengthToSkip) Rewrite buffer in order to skip lengthToSkip bytes from current readerIndex, such that any readable bytes available after readerIndex + lengthToSkip (so before writerIndex) are moved at readerIndex position, therefore decreasing writerIndex of lengthToSkip at the end of the process.voidAbstractDiskHttpData.setContent(ByteBuf buffer) voidAbstractMemoryHttpData.setContent(ByteBuf buffer) voidAbstractMixedHttpData.setContent(ByteBuf buffer) voidHttpData.setContent(ByteBuf buffer) Set the content from the ChannelBuffer (erase any previous data)private voidHttpPostStandardRequestDecoder.setFinalBuffer(ByteBuf buffer) private static voidHttpPostMultipartRequestDecoder.skipControlCharacters(ByteBuf undecodedChunk) Skip control Charactersprivate static voidHttpPostMultipartRequestDecoder.skipControlCharactersStandard(ByteBuf undecodedChunk) Constructors in io.netty.handler.codec.http.multipart with parameters of type ByteBufModifierConstructorDescription(package private)SeekAheadOptimize(ByteBuf buffer) (package private)UrlDecoder(ByteBuf output) -
Uses of ByteBuf in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as ByteBufModifier and TypeFieldDescriptionprivate static final ByteBufWebSocket00FrameEncoder._0X00private static final ByteBufWebSocket00FrameEncoder._0XFFprivate static final ByteBufWebSocket00FrameEncoder._0XFF_0X00private ByteBufWebSocketClientHandshaker00.expectedChallengeResponseBytesFields in io.netty.handler.codec.http.websocketx with type parameters of type ByteBufMethods in io.netty.handler.codec.http.websocketx that return ByteBufModifier and TypeMethodDescriptionprivate static ByteBufSets the string for this frame.private static ByteBufprivate static ByteBufCloseWebSocketFrame.newBinaryData(int statusCode, String reasonText) Methods in io.netty.handler.codec.http.websocketx with parameters of type ByteBufModifier and TypeMethodDescriptionprotected WebSocketFrameWebSocketFrameAggregator.beginAggregation(WebSocketFrame start, ByteBuf content) void(package private) voidprotected voidWebSocket08FrameDecoder.checkCloseFrameBody(ChannelHandlerContext ctx, ByteBuf buffer) private voidUtf8FrameValidator.checkUTF8String(ByteBuf buffer) protected voidWebSocket00FrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidWebSocket08FrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private WebSocketFrameWebSocket00FrameDecoder.decodeBinaryFrame(ChannelHandlerContext ctx, byte type, ByteBuf buffer) private WebSocketFrameWebSocket00FrameDecoder.decodeTextFrame(ChannelHandlerContext ctx, ByteBuf buffer) private voidWebSocket08FrameDecoder.protocolViolation(ChannelHandlerContext ctx, ByteBuf in, CorruptedWebSocketFrameException ex) private voidWebSocket08FrameDecoder.protocolViolation(ChannelHandlerContext ctx, ByteBuf in, WebSocketCloseStatus status, String reason) private voidWebSocket08FrameDecoder.protocolViolation(ChannelHandlerContext ctx, ByteBuf in, String reason) abstract WebSocketFrameprivate voidConstructors in io.netty.handler.codec.http.websocketx with parameters of type ByteBufModifierConstructorDescriptionBinaryWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData) Creates a new binary frame with the specified binary data and the final fragment flag.BinaryWebSocketFrame(ByteBuf binaryData) Creates a new binary frame with the specified binary data.CloseWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData) Creates a new close frameContinuationWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData) Creates a new continuation frame with the specified binary data.ContinuationWebSocketFrame(ByteBuf binaryData) Creates a new continuation frame with the specified binary data.PingWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData) Creates a new ping frame with the specified binary data.PingWebSocketFrame(ByteBuf binaryData) Creates a new ping frame with the specified binary data.PongWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData) Creates a new pong frame with the specified binary dataPongWebSocketFrame(ByteBuf binaryData) Creates a new pong frame with the specified binary data.TextWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData) Creates a new text frame with the specified binary data and the final fragment flag.TextWebSocketFrame(ByteBuf binaryData) Creates a new text frame with the specified binary data.protectedWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData) protectedWebSocketFrame(ByteBuf binaryData) Constructor parameters in io.netty.handler.codec.http.websocketx with type arguments of type ByteBufModifierConstructorDescriptionWebSocketChunkedInput(ChunkedInput<ByteBuf> input) Creates a new instance using the specified input.WebSocketChunkedInput(ChunkedInput<ByteBuf> input, int rsv) Creates a new instance using the specified input. -
Uses of ByteBuf in io.netty.handler.codec.http.websocketx.extensions.compression
Fields in io.netty.handler.codec.http.websocketx.extensions.compression declared as ByteBufModifier and TypeFieldDescription(package private) static final ByteBufDeflateDecoder.EMPTY_DEFLATE_BLOCK(package private) static final ByteBufDeflateDecoder.FRAME_TAILMethods in io.netty.handler.codec.http.websocketx.extensions.compression that return ByteBufModifier and TypeMethodDescriptionprivate ByteBufDeflateEncoder.compressContent(ChannelHandlerContext ctx, WebSocketFrame msg) private ByteBufDeflateDecoder.decompressContent(ChannelHandlerContext ctx, WebSocketFrame msg) -
Uses of ByteBuf in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as ByteBufModifier and TypeFieldDescriptionprivate ByteBufHttp2ConnectionHandler.PrefaceDecoder.clientPrefaceStringprivate static final ByteBufCleartextHttp2ServerUpgradeHandler.CONNECTION_PREFACEprivate static final ByteBufHttp2CodecUtil.CONNECTION_PREFACEprivate final ByteBufDefaultHttp2DataFrame.content(package private) final ByteBufStreamBufferingEncoder.DataFrame.dataprivate ByteBufDefaultHttp2FrameReader.HeadersBlockBuilder.headerBlockprivate static final ByteBufHttp2ConnectionHandler.HTTP_1_X_BUF(package private) ByteBufHpackHuffmanEncoder.EncodeProcessor.outprivate ByteBufDefaultHttp2HeadersEncoder.tableSizeChangeOutputprivate static final ByteBufDefaultHttp2FrameWriter.ZERO_BUFFERThis buffer is allocated to the maximum size of the padding field, and filled with zeros.Fields in io.netty.handler.codec.http2 with type parameters of type ByteBufMethods in io.netty.handler.codec.http2 that return ByteBufModifier and TypeMethodDescriptionprivate static ByteBufHttp2ConnectionHandler.clientPrefaceString(Http2Connection connection) Returns the client preface string if this is a client connection, otherwise returnsnull.static ByteBufHttp2CodecUtil.connectionPrefaceBuf()Returns a buffer containing theHttp2CodecUtil.CONNECTION_PREFACE.DefaultHttp2DataFrame.content()Http2DataFrame.content()Payload of DATA frame.Http2GoAwayFrame.content()Optional debugging information describing cause the GOAWAY.private static ByteBufHttp2ServerUpgradeCodec.createSettingsFrame(ChannelHandlerContext ctx, ByteBuf payload) Creates an HTTP2-Settings header with the given payload.private static ByteBufCompressorHttp2ConnectionEncoder.nextReadableBuf(EmbeddedChannel compressor) static ByteBufHttp2CodecUtil.toByteBuf(ChannelHandlerContext ctx, Throwable cause) Creates a buffer containing the error message from the given exception.Methods in io.netty.handler.codec.http2 with parameters of type ByteBufModifier and TypeMethodDescription(package private) final voidDefaultHttp2FrameReader.HeadersBlockBuilder.addFragment(ByteBuf fragment, int len, ByteBufAllocator alloc, boolean endOfHeaders) Adds a fragment to the block.private static ByteBufHttp2ServerUpgradeCodec.createSettingsFrame(ChannelHandlerContext ctx, ByteBuf payload) Creates an HTTP2-Settings header with the given payload.protected voidCleartextHttp2ServerUpgradeHandler.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) Peek inbound message to determine current connection wants to start HTTP/2 by HTTP upgrade or prior knowledge(package private) voidHpackDecoder.decode(int streamId, ByteBuf in, Http2Headers headers, boolean validateHeaders) Decode the header block into header fields.private voidHpackDecoder.decode(ByteBuf in, HpackDecoder.Http2HeadersSink sink) Decompresses the given Huffman coded string literal.abstract voidHttp2ConnectionHandler.BaseDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidHttp2ConnectionHandler.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) voidHttp2ConnectionHandler.FrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) voidHttp2ConnectionHandler.PrefaceDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private voidHpackDecoder.decodeDynamicTableSizeUpdates(ByteBuf in) voidDecoratingHttp2ConnectionDecoder.decodeFrame(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) voidDefaultHttp2ConnectionDecoder.decodeFrame(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) voidHttp2ConnectionDecoder.decodeFrame(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) Called by theHttp2ConnectionHandlerto decode the next frame from the input buffer.DefaultHttp2HeadersDecoder.decodeHeaders(int streamId, ByteBuf headerBlock) Http2HeadersDecoder.decodeHeaders(int streamId, ByteBuf headerBlock) Decodes the given headers block and returns the headers.private Http2SettingsHttp2ServerUpgradeCodec.decodeSettings(ChannelHandlerContext ctx, ByteBuf frame) Decodes the settings frame and returns the settings.(package private) static intHpackDecoder.decodeULE128(ByteBuf in, int result) Unsigned Little Endian Base 128 Variable-Length Integer Encoding(package private) static longHpackDecoder.decodeULE128(ByteBuf in, long result) Unsigned Little Endian Base 128 Variable-Length Integer Encoding(package private) intDelegatingDecompressorFrameListener.Http2Decompressor.decompress(ChannelHandlerContext ctx, Http2Stream stream, ByteBuf data, int padding, boolean endOfStream) voidHpackHuffmanEncoder.encode(ByteBuf out, CharSequence data) Compresses the input string literal using the Huffman coding.private voidHpackEncoder.encodeAndAddEntries(ByteBuf out, CharSequence name, int nameHash, CharSequence value, int valueHash) private voidHpackEncoder.encodeHeader(ByteBuf out, CharSequence name, CharSequence value, boolean sensitive, long headerSize) Encode the header field into the header block.voidDefaultHttp2HeadersEncoder.encodeHeaders(int streamId, Http2Headers headers, ByteBuf buffer) voidHpackEncoder.encodeHeaders(int streamId, ByteBuf out, Http2Headers headers, Http2HeadersEncoder.SensitivityDetector sensitivityDetector) Encode the header field into the header block.voidHttp2HeadersEncoder.encodeHeaders(int streamId, Http2Headers headers, ByteBuf buffer) Encodes the given headers and writes the output headers block to the given output buffer.private voidHpackEncoder.encodeHeadersEnforceMaxHeaderListSize(int streamId, ByteBuf out, Http2Headers headers, Http2HeadersEncoder.SensitivityDetector sensitivityDetector) private voidHpackEncoder.encodeHeadersIgnoreMaxHeaderListSize(ByteBuf out, Http2Headers headers, Http2HeadersEncoder.SensitivityDetector sensitivityDetector) private static voidHpackEncoder.encodeInteger(ByteBuf out, int mask, int n, int i) Encode integer according to Section 5.1.private static voidHpackEncoder.encodeInteger(ByteBuf out, int mask, int n, long i) Encode integer according to Section 5.1.private voidHpackEncoder.encodeLiteral(ByteBuf out, CharSequence name, CharSequence value, HpackUtil.IndexType indexType, int nameIndex) Encode literal header field according to Section 6.2.private voidHpackHuffmanEncoder.encodeSlowPath(ByteBuf out, CharSequence data) private voidHpackEncoder.encodeStringLiteral(ByteBuf out, CharSequence string) Encode string literal according to Section 5.2.Http2ConnectionHandler.goAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise) Http2LifecycleManager.goAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise) Prevents the peer from creating streams and close the connection iferrorCodeis notHttp2Error.NO_ERROR.voidDefaultHttp2Connection.goAwayReceived(int lastKnownStream, long errorCode, ByteBuf debugData) voidHttp2Connection.goAwayReceived(int lastKnownStream, long errorCode, ByteBuf message) Indicates that aGOAWAYwas received from the remote endpoint and sets the last known stream.booleanDefaultHttp2Connection.goAwaySent(int lastKnownStream, long errorCode, ByteBuf debugData) booleanHttp2Connection.goAwaySent(int lastKnownStream, long errorCode, ByteBuf message) Updates the local state of thisHttp2Connectionas a result of aGOAWAYto send to the remote endpoint.voidHttp2FrameLogger.logData(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream) voidHttp2FrameLogger.logGoAway(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2FrameLogger.logUnknownFrame(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf data) protected Http2StreamFrameHttp2FrameCodec.newHttp2UnknownFrame(byte frameType, int streamId, Http2Flags flags, ByteBuf payload) Create a Http2UnknownFrame.private static IllegalArgumentExceptionHpackDecoder.notEnoughDataException(ByteBuf in) intDefaultHttp2ConnectionDecoder.FrameReadListener.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intDefaultHttp2ConnectionDecoder.PrefaceFrameListener.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intDelegatingDecompressorFrameListener.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intHttp2EmptyDataFrameListener.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intHttp2EventAdapter.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intHttp2FrameAdapter.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intHttp2FrameCodec.FrameListener.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intHttp2FrameListener.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) Handles an inboundDATAframe.intHttp2FrameListenerDecorator.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) intInboundHttp2ToHttpAdapter.onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream) voidDefaultHttp2ConnectionDecoder.FrameReadListener.onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) voidDefaultHttp2ConnectionDecoder.PrefaceFrameListener.onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2EventAdapter.onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2FrameAdapter.onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2FrameCodec.FrameListener.onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2FrameListener.onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) Handles an inboundGO_AWAYframe.voidHttp2FrameListenerDecorator.onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) (package private) voidDefaultHttp2ConnectionDecoder.onGoAwayRead0(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2Connection.Listener.onGoAwayReceived(int lastStreamId, long errorCode, ByteBuf debugData) Called when aGOAWAYwas received from the remote endpoint.voidHttp2ConnectionAdapter.onGoAwayReceived(int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2EventAdapter.onGoAwayReceived(int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2Connection.Listener.onGoAwaySent(int lastStreamId, long errorCode, ByteBuf debugData) Called when aGOAWAYframe was sent for the connection.voidHttp2ConnectionAdapter.onGoAwaySent(int lastStreamId, long errorCode, ByteBuf debugData) voidHttp2EventAdapter.onGoAwaySent(int lastStreamId, long errorCode, ByteBuf debugData) voidDefaultHttp2ConnectionDecoder.FrameReadListener.onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload) voidDefaultHttp2ConnectionDecoder.PrefaceFrameListener.onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload) voidHttp2EventAdapter.onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload) voidHttp2FrameAdapter.onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload) voidHttp2FrameCodec.FrameListener.onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload) voidHttp2FrameListener.onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload) Handler for a frame not defined by the HTTP/2 spec.voidHttp2FrameListenerDecorator.onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload) private booleanDefaultHttp2FrameReader.preProcessFrame(ByteBuf in) (package private) abstract voidDefaultHttp2FrameReader.HeadersContinuation.processFragment(boolean endOfHeaders, ByteBuf fragment, int len, Http2FrameListener listener) Processes the next fragment for the current header block.private static voidHttp2ConnectionHandler.processGoAwayWriteResult(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelFuture future) private voidDefaultHttp2FrameReader.processPayloadState(ChannelHandlerContext ctx, ByteBuf in, Http2FrameListener listener) private booleanHttp2ConnectionHandler.PrefaceDecoder.readClientPrefaceString(ByteBuf in) Decodes the client connection preface string from the input buffer.private voidDefaultHttp2FrameReader.readContinuationFrame(ByteBuf payload, Http2FrameListener listener) private voidDefaultHttp2FrameReader.readDataFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) voidDefaultHttp2FrameReader.readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) voidHttp2FrameReader.readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) Attempts to read the next frame from the input buffer.voidHttp2InboundFrameLogger.readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) private voidDefaultHttp2FrameReader.readGoAwayFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) private voidDefaultHttp2FrameReader.readHeadersFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) private intDefaultHttp2FrameReader.readPadding(ByteBuf payload) If padding is present in the payload, reads the next byte as padding.private voidDefaultHttp2FrameReader.readPriorityFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) private voidDefaultHttp2FrameReader.readPushPromiseFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) private voidDefaultHttp2FrameReader.readRstStreamFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) private voidDefaultHttp2FrameReader.readSettingsFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) private AsciiStringHpackDecoder.readStringLiteral(ByteBuf in, int length, boolean huffmanEncoded) private voidDefaultHttp2FrameReader.readUnknownFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) static intHttp2CodecUtil.readUnsignedInt(ByteBuf buf) Reads a big-endian (31-bit) integer from the buffer.private voidDefaultHttp2FrameReader.readWindowUpdateFrame(ChannelHandlerContext ctx, ByteBuf payload, Http2FrameListener listener) voidDefaultHttp2LocalFlowController.receiveFlowControlledFrame(Http2Stream stream, ByteBuf data, int padding, boolean endOfStream) voidDelegatingDecompressorFrameListener.ConsumedBytesConverter.receiveFlowControlledFrame(Http2Stream stream, ByteBuf data, int padding, boolean endOfStream) voidHttp2LocalFlowController.receiveFlowControlledFrame(Http2Stream stream, ByteBuf data, int padding, boolean endOfStream) Receives an inboundDATAframe from the remote endpoint and applies flow control policies to it for both thestreamas well as the connection.voidHpackEncoder.setMaxHeaderTableSize(ByteBuf out, long maxHeaderTableSize) Set the maximum table size.static FullHttpRequestHttpConversionUtil.toFullHttpRequest(int streamId, Http2Headers http2Headers, ByteBuf content, boolean validateHttpHeaders) Create a new object to contain the request datastatic FullHttpResponseHttpConversionUtil.toFullHttpResponse(int streamId, Http2Headers http2Headers, ByteBuf content, boolean validateHttpHeaders) Create a new object to contain the response dataprivate Stringprivate booleanHttp2ConnectionHandler.PrefaceDecoder.verifyFirstFrameIsSettings(ByteBuf in) Peeks at that the next frame in the buffer and verifies that it is a non-ackSETTINGSframe.private ChannelFutureDefaultHttp2FrameWriter.writeContinuationFrames(ChannelHandlerContext ctx, int streamId, ByteBuf headerBlock, Http2CodecUtil.SimpleChannelPromiseAggregator promiseAggregator) Writes as many continuation frames as needed untilpaddingandheaderBlockare consumed.CompressorHttp2ConnectionEncoder.writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream, ChannelPromise promise) DecoratingHttp2FrameWriter.writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise) DefaultHttp2ConnectionEncoder.writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream, ChannelPromise promise) DefaultHttp2FrameWriter.writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise) Http2DataWriter.writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise) Writes aDATAframe to the remote endpoint.Http2OutboundFrameLogger.writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise) StreamBufferingEncoder.writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream, ChannelPromise promise) DecoratingHttp2FrameWriter.writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise) DefaultHttp2ConnectionEncoder.writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise) DefaultHttp2FrameWriter.writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise) Http2ConnectionEncoder.writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise) Writes the given data to the internalHttp2FrameWriterwithout performing any state checks on the connection/stream.Http2FrameWriter.writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise) Generic write method for any HTTP/2 frame.Http2OutboundFrameLogger.writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise) static voidHttp2CodecUtil.writeFrameHeader(ByteBuf out, int payloadLength, byte type, Http2Flags flags, int streamId) Writes an HTTP/2 frame header to the output buffer.(package private) static voidHttp2CodecUtil.writeFrameHeaderInternal(ByteBuf out, int payloadLength, byte type, Http2Flags flags, int streamId) DecoratingHttp2FrameWriter.writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise) DefaultHttp2ConnectionEncoder.writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise) DefaultHttp2FrameWriter.writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise) Http2FrameWriter.writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise) Writes a GO_AWAY frame to the remote endpoint.Http2OutboundFrameLogger.writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise) private static voidDefaultHttp2FrameWriter.writePaddingLength(ByteBuf buf, int padding) Constructors in io.netty.handler.codec.http2 with parameters of type ByteBufModifierConstructorDescription(package private)DataFrame(ByteBuf data, int padding, boolean endOfStream, ChannelPromise promise) DefaultHttp2DataFrame(ByteBuf content) Equivalent tonew DefaultHttp2DataFrame(content, false).DefaultHttp2DataFrame(ByteBuf content, boolean endStream) Equivalent tonew DefaultHttp2DataFrame(content, endStream, 0).DefaultHttp2DataFrame(ByteBuf content, boolean endStream, int padding) Construct a new data message.(package private)DefaultHttp2GoAwayFrame(int lastStreamId, long errorCode, ByteBuf content) Construct a new GOAWAY message.DefaultHttp2GoAwayFrame(long errorCode, ByteBuf content) Construct a new GOAWAY message.DefaultHttp2GoAwayFrame(Http2Error error, ByteBuf content) DefaultHttp2UnknownFrame(byte frameType, Http2Flags flags, ByteBuf data) (package private)FlowControlledData(Http2Stream stream, ByteBuf buf, int padding, boolean endOfStream, ChannelPromise promise) Constructor parameters in io.netty.handler.codec.http2 with type arguments of type ByteBufModifierConstructorDescriptionHttp2DataChunkedInput(ChunkedInput<ByteBuf> input, Http2FrameStream stream) Creates a new instance using the specified input. -
Uses of ByteBuf in io.netty.handler.codec.json
Methods in io.netty.handler.codec.json that return ByteBufModifier and TypeMethodDescriptionprotected ByteBufJsonObjectDecoder.extractObject(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length) Override this method if you want to filter the json objects/arrays that get passed through the pipeline.Methods in io.netty.handler.codec.json with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidJsonObjectDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private voidJsonObjectDecoder.decodeByte(byte c, ByteBuf in, int idx) protected ByteBufJsonObjectDecoder.extractObject(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length) Override this method if you want to filter the json objects/arrays that get passed through the pipeline. -
Uses of ByteBuf in io.netty.handler.codec.memcache
Fields in io.netty.handler.codec.memcache declared as ByteBufMethods in io.netty.handler.codec.memcache that return ByteBufModifier and TypeMethodDescriptionDefaultMemcacheContent.content()protected abstract ByteBufAbstractMemcacheObjectEncoder.encodeMessage(ChannelHandlerContext ctx, M msg) Take the givenMemcacheMessageand encode it into a writableByteBuf.Methods in io.netty.handler.codec.memcache with parameters of type ByteBufModifier and TypeMethodDescriptionConstructors in io.netty.handler.codec.memcache with parameters of type ByteBufModifierConstructorDescriptionDefaultLastMemcacheContent(ByteBuf content) DefaultMemcacheContent(ByteBuf content) Creates a new instance with the specified content. -
Uses of ByteBuf in io.netty.handler.codec.memcache.binary
Fields in io.netty.handler.codec.memcache.binary declared as ByteBufModifier and TypeFieldDescriptionprivate final ByteBufDefaultFullBinaryMemcacheRequest.contentprivate final ByteBufDefaultFullBinaryMemcacheResponse.contentprivate ByteBufAbstractBinaryMemcacheMessage.extrasContains the optional extras.private ByteBufAbstractBinaryMemcacheMessage.keyContains the optional key.Methods in io.netty.handler.codec.memcache.binary that return ByteBufModifier and TypeMethodDescriptionDefaultFullBinaryMemcacheRequest.content()DefaultFullBinaryMemcacheResponse.content()protected ByteBufAbstractBinaryMemcacheEncoder.encodeMessage(ChannelHandlerContext ctx, M msg) AbstractBinaryMemcacheMessage.extras()BinaryMemcacheMessage.extras()Returns aByteBufrepresentation of the optional extras.AbstractBinaryMemcacheMessage.key()BinaryMemcacheMessage.key()Returns the optional key of the document.Methods in io.netty.handler.codec.memcache.binary with parameters of type ByteBufModifier and TypeMethodDescriptionprotected FullMemcacheMessageBinaryMemcacheObjectAggregator.beginAggregation(BinaryMemcacheMessage start, ByteBuf content) protected voidAbstractBinaryMemcacheDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidBinaryMemcacheClientCodec.Decoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected abstract MAbstractBinaryMemcacheDecoder.decodeHeader(ByteBuf in) Decode and return the parsedBinaryMemcacheMessage.protected BinaryMemcacheRequestBinaryMemcacheRequestDecoder.decodeHeader(ByteBuf in) protected BinaryMemcacheResponseBinaryMemcacheResponseDecoder.decodeHeader(ByteBuf in) private static voidAbstractBinaryMemcacheEncoder.encodeExtras(ByteBuf buf, ByteBuf extras) Encode the extras.protected abstract voidAbstractBinaryMemcacheEncoder.encodeHeader(ByteBuf buf, M msg) Encode the header.protected voidBinaryMemcacheRequestEncoder.encodeHeader(ByteBuf buf, BinaryMemcacheRequest msg) protected voidBinaryMemcacheResponseEncoder.encodeHeader(ByteBuf buf, BinaryMemcacheResponse msg) private static voidEncode the key.private DefaultFullBinaryMemcacheRequestDefaultFullBinaryMemcacheRequest.newInstance(ByteBuf key, ByteBuf extras, ByteBuf content) private FullBinaryMemcacheResponseDefaultFullBinaryMemcacheResponse.newInstance(ByteBuf key, ByteBuf extras, ByteBuf content) Sets the extras buffer on the message.Sets the key of the document.private static FullBinaryMemcacheRequestBinaryMemcacheObjectAggregator.toFullRequest(BinaryMemcacheRequest request, ByteBuf content) private static FullBinaryMemcacheResponseBinaryMemcacheObjectAggregator.toFullResponse(BinaryMemcacheResponse response, ByteBuf content) Constructors in io.netty.handler.codec.memcache.binary with parameters of type ByteBufModifierConstructorDescriptionprotectedAbstractBinaryMemcacheMessage(ByteBuf key, ByteBuf extras) Create a new instance with all properties set.Create a newDefaultBinaryMemcacheRequestwith the header and key.DefaultBinaryMemcacheRequest(ByteBuf key, ByteBuf extras) Create a newDefaultBinaryMemcacheRequestwith the header only.Create a newDefaultBinaryMemcacheResponsewith the header and key.DefaultBinaryMemcacheResponse(ByteBuf key, ByteBuf extras) Create a newDefaultBinaryMemcacheResponsewith the header, key and extras.DefaultFullBinaryMemcacheRequest(ByteBuf key, ByteBuf extras) Create a newDefaultBinaryMemcacheRequestwith the header, key and extras.DefaultFullBinaryMemcacheRequest(ByteBuf key, ByteBuf extras, ByteBuf content) Create a newDefaultBinaryMemcacheRequestwith the header, key, extras and content.DefaultFullBinaryMemcacheResponse(ByteBuf key, ByteBuf extras) Create a newDefaultFullBinaryMemcacheResponsewith the header, key and extras.DefaultFullBinaryMemcacheResponse(ByteBuf key, ByteBuf extras, ByteBuf content) Create a newDefaultFullBinaryMemcacheResponsewith the header, key, extras and content. -
Uses of ByteBuf in io.netty.handler.codec.mqtt
Fields in io.netty.handler.codec.mqtt declared as ByteBufMethods in io.netty.handler.codec.mqtt that return ByteBufModifier and TypeMethodDescriptionMqttPublishMessage.content()private ByteBufMqttDecoder.decodePublishPayload(ByteBuf buffer) (package private) static ByteBufMqttEncoder.doEncode(ChannelHandlerContext ctx, MqttMessage message) This is the main encoding method.private static ByteBufMqttEncoder.encodeConnAckMessage(ChannelHandlerContext ctx, MqttConnAckMessage message) private static ByteBufMqttEncoder.encodeConnectMessage(ChannelHandlerContext ctx, MqttConnectMessage message) private static ByteBufMqttEncoder.encodeMessageWithOnlySingleByteFixedHeader(ByteBufAllocator byteBufAllocator, MqttMessage message) private static ByteBufMqttEncoder.encodeMessageWithOnlySingleByteFixedHeaderAndMessageId(ByteBufAllocator byteBufAllocator, MqttMessage message) private static ByteBufMqttEncoder.encodeProperties(ByteBufAllocator byteBufAllocator, MqttProperties mqttProperties) private static ByteBufMqttEncoder.encodePropertiesIfNeeded(MqttVersion mqttVersion, ByteBufAllocator byteBufAllocator, MqttProperties mqttProperties) private static ByteBufMqttEncoder.encodePublishMessage(ChannelHandlerContext ctx, MqttPublishMessage message) private static ByteBufMqttEncoder.encodePubReplyMessage(ChannelHandlerContext ctx, MqttMessage message) private static ByteBufMqttEncoder.encodeReasonCodePlusPropertiesMessage(ChannelHandlerContext ctx, MqttMessage message) private static ByteBufMqttEncoder.encodeSubAckMessage(ChannelHandlerContext ctx, MqttSubAckMessage message) private static ByteBufMqttEncoder.encodeSubscribeMessage(ChannelHandlerContext ctx, MqttSubscribeMessage message) private static ByteBufMqttEncoder.encodeUnsubAckMessage(ChannelHandlerContext ctx, MqttUnsubAckMessage message) private static ByteBufMqttEncoder.encodeUnsubscribeMessage(ChannelHandlerContext ctx, MqttUnsubscribeMessage message) MqttPublishMessage.payload()Methods in io.netty.handler.codec.mqtt with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidMqttDecoder.decode(ChannelHandlerContext ctx, ByteBuf buffer, List<Object> out) private static byte[]MqttDecoder.decodeByteArray(ByteBuf buffer) private MqttConnAckVariableHeaderMqttDecoder.decodeConnAckVariableHeader(ChannelHandlerContext ctx, ByteBuf buffer) private MqttConnectPayloadMqttDecoder.decodeConnectionPayload(ByteBuf buffer, int maxClientIdLength, MqttConnectVariableHeader mqttConnectVariableHeader) private MqttConnectVariableHeaderMqttDecoder.decodeConnectionVariableHeader(ChannelHandlerContext ctx, ByteBuf buffer) private static MqttFixedHeaderMqttDecoder.decodeFixedHeader(ChannelHandlerContext ctx, ByteBuf buffer) Decodes the fixed header.private static intMqttDecoder.decodeMessageId(ByteBuf buffer) MqttDecoder.decodeMessageIdAndPropertiesVariableHeader(ChannelHandlerContext ctx, ByteBuf buffer) private static intMqttDecoder.decodeMsbLsb(ByteBuf buffer) numberOfBytesConsumed = 2.private ObjectMqttDecoder.decodePayload(ChannelHandlerContext ctx, ByteBuf buffer, MqttMessageType messageType, int maxClientIdLength, Object variableHeader) Decodes the payload.private static MqttDecoder.Result<MqttProperties> MqttDecoder.decodeProperties(ByteBuf buffer) private ByteBufMqttDecoder.decodePublishPayload(ByteBuf buffer) private MqttPublishVariableHeaderMqttDecoder.decodePublishVariableHeader(ChannelHandlerContext ctx, ByteBuf buffer, MqttFixedHeader mqttFixedHeader) MqttDecoder.decodePubReplyMessage(ByteBuf buffer) MqttDecoder.decodeReasonCodeAndPropertiesVariableHeader(ByteBuf buffer) private static MqttDecoder.Result<String> MqttDecoder.decodeString(ByteBuf buffer) private static MqttDecoder.Result<String> MqttDecoder.decodeString(ByteBuf buffer, int minBytes, int maxBytes) private MqttSubAckPayloadMqttDecoder.decodeSubackPayload(ByteBuf buffer) private MqttSubscribePayloadMqttDecoder.decodeSubscribePayload(ByteBuf buffer) private MqttUnsubAckPayloadMqttDecoder.decodeUnsubAckPayload(ChannelHandlerContext ctx, ByteBuf buffer) private MqttUnsubscribePayloadMqttDecoder.decodeUnsubscribePayload(ByteBuf buffer) private static longMqttDecoder.decodeVariableByteInteger(ByteBuf buffer) See 1.5.5 Variable Byte Integer section of MQTT 5.0 specification for encoding/decoding rulesprivate ObjectMqttDecoder.decodeVariableHeader(ChannelHandlerContext ctx, ByteBuf buffer, MqttFixedHeader mqttFixedHeader) Decodes the variable header (if any)private static voidMqttEncoder.writeEagerUTF8String(ByteBuf buf, String s) private static voidMqttEncoder.writeExactUTF8String(ByteBuf buf, String s, int utf8Length) private static voidMqttEncoder.writeVariableLengthInt(ByteBuf buf, int num) Constructors in io.netty.handler.codec.mqtt with parameters of type ByteBufModifierConstructorDescriptionMqttPublishMessage(MqttFixedHeader mqttFixedHeader, MqttPublishVariableHeader variableHeader, ByteBuf payload) -
Uses of ByteBuf in io.netty.handler.codec.redis
Fields in io.netty.handler.codec.redis with type parameters of type ByteBufModifier and TypeFieldDescriptionprivate final Map<ByteBuf, ErrorRedisMessage> FixedRedisMessagePool.byteBufToErrorsprivate final Map<ByteBuf, IntegerRedisMessage> FixedRedisMessagePool.byteBufToIntegersprivate final Map<ByteBuf, SimpleStringRedisMessage> FixedRedisMessagePool.byteBufToSimpleStringsMethods in io.netty.handler.codec.redis that return ByteBufMethods in io.netty.handler.codec.redis with parameters of type ByteBufModifier and TypeMethodDescriptionprotected FullBulkStringRedisMessageRedisBulkStringAggregator.beginAggregation(BulkStringHeaderRedisMessage start, ByteBuf content) protected voidRedisDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private booleanRedisDecoder.decodeBulkString(ByteBuf in, List<Object> out) private booleanRedisDecoder.decodeBulkStringContent(ByteBuf in, List<Object> out) private booleanRedisDecoder.decodeBulkStringEndOfLine(ByteBuf in, List<Object> out) private booleanRedisDecoder.decodeInline(ByteBuf in, List<Object> out) private booleanRedisDecoder.decodeLength(ByteBuf in, List<Object> out) private booleanRedisDecoder.decodeType(ByteBuf in) ReturnsErrorRedisMessagefor givencontent.FixedRedisMessagePool.getInteger(ByteBuf content) RedisMessagePool.getInteger(ByteBuf content) ReturnsIntegerRedisMessagefor givencontent.FixedRedisMessagePool.getSimpleString(ByteBuf content) RedisMessagePool.getSimpleString(ByteBuf content) ReturnsSimpleStringRedisMessagefor givencontent.private RedisMessageRedisDecoder.newInlineRedisMessage(RedisMessageType messageType, ByteBuf content) private longRedisDecoder.parsePositiveNumber(ByteBuf byteBuf) private longRedisDecoder.parseRedisNumber(ByteBuf byteBuf) private static voidRedisDecoder.readEndOfLine(ByteBuf in) static RedisMessageTypeDetermineRedisMessageTypebased on the type prefixbyteread from given the buffer.private static ByteBufvoidWrite the message type's prefix to the given buffer.Constructors in io.netty.handler.codec.redis with parameters of type ByteBufModifierConstructorDescriptionDefaultBulkStringRedisContent(ByteBuf content) Creates aDefaultBulkStringRedisContentfor the givencontent.DefaultLastBulkStringRedisContent(ByteBuf content) Creates aDefaultLastBulkStringRedisContentfor the givencontent.FullBulkStringRedisMessage(ByteBuf content) Creates aFullBulkStringRedisMessagefor the givencontent. -
Uses of ByteBuf in io.netty.handler.codec.rtsp
Methods in io.netty.handler.codec.rtsp with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidRtspEncoder.encodeInitialLine(ByteBuf buf, HttpMessage message) -
Uses of ByteBuf in io.netty.handler.codec.sctp
Fields in io.netty.handler.codec.sctp with type parameters of type ByteBufModifier and TypeFieldDescriptionprivate final IntObjectMap<ByteBuf> SctpMessageCompletionHandler.fragmentsMethods in io.netty.handler.codec.sctp with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidSctpOutboundByteStreamHandler.encode(ChannelHandlerContext ctx, ByteBuf msg, List<Object> out) -
Uses of ByteBuf in io.netty.handler.codec.serialization
Methods in io.netty.handler.codec.serialization with parameters of type ByteBufModifier and TypeMethodDescriptionprotected ObjectObjectDecoder.decode(ChannelHandlerContext ctx, ByteBuf in) Deprecated.protected voidCompatibleObjectEncoder.encode(ChannelHandlerContext ctx, Serializable msg, ByteBuf out) Deprecated.protected voidObjectEncoder.encode(ChannelHandlerContext ctx, Serializable msg, ByteBuf out) Deprecated. -
Uses of ByteBuf in io.netty.handler.codec.smtp
Fields in io.netty.handler.codec.smtp declared as ByteBufMethods in io.netty.handler.codec.smtp with parameters of type ByteBufModifier and TypeMethodDescriptionprotected SmtpResponseSmtpResponseDecoder.decode(ChannelHandlerContext ctx, ByteBuf buffer) (package private) voidprivate static DecoderExceptionSmtpResponseDecoder.newDecoderException(ByteBuf buffer, int readerIndex, int readable) private static intParses the io.netty.handler.codec.smtp code without any allocation, which is three digits.private static voidSmtpRequestEncoder.writeParameters(List<CharSequence> parameters, ByteBuf out, boolean commandNotEmpty) Constructors in io.netty.handler.codec.smtp with parameters of type ByteBufModifierConstructorDescriptionCreates a new instance using the given data.DefaultSmtpContent(ByteBuf data) Creates a new instance using the given data. -
Uses of ByteBuf in io.netty.handler.codec.socks
Methods in io.netty.handler.codec.socks with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidSocksAuthRequestDecoder.decode(ChannelHandlerContext ctx, ByteBuf byteBuf, List<Object> out) protected voidSocksAuthResponseDecoder.decode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> out) protected voidSocksCmdRequestDecoder.decode(ChannelHandlerContext ctx, ByteBuf byteBuf, List<Object> out) protected voidSocksCmdResponseDecoder.decode(ChannelHandlerContext ctx, ByteBuf byteBuf, List<Object> out) protected voidSocksInitRequestDecoder.decode(ChannelHandlerContext ctx, ByteBuf byteBuf, List<Object> out) protected voidSocksInitResponseDecoder.decode(ChannelHandlerContext ctx, ByteBuf byteBuf, List<Object> out) protected voidSocksMessageEncoder.encode(ChannelHandlerContext ctx, SocksMessage msg, ByteBuf out) voidSocksAuthRequest.encodeAsByteBuf(ByteBuf byteBuf) voidSocksAuthResponse.encodeAsByteBuf(ByteBuf byteBuf) voidSocksCmdRequest.encodeAsByteBuf(ByteBuf byteBuf) voidSocksCmdResponse.encodeAsByteBuf(ByteBuf byteBuf) voidSocksInitRequest.encodeAsByteBuf(ByteBuf byteBuf) voidSocksInitResponse.encodeAsByteBuf(ByteBuf byteBuf) abstract voidSocksMessage.encodeAsByteBuf(ByteBuf byteBuf) Deprecated.Do not use; this method was intended for an internal use only.voidUnknownSocksRequest.encodeAsByteBuf(ByteBuf byteBuf) voidUnknownSocksResponse.encodeAsByteBuf(ByteBuf byteBuf) (package private) static StringSocksCommonUtils.readUsAscii(ByteBuf buffer, int length) -
Uses of ByteBuf in io.netty.handler.codec.socksx
Methods in io.netty.handler.codec.socksx with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidSocksPortUnificationServerHandler.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) -
Uses of ByteBuf in io.netty.handler.codec.socksx.v4
Methods in io.netty.handler.codec.socksx.v4 with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidSocks4ClientDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSocks4ServerDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSocks4ClientEncoder.encode(ChannelHandlerContext ctx, Socks4CommandRequest msg, ByteBuf out) protected voidSocks4ServerEncoder.encode(ChannelHandlerContext ctx, Socks4CommandResponse msg, ByteBuf out) private static StringSocks4ServerDecoder.readString(String fieldName, ByteBuf in) Reads a variable-length NUL-terminated string as defined in SOCKS4. -
Uses of ByteBuf in io.netty.handler.codec.socksx.v5
Methods in io.netty.handler.codec.socksx.v5 with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidSocks5CommandRequestDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSocks5CommandResponseDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSocks5InitialRequestDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSocks5InitialResponseDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSocks5PasswordAuthRequestDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSocks5PasswordAuthResponseDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) Socks5AddressDecoder.decodeAddress(Socks5AddressType addrType, ByteBuf in) Decodes a SOCKS5 address field into its string representation.protected voidSocks5ClientEncoder.encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out) protected voidSocks5ServerEncoder.encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out) voidSocks5AddressEncoder.encodeAddress(Socks5AddressType addrType, String addrValue, ByteBuf out) Encodes a SOCKS5 address.private static voidSocks5ClientEncoder.encodeAuthMethodRequest(Socks5InitialRequest msg, ByteBuf out) private static voidSocks5ServerEncoder.encodeAuthMethodResponse(Socks5InitialResponse msg, ByteBuf out) private voidSocks5ClientEncoder.encodeCommandRequest(Socks5CommandRequest msg, ByteBuf out) private voidSocks5ServerEncoder.encodeCommandResponse(Socks5CommandResponse msg, ByteBuf out) private static voidSocks5ClientEncoder.encodePasswordAuthRequest(Socks5PasswordAuthRequest msg, ByteBuf out) private static voidSocks5ServerEncoder.encodePasswordAuthResponse(Socks5PasswordAuthResponse msg, ByteBuf out) -
Uses of ByteBuf in io.netty.handler.codec.spdy
Fields in io.netty.handler.codec.spdy declared as ByteBufModifier and TypeFieldDescriptionprivate ByteBufSpdyHeaderBlockRawDecoder.cumulationprivate final ByteBufDefaultSpdyDataFrame.dataprivate ByteBufSpdyHeaderBlockZlibDecoder.decompressedMethods in io.netty.handler.codec.spdy that return ByteBufModifier and TypeMethodDescriptionDefaultSpdyDataFrame.content()SpdyDataFrame.content()Returns the data payload of this frame.(package private) abstract ByteBufSpdyHeaderBlockEncoder.encode(ByteBufAllocator alloc, SpdyHeadersFrame frame) private ByteBufSpdyHeaderBlockJZlibEncoder.encode(ByteBufAllocator alloc) SpdyHeaderBlockJZlibEncoder.encode(ByteBufAllocator alloc, SpdyHeadersFrame frame) SpdyHeaderBlockRawEncoder.encode(ByteBufAllocator alloc, SpdyHeadersFrame frame) private ByteBufSpdyHeaderBlockZlibEncoder.encode(ByteBufAllocator alloc, int len) SpdyHeaderBlockZlibEncoder.encode(ByteBufAllocator alloc, SpdyHeadersFrame frame) SpdyFrameEncoder.encodeDataFrame(ByteBufAllocator allocator, int streamId, boolean last, ByteBuf data) SpdyFrameEncoder.encodeGoAwayFrame(ByteBufAllocator allocator, int lastGoodStreamId, int statusCode) SpdyFrameEncoder.encodeHeadersFrame(ByteBufAllocator allocator, int streamId, boolean last, ByteBuf headerBlock) SpdyFrameEncoder.encodePingFrame(ByteBufAllocator allocator, int id) SpdyFrameEncoder.encodeRstStreamFrame(ByteBufAllocator allocator, int streamId, int statusCode) SpdyFrameEncoder.encodeSettingsFrame(ByteBufAllocator allocator, SpdySettingsFrame spdySettingsFrame) SpdyFrameEncoder.encodeSynReplyFrame(ByteBufAllocator allocator, int streamId, boolean last, ByteBuf headerBlock) SpdyFrameEncoder.encodeSynStreamFrame(ByteBufAllocator allocator, int streamId, int associatedToStreamId, byte priority, boolean last, boolean unidirectional, ByteBuf headerBlock) SpdyFrameEncoder.encodeUnknownFrame(ByteBufAllocator allocator, int frameType, byte flags, ByteBuf data) SpdyFrameEncoder.encodeWindowUpdateFrame(ByteBufAllocator allocator, int streamId, int deltaWindowSize) private static ByteBufMethods in io.netty.handler.codec.spdy with parameters of type ByteBufModifier and TypeMethodDescriptionprivate booleanSpdyHeaderBlockZlibEncoder.compressInto(ByteBuf compressed) protected voidSpdyFrameCodec.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) void(package private) abstract voidSpdyHeaderBlockDecoder.decode(ByteBufAllocator alloc, ByteBuf headerBlock, SpdyHeadersFrame frame) Decodes a SPDY Header Block, adding the Name/Value pairs to the given Headers frame.(package private) voidSpdyHeaderBlockRawDecoder.decode(ByteBufAllocator alloc, ByteBuf headerBlock, SpdyHeadersFrame frame) (package private) voidSpdyHeaderBlockZlibDecoder.decode(ByteBufAllocator alloc, ByteBuf headerBlock, SpdyHeadersFrame frame) protected voidSpdyHeaderBlockRawDecoder.decodeHeaderBlock(ByteBuf headerBlock, SpdyHeadersFrame frame) protected booleanSpdyFrameDecoder.decodeUnknownFrame(int frameType, byte flags, int length, ByteBuf buffer) Decode the unknown frame, returns true if parsed something, otherwise false.SpdyFrameEncoder.encodeDataFrame(ByteBufAllocator allocator, int streamId, boolean last, ByteBuf data) SpdyFrameEncoder.encodeHeadersFrame(ByteBufAllocator allocator, int streamId, boolean last, ByteBuf headerBlock) SpdyFrameEncoder.encodeSynReplyFrame(ByteBufAllocator allocator, int streamId, boolean last, ByteBuf headerBlock) SpdyFrameEncoder.encodeSynStreamFrame(ByteBufAllocator allocator, int streamId, int associatedToStreamId, byte priority, boolean last, boolean unidirectional, ByteBuf headerBlock) SpdyFrameEncoder.encodeUnknownFrame(ByteBufAllocator allocator, int frameType, byte flags, ByteBuf data) (package private) static intSpdyCodecUtil.getSignedInt(ByteBuf buf, int offset) Reads a big-endian signed integer from the buffer.(package private) static intSpdyCodecUtil.getUnsignedInt(ByteBuf buf, int offset) Reads a big-endian (31-bit) integer from the buffer.(package private) static intSpdyCodecUtil.getUnsignedMedium(ByteBuf buf, int offset) Reads a big-endian unsigned medium integer from the buffer.(package private) static intSpdyCodecUtil.getUnsignedShort(ByteBuf buf, int offset) Reads a big-endian unsigned short integer from the buffer.protected SpdyFrameSpdyFrameCodec.newSpdyUnknownFrame(int frameType, byte flags, ByteBuf payload) Create a SpdyUnknownFrame.voidSpdyFrameCodec.readDataFrame(int streamId, boolean last, ByteBuf data) voidSpdyFrameDecoderDelegate.readDataFrame(int streamId, boolean last, ByteBuf data) Called when a DATA frame is received.voidSpdyFrameCodec.readHeaderBlock(ByteBuf headerBlock) voidSpdyFrameDecoderDelegate.readHeaderBlock(ByteBuf headerBlock) Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.private static intSpdyHeaderBlockRawDecoder.readLengthField(ByteBuf buffer) private voidSpdyFrameCodec.readUnknownFrame(int frameType, byte flags, ByteBuf payload) voidSpdyFrameDecoderExtendedDelegate.readUnknownFrame(int frameType, byte flags, ByteBuf payload) Called when an unknown frame is received.private voidprivate intprivate intprivate static voidSpdyHeaderBlockRawEncoder.setLengthField(ByteBuf buffer, int writerIndex, int length) private static ByteBufprotected voidSpdyFrameEncoder.writeControlFrameHeader(ByteBuf buffer, int type, byte flags, int length) private static voidSpdyHeaderBlockRawEncoder.writeLengthField(ByteBuf buffer, int length) Constructors in io.netty.handler.codec.spdy with parameters of type ByteBufModifierConstructorDescriptionDefaultSpdyDataFrame(int streamId, ByteBuf data) Creates a new instance.DefaultSpdyUnknownFrame(int frameType, byte flags, ByteBuf data) -
Uses of ByteBuf in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as ByteBufMethods in io.netty.handler.codec.stomp that return ByteBufModifier and TypeMethodDescriptionDefaultStompFrame.content()private static ByteBufStompSubframeEncoder.encodeContent(StompContentSubframe content, ChannelHandlerContext ctx) private ByteBufStompSubframeEncoder.encodeFullFrame(StompFrame frame, ChannelHandlerContext ctx) Methods in io.netty.handler.codec.stomp with parameters of type ByteBufModifier and TypeMethodDescriptionprotected StompFrameStompSubframeAggregator.beginAggregation(StompHeadersSubframe start, ByteBuf content) protected ObjectStompSubframeEncoder.convertContentSubFrame(StompContentSubframe original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompHeadersSubframecontent sub frame.protected ObjectStompSubframeEncoder.convertFullFrame(StompFrame original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompFramefull frame.protected ObjectStompSubframeEncoder.convertHeadersSubFrame(StompHeadersSubframe original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompHeadersSubframeheaders sub frame.protected voidStompSubframeDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private static voidStompSubframeEncoder.encodeHeaders(StompHeadersSubframe frame, ByteBuf buf) (package private) AppendableCharSequence(package private) booleanStompSubframeDecoder.HeaderParser.parseHeader(StompHeadersSubframe headersSubframe, ByteBuf buf) private StompCommandStompSubframeDecoder.readCommand(ByteBuf in) private StompSubframeDecoder.StateStompSubframeDecoder.readHeaders(ByteBuf buffer, StompHeadersSubframe headersSubframe) private static voidStompSubframeDecoder.skipControlCharacters(ByteBuf buffer) private static voidStompSubframeDecoder.skipNullCharacter(ByteBuf buffer) Constructors in io.netty.handler.codec.stomp with parameters of type ByteBufModifierConstructorDescriptionDefaultLastStompContentSubframe(ByteBuf content) DefaultStompContentSubframe(ByteBuf content) DefaultStompFrame(StompCommand command, ByteBuf content) (package private)DefaultStompFrame(StompCommand command, ByteBuf content, DefaultStompHeaders headers) -
Uses of ByteBuf in io.netty.handler.codec.string
Methods in io.netty.handler.codec.string with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidStringDecoder.decode(ChannelHandlerContext ctx, ByteBuf msg, List<Object> out) -
Uses of ByteBuf in io.netty.handler.codec.xml
Methods in io.netty.handler.codec.xml that return ByteBufModifier and TypeMethodDescriptionprivate static ByteBufXmlFrameDecoder.extractFrame(ByteBuf buffer, int index, int length) Methods in io.netty.handler.codec.xml with parameters of type ByteBufModifier and TypeMethodDescriptionprotected voidXmlDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidXmlFrameDecoder.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private static ByteBufXmlFrameDecoder.extractFrame(ByteBuf buffer, int index, int length) private static booleanXmlFrameDecoder.isCDATABlockStart(ByteBuf in, int i) private static booleanXmlFrameDecoder.isCommentBlockStart(ByteBuf in, int i) -
Uses of ByteBuf in io.netty.handler.logging
Methods in io.netty.handler.logging with parameters of type ByteBufModifier and TypeMethodDescriptionprivate StringLoggingHandler.formatByteBuf(ChannelHandlerContext ctx, String eventName, ByteBuf msg) Generates the default log message of the specified event whose argument is aByteBuf. -
Uses of ByteBuf in io.netty.handler.pcap
Methods in io.netty.handler.pcap with parameters of type ByteBufModifier and TypeMethodDescriptionprivate voidPcapWriteHandler.completeTCPWrite(InetSocketAddress srcAddr, InetSocketAddress dstAddr, ByteBuf tcpBuf, ByteBufAllocator byteBufAllocator, ChannelHandlerContext ctx) Write TCP/IP L3 and L2 here.private voidPcapWriteHandler.completeUDPWrite(InetSocketAddress srcAddr, InetSocketAddress dstAddr, ByteBuf udpBuf, ByteBufAllocator byteBufAllocator, ChannelHandlerContext ctx) Write UDP/IP L3 and L2 here.private voidPcapWriteHandler.handleTcpPacket(ChannelHandlerContext ctx, ByteBuf packet, boolean isWriteOperation, ByteBufAllocator byteBufAllocator) (package private) static voidWrite IPv4 Ethernet Packet.(package private) static voidWrite IPv6 Ethernet Packet.private static voidEthernetPacket.writePacket(ByteBuf byteBuf, ByteBuf payload, byte[] srcAddress, byte[] dstAddress, int type) Write IPv6 Ethernet Packet(package private) voidPcapWriter.writePacket(ByteBuf packetHeaderBuf, ByteBuf packet) Write Packet in Pcap OutputStream.(package private) static voidTCPPacket.writePacket(ByteBuf byteBuf, ByteBuf payload, long segmentNumber, long ackNumber, int srcPort, int dstPort, TCPPacket.TCPFlag... tcpFlags) Write TCP Packet(package private) static voidUDPPacket.writePacket(ByteBuf byteBuf, ByteBuf payload, int srcPort, int dstPort) Write UDP Packet(package private) static voidPcapHeaders.writePacketHeader(ByteBuf byteBuf, int ts_sec, int ts_usec, int incl_len, int orig_len) Write Pcap Packet Headerprivate static voidIPPacket.writePacketv4(ByteBuf byteBuf, ByteBuf payload, int protocol, int srcAddress, int dstAddress) private static voidIPPacket.writePacketv6(ByteBuf byteBuf, ByteBuf payload, int protocol, byte[] srcAddress, byte[] dstAddress) (package private) static voidIPPacket.writeTCPv4(ByteBuf byteBuf, ByteBuf payload, int srcAddress, int dstAddress) Write IPv4 Packet for TCP Packet(package private) static voidIPPacket.writeTCPv6(ByteBuf byteBuf, ByteBuf payload, byte[] srcAddress, byte[] dstAddress) Write IPv6 Packet for TCP Packet(package private) static voidIPPacket.writeUDPv4(ByteBuf byteBuf, ByteBuf payload, int srcAddress, int dstAddress) Write IPv4 Packet for UDP Packet(package private) static voidIPPacket.writeUDPv6(ByteBuf byteBuf, ByteBuf payload, byte[] srcAddress, byte[] dstAddress) Write IPv6 Packet for UDP Packet -
Uses of ByteBuf in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as ByteBufModifier and TypeFieldDescriptionprivate final ByteBufPemPrivateKey.contentprivate final ByteBufPemValue.contentprivate final ByteBufPemX509Certificate.contentprivate ByteBufSslClientHelloHandler.handshakeBufferMethods in io.netty.handler.ssl that return ByteBufModifier and TypeMethodDescriptionprivate ByteBufSslHandler.allocate(ChannelHandlerContext ctx, int capacity) Always prefer a direct buffer when it's pooled, so that we reduce the number of memory copies inOpenSslEngine.private ByteBufSslHandler.allocateOutNetBuf(ChannelHandlerContext ctx, int pendingBytes, int numComponents) Allocates an outbound network buffer forSSLEngine.wrap(ByteBuffer, ByteBuffer)which can encrypt the specified amount of pending bytes.(package private) abstract ByteBufSslHandler.SslEngineType.allocateWrapBuffer(SslHandler handler, ByteBufAllocator allocator, int pendingBytes, int numComponents) private static ByteBufPemX509Certificate.append(ByteBufAllocator allocator, boolean useDirect, PemEncoded encoded, int count, ByteBuf pem) Appends thePemEncodedvalue to theByteBuf(last arg) and returns it.private static ByteBufPemX509Certificate.append(ByteBufAllocator allocator, boolean useDirect, X509Certificate cert, int count, ByteBuf pem) Appends theX509Certificatevalue to theByteBuf(last arg) and returns it.protected ByteBufSslHandlerCoalescingBufferQueue.compose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) protected ByteBufSslHandlerCoalescingBufferQueue.composeFirst(ByteBufAllocator allocator, ByteBuf first, int bufferSize) PemPrivateKey.content()PemValue.content()PemX509Certificate.content()private static ByteBufPemX509Certificate.newBuffer(ByteBufAllocator allocator, boolean useDirect, int initialCapacity) (package private) static ByteBuf[]PemReader.readCertificates(File file) (package private) static ByteBuf[]PemReader.readCertificates(InputStream in) (package private) static ByteBufPemReader.readPrivateKey(File file) (package private) static ByteBufPemReader.readPrivateKey(InputStream in) protected ByteBufSslHandlerCoalescingBufferQueue.removeEmptyValue()(package private) static ByteBufSslUtils.toBase64(ByteBufAllocator allocator, ByteBuf src) Same asBase64.encode(ByteBuf, boolean)but allows the use of a customByteBufAllocator.private ByteBufReferenceCountedOpenSslEngine.writeEncryptedData(ByteBuffer src, int len) Write encrypted data to the OpenSSL network BIO.Methods in io.netty.handler.ssl with parameters of type ByteBufModifier and TypeMethodDescriptionprivate static ByteBufPemX509Certificate.append(ByteBufAllocator allocator, boolean useDirect, PemEncoded encoded, int count, ByteBuf pem) Appends thePemEncodedvalue to theByteBuf(last arg) and returns it.private static ByteBufPemX509Certificate.append(ByteBufAllocator allocator, boolean useDirect, X509Certificate cert, int count, ByteBuf pem) Appends theX509Certificatevalue to theByteBuf(last arg) and returns it.private static booleanSslHandlerCoalescingBufferQueue.attemptCopyToCumulation(ByteBuf cumulation, ByteBuf next, int wrapDataSize) protected ByteBufSslHandlerCoalescingBufferQueue.compose(ByteBufAllocator alloc, ByteBuf cumulation, ByteBuf next) protected ByteBufSslHandlerCoalescingBufferQueue.composeFirst(ByteBufAllocator allocator, ByteBuf first, int bufferSize) protected voidOptionalSslHandler.decode(ChannelHandlerContext context, ByteBuf in, List<Object> out) protected voidSslClientHelloHandler.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) protected voidSslHandler.decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) private voidSslHandler.decodeJdkCompatible(ChannelHandlerContext ctx, ByteBuf in) private voidSslHandler.decodeNonJdkCompatible(ChannelHandlerContext ctx, ByteBuf in) private voidSslHandler.executeChannelRead(ChannelHandlerContext ctx, ByteBuf decodedOut) private static StringAbstractSniHandler.extractSniHostname(ByteBuf in) private static X509Certificate[]SslContext.getCertificatesFromBuffers(ByteBuf[] certs) (package private) static intSslUtils.getEncryptedPacketLength(ByteBuf buffer, int offset, boolean probeSSLv2) Return how much bytes can be read out of the encrypted data.private static PrivateKeySslContext.getPrivateKeyFromByteBuffer(ByteBuf encodedKeyBuf, String keyPassword) static booleanSslHandler.isEncrypted(ByteBuf buffer) Deprecated.static booleanSslHandler.isEncrypted(ByteBuf buffer, boolean probeSSLv2) Returnstrueif the givenByteBufis encrypted.AbstractSniHandler.lookup(ChannelHandlerContext ctx, ByteBuf clientHello) SslClientHelloHandler.lookup(ChannelHandlerContext ctx, ByteBuf clientHello) Kicks off a lookup for the givenClientHelloand returns aFuturewhich in turn will notify theSslClientHelloHandler.onLookupComplete(ChannelHandlerContext, Future)on completion.(package private) static longOpenSsl.memoryAddress(ByteBuf buf) private static longprivate static voidSslClientHelloHandler.releaseIfNotNull(ByteBuf buffer) private voidSslClientHelloHandler.select(ChannelHandlerContext ctx, ByteBuf clientHello) private static short(package private) static ByteBufSslUtils.toBase64(ByteBufAllocator allocator, ByteBuf src) Same asBase64.encode(ByteBuf, boolean)but allows the use of a customByteBufAllocator.private static ByteBufferSslHandler.toByteBuffer(ByteBuf out, int index, int len) private static intSslUtils.unsignedShortBE(ByteBuf buffer, int offset) (package private) abstract SSLEngineResultSslHandler.SslEngineType.unwrap(SslHandler handler, ByteBuf in, int len, ByteBuf out) private intSslHandler.unwrap(ChannelHandlerContext ctx, ByteBuf packet, int length) Unwraps inbound SSL records.static PemPrivateKeyCreates aPemPrivateKeyfrom rawByteBuf.static PemX509CertificateCreates aPemX509Certificatefrom rawByteBuf.private SSLEngineResultSslHandler.wrap(ByteBufAllocator alloc, SSLEngine engine, ByteBuf in, ByteBuf out) private SSLEngineResultSslHandler.wrapMultiple(ByteBufAllocator alloc, SSLEngine engine, ByteBuf in, ByteBuf out) (package private) static voidFills theByteBufwith zero bytes.(package private) static voidSslUtils.zerooutAndRelease(ByteBuf buffer) Fills theByteBufwith zero bytes and releases it.Constructors in io.netty.handler.ssl with parameters of type ByteBufModifierConstructorDescriptionprivatePemPrivateKey(ByteBuf content) (package private)privatePemX509Certificate(ByteBuf content) -
Uses of ByteBuf in io.netty.handler.ssl.ocsp
Methods in io.netty.handler.ssl.ocsp with parameters of type ByteBufModifier and TypeMethodDescriptionprivate static Promise<org.bouncycastle.cert.ocsp.OCSPResp> OcspClient.query(EventLoop eventLoop, ByteBuf ocspRequest, String host, int port, String path, IoTransport ioTransport, DnsNameResolver dnsNameResolver) Query the OCSP responder for certificate status using HTTP/1.1 -
Uses of ByteBuf in io.netty.handler.stream
Methods in io.netty.handler.stream that return ByteBufModifier and TypeMethodDescriptionChunkedFile.readChunk(ByteBufAllocator allocator) ChunkedFile.readChunk(ChannelHandlerContext ctx) Deprecated.ChunkedNioFile.readChunk(ByteBufAllocator allocator) ChunkedNioFile.readChunk(ChannelHandlerContext ctx) Deprecated.ChunkedNioStream.readChunk(ByteBufAllocator allocator) ChunkedNioStream.readChunk(ChannelHandlerContext ctx) Deprecated.ChunkedStream.readChunk(ByteBufAllocator allocator) ChunkedStream.readChunk(ChannelHandlerContext ctx) Deprecated. -
Uses of ByteBuf in io.netty.resolver.dns
Methods in io.netty.resolver.dns with parameters of type ByteBufModifier and TypeMethodDescription(package private) static StringDnsResolveContext.decodeDomainName(ByteBuf in)