Uses of Class
org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
Packages that use ContentParser.Result Package Description org.eclipse.jetty.fcgi.parser -
-
Uses of ContentParser.Result in org.eclipse.jetty.fcgi.parser
Methods in org.eclipse.jetty.fcgi.parser that return ContentParser.Result Modifier and Type Method Description ContentParser.Result
BeginRequestContentParser. parse(java.nio.ByteBuffer buffer)
abstract ContentParser.Result
ContentParser. parse(java.nio.ByteBuffer buffer)
ContentParser.Result
EndRequestContentParser. parse(java.nio.ByteBuffer buffer)
ContentParser.Result
ParamsContentParser. parse(java.nio.ByteBuffer buffer)
ContentParser.Result
StreamContentParser. parse(java.nio.ByteBuffer buffer)
static ContentParser.Result
ContentParser.Result. valueOf(java.lang.String name)
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.
-