Home / Function/ testBIgFileUploadDelimiterInMiddleChunkDecoderMixedFactory() — netty Function Reference

testBIgFileUploadDelimiterInMiddleChunkDecoderMixedFactory() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  cdeb0206_1693_c03f_b392_2e5b08947c84["testBIgFileUploadDelimiterInMiddleChunkDecoderMixedFactory()"]
  8ca6727e_4177_9097_12de_7bccb17e5dea["HttpPostMultiPartRequestDecoderTest"]
  cdeb0206_1693_c03f_b392_2e5b08947c84 -->|defined in| 8ca6727e_4177_9097_12de_7bccb17e5dea
  7eb4c671_cbbe_57a8_2f8d_0880061c4803["commonTestBigFileDelimiterInMiddleChunk()"]
  cdeb0206_1693_c03f_b392_2e5b08947c84 -->|calls| 7eb4c671_cbbe_57a8_2f8d_0880061c4803
  style cdeb0206_1693_c03f_b392_2e5b08947c84 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostMultiPartRequestDecoderTest.java lines 276–282

    @Test
    public void testBIgFileUploadDelimiterInMiddleChunkDecoderMixedFactory() throws IOException {
        // Factory using Mixed mode, where file shall be on Disk
        HttpDataFactory factory = new DefaultHttpDataFactory(10000);

        commonTestBigFileDelimiterInMiddleChunk(factory, false);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free