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
Subclasses with type arguments of type MessageParser.Result in org.eclipse.jetty.http3.parserMethods in org.eclipse.jetty.http3.parser that return MessageParser.ResultModifier and TypeMethodDescriptionMessageParser.parse(ByteBuffer buffer) Parses the givenbufferbytes and emit events to aParserListener.static MessageParser.ResultReturns 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.