Package org.eclipse.jetty.http2.parser
-
Interface Summary Interface Description Parser.Listener RateControl Controls rate of events viaRateControl.onEvent(Object)
.RateControl.Factory Factory to create RateControl instances.ServerParser.Listener -
Class Summary Class Description BodyParser The base parser for the frame body of HTTP/2 frames.ContinuationBodyParser DataBodyParser GoAwayBodyParser HeaderBlockFragments HeaderBlockParser HeaderParser The parser for the frame header of HTTP/2 frames.HeadersBodyParser Parser The HTTP/2 protocol parser.Parser.Listener.Adapter Parser.Listener.Wrapper PingBodyParser PrefaceParser PriorityBodyParser PushPromiseBodyParser ResetBodyParser ServerParser ServerParser.Listener.Adapter ServerParser.Listener.Wrapper SettingsBodyParser UnknownBodyParser WindowRateControl An implementation ofRateControl
that limits the number of events within a time period.WindowRateControl.Factory WindowUpdateBodyParser