Uses of Enum
org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
Uses of ContentParser.Result in org.eclipse.jetty.fcgi.parser
Modifier and TypeMethodDescriptionBeginRequestContentParser.parse
(ByteBuffer buffer) abstract ContentParser.Result
ContentParser.parse
(ByteBuffer buffer) Parses the bytes in the givenbuffer
as FastCGI frame content bytes.EndRequestContentParser.parse
(ByteBuffer buffer) ParamsContentParser.parse
(ByteBuffer buffer) StreamContentParser.parse
(ByteBuffer buffer) static ContentParser.Result
Returns the enum constant of this type with the specified name.static ContentParser.Result[]
ContentParser.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.