Uses of Enum
org.eclipse.jetty.http3.internal.parser.BodyParser.Result
Packages that use BodyParser.Result
-
Uses of BodyParser.Result in org.eclipse.jetty.http3.internal.parser
Methods in org.eclipse.jetty.http3.internal.parser that return BodyParser.ResultModifier and TypeMethodDescriptionabstract BodyParser.ResultBodyParser.parse(ByteBuffer buffer) Parses the frame body bytes in the givenbuffer.CancelPushBodyParser.parse(ByteBuffer buffer) DataBodyParser.parse(ByteBuffer buffer) GoAwayBodyParser.parse(ByteBuffer buffer) HeadersBodyParser.parse(ByteBuffer buffer) MaxPushIdBodyParser.parse(ByteBuffer buffer) PushPromiseBodyParser.parse(ByteBuffer buffer) SettingsBodyParser.parse(ByteBuffer buffer) UnknownBodyParser.parse(ByteBuffer buffer) static BodyParser.ResultReturns the enum constant of this type with the specified name.static BodyParser.Result[]BodyParser.Result.values()Returns an array containing the constants of this enum type, in the order they are declared.