Home / Function/ testNotBadReleaseBuffersDuringDecodingMixedFactory() — netty Function Reference

testNotBadReleaseBuffersDuringDecodingMixedFactory() — netty Function Reference

Architecture documentation for the testNotBadReleaseBuffersDuringDecodingMixedFactory() function in HttpPostMultiPartRequestDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  12ff4d2f_2755_6741_83da_810e2b5369a0["testNotBadReleaseBuffersDuringDecodingMixedFactory()"]
  8ca6727e_4177_9097_12de_7bccb17e5dea["HttpPostMultiPartRequestDecoderTest"]
  12ff4d2f_2755_6741_83da_810e2b5369a0 -->|defined in| 8ca6727e_4177_9097_12de_7bccb17e5dea
  414441c4_b377_7258_e839_7d69f38ccd85["commonNotBadReleaseBuffersDuringDecoding()"]
  12ff4d2f_2755_6741_83da_810e2b5369a0 -->|calls| 414441c4_b377_7258_e839_7d69f38ccd85
  style 12ff4d2f_2755_6741_83da_810e2b5369a0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostMultiPartRequestDecoderTest.java lines 296–301

    @Test
    public void testNotBadReleaseBuffersDuringDecodingMixedFactory() throws IOException {
        // Using Mixed Factory
        HttpDataFactory factory = new DefaultHttpDataFactory(100);
        commonNotBadReleaseBuffersDuringDecoding(factory, false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testNotBadReleaseBuffersDuringDecodingMixedFactory() do?
testNotBadReleaseBuffersDuringDecodingMixedFactory() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostMultiPartRequestDecoderTest.java.
Where is testNotBadReleaseBuffersDuringDecodingMixedFactory() defined?
testNotBadReleaseBuffersDuringDecodingMixedFactory() is defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostMultiPartRequestDecoderTest.java at line 296.
What does testNotBadReleaseBuffersDuringDecodingMixedFactory() call?
testNotBadReleaseBuffersDuringDecodingMixedFactory() calls 1 function(s): commonNotBadReleaseBuffersDuringDecoding.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free