Uses of Class
org.eclipse.jetty.fcgi.FCGI.FrameType
-
Packages that use FCGI.FrameType Package Description org.eclipse.jetty.fcgi org.eclipse.jetty.fcgi.generator org.eclipse.jetty.fcgi.parser -
-
Uses of FCGI.FrameType in org.eclipse.jetty.fcgi
Methods in org.eclipse.jetty.fcgi that return FCGI.FrameType Modifier and Type Method Description static FCGI.FrameType
FCGI.FrameType. from(int code)
static FCGI.FrameType
FCGI.FrameType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FCGI.FrameType[]
FCGI.FrameType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FCGI.FrameType in org.eclipse.jetty.fcgi.generator
Methods in org.eclipse.jetty.fcgi.generator with parameters of type FCGI.FrameType Modifier and Type Method Description protected Generator.Result
Generator. generateContent(int id, java.nio.ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType)
-
Uses of FCGI.FrameType in org.eclipse.jetty.fcgi.parser
Methods in org.eclipse.jetty.fcgi.parser that return FCGI.FrameType Modifier and Type Method Description FCGI.FrameType
HeaderParser. getFrameType()
Methods in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.FrameType Modifier and Type Method Description protected ContentParser
ClientParser. findContentParser(FCGI.FrameType frameType)
protected abstract ContentParser
Parser. findContentParser(FCGI.FrameType frameType)
protected ContentParser
ServerParser. findContentParser(FCGI.FrameType frameType)
-