public class SynchronizedCompositeByteBuf extends io.netty.buffer.CompositeByteBuf implements ConcurrentByteBuf
| Constructor and Description |
|---|
SynchronizedCompositeByteBuf(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents) |
SynchronizedCompositeByteBuf(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
io.netty.buffer.ByteBuf... buffers) |
SynchronizedCompositeByteBuf(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
Iterable<io.netty.buffer.ByteBuf> buffers) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.CompositeByteBuf |
addComponent(boolean increaseWriterIndex,
io.netty.buffer.ByteBuf buffer) |
io.netty.buffer.CompositeByteBuf |
addComponent(boolean increaseWriterIndex,
int cIndex,
io.netty.buffer.ByteBuf buffer) |
io.netty.buffer.CompositeByteBuf |
addComponent(io.netty.buffer.ByteBuf buffer) |
io.netty.buffer.CompositeByteBuf |
addComponent(int cIndex,
io.netty.buffer.ByteBuf buffer) |
io.netty.buffer.CompositeByteBuf |
addComponents(boolean increaseWriterIndex,
io.netty.buffer.ByteBuf... buffers) |
io.netty.buffer.CompositeByteBuf |
addComponents(boolean increaseWriterIndex,
Iterable<io.netty.buffer.ByteBuf> buffers) |
io.netty.buffer.CompositeByteBuf |
addComponents(io.netty.buffer.ByteBuf... buffers) |
io.netty.buffer.CompositeByteBuf |
addComponents(int cIndex,
io.netty.buffer.ByteBuf... buffers) |
io.netty.buffer.CompositeByteBuf |
addComponents(int cIndex,
Iterable<io.netty.buffer.ByteBuf> buffers) |
io.netty.buffer.CompositeByteBuf |
addComponents(Iterable<io.netty.buffer.ByteBuf> buffers) |
int |
capacity() |
_getByte, _getInt, _getIntLE, _getLong, _getLongLE, _getShort, _getShortLE, _getUnsignedMedium, _getUnsignedMediumLE, _setByte, _setInt, _setIntLE, _setLong, _setLongLE, _setMedium, _setMediumLE, _setShort, _setShortLE, alloc, array, arrayOffset, capacity, clear, component, componentAtOffset, consolidate, consolidate, copy, deallocate, decompose, discardReadBytes, discardReadComponents, discardSomeReadBytes, ensureWritable, getByte, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, hasArray, hasMemoryAddress, internalComponent, internalComponentAtOffset, internalNioBuffer, isDirect, iterator, markReaderIndex, markWriterIndex, maxNumComponents, memoryAddress, nioBuffer, nioBufferCount, nioBuffers, nioBuffers, numComponents, order, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readerIndex, removeComponent, removeComponents, resetReaderIndex, resetWriterIndex, retain, retain, setBoolean, setByte, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setChar, setDouble, setFloat, setIndex, setInt, setLong, setMedium, setShort, setZero, skipBytes, toByteIndex, toComponentIndex, toString, touch, touch, unwrap, writeBoolean, writeByte, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeMedium, writerIndex, writeShort, writeZerorefCnt, release, release, setRefCntadjustMarkers, asReadOnly, bytesBefore, bytesBefore, bytesBefore, checkDstIndex, checkIndex, checkIndex, checkReadableBytes, checkSrcIndex, compareTo, copy, duplicate, ensureAccessible, ensureWritable, equals, forEachByte, forEachByte, forEachByteDesc, forEachByteDesc, getBoolean, getChar, getCharSequence, getDouble, getFloat, getInt, getIntLE, getLong, getLongLE, getMedium, getMediumLE, getShort, getShortLE, getUnsignedByte, getUnsignedInt, getUnsignedIntLE, getUnsignedMedium, getUnsignedMediumLE, getUnsignedShort, getUnsignedShortLE, hashCode, indexOf, isReadable, isReadable, isReadOnly, isWritable, isWritable, maxCapacity, maxCapacity, maxWritableBytes, newSwappedByteBuf, nioBuffer, order, readableBytes, readBoolean, readByte, readBytes, readBytes, readBytes, readChar, readCharSequence, readDouble, readerIndex, readFloat, readInt, readIntLE, readLong, readLongLE, readMedium, readMediumLE, readRetainedSlice, readShort, readShortLE, readSlice, readUnsignedByte, readUnsignedInt, readUnsignedIntLE, readUnsignedMedium, readUnsignedMediumLE, readUnsignedShort, readUnsignedShortLE, retainedDuplicate, retainedSlice, retainedSlice, setCharSequence, setIntLE, setLongLE, setMediumLE, setShortLE, slice, slice, toString, toString, writableBytes, writeBytes, writeBytes, writeBytes, writeCharSequence, writeIntLE, writeLongLE, writeMediumLE, writerIndex, writeShortLEclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SynchronizedCompositeByteBuf(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
Iterable<io.netty.buffer.ByteBuf> buffers)
public SynchronizedCompositeByteBuf(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents)
public SynchronizedCompositeByteBuf(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
io.netty.buffer.ByteBuf... buffers)
public io.netty.buffer.CompositeByteBuf addComponent(io.netty.buffer.ByteBuf buffer)
addComponent in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponents(io.netty.buffer.ByteBuf... buffers)
addComponents in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponents(Iterable<io.netty.buffer.ByteBuf> buffers)
addComponents in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponent(int cIndex,
io.netty.buffer.ByteBuf buffer)
addComponent in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponent(boolean increaseWriterIndex,
io.netty.buffer.ByteBuf buffer)
addComponent in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponents(boolean increaseWriterIndex,
io.netty.buffer.ByteBuf... buffers)
addComponents in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponents(boolean increaseWriterIndex,
Iterable<io.netty.buffer.ByteBuf> buffers)
addComponents in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponent(boolean increaseWriterIndex,
int cIndex,
io.netty.buffer.ByteBuf buffer)
addComponent in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponents(int cIndex,
io.netty.buffer.ByteBuf... buffers)
addComponents in class io.netty.buffer.CompositeByteBufpublic io.netty.buffer.CompositeByteBuf addComponents(int cIndex,
Iterable<io.netty.buffer.ByteBuf> buffers)
addComponents in class io.netty.buffer.CompositeByteBufpublic int capacity()
capacity in class io.netty.buffer.CompositeByteBufCopyright © 2017 The CLARUS Consortium. All rights reserved.