Uses of Enum Class
org.eclipse.jetty.http3.parser.MessageParser.Result
Packages that use MessageParser.Result
-
Uses of MessageParser.Result in org.eclipse.jetty.http3.parser
Methods in org.eclipse.jetty.http3.parser that return MessageParser.ResultModifier 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.