Uses of Class
io.netty.buffer.AbstractByteBuf
-
Packages that use AbstractByteBuf Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of AbstractByteBuf in io.netty.buffer
Subclasses of AbstractByteBuf in io.netty.buffer Modifier and Type Class Description classAbstractDerivedByteBufDeprecated.Do not use.(package private) classAbstractPooledDerivedByteBufAbstract base class for derivedByteBufimplementations.private static classAbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBufprivate static classAbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBufclassAbstractReferenceCountedByteBufAbstract base class forByteBufimplementations that count references.(package private) classAbstractUnpooledSlicedByteBuf(package private) classAdvancedLeakAwareCompositeByteBuf(package private) static classByteBufUtil.ThreadLocalDirectByteBuf(package private) static classByteBufUtil.ThreadLocalUnsafeDirectByteBufclassCompositeByteBufA virtual buffer which shows multiple buffers as a single merged buffer.classDuplicatedByteBufDeprecated.Do not use.(package private) classFixedCompositeByteBuf(package private) classPooledByteBuf<T>(package private) classPooledDirectByteBuf(package private) classPooledDuplicatedByteBuf(package private) classPooledHeapByteBuf(package private) classPooledSlicedByteBuf(package private) classPooledUnsafeDirectByteBuf(package private) classPooledUnsafeHeapByteBufclassReadOnlyByteBufDeprecated.Do not use.(package private) classReadOnlyByteBufferBufRead-only ByteBuf which wraps a read-only ByteBuffer.(package private) classReadOnlyUnsafeDirectByteBufRead-only ByteBuf which wraps a read-only direct ByteBuffer and use unsafe for best performance.(package private) classSimpleLeakAwareCompositeByteBufclassSlicedByteBufDeprecated.Do not use.private static classUnpooledByteBufAllocator.InstrumentedUnpooledDirectByteBufprivate static classUnpooledByteBufAllocator.InstrumentedUnpooledHeapByteBufprivate static classUnpooledByteBufAllocator.InstrumentedUnpooledUnsafeDirectByteBufprivate static classUnpooledByteBufAllocator.InstrumentedUnpooledUnsafeHeapByteBufprivate static classUnpooledByteBufAllocator.InstrumentedUnpooledUnsafeNoCleanerDirectByteBufclassUnpooledDirectByteBufA NIOByteBufferbased buffer.(package private) classUnpooledDuplicatedByteBufDuplicatedByteBufimplementation that can do optimizations because it knows the duplicated buffer is of typeAbstractByteBuf.classUnpooledHeapByteBufBig endian Java heap buffer implementation.(package private) classUnpooledSlicedByteBufA specialAbstractUnpooledSlicedByteBufthat can make optimizations because it knows the sliced buffer is of typeAbstractByteBuf.classUnpooledUnsafeDirectByteBufA NIOByteBufferbased buffer.classUnpooledUnsafeHeapByteBufBig endian Java heap buffer implementation.(package private) classUnpooledUnsafeNoCleanerDirectByteBuf(package private) classWrappedCompositeByteBuf(package private) classWrappedUnpooledUnsafeDirectByteBufFields in io.netty.buffer declared as AbstractByteBuf Modifier and Type Field Description private AbstractByteBufAbstractPooledDerivedByteBuf. rootParentprivate AbstractByteBufAbstractUnsafeSwappedByteBuf. wrappedMethods in io.netty.buffer that return AbstractByteBuf Modifier and Type Method Description AbstractByteBufAbstractPooledDerivedByteBuf. unwrap()AbstractByteBufUnpooledDuplicatedByteBuf. unwrap()AbstractByteBufUnpooledSlicedByteBuf. unwrap()Methods in io.netty.buffer with parameters of type AbstractByteBuf Modifier and Type Method Description protected abstract intAbstractUnsafeSwappedByteBuf. _getInt(AbstractByteBuf wrapped, int index)protected intUnsafeDirectSwappedByteBuf. _getInt(AbstractByteBuf wrapped, int index)protected intUnsafeHeapSwappedByteBuf. _getInt(AbstractByteBuf wrapped, int index)protected abstract longAbstractUnsafeSwappedByteBuf. _getLong(AbstractByteBuf wrapped, int index)protected longUnsafeDirectSwappedByteBuf. _getLong(AbstractByteBuf wrapped, int index)protected longUnsafeHeapSwappedByteBuf. _getLong(AbstractByteBuf wrapped, int index)protected abstract shortAbstractUnsafeSwappedByteBuf. _getShort(AbstractByteBuf wrapped, int index)protected shortUnsafeDirectSwappedByteBuf. _getShort(AbstractByteBuf wrapped, int index)protected shortUnsafeHeapSwappedByteBuf. _getShort(AbstractByteBuf wrapped, int index)protected abstract voidAbstractUnsafeSwappedByteBuf. _setInt(AbstractByteBuf wrapped, int index, int value)protected voidUnsafeDirectSwappedByteBuf. _setInt(AbstractByteBuf wrapped, int index, int value)protected voidUnsafeHeapSwappedByteBuf. _setInt(AbstractByteBuf wrapped, int index, int value)protected abstract voidAbstractUnsafeSwappedByteBuf. _setLong(AbstractByteBuf wrapped, int index, long value)protected voidUnsafeDirectSwappedByteBuf. _setLong(AbstractByteBuf wrapped, int index, long value)protected voidUnsafeHeapSwappedByteBuf. _setLong(AbstractByteBuf wrapped, int index, long value)protected abstract voidAbstractUnsafeSwappedByteBuf. _setShort(AbstractByteBuf wrapped, int index, short value)protected voidUnsafeDirectSwappedByteBuf. _setShort(AbstractByteBuf wrapped, int index, short value)protected voidUnsafeHeapSwappedByteBuf. _setShort(AbstractByteBuf wrapped, int index, short value)private static longUnsafeDirectSwappedByteBuf. addr(AbstractByteBuf wrapped, int index)(package private) static ByteBufUnsafeByteBufUtil. copy(AbstractByteBuf buf, long addr, int index, int length)(package private) static voidUnsafeByteBufUtil. getBytes(AbstractByteBuf buf, long addr, int index, byte[] dst, int dstIndex, int length)(package private) static voidUnsafeByteBufUtil. getBytes(AbstractByteBuf buf, long addr, int index, ByteBuf dst, int dstIndex, int length)(package private) static voidUnsafeByteBufUtil. getBytes(AbstractByteBuf buf, long addr, int index, java.io.OutputStream out, int length)(package private) static voidUnsafeByteBufUtil. getBytes(AbstractByteBuf buf, long addr, int index, java.nio.ByteBuffer dst)(package private) <U extends AbstractPooledDerivedByteBuf>
UAbstractPooledDerivedByteBuf. init(AbstractByteBuf unwrapped, ByteBuf wrapped, int readerIndex, int writerIndex, int maxCapacity)(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)(package private) static voidUnsafeByteBufUtil. setBytes(AbstractByteBuf buf, long addr, int index, byte[] src, int srcIndex, int length)(package private) static voidUnsafeByteBufUtil. setBytes(AbstractByteBuf buf, long addr, int index, ByteBuf src, int srcIndex, int length)(package private) static intUnsafeByteBufUtil. setBytes(AbstractByteBuf buf, long addr, int index, java.io.InputStream in, int length)(package private) static voidUnsafeByteBufUtil. setBytes(AbstractByteBuf buf, long addr, int index, java.nio.ByteBuffer src)private static voidUnsafeByteBufUtil. setSingleBytes(AbstractByteBuf buf, long addr, int index, java.nio.ByteBuffer src, int length)(package private) static intByteBufUtil. writeAscii(AbstractByteBuf buffer, int writerIndex, java.lang.CharSequence seq, int len)(package private) static intByteBufUtil. writeUtf8(AbstractByteBuf buffer, int writerIndex, java.lang.CharSequence seq, int len)(package private) static intByteBufUtil. writeUtf8(AbstractByteBuf buffer, int writerIndex, java.lang.CharSequence seq, int start, int end)private static intByteBufUtil. writeUtf8Surrogate(AbstractByteBuf buffer, int writerIndex, char c, char c2)Constructors in io.netty.buffer with parameters of type AbstractByteBuf Constructor Description AbstractUnsafeSwappedByteBuf(AbstractByteBuf buf)PooledNonRetainedDuplicateByteBuf(ReferenceCounted referenceCountDelegate, AbstractByteBuf buffer)PooledNonRetainedSlicedByteBuf(ReferenceCounted referenceCountDelegate, AbstractByteBuf buffer, int index, int length)UnpooledDuplicatedByteBuf(AbstractByteBuf buffer)UnpooledSlicedByteBuf(AbstractByteBuf buffer, int index, int length)UnsafeDirectSwappedByteBuf(AbstractByteBuf buf)UnsafeHeapSwappedByteBuf(AbstractByteBuf buf)
-