Uses of Enum Class
org.eclipse.jetty.http3.parser.BodyParser.Result
Packages that use BodyParser.Result
-
Uses of BodyParser.Result in org.eclipse.jetty.http3.parser
Methods in org.eclipse.jetty.http3.parser that return BodyParser.ResultModifier and TypeMethodDescriptionabstract BodyParser.Result
BodyParser.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.Result
Returns the enum constant of this class with the specified name.static BodyParser.Result[]
BodyParser.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.