Home / Function/ Http2MaxRstFrameDecoder() — netty Function Reference

Http2MaxRstFrameDecoder() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  e4992c94_9db9_6116_edea_ce20897682ca["Http2MaxRstFrameDecoder()"]
  e1ac7dd8_e148_eb2f_c506_db1c05475e1d["Http2MaxRstFrameDecoder"]
  e4992c94_9db9_6116_edea_ce20897682ca -->|defined in| e1ac7dd8_e148_eb2f_c506_db1c05475e1d
  style e4992c94_9db9_6116_edea_ce20897682ca fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MaxRstFrameDecoder.java lines 29–33

    Http2MaxRstFrameDecoder(Http2ConnectionDecoder delegate, int maxRstFramesPerWindow, int secondsPerWindow) {
        super(delegate);
        this.maxRstFramesPerWindow = checkPositive(maxRstFramesPerWindow, "maxRstFramesPerWindow");
        this.secondsPerWindow = checkPositive(secondsPerWindow, "secondsPerWindow");
    }

Domain

Subdomains

Frequently Asked Questions

What does Http2MaxRstFrameDecoder() do?
Http2MaxRstFrameDecoder() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MaxRstFrameDecoder.java.
Where is Http2MaxRstFrameDecoder() defined?
Http2MaxRstFrameDecoder() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MaxRstFrameDecoder.java at line 29.

Analyze Your Own Codebase

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

Try Supermodel Free