release() — netty Function Reference
Architecture documentation for the release() function in HttpContentCompressorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD bdf032ba_93a9_0f83_122a_c24ea71efa75["release()"] dc275b73_ef62_a8cd_1013_f7cb41b910f4["AssembledHttpResponse"] bdf032ba_93a9_0f83_122a_c24ea71efa75 -->|defined in| dc275b73_ef62_a8cd_1013_f7cb41b910f4 a0c6bdfa_9ab1_b97b_c252_b1958f89a1f7["testSplitContent()"] a0c6bdfa_9ab1_b97b_c252_b1958f89a1f7 -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 33d61232_3242_8775_7fe0_d3daa425ef5c["testChunkedContent()"] 33d61232_3242_8775_7fe0_d3daa425ef5c -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 4a59ce6e_fb08_74f2_2002_2b895b4a0b88["testChunkedContentWithAssembledResponse()"] 4a59ce6e_fb08_74f2_2002_2b895b4a0b88 -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 4312bdb1_0bde_bc71_63f0_9820e32fd415["testChunkedContentWithAssembledResponseIdentityEncoding()"] 4312bdb1_0bde_bc71_63f0_9820e32fd415 -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 f799dce5_0fa7_89a5_e285_2f5c1a60dd0c["testContentWithAssembledResponseIdentityEncodingHttp10()"] f799dce5_0fa7_89a5_e285_2f5c1a60dd0c -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 6ed673e6_989a_48f5_c1bc_d2bcd90e75ae["testChunkedContentWithTrailingHeader()"] 6ed673e6_989a_48f5_c1bc_d2bcd90e75ae -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 e132a37e_f108_a95e_9496_c6e09a7e5beb["testFullContentWithContentLength()"] e132a37e_f108_a95e_9496_c6e09a7e5beb -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 6cd41577_9a9b_c349_babb_f7eb209e86f1["testFullContent()"] 6cd41577_9a9b_c349_babb_f7eb209e86f1 -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 24c68591_6b2f_9742_9e05_ac6ce1a5e175["testExecutorPreserveOrdering()"] 24c68591_6b2f_9742_9e05_ac6ce1a5e175 -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 088c32ee_5b99_1d6b_8bee_8b4d40025262["testEmptySplitContent()"] 088c32ee_5b99_1d6b_8bee_8b4d40025262 -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 9331a53a_549e_1ae8_5f6e_64f7f29958cf["testEmptyFullContent()"] 9331a53a_549e_1ae8_5f6e_64f7f29958cf -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 b7a7311a_bcfa_6c05_5754_a2b2e1a08e6b["test100Continue()"] b7a7311a_bcfa_6c05_5754_a2b2e1a08e6b -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 43d17ee8_03eb_6557_8d46_c15de9d564d0["testMultiple1xxInformationalResponse()"] 43d17ee8_03eb_6557_8d46_c15de9d564d0 -->|calls| bdf032ba_93a9_0f83_122a_c24ea71efa75 style bdf032ba_93a9_0f83_122a_c24ea71efa75 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorTest.java lines 1081–1084
@Override
public boolean release() {
return content.release();
}
Domain
Subdomains
Called By
- assertAssembledEncodedResponse()
- test100Continue()
- test103EarlyHintsResponse()
- testBrotliChunkedContent()
- testBrotliFullHttpResponse()
- testChunkedContent()
- testChunkedContentWithAssembledResponse()
- testChunkedContentWithAssembledResponseIdentityEncoding()
- testChunkedContentWithTrailingHeader()
- testContentWithAssembledResponseIdentityEncodingHttp10()
- testCustomEncoding()
- testEmptyFullContent()
- testEmptySplitContent()
- testExecutorPreserveOrdering()
- testFullContent()
- testFullContentWithContentLength()
- testIdentity()
- testMultiple1xxInformationalResponse()
- testMultipleAcceptEncodingHeaders()
- testSplitContent()
- testTooManyResponses()
Source
Frequently Asked Questions
What does release() do?
release() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorTest.java.
Where is release() defined?
release() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorTest.java at line 1081.
What calls release()?
release() is called by 21 function(s): assertAssembledEncodedResponse, test100Continue, test103EarlyHintsResponse, testBrotliChunkedContent, testBrotliFullHttpResponse, testChunkedContent, testChunkedContentWithAssembledResponse, testChunkedContentWithAssembledResponseIdentityEncoding, and 13 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free