Home / Function/ streamClosed() — netty Function Reference

streamClosed() — netty Function Reference

Architecture documentation for the streamClosed() function in AbstractHttp2StreamChannel.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  743f5577_bb22_31db_6036_66e3afe5136f["streamClosed()"]
  bcb58015_0c85_17e2_f1b3_0c1ad3aaa388["AbstractHttp2StreamChannel"]
  743f5577_bb22_31db_6036_66e3afe5136f -->|defined in| bcb58015_0c85_17e2_f1b3_0c1ad3aaa388
  486bfa90_4138_43d8_4d9a_a9e1cae75425["readEOS()"]
  743f5577_bb22_31db_6036_66e3afe5136f -->|calls| 486bfa90_4138_43d8_4d9a_a9e1cae75425
  8c7ec287_e512_c36c_39d6_33286068a273["doBeginRead()"]
  743f5577_bb22_31db_6036_66e3afe5136f -->|calls| 8c7ec287_e512_c36c_39d6_33286068a273
  style 743f5577_bb22_31db_6036_66e3afe5136f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java lines 344–349

    void streamClosed() {
        unsafe.readEOS();
        // Attempt to drain any queued data from the queue and deliver it to the application before closing this
        // channel.
        unsafe.doBeginRead();
    }

Domain

Subdomains

Frequently Asked Questions

What does streamClosed() do?
streamClosed() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java.
Where is streamClosed() defined?
streamClosed() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java at line 344.
What does streamClosed() call?
streamClosed() calls 2 function(s): doBeginRead, readEOS.

Analyze Your Own Codebase

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

Try Supermodel Free