Home / Function/ release() — netty Function Reference

release() — netty Function Reference

Architecture documentation for the release() function in HttpRequestEncoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ef6ea20f_1d89_e7fb_ed43_ea8b34830807["release()"]
  4931c4bd_aeab_b55d_b932_611bbea11015["CustomFullHttpRequest"]
  ef6ea20f_1d89_e7fb_ed43_ea8b34830807 -->|defined in| 4931c4bd_aeab_b55d_b932_611bbea11015
  51347a3c_451c_d6de_75da_e394f4028379["testUriWithoutPath()"]
  51347a3c_451c_d6de_75da_e394f4028379 -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  e1b586bb_2587_b921_512e_75d54ce3d5ac["testUriWithoutPath2()"]
  e1b586bb_2587_b921_512e_75d54ce3d5ac -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  29752071_aa76_5ebb_6e9d_9e760ada9f56["testUriWithEmptyPath()"]
  29752071_aa76_5ebb_6e9d_9e760ada9f56 -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  f9d5c8ce_f349_e49a_18bf_43742e2aee8c["testUriWithPath()"]
  f9d5c8ce_f349_e49a_18bf_43742e2aee8c -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  258f22a2_b488_493a_8375_11c073073cc9["testAbsPath()"]
  258f22a2_b488_493a_8375_11c073073cc9 -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  b6a06945_a7eb_2534_2f4a_2d6b6d3098cc["testEmptyAbsPath()"]
  b6a06945_a7eb_2534_2f4a_2d6b6d3098cc -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  e36afe9b_5cd6_0964_e0bf_b9d84ccabac0["testQueryStringPath()"]
  e36afe9b_5cd6_0964_e0bf_b9d84ccabac0 -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  e9170400_dfcf_9692_9786_8eb723185d1d["testEmptyReleasedBufferShouldNotWriteEmptyBufferToChannel()"]
  e9170400_dfcf_9692_9786_8eb723185d1d -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  925eb9f3_6d56_66d6_d8cf_ad3c22d97cbe["testCustomMessageEmptyLastContent()"]
  925eb9f3_6d56_66d6_d8cf_ad3c22d97cbe -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  ca6aa875_f918_0e38_8559_e3f565ec0e70["testEmptyContents()"]
  ca6aa875_f918_0e38_8559_e3f565ec0e70 -->|calls| ef6ea20f_1d89_e7fb_ed43_ea8b34830807
  style ef6ea20f_1d89_e7fb_ed43_ea8b34830807 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestEncoderTest.java lines 245–248

        @Override
        public boolean release() {
            return content.release();
        }

Domain

Subdomains

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/HttpRequestEncoderTest.java.
Where is release() defined?
release() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestEncoderTest.java at line 245.
What calls release()?
release() is called by 10 function(s): testAbsPath, testCustomMessageEmptyLastContent, testEmptyAbsPath, testEmptyContents, testEmptyReleasedBufferShouldNotWriteEmptyBufferToChannel, testQueryStringPath, testUriWithEmptyPath, testUriWithPath, and 2 more.

Analyze Your Own Codebase

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

Try Supermodel Free