Home / Function/ readEOS() — netty Function Reference

readEOS() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  486bfa90_4138_43d8_4d9a_a9e1cae75425["readEOS()"]
  2656dcfe_5cdb_7c7d_bc25_312393fe2e05["Http2ChannelUnsafe"]
  486bfa90_4138_43d8_4d9a_a9e1cae75425 -->|defined in| 2656dcfe_5cdb_7c7d_bc25_312393fe2e05
  743f5577_bb22_31db_6036_66e3afe5136f["streamClosed()"]
  743f5577_bb22_31db_6036_66e3afe5136f -->|calls| 486bfa90_4138_43d8_4d9a_a9e1cae75425
  style 486bfa90_4138_43d8_4d9a_a9e1cae75425 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java lines 909–911

        void readEOS() {
            readEOS = true;
        }

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free