Uses of Enum Class
org.eclipse.jetty.fcgi.parser.ContentParser.Result
Packages that use ContentParser.Result
-
Uses of ContentParser.Result in org.eclipse.jetty.fcgi.parser
Subclasses with type arguments of type ContentParser.Result in org.eclipse.jetty.fcgi.parserModifier and TypeClassDescriptionstatic enumThe result of the frame content parsing.Methods in org.eclipse.jetty.fcgi.parser that return ContentParser.ResultModifier and TypeMethodDescriptionBeginRequestContentParser.parse(ByteBuffer buffer) abstract ContentParser.ResultContentParser.parse(ByteBuffer buffer) Parses the bytes in the givenbufferas FastCGI frame content bytes.EndRequestContentParser.parse(ByteBuffer buffer) ParamsContentParser.parse(ByteBuffer buffer) StreamContentParser.parse(ByteBuffer buffer) static ContentParser.ResultReturns the enum constant of this class with the specified name.static ContentParser.Result[]ContentParser.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.