Allocators
Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.
encode() — netty Function Reference
Architecture documentation for the encode() function in JdkZlibEncoder.java from the netty codebase.
encodeSome() — netty Function Reference
Architecture documentation for the encodeSome() function in JdkZlibEncoder.java from the netty codebase.
handlerAdded() — netty Function Reference
Architecture documentation for the handlerAdded() function in JdkZlibEncoder.java from the netty codebase.
isClosed() — netty Function Reference
Architecture documentation for the isClosed() function in JdkZlibEncoder.java from the netty codebase.
JdkZlibEncoder() — netty Function Reference
Architecture documentation for the JdkZlibEncoder() function in JdkZlibEncoder.java from the netty codebase.
EmbeddedChannel() — netty Function Reference
Architecture documentation for the EmbeddedChannel() function in JdkZlibIntegrationTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in JdkZlibTest.java from the netty codebase.
gzipCompress() — netty Function Reference
Architecture documentation for the gzipCompress() function in JdkZlibTest.java from the netty codebase.
isDirectBufferPooled() — netty Function Reference
Architecture documentation for the isDirectBufferPooled() function in JdkZlibTest.java from the netty codebase.
LimitedByteBufAllocator() — netty Function Reference
Architecture documentation for the LimitedByteBufAllocator() function in JdkZlibTest.java from the netty codebase.
testAllowDefaultCompression() — netty Function Reference
Architecture documentation for the testAllowDefaultCompression() function in JdkZlibTest.java from the netty codebase.
testConcatenatedStreamsReadFirstOnly() — netty Function Reference
Architecture documentation for the testConcatenatedStreamsReadFirstOnly() function in JdkZlibTest.java from the netty codebase.
testConcatenatedStreamsReadFully() — netty Function Reference
Architecture documentation for the testConcatenatedStreamsReadFully() function in JdkZlibTest.java from the netty codebase.
testConcatenatedStreamsReadFullyWhenFragmented() — netty Function Reference
Architecture documentation for the testConcatenatedStreamsReadFullyWhenFragmented() function in JdkZlibTest.java from the netty codebase.
testDecodeWithHeaderFollowingFooter() — netty Function Reference
Architecture documentation for the testDecodeWithHeaderFollowingFooter() function in JdkZlibTest.java from the netty codebase.
testFragmentedGzipStreamStillYieldsCorrectContent() — netty Function Reference
Architecture documentation for the testFragmentedGzipStreamStillYieldsCorrectContent() function in JdkZlibTest.java from the netty codebase.
testGzipFooterCrcMismatchThrows() — netty Function Reference
Architecture documentation for the testGzipFooterCrcMismatchThrows() function in JdkZlibTest.java from the netty codebase.
testGzipFooterISizeMismatchThrows() — netty Function Reference
Architecture documentation for the testGzipFooterISizeMismatchThrows() function in JdkZlibTest.java from the netty codebase.
testGzipFooterValidationSuccess() — netty Function Reference
Architecture documentation for the testGzipFooterValidationSuccess() function in JdkZlibTest.java from the netty codebase.
testLargeEncode() — netty Function Reference
Architecture documentation for the testLargeEncode() function in JdkZlibTest.java from the netty codebase.
testMultipleConcatenatedGzipMessagesDecompressedIndividually() — netty Function Reference
Architecture documentation for the testMultipleConcatenatedGzipMessagesDecompressedIndividually() function in JdkZlibTest.java from the netty codebase.
testRoundTripCompressionGzipContentMatch() — netty Function Reference
Architecture documentation for the testRoundTripCompressionGzipContentMatch() function in JdkZlibTest.java from the netty codebase.
testZLIB_OR_NONE3() — netty Function Reference
Architecture documentation for the testZLIB_OR_NONE3() function in JdkZlibTest.java from the netty codebase.
ZlibDecoder() — netty Function Reference
Architecture documentation for the ZlibDecoder() function in JdkZlibTest.java from the netty codebase.
ZlibEncoder() — netty Function Reference
Architecture documentation for the ZlibEncoder() function in JdkZlibTest.java from the netty codebase.
doTestStreamJsonArrayOverMultipleWrites() — netty Function Reference
Architecture documentation for the doTestStreamJsonArrayOverMultipleWrites() function in JsonObjectDecoderTest.java from the netty codebase.
testBackslashInString1() — netty Function Reference
Architecture documentation for the testBackslashInString1() function in JsonObjectDecoderTest.java from the netty codebase.
testBackslashInString2() — netty Function Reference
Architecture documentation for the testBackslashInString2() function in JsonObjectDecoderTest.java from the netty codebase.
testBackslashInString3() — netty Function Reference
Architecture documentation for the testBackslashInString3() function in JsonObjectDecoderTest.java from the netty codebase.
testCorruptedFrameException() — netty Function Reference
Architecture documentation for the testCorruptedFrameException() function in JsonObjectDecoderTest.java from the netty codebase.
testJsonArrayOverMultipleWrites() — netty Function Reference
Architecture documentation for the testJsonArrayOverMultipleWrites() function in JsonObjectDecoderTest.java from the netty codebase.
testJsonObjectOverMultipleWrites() — netty Function Reference
Architecture documentation for the testJsonObjectOverMultipleWrites() function in JsonObjectDecoderTest.java from the netty codebase.
testMaxObjectLength() — netty Function Reference
Architecture documentation for the testMaxObjectLength() function in JsonObjectDecoderTest.java from the netty codebase.
testMultipleJsonObjectsInOneWrite() — netty Function Reference
Architecture documentation for the testMultipleJsonObjectsInOneWrite() function in JsonObjectDecoderTest.java from the netty codebase.
testMultipleJsonObjectsOverMultipleWrites() — netty Function Reference
Architecture documentation for the testMultipleJsonObjectsOverMultipleWrites() function in JsonObjectDecoderTest.java from the netty codebase.
testNonJsonContent1() — netty Function Reference
Architecture documentation for the testNonJsonContent1() function in JsonObjectDecoderTest.java from the netty codebase.
testNonJsonContent2() — netty Function Reference
Architecture documentation for the testNonJsonContent2() function in JsonObjectDecoderTest.java from the netty codebase.
testOneJsonObjectPerWrite() — netty Function Reference
Architecture documentation for the testOneJsonObjectPerWrite() function in JsonObjectDecoderTest.java from the netty codebase.
testSingleByteStream() — netty Function Reference
Architecture documentation for the testSingleByteStream() function in JsonObjectDecoderTest.java from the netty codebase.
testSpecialJsonCharsInString() — netty Function Reference
Architecture documentation for the testSpecialJsonCharsInString() function in JsonObjectDecoderTest.java from the netty codebase.
testStreamArrayElementsSimple() — netty Function Reference
Architecture documentation for the testStreamArrayElementsSimple() function in JsonObjectDecoderTest.java from the netty codebase.
testStreamJsonArrayOverMultipleWrites1() — netty Function Reference
Architecture documentation for the testStreamJsonArrayOverMultipleWrites1() function in JsonObjectDecoderTest.java from the netty codebase.
testStreamJsonArrayOverMultipleWrites2() — netty Function Reference
Architecture documentation for the testStreamJsonArrayOverMultipleWrites2() function in JsonObjectDecoderTest.java from the netty codebase.
testStreamJsonArrayOverMultipleWrites3() — netty Function Reference
Architecture documentation for the testStreamJsonArrayOverMultipleWrites3() function in JsonObjectDecoderTest.java from the netty codebase.
channelReadComplete() — netty Function Reference
Architecture documentation for the channelReadComplete() function in JZlibDecoder.java from the netty codebase.
decode() — netty Function Reference
Architecture documentation for the decode() function in JZlibDecoder.java from the netty codebase.
decompressionBufferExhausted() — netty Function Reference
Architecture documentation for the decompressionBufferExhausted() function in JZlibDecoder.java from the netty codebase.
isClosed() — netty Function Reference
Architecture documentation for the isClosed() function in JZlibDecoder.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