Uses of Enum Class
org.eclipse.jetty.fcgi.FCGI.StreamType
-
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi
Modifier and TypeMethodDescriptionstatic FCGI.StreamType
Returns the enum constant of this class with the specified name.static FCGI.StreamType[]
FCGI.StreamType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi.parser
Modifier and TypeMethodDescriptiondefault boolean
Parser.Listener.onContent
(int request, FCGI.StreamType stream, ByteBuffer buffer) ModifierConstructorDescriptionStreamContentParser
(HeaderParser headerParser, FCGI.StreamType streamType, Parser.Listener listener)