Uses of Enum
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.parserMethods in org.eclipse.jetty.fcgi.parser that return ContentParser.ResultModifier and TypeMethodDescriptionBeginRequestContentParser.parse(ByteBuffer buffer) abstract ContentParser.ResultContentParser.parse(ByteBuffer buffer) EndRequestContentParser.parse(ByteBuffer buffer) ParamsContentParser.parse(ByteBuffer buffer) StreamContentParser.parse(ByteBuffer buffer) static ContentParser.ResultReturns 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.