Search Java Classes and Packages
Search Java Frameworks and Libraries
#Io.netty.buffer Classes and Interfaces - 25 results found.
| Name | Description | Type | Package | Framework |
| AbstractByteBuf | A skeletal implementation of a buffer. | Class | io.netty.buffer | Netty |
|
| AbstractByteBufAllocator | Skeletal ByteBufAllocator implementation to extend. | Class | io.netty.buffer | Netty |
|
| AbstractDerivedByteBuf | | Class | io.netty.buffer | Netty |
|
| AbstractReferenceCountedByteBuf | Abstract base class for ByteBuf implementations that count references. | Class | io.netty.buffer | Netty |
|
| ByteBuf | A random and sequential accessible sequence of zero or more bytes (octets). | Class | io.netty.buffer | Netty |
|
| ByteBufAllocator | | Interface | io.netty.buffer | Netty |
|
| ByteBufHolder | A packet which is send or receive. | Interface | io.netty.buffer | Netty |
|
| ByteBufInputStream | An InputStream which reads data from a ByteBuf. | Class | io.netty.buffer | Netty |
|
| ByteBufOutputStream | An OutputStream which writes data to a ByteBuf. | Class | io.netty.buffer | Netty |
|
| ByteBufProcessor | | Interface | io.netty.buffer | Netty |
|
| ByteBufUtil | A collection of utility methods that is related with handling ByteBuf. | Class | io.netty.buffer | Netty |
|
| CompositeByteBuf | A virtual buffer which shows multiple buffers as a single merged buffer. | Class | io.netty.buffer | Netty |
|
| DefaultByteBufHolder | Default implementation of a ByteBufHolder that holds it's data in a ByteBuf. | Class | io.netty.buffer | Netty |
|
| DuplicatedByteBuf | A derived buffer which simply forwards all data access requests to itsparent. | Class | io.netty.buffer | Netty |
|
| EmptyByteBuf | An empty ByteBuf whose capacity and maximum capacity are all 0. | Class | io.netty.buffer | Netty |
|
| PooledByteBufAllocator | | Class | io.netty.buffer | Netty |
|
| ReadOnlyByteBuf | A derived buffer which forbids any write requests to its parent. | Class | io.netty.buffer | Netty |
|
| SlicedByteBuf | A derived buffer which exposes its parent's sub-region only. | Class | io.netty.buffer | Netty |
|
| SwappedByteBuf | Wrapper which swap the ByteOrder of a ByteBuf. | Class | io.netty.buffer | Netty |
|
| Unpooled | Creates a new ByteBuf by allocating new space or by wrappingor copying existing byte arrays, byte buffers and a string. | Class | io.netty.buffer | Netty |
|
| UnpooledByteBufAllocator | Simplistic ByteBufAllocator implementation that does not pool anything. | Class | io.netty.buffer | Netty |
|
| UnpooledDirectByteBuf | A NIO ByteBuffer based buffer. | Class | io.netty.buffer | Netty |
|
| UnpooledHeapByteBuf | Big endian Java heap buffer implementation. | Class | io.netty.buffer | Netty |
|
| UnpooledUnsafeDirectByteBuf | A NIO ByteBuffer based buffer. | Class | io.netty.buffer | Netty |
|
| WrappedByteBuf | | Class | io.netty.buffer | Netty |