Uses of Enum
org.eclipse.jetty.fcgi.FCGI.FrameType
Package
Description
-
Uses of FCGI.FrameType in org.eclipse.jetty.fcgi
Modifier and TypeMethodDescriptionstatic FCGI.FrameType
FCGI.FrameType.from
(int code) static FCGI.FrameType
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
Modifier and TypeMethodDescriptionprotected Generator.Result
Generator.generateContent
(int id, ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType) -
Uses of FCGI.FrameType in org.eclipse.jetty.fcgi.parser
Modifier and TypeMethodDescriptionprotected ContentParser
ClientParser.findContentParser
(FCGI.FrameType frameType) protected abstract ContentParser
Parser.findContentParser
(FCGI.FrameType frameType) protected ContentParser
ServerParser.findContentParser
(FCGI.FrameType frameType)