Home / Class/ Http2MaxRstFrameConnectionDecoderTest Class — netty Architecture

Http2MaxRstFrameConnectionDecoderTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  f044611a_025b_ef05_4503_7b9aeb46f895["Http2MaxRstFrameConnectionDecoderTest"]
  5c522eba_2e5a_96aa_d92e_7fe8e316ea1b["Http2MaxRstFrameConnectionDecoderTest.java"]
  f044611a_025b_ef05_4503_7b9aeb46f895 -->|defined in| 5c522eba_2e5a_96aa_d92e_7fe8e316ea1b
  c195900a_d294_50db_5ee0_e4f7ee087e0b["DecoratingHttp2ConnectionDecoder()"]
  f044611a_025b_ef05_4503_7b9aeb46f895 -->|method| c195900a_d294_50db_5ee0_e4f7ee087e0b
  1b1e71b3_0a70_1938_914f_eeca77247d90["delegatingFrameListenerType()"]
  f044611a_025b_ef05_4503_7b9aeb46f895 -->|method| 1b1e71b3_0a70_1938_914f_eeca77247d90

Relationship Graph

Source Code

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

public class Http2MaxRstFrameConnectionDecoderTest extends AbstractDecoratingHttp2ConnectionDecoderTest {

    @Override
    protected DecoratingHttp2ConnectionDecoder newDecoder(Http2ConnectionDecoder decoder) {
        return new Http2MaxRstFrameDecoder(decoder, 200, 30);
    }

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free