Home / Class/ Http2EmptyDataFrameConnectionDecoderTest Class — netty Architecture

Http2EmptyDataFrameConnectionDecoderTest Class — netty Architecture

Architecture documentation for the Http2EmptyDataFrameConnectionDecoderTest class in Http2EmptyDataFrameConnectionDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f4af7d76_62d3_a5fc_76a5_2e4e550dfe0c["Http2EmptyDataFrameConnectionDecoderTest"]
  c4461cad_6555_3e0d_50fc_c83cdd396cea["Http2EmptyDataFrameConnectionDecoderTest.java"]
  f4af7d76_62d3_a5fc_76a5_2e4e550dfe0c -->|defined in| c4461cad_6555_3e0d_50fc_c83cdd396cea
  d2efd485_07b9_d3b7_572a_a0138e6a7b54["DecoratingHttp2ConnectionDecoder()"]
  f4af7d76_62d3_a5fc_76a5_2e4e550dfe0c -->|method| d2efd485_07b9_d3b7_572a_a0138e6a7b54
  1aea2b05_ef5d_b514_cbde_f3526d0a69e2["delegatingFrameListenerType()"]
  f4af7d76_62d3_a5fc_76a5_2e4e550dfe0c -->|method| 1aea2b05_ef5d_b514_cbde_f3526d0a69e2

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2EmptyDataFrameConnectionDecoderTest.java lines 17–28

public class Http2EmptyDataFrameConnectionDecoderTest extends AbstractDecoratingHttp2ConnectionDecoderTest {

    @Override
    protected DecoratingHttp2ConnectionDecoder newDecoder(Http2ConnectionDecoder decoder) {
        return new Http2EmptyDataFrameConnectionDecoder(decoder, 2);
    }

    @Override
    protected Class<? extends Http2FrameListener> delegatingFrameListenerType() {
        return Http2EmptyDataFrameListener.class;
    }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free