Uses of Enum Class
org.eclipse.jetty.http3.parser.MessageParser.Result
-
Uses of MessageParser.Result in org.eclipse.jetty.http3.parser
Modifier and TypeMethodDescriptionMessageParser.parse
(ByteBuffer buffer) Parses the givenbuffer
bytes and emit events to aParserListener
.static MessageParser.Result
Returns the enum constant of this class with the specified name.static MessageParser.Result[]
MessageParser.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.