Allocators
Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.
CompositeByteBuf() — netty Function Reference
Architecture documentation for the CompositeByteBuf() function in HttpRequestResponseBenchmark.java from the netty codebase.
isDirectBufferPooled() — netty Function Reference
Architecture documentation for the isDirectBufferPooled() function in HttpRequestResponseBenchmark.java from the netty codebase.
mustRejectImproperlyTerminatedChunkBodies() — netty Function Reference
Architecture documentation for the mustRejectImproperlyTerminatedChunkBodies() function in HttpResponseDecoderTest.java from the netty codebase.
mustRejectImproperlyTerminatedChunkExtensions() — netty Function Reference
Architecture documentation for the mustRejectImproperlyTerminatedChunkExtensions() function in HttpResponseDecoderTest.java from the netty codebase.
testClosureWithoutContentLength1() — netty Function Reference
Architecture documentation for the testClosureWithoutContentLength1() function in HttpResponseDecoderTest.java from the netty codebase.
testClosureWithoutContentLength2() — netty Function Reference
Architecture documentation for the testClosureWithoutContentLength2() function in HttpResponseDecoderTest.java from the netty codebase.
testConnectionClosedBeforeHeadersReceived() — netty Function Reference
Architecture documentation for the testConnectionClosedBeforeHeadersReceived() function in HttpResponseDecoderTest.java from the netty codebase.
testControlCharGarbageChunk() — netty Function Reference
Architecture documentation for the testControlCharGarbageChunk() function in HttpResponseDecoderTest.java from the netty codebase.
testGarbageChunk() — netty Function Reference
Architecture documentation for the testGarbageChunk() function in HttpResponseDecoderTest.java from the netty codebase.
testGarbageChunkAfterWhiteSpaces() — netty Function Reference
Architecture documentation for the testGarbageChunkAfterWhiteSpaces() function in HttpResponseDecoderTest.java from the netty codebase.
testGarbageHeaders() — netty Function Reference
Architecture documentation for the testGarbageHeaders() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameEndsWithControlChar() — netty Function Reference
Architecture documentation for the testHeaderNameEndsWithControlChar() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameEndsWithControlChar0c() — netty Function Reference
Architecture documentation for the testHeaderNameEndsWithControlChar0c() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameEndsWithControlChar1c() — netty Function Reference
Architecture documentation for the testHeaderNameEndsWithControlChar1c() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameEndsWithControlChar1d() — netty Function Reference
Architecture documentation for the testHeaderNameEndsWithControlChar1d() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameEndsWithControlChar1e() — netty Function Reference
Architecture documentation for the testHeaderNameEndsWithControlChar1e() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameEndsWithControlChar1f() — netty Function Reference
Architecture documentation for the testHeaderNameEndsWithControlChar1f() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameStartsWithControlChar() — netty Function Reference
Architecture documentation for the testHeaderNameStartsWithControlChar() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameStartsWithControlChar0c() — netty Function Reference
Architecture documentation for the testHeaderNameStartsWithControlChar0c() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameStartsWithControlChar1c() — netty Function Reference
Architecture documentation for the testHeaderNameStartsWithControlChar1c() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameStartsWithControlChar1d() — netty Function Reference
Architecture documentation for the testHeaderNameStartsWithControlChar1d() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameStartsWithControlChar1e() — netty Function Reference
Architecture documentation for the testHeaderNameStartsWithControlChar1e() function in HttpResponseDecoderTest.java from the netty codebase.
testHeaderNameStartsWithControlChar1f() — netty Function Reference
Architecture documentation for the testHeaderNameStartsWithControlChar1f() function in HttpResponseDecoderTest.java from the netty codebase.
testHttpMessageDecoderResult() — netty Function Reference
Architecture documentation for the testHttpMessageDecoderResult() function in HttpResponseDecoderTest.java from the netty codebase.
testInvalidHeaders0() — netty Function Reference
Architecture documentation for the testInvalidHeaders0() function in HttpResponseDecoderTest.java from the netty codebase.
testInvalidVersion() — netty Function Reference
Architecture documentation for the testInvalidVersion() function in HttpResponseDecoderTest.java from the netty codebase.
testLastResponseWithEmptyHeaderAndEmptyContent() — netty Function Reference
Architecture documentation for the testLastResponseWithEmptyHeaderAndEmptyContent() function in HttpResponseDecoderTest.java from the netty codebase.
testLastResponseWithHeaderRemoveTrailingSpaces() — netty Function Reference
Architecture documentation for the testLastResponseWithHeaderRemoveTrailingSpaces() function in HttpResponseDecoderTest.java from the netty codebase.
testLastResponseWithoutContentLengthHeader() — netty Function Reference
Architecture documentation for the testLastResponseWithoutContentLengthHeader() function in HttpResponseDecoderTest.java from the netty codebase.
testLastResponseWithTrailingHeader() — netty Function Reference
Architecture documentation for the testLastResponseWithTrailingHeader() function in HttpResponseDecoderTest.java from the netty codebase.
testLastResponseWithTrailingHeaderFragmented() — netty Function Reference
Architecture documentation for the testLastResponseWithTrailingHeaderFragmented() function in HttpResponseDecoderTest.java from the netty codebase.
testLeadingWhiteSpacesControlCharGarbageChunk() — netty Function Reference
Architecture documentation for the testLeadingWhiteSpacesControlCharGarbageChunk() function in HttpResponseDecoderTest.java from the netty codebase.
testLeadingWhiteSpacesSemiColonGarbageChunk() — netty Function Reference
Architecture documentation for the testLeadingWhiteSpacesSemiColonGarbageChunk() function in HttpResponseDecoderTest.java from the netty codebase.
testMaxHeaderSize1() — netty Function Reference
Architecture documentation for the testMaxHeaderSize1() function in HttpResponseDecoderTest.java from the netty codebase.
testMaxHeaderSize2() — netty Function Reference
Architecture documentation for the testMaxHeaderSize2() function in HttpResponseDecoderTest.java from the netty codebase.
testOrderOfHeadersWithContentLength() — netty Function Reference
Architecture documentation for the testOrderOfHeadersWithContentLength() function in HttpResponseDecoderTest.java from the netty codebase.
testPrematureClosureWithChunkedEncoding1() — netty Function Reference
Architecture documentation for the testPrematureClosureWithChunkedEncoding1() function in HttpResponseDecoderTest.java from the netty codebase.
testPrematureClosureWithChunkedEncoding2() — netty Function Reference
Architecture documentation for the testPrematureClosureWithChunkedEncoding2() function in HttpResponseDecoderTest.java from the netty codebase.
testResetContentResponseWithTransferEncoding() — netty Function Reference
Architecture documentation for the testResetContentResponseWithTransferEncoding() function in HttpResponseDecoderTest.java from the netty codebase.
testResponseChunked() — netty Function Reference
Architecture documentation for the testResponseChunked() function in HttpResponseDecoderTest.java from the netty codebase.
testResponseChunkedExceedMaxChunkSize() — netty Function Reference
Architecture documentation for the testResponseChunkedExceedMaxChunkSize() function in HttpResponseDecoderTest.java from the netty codebase.
testResponseChunkedWithControlChars() — netty Function Reference
Architecture documentation for the testResponseChunkedWithControlChars() function in HttpResponseDecoderTest.java from the netty codebase.
testResponseChunkedWithValidUncommonPatterns() — netty Function Reference
Architecture documentation for the testResponseChunkedWithValidUncommonPatterns() function in HttpResponseDecoderTest.java from the netty codebase.
testResponseDisallowPartialChunks() — netty Function Reference
Architecture documentation for the testResponseDisallowPartialChunks() function in HttpResponseDecoderTest.java from the netty codebase.
testResponseWithContentLength() — netty Function Reference
Architecture documentation for the testResponseWithContentLength() function in HttpResponseDecoderTest.java from the netty codebase.
testResponseWithContentLengthFragmented() — netty Function Reference
Architecture documentation for the testResponseWithContentLengthFragmented() function in HttpResponseDecoderTest.java from the netty codebase.
testStatusWithoutReasonPhrase() — netty Function Reference
Architecture documentation for the testStatusWithoutReasonPhrase() function in HttpResponseDecoderTest.java from the netty codebase.
testTotalHeaderLimit() — netty Function Reference
Architecture documentation for the testTotalHeaderLimit() function in HttpResponseDecoderTest.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