Uses of Enum Class
org.eclipse.jetty.fcgi.FCGI.FrameType
Packages that use FCGI.FrameType
Package
Description
-
Uses of FCGI.FrameType in org.eclipse.jetty.fcgi
Methods in org.eclipse.jetty.fcgi that return FCGI.FrameTypeModifier and TypeMethodDescriptionstatic FCGI.FrameTypeFCGI.FrameType.from(int code) static FCGI.FrameTypeReturns the enum constant of this class with the specified name.static FCGI.FrameType[]FCGI.FrameType.values()Returns an array containing the constants of this enum class, 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.FrameTypeModifier and TypeMethodDescriptionprotected voidGenerator.generateContent(ByteBufferPool.Accumulator accumulator, int id, ByteBuffer content, boolean lastContent, FCGI.FrameType frameType) -
Uses of FCGI.FrameType in org.eclipse.jetty.fcgi.parser
Methods in org.eclipse.jetty.fcgi.parser that return FCGI.FrameTypeMethods in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.FrameTypeModifier and TypeMethodDescriptionprotected ContentParserClientParser.findContentParser(FCGI.FrameType frameType) protected abstract ContentParserParser.findContentParser(FCGI.FrameType frameType) protected ContentParserServerParser.findContentParser(FCGI.FrameType frameType)