Allocators
Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.
testSharable2() — netty Function Reference
Architecture documentation for the testSharable2() function in ByteToMessageCodecTest.java from the netty codebase.
actualReadableBytes() — netty Function Reference
Architecture documentation for the actualReadableBytes() function in ByteToMessageDecoder.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in ByteToMessageDecoder.java from the netty codebase.
ByteToMessageDecoder() — netty Function Reference
Architecture documentation for the ByteToMessageDecoder() function in ByteToMessageDecoder.java from the netty codebase.
callDecode() — netty Function Reference
Architecture documentation for the callDecode() function in ByteToMessageDecoder.java from the netty codebase.
channelInactive() — netty Function Reference
Architecture documentation for the channelInactive() function in ByteToMessageDecoder.java from the netty codebase.
channelInputClosed() — netty Function Reference
Architecture documentation for the channelInputClosed() function in ByteToMessageDecoder.java from the netty codebase.
channelRead() — netty Function Reference
Architecture documentation for the channelRead() function in ByteToMessageDecoder.java from the netty codebase.
channelReadComplete() — netty Function Reference
Architecture documentation for the channelReadComplete() function in ByteToMessageDecoder.java from the netty codebase.
decode() — netty Function Reference
Architecture documentation for the decode() function in ByteToMessageDecoder.java from the netty codebase.
decodeLast() — netty Function Reference
Architecture documentation for the decodeLast() function in ByteToMessageDecoder.java from the netty codebase.
decodeRemovalReentryProtection() — netty Function Reference
Architecture documentation for the decodeRemovalReentryProtection() function in ByteToMessageDecoder.java from the netty codebase.
discardSomeReadBytes() — netty Function Reference
Architecture documentation for the discardSomeReadBytes() function in ByteToMessageDecoder.java from the netty codebase.
fireChannelRead() — netty Function Reference
Architecture documentation for the fireChannelRead() function in ByteToMessageDecoder.java from the netty codebase.
handlerRemoved() — netty Function Reference
Architecture documentation for the handlerRemoved() function in ByteToMessageDecoder.java from the netty codebase.
handlerRemoved0() — netty Function Reference
Architecture documentation for the handlerRemoved0() function in ByteToMessageDecoder.java from the netty codebase.
isSingleDecode() — netty Function Reference
Architecture documentation for the isSingleDecode() function in ByteToMessageDecoder.java from the netty codebase.
setCumulator() — netty Function Reference
Architecture documentation for the setCumulator() function in ByteToMessageDecoder.java from the netty codebase.
setDiscardAfterReads() — netty Function Reference
Architecture documentation for the setDiscardAfterReads() function in ByteToMessageDecoder.java from the netty codebase.
setSingleDecode() — netty Function Reference
Architecture documentation for the setSingleDecode() function in ByteToMessageDecoder.java from the netty codebase.
userEventTriggered() — netty Function Reference
Architecture documentation for the userEventTriggered() function in ByteToMessageDecoder.java from the netty codebase.
assertBuffer() — netty Function Reference
Architecture documentation for the assertBuffer() function in ByteToMessageDecoderTest.java from the netty codebase.
assertCumulationReleased() — netty Function Reference
Architecture documentation for the assertCumulationReleased() function in ByteToMessageDecoderTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in ByteToMessageDecoderTest.java from the netty codebase.
EmbeddedChannel() — netty Function Reference
Architecture documentation for the EmbeddedChannel() function in ByteToMessageDecoderTest.java from the netty codebase.
Error() — netty Function Reference
Architecture documentation for the Error() function in ByteToMessageDecoderTest.java from the netty codebase.
handlerRemovedWillNotReleaseBufferIfDecodeInProgress() — netty Function Reference
Architecture documentation for the handlerRemovedWillNotReleaseBufferIfDecodeInProgress() function in ByteToMessageDecoderTest.java from the netty codebase.
read() — netty Function Reference
Architecture documentation for the read() function in ByteToMessageDecoderTest.java from the netty codebase.
reentrantReadSafety() — netty Function Reference
Architecture documentation for the reentrantReadSafety() function in ByteToMessageDecoderTest.java from the netty codebase.
reentrantReadThenRemoveSafety() — netty Function Reference
Architecture documentation for the reentrantReadThenRemoveSafety() function in ByteToMessageDecoderTest.java from the netty codebase.
releaseWhenCompositeCumulateThrows() — netty Function Reference
Architecture documentation for the releaseWhenCompositeCumulateThrows() function in ByteToMessageDecoderTest.java from the netty codebase.
releaseWhenMergeCumulateThrows() — netty Function Reference
Architecture documentation for the releaseWhenMergeCumulateThrows() function in ByteToMessageDecoderTest.java from the netty codebase.
releaseWhenMergeCumulateThrowsInExpand() — netty Function Reference
Architecture documentation for the releaseWhenMergeCumulateThrowsInExpand() function in ByteToMessageDecoderTest.java from the netty codebase.
testDecodeLast() — netty Function Reference
Architecture documentation for the testDecodeLast() function in ByteToMessageDecoderTest.java from the netty codebase.
testDecodeLastEmptyBuffer() — netty Function Reference
Architecture documentation for the testDecodeLastEmptyBuffer() function in ByteToMessageDecoderTest.java from the netty codebase.
testDecodeLastNonEmptyBuffer() — netty Function Reference
Architecture documentation for the testDecodeLastNonEmptyBuffer() function in ByteToMessageDecoderTest.java from the netty codebase.
testDisorder() — netty Function Reference
Architecture documentation for the testDisorder() function in ByteToMessageDecoderTest.java from the netty codebase.
testDoesNotOverRead() — netty Function Reference
Architecture documentation for the testDoesNotOverRead() function in ByteToMessageDecoderTest.java from the netty codebase.
testDoesNotOverReadOnChannelReadComplete() — netty Function Reference
Architecture documentation for the testDoesNotOverReadOnChannelReadComplete() function in ByteToMessageDecoderTest.java from the netty codebase.
testFireChannelReadCompleteOnInactive() — netty Function Reference
Architecture documentation for the testFireChannelReadCompleteOnInactive() function in ByteToMessageDecoderTest.java from the netty codebase.
testInternalBufferClearReadAll() — netty Function Reference
Architecture documentation for the testInternalBufferClearReadAll() function in ByteToMessageDecoderTest.java from the netty codebase.
testInternalBufferClearReadPartly() — netty Function Reference
Architecture documentation for the testInternalBufferClearReadPartly() function in ByteToMessageDecoderTest.java from the netty codebase.
testReadOnlyBuffer() — netty Function Reference
Architecture documentation for the testReadOnlyBuffer() function in ByteToMessageDecoderTest.java from the netty codebase.
testRemoveItself() — netty Function Reference
Architecture documentation for the testRemoveItself() function in ByteToMessageDecoderTest.java from the netty codebase.
testRemoveItselfWriteBuffer() — netty Function Reference
Architecture documentation for the testRemoveItselfWriteBuffer() function in ByteToMessageDecoderTest.java from the netty codebase.
testRemoveWhileInCallDecode() — netty Function Reference
Architecture documentation for the testRemoveWhileInCallDecode() function in ByteToMessageDecoderTest.java from the netty codebase.
testReusedBuffer() — netty Function Reference
Architecture documentation for the testReusedBuffer() function in ByteToMessageDecoderTest.java from the netty codebase.
testReuseInputBufferJustLargeEnoughToContainMessage_CompositeCumulator() — netty Function Reference
Architecture documentation for the testReuseInputBufferJustLargeEnoughToContainMessage_CompositeCumulator() function in ByteToMessageDecoderTest.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