testGZIP() — netty Function Reference
Architecture documentation for the testGZIP() function in ZlibTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD feab9313_a73f_4959_e55e_b6923872a62a["testGZIP()"] 7036d690_c470_1931_3ca2_5fffb656bebb["ZlibTest"] feab9313_a73f_4959_e55e_b6923872a62a -->|defined in| 7036d690_c470_1931_3ca2_5fffb656bebb 099a1ed6_9fe3_3fd6_7405_b857b222559f["testCompressNone()"] feab9313_a73f_4959_e55e_b6923872a62a -->|calls| 099a1ed6_9fe3_3fd6_7405_b857b222559f b023fcda_0473_29df_baf0_dfe51cb70d3c["testCompressSmall()"] feab9313_a73f_4959_e55e_b6923872a62a -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c c6ad729e_c0ad_fe32_83e3_3b6b2bf98e32["testCompressLarge()"] feab9313_a73f_4959_e55e_b6923872a62a -->|calls| c6ad729e_c0ad_fe32_83e3_3b6b2bf98e32 c8c6bcac_9b29_6541_75ce_64b7469a9ac5["testDecompressOnly()"] feab9313_a73f_4959_e55e_b6923872a62a -->|calls| c8c6bcac_9b29_6541_75ce_64b7469a9ac5 b2297b88_b9fe_3e69_e323_1d6cee4f7b1f["gzip()"] feab9313_a73f_4959_e55e_b6923872a62a -->|calls| b2297b88_b9fe_3e69_e323_1d6cee4f7b1f style feab9313_a73f_4959_e55e_b6923872a62a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java lines 336–342
@Test
public void testGZIP() throws Exception {
testCompressNone(ZlibWrapper.GZIP, ZlibWrapper.GZIP);
testCompressSmall(ZlibWrapper.GZIP, ZlibWrapper.GZIP);
testCompressLarge(ZlibWrapper.GZIP, ZlibWrapper.GZIP);
testDecompressOnly(ZlibWrapper.GZIP, gzip(BYTES_LARGE2), BYTES_LARGE2);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testGZIP() do?
testGZIP() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java.
Where is testGZIP() defined?
testGZIP() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java at line 336.
What does testGZIP() call?
testGZIP() calls 5 function(s): gzip, testCompressLarge, testCompressNone, testCompressSmall, testDecompressOnly.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free