Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.buffer Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
AbstractByteBufA skeletal implementation of a buffer.Classio.netty.bufferNetty
AbstractByteBufAllocatorSkeletal ByteBufAllocator implementation to extend.Classio.netty.bufferNetty
AbstractDerivedByteBufClassio.netty.bufferNetty
AbstractReferenceCountedByteBufAbstract base class for ByteBuf implementations that count references.Classio.netty.bufferNetty
ByteBufA random and sequential accessible sequence of zero or more bytes (octets).Classio.netty.bufferNetty
ByteBufAllocatorInterfaceio.netty.bufferNetty
ByteBufHolderA packet which is send or receive.Interfaceio.netty.bufferNetty
ByteBufInputStreamAn InputStream which reads data from a ByteBuf.Classio.netty.bufferNetty
ByteBufOutputStreamAn OutputStream which writes data to a ByteBuf.Classio.netty.bufferNetty
ByteBufProcessorInterfaceio.netty.bufferNetty
ByteBufUtilA collection of utility methods that is related with handling ByteBuf.Classio.netty.bufferNetty
CompositeByteBufA virtual buffer which shows multiple buffers as a single merged buffer.Classio.netty.bufferNetty
DefaultByteBufHolderDefault implementation of a ByteBufHolder that holds it's data in a ByteBuf.Classio.netty.bufferNetty
DuplicatedByteBufA derived buffer which simply forwards all data access requests to itsparent.Classio.netty.bufferNetty
EmptyByteBufAn empty ByteBuf whose capacity and maximum capacity are all 0.Classio.netty.bufferNetty
PooledByteBufAllocatorClassio.netty.bufferNetty
ReadOnlyByteBufA derived buffer which forbids any write requests to its parent.Classio.netty.bufferNetty
SlicedByteBufA derived buffer which exposes its parent's sub-region only.Classio.netty.bufferNetty
SwappedByteBufWrapper which swap the ByteOrder of a ByteBuf.Classio.netty.bufferNetty
UnpooledCreates a new ByteBuf by allocating new space or by wrappingor copying existing byte arrays, byte buffers and a string.Classio.netty.bufferNetty
UnpooledByteBufAllocatorSimplistic ByteBufAllocator implementation that does not pool anything.Classio.netty.bufferNetty
UnpooledDirectByteBufA NIO ByteBuffer based buffer.Classio.netty.bufferNetty
UnpooledHeapByteBufBig endian Java heap buffer implementation.Classio.netty.bufferNetty
UnpooledUnsafeDirectByteBufA NIO ByteBuffer based buffer.Classio.netty.bufferNetty
WrappedByteBufClassio.netty.bufferNetty