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.FrameTypeFCGI.FrameType. from(int code)static FCGI.FrameTypeFCGI.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.ResultGenerator. 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.FrameTypeHeaderParser. getFrameType()Methods in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.FrameType Modifier and Type Method Description protected ContentParserClientParser. findContentParser(FCGI.FrameType frameType)protected abstract ContentParserParser. findContentParser(FCGI.FrameType frameType)protected ContentParserServerParser. findContentParser(FCGI.FrameType frameType)
-