Class Http2MaxRstFrameListener

java.lang.Object
io.netty.handler.codec.http2.Http2FrameListenerDecorator
io.netty.handler.codec.http2.Http2MaxRstFrameListener
All Implemented Interfaces:
Http2FrameListener

final class Http2MaxRstFrameListener extends Http2FrameListenerDecorator
  • Field Details

    • logger

      private static final InternalLogger logger
    • RST_FRAME_RATE_EXCEEDED

      private static final Http2Exception RST_FRAME_RATE_EXCEEDED
    • nanosPerWindow

      private final long nanosPerWindow
    • maxRstFramesPerWindow

      private final int maxRstFramesPerWindow
    • lastRstFrameNano

      private long lastRstFrameNano
    • receivedRstInWindow

      private int receivedRstInWindow
  • Constructor Details

    • Http2MaxRstFrameListener

      Http2MaxRstFrameListener(Http2FrameListener listener, int maxRstFramesPerWindow, int secondsPerWindow)
  • Method Details