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.ResultBeginRequestContentParser. parse(java.nio.ByteBuffer buffer)abstract ContentParser.ResultContentParser. parse(java.nio.ByteBuffer buffer)ContentParser.ResultEndRequestContentParser. parse(java.nio.ByteBuffer buffer)ContentParser.ResultParamsContentParser. parse(java.nio.ByteBuffer buffer)ContentParser.ResultStreamContentParser. parse(java.nio.ByteBuffer buffer)static ContentParser.ResultContentParser.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.
-