Home / Function/ hasState() — netty Function Reference

hasState() — netty Function Reference

Architecture documentation for the hasState() function in Http3FrameCodec.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d58a8d53_dc7f_23c0_786a_622145d546c1["hasState()"]
  2248914c_cfca_0e01_f610_307d55182207["ReadResumptionListener"]
  d58a8d53_dc7f_23c0_786a_622145d546c1 -->|defined in| 2248914c_cfca_0e01_f610_307d55182207
  84c0aa73_08b8_9f37_baf7_cad995c3c8e3["readCompleted()"]
  84c0aa73_08b8_9f37_baf7_cad995c3c8e3 -->|calls| d58a8d53_dc7f_23c0_786a_622145d546c1
  bf6a269e_242a_db84_cd3a_85582cef9b57["readRequested()"]
  bf6a269e_242a_db84_cd3a_85582cef9b57 -->|calls| d58a8d53_dc7f_23c0_786a_622145d546c1
  c751e13f_6797_7f70_b084_d0fd5fbd468f["isSuspended()"]
  c751e13f_6797_7f70_b084_d0fd5fbd468f -->|calls| d58a8d53_dc7f_23c0_786a_622145d546c1
  bc889d75_7258_5336_e80d_f4e24471b1ac["resume()"]
  bc889d75_7258_5336_e80d_f4e24471b1ac -->|calls| d58a8d53_dc7f_23c0_786a_622145d546c1
  style d58a8d53_dc7f_23c0_786a_622145d546c1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java lines 731–733

        private boolean hasState(int toCheck) {
            return (state & toCheck) == toCheck;
        }

Domain

Subdomains

Frequently Asked Questions

What does hasState() do?
hasState() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java.
Where is hasState() defined?
hasState() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java at line 731.
What calls hasState()?
hasState() is called by 4 function(s): isSuspended, readCompleted, readRequested, resume.

Analyze Your Own Codebase

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

Try Supermodel Free