Home / Class/ UnknownHttp2Frame Class — netty Architecture

UnknownHttp2Frame Class — netty Architecture

Architecture documentation for the UnknownHttp2Frame class in Http2FrameCodecTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f4bc9328_13a3_0eca_fdae_ef229c269a7f["UnknownHttp2Frame"]
  ac4b0b25_b2f4_7618_4ecb_5c49943a5756["Http2FrameCodecTest.java"]
  f4bc9328_13a3_0eca_fdae_ef229c269a7f -->|defined in| ac4b0b25_b2f4_7618_4ecb_5c49943a5756
  ac3960d8_d50a_27be_9b03_c7fa82c9a524["String()"]
  f4bc9328_13a3_0eca_fdae_ef229c269a7f -->|method| ac3960d8_d50a_27be_9b03_c7fa82c9a524
  181aa242_e18d_9d66_d3f7_7abbaaf4c574["deallocate()"]
  f4bc9328_13a3_0eca_fdae_ef229c269a7f -->|method| 181aa242_e18d_9d66_d3f7_7abbaaf4c574
  91a1de57_042b_81fa_406e_50c396688b7b["ReferenceCounted()"]
  f4bc9328_13a3_0eca_fdae_ef229c269a7f -->|method| 91a1de57_042b_81fa_406e_50c396688b7b

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameCodecTest.java lines 377–391

        class UnknownHttp2Frame extends AbstractReferenceCounted implements Http2Frame {
            @Override
            public String name() {
                return "UNKNOWN";
            }

            @Override
            protected void deallocate() {
            }

            @Override
            public ReferenceCounted touch(Object hint) {
                return this;
            }
        }

Frequently Asked Questions

What is the UnknownHttp2Frame class?
UnknownHttp2Frame is a class in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameCodecTest.java.
Where is UnknownHttp2Frame defined?
UnknownHttp2Frame is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameCodecTest.java at line 377.

Analyze Your Own Codebase

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

Try Supermodel Free