Allocators
Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.
keyLength() — netty Function Reference
Architecture documentation for the keyLength() function in AbstractBinaryMemcacheMessage.java from the netty codebase.
magic() — netty Function Reference
Architecture documentation for the magic() function in AbstractBinaryMemcacheMessage.java from the netty codebase.
opaque() — netty Function Reference
Architecture documentation for the opaque() function in AbstractBinaryMemcacheMessage.java from the netty codebase.
opcode() — netty Function Reference
Architecture documentation for the opcode() function in AbstractBinaryMemcacheMessage.java from the netty codebase.
totalBodyLength() — netty Function Reference
Architecture documentation for the totalBodyLength() function in AbstractBinaryMemcacheMessage.java from the netty codebase.
ChannelHandler() — netty Function Reference
Architecture documentation for the ChannelHandler() function in AbstractBootstrap.java from the netty codebase.
ChannelHandler() — netty Function Reference
Architecture documentation for the ChannelHandler() function in AbstractBootstrapConfig.java from the netty codebase.
AbstractByteBuf() — netty Function Reference
Architecture documentation for the AbstractByteBuf() function in AbstractByteBuf.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in AbstractByteBuf.java from the netty codebase.
ByteBuffer() — netty Function Reference
Architecture documentation for the ByteBuffer() function in AbstractByteBuf.java from the netty codebase.
_getByte() — netty Function Reference
Architecture documentation for the _getByte() function in AbstractByteBuf.java from the netty codebase.
getByte() — netty Function Reference
Architecture documentation for the getByte() function in AbstractByteBuf.java from the netty codebase.
getUnsignedByte() — netty Function Reference
Architecture documentation for the getUnsignedByte() function in AbstractByteBuf.java from the netty codebase.
indexOf() — netty Function Reference
Architecture documentation for the indexOf() function in AbstractByteBuf.java from the netty codebase.
isOutOfBoundsTrustedCapacity() — netty Function Reference
Architecture documentation for the isOutOfBoundsTrustedCapacity() function in AbstractByteBuf.java from the netty codebase.
_memoryAddress() — netty Function Reference
Architecture documentation for the _memoryAddress() function in AbstractByteBuf.java from the netty codebase.
nioBuffers() — netty Function Reference
Architecture documentation for the nioBuffers() function in AbstractByteBuf.java from the netty codebase.
readByte() — netty Function Reference
Architecture documentation for the readByte() function in AbstractByteBuf.java from the netty codebase.
readUnsignedByte() — netty Function Reference
Architecture documentation for the readUnsignedByte() function in AbstractByteBuf.java from the netty codebase.
_setByte() — netty Function Reference
Architecture documentation for the _setByte() function in AbstractByteBuf.java from the netty codebase.
SwappedByteBuf() — netty Function Reference
Architecture documentation for the SwappedByteBuf() function in AbstractByteBuf.java from the netty codebase.
AbstractByteBufAllocator() — netty Function Reference
Architecture documentation for the AbstractByteBufAllocator() function in AbstractByteBufAllocator.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in AbstractByteBufAllocator.java from the netty codebase.
CompositeByteBuf() — netty Function Reference
Architecture documentation for the CompositeByteBuf() function in AbstractByteBufAllocator.java from the netty codebase.
assertInstanceOf() — netty Function Reference
Architecture documentation for the assertInstanceOf() function in AbstractByteBufAllocatorTest.java from the netty codebase.
directBuffersMustHaveMemoryAddress() — netty Function Reference
Architecture documentation for the directBuffersMustHaveMemoryAddress() function in AbstractByteBufAllocatorTest.java from the netty codebase.
expectedUsedMemory() — netty Function Reference
Architecture documentation for the expectedUsedMemory() function in AbstractByteBufAllocatorTest.java from the netty codebase.
expectedUsedMemoryAfterRelease() — netty Function Reference
Architecture documentation for the expectedUsedMemoryAfterRelease() function in AbstractByteBufAllocatorTest.java from the netty codebase.
testUnsafeHeapBufferAndUnsafeDirectBuffer() — netty Function Reference
Architecture documentation for the testUnsafeHeapBufferAndUnsafeDirectBuffer() function in AbstractByteBufAllocatorTest.java from the netty codebase.
testUsedDirectMemory() — netty Function Reference
Architecture documentation for the testUsedDirectMemory() function in AbstractByteBufAllocatorTest.java from the netty codebase.
testUsedDirectMemoryHuge() — netty Function Reference
Architecture documentation for the testUsedDirectMemoryHuge() function in AbstractByteBufAllocatorTest.java from the netty codebase.
testUsedHeapMemory() — netty Function Reference
Architecture documentation for the testUsedHeapMemory() function in AbstractByteBufAllocatorTest.java from the netty codebase.
testUsedHeapMemoryHuge() — netty Function Reference
Architecture documentation for the testUsedHeapMemoryHuge() function in AbstractByteBufAllocatorTest.java from the netty codebase.
assertReadyOnlyNioBuffers() — netty Function Reference
Architecture documentation for the assertReadyOnlyNioBuffers() function in AbstractByteBufTest.java from the netty codebase.
assertReadyOnlyNioBuffersWithPositionLength() — netty Function Reference
Architecture documentation for the assertReadyOnlyNioBuffersWithPositionLength() function in AbstractByteBufTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in AbstractByteBufTest.java from the netty codebase.
explicitLittleEndianReadMethodsMustAlwaysUseLittleEndianByteOrder() — netty Function Reference
Architecture documentation for the explicitLittleEndianReadMethodsMustAlwaysUseLittleEndianByteOrder() function in AbstractByteBufTest.java from the netty codebase.
explicitLittleEndianWriteMethodsMustAlwaysUseLittleEndianByteOrder() — netty Function Reference
Architecture documentation for the explicitLittleEndianWriteMethodsMustAlwaysUseLittleEndianByteOrder() function in AbstractByteBufTest.java from the netty codebase.
getByteArrayBoundaryCheck1() — netty Function Reference
Architecture documentation for the getByteArrayBoundaryCheck1() function in AbstractByteBufTest.java from the netty codebase.
getByteArrayBoundaryCheck2() — netty Function Reference
Architecture documentation for the getByteArrayBoundaryCheck2() function in AbstractByteBufTest.java from the netty codebase.
getByteArrayBoundaryCheck3() — netty Function Reference
Architecture documentation for the getByteArrayBoundaryCheck3() function in AbstractByteBufTest.java from the netty codebase.
getByteArrayBoundaryCheck4() — netty Function Reference
Architecture documentation for the getByteArrayBoundaryCheck4() function in AbstractByteBufTest.java from the netty codebase.
getByteBoundaryCheck1() — netty Function Reference
Architecture documentation for the getByteBoundaryCheck1() function in AbstractByteBufTest.java from the netty codebase.
getByteBoundaryCheck2() — netty Function Reference
Architecture documentation for the getByteBoundaryCheck2() function in AbstractByteBufTest.java from the netty codebase.
getByteBufferBoundaryCheck() — netty Function Reference
Architecture documentation for the getByteBufferBoundaryCheck() function in AbstractByteBufTest.java from the netty codebase.
getByteBufferState() — netty Function Reference
Architecture documentation for the getByteBufferState() function in AbstractByteBufTest.java from the netty codebase.
getDirectByteBufferBoundaryCheck() — netty Function Reference
Architecture documentation for the getDirectByteBufferBoundaryCheck() function in AbstractByteBufTest.java from the netty codebase.
getDirectByteBufferState() — netty Function Reference
Architecture documentation for the getDirectByteBufferState() function in AbstractByteBufTest.java from the netty codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free