Uses of Enum
org.eclipse.jetty.fcgi.FCGI.StreamType
Packages that use FCGI.StreamType
-
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi
Methods in org.eclipse.jetty.fcgi that return FCGI.StreamTypeModifier and TypeMethodDescriptionstatic FCGI.StreamType
Returns the enum constant of this type with the specified name.static FCGI.StreamType[]
FCGI.StreamType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi.parser
Methods in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.StreamTypeModifier and TypeMethodDescriptionboolean
Parser.Listener.Adapter.onContent
(int request, FCGI.StreamType stream, ByteBuffer buffer) boolean
Parser.Listener.onContent
(int request, FCGI.StreamType stream, ByteBuffer buffer) Constructors in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.StreamTypeModifierConstructorDescriptionStreamContentParser
(HeaderParser headerParser, FCGI.StreamType streamType, Parser.Listener listener)