Allocators
Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.
testDiscardTooLongFrame1() — netty Function Reference
Architecture documentation for the testDiscardTooLongFrame1() function in LengthFieldBasedFrameDecoderTest.java from the netty codebase.
testDiscardTooLongFrame2() — netty Function Reference
Architecture documentation for the testDiscardTooLongFrame2() function in LengthFieldBasedFrameDecoderTest.java from the netty codebase.
testFailFastTooLongFrameRecovery() — netty Function Reference
Architecture documentation for the testFailFastTooLongFrameRecovery() function in LengthFieldBasedFrameDecoderTest.java from the netty codebase.
testFailSlowTooLongFrameRecovery() — netty Function Reference
Architecture documentation for the testFailSlowTooLongFrameRecovery() function in LengthFieldBasedFrameDecoderTest.java from the netty codebase.
encode() — netty Function Reference
Architecture documentation for the encode() function in LengthFieldPrepender.java from the netty codebase.
LengthFieldPrepender() — netty Function Reference
Architecture documentation for the LengthFieldPrepender() function in LengthFieldPrepender.java from the netty codebase.
setUp() — netty Function Reference
Architecture documentation for the setUp() function in LengthFieldPrependerTest.java from the netty codebase.
testAdjustedLengthLessThanZero() — netty Function Reference
Architecture documentation for the testAdjustedLengthLessThanZero() function in LengthFieldPrependerTest.java from the netty codebase.
testPrependAdjustedLength() — netty Function Reference
Architecture documentation for the testPrependAdjustedLength() function in LengthFieldPrependerTest.java from the netty codebase.
testPrependLength() — netty Function Reference
Architecture documentation for the testPrependLength() function in LengthFieldPrependerTest.java from the netty codebase.
testPrependLengthIncludesLengthFieldLength() — netty Function Reference
Architecture documentation for the testPrependLengthIncludesLengthFieldLength() function in LengthFieldPrependerTest.java from the netty codebase.
testPrependLengthInLittleEndian() — netty Function Reference
Architecture documentation for the testPrependLengthInLittleEndian() function in LengthFieldPrependerTest.java from the netty codebase.
available() — netty Function Reference
Architecture documentation for the available() function in LimitingByteInput.java from the netty codebase.
close() — netty Function Reference
Architecture documentation for the close() function in LimitingByteInput.java from the netty codebase.
LimitingByteInput() — netty Function Reference
Architecture documentation for the LimitingByteInput() function in LimitingByteInput.java from the netty codebase.
read() — netty Function Reference
Architecture documentation for the read() function in LimitingByteInput.java from the netty codebase.
readable() — netty Function Reference
Architecture documentation for the readable() function in LimitingByteInput.java from the netty codebase.
skip() — netty Function Reference
Architecture documentation for the skip() function in LimitingByteInput.java from the netty codebase.
decode() — netty Function Reference
Architecture documentation for the decode() function in LineBasedFrameDecoder.java from the netty codebase.
fail() — netty Function Reference
Architecture documentation for the fail() function in LineBasedFrameDecoder.java from the netty codebase.
findEndOfLine() — netty Function Reference
Architecture documentation for the findEndOfLine() function in LineBasedFrameDecoder.java from the netty codebase.
LineBasedFrameDecoder() — netty Function Reference
Architecture documentation for the LineBasedFrameDecoder() function in LineBasedFrameDecoder.java from the netty codebase.
Object() — netty Function Reference
Architecture documentation for the Object() function in LineBasedFrameDecoder.java from the netty codebase.
testDecodeSplitsCorrectly() — netty Function Reference
Architecture documentation for the testDecodeSplitsCorrectly() function in LineBasedFrameDecoderTest.java from the netty codebase.
testDecodeWithoutStrip() — netty Function Reference
Architecture documentation for the testDecodeWithoutStrip() function in LineBasedFrameDecoderTest.java from the netty codebase.
testDecodeWithStrip() — netty Function Reference
Architecture documentation for the testDecodeWithStrip() function in LineBasedFrameDecoderTest.java from the netty codebase.
testEmptyLine() — netty Function Reference
Architecture documentation for the testEmptyLine() function in LineBasedFrameDecoderTest.java from the netty codebase.
testFragmentedDecode() — netty Function Reference
Architecture documentation for the testFragmentedDecode() function in LineBasedFrameDecoderTest.java from the netty codebase.
testNotFailFast() — netty Function Reference
Architecture documentation for the testNotFailFast() function in LineBasedFrameDecoderTest.java from the netty codebase.
testTooLongLine1() — netty Function Reference
Architecture documentation for the testTooLongLine1() function in LineBasedFrameDecoderTest.java from the netty codebase.
testTooLongLine2() — netty Function Reference
Architecture documentation for the testTooLongLine2() function in LineBasedFrameDecoderTest.java from the netty codebase.
testTooLongLineWithFailFast() — netty Function Reference
Architecture documentation for the testTooLongLineWithFailFast() function in LineBasedFrameDecoderTest.java from the netty codebase.
testEncode() — netty Function Reference
Architecture documentation for the testEncode() function in LineEncoderTest.java from the netty codebase.
testLineEncode() — netty Function Reference
Architecture documentation for the testLineEncode() function in LineEncoderTest.java from the netty codebase.
LittleEndianCompositeByteBufTest() — netty Function Reference
Architecture documentation for the LittleEndianCompositeByteBufTest() function in LittleEndianCompositeByteBufTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in LittleEndianDirectByteBufTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in LittleEndianHeapByteBufTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in LittleEndianUnsafeDirectByteBufTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in LittleEndianUnsafeNoCleanerDirectByteBufTest.java from the netty codebase.
releaseInboundBuffers() — netty Function Reference
Architecture documentation for the releaseInboundBuffers() function in LocalChannel.java from the netty codebase.
ChannelReadHandler() — netty Function Reference
Architecture documentation for the ChannelReadHandler() function in LocalChannelTest.java from the netty codebase.
testNotLeakBuffersWhenCloseByRemotePeer() — netty Function Reference
Architecture documentation for the testNotLeakBuffersWhenCloseByRemotePeer() function in LocalChannelTest.java from the netty codebase.
testWriteWhilePeerIsClosedReleaseObjectAndFailPromise() — netty Function Reference
Architecture documentation for the testWriteWhilePeerIsClosedReleaseObjectAndFailPromise() function in LocalChannelTest.java from the netty codebase.
writeAndFlushReadOnSuccess() — netty Function Reference
Architecture documentation for the writeAndFlushReadOnSuccess() function in LocalChannelTest.java from the netty codebase.
IoHandlerFactory() — netty Function Reference
Architecture documentation for the IoHandlerFactory() function in LocalIoHandler.java from the netty codebase.
LocalIoHandler() — netty Function Reference
Architecture documentation for the LocalIoHandler() function in LocalIoHandler.java from the netty codebase.
handlerRemoved() — netty Function Reference
Architecture documentation for the handlerRemoved() function in LocalTransportThreadModelTest.java from the netty codebase.
LocalHandler() — netty Function Reference
Architecture documentation for the LocalHandler() function in LocalTransportThreadModelTest2.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