Uses of Enum
org.eclipse.jetty.fcgi.FCGI.StreamType
Packages that use FCGI.StreamType
Package
Description
-
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi
Subclasses with type arguments of type FCGI.StreamType in org.eclipse.jetty.fcgiMethods in org.eclipse.jetty.fcgi that return FCGI.StreamTypeModifier and TypeMethodDescriptionstatic FCGI.StreamTypeReturns 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.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type FCGI.StreamTypeModifier and TypeMethodDescriptionbooleanHttpConnectionOverFCGI.ResponseListener.onContent(int request, FCGI.StreamType stream, ByteBuffer buffer) -
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi.parser
Fields in org.eclipse.jetty.fcgi.parser declared as FCGI.StreamTypeMethods in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.StreamTypeModifier and TypeMethodDescriptionbooleanClientParser.EndRequestListener.onContent(int request, FCGI.StreamType stream, ByteBuffer buffer) booleanParser.Listener.Adapter.onContent(int request, FCGI.StreamType stream, ByteBuffer buffer) booleanParser.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) -
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server with parameters of type FCGI.StreamTypeModifier and TypeMethodDescriptionbooleanServerFCGIConnection.ServerListener.onContent(int request, FCGI.StreamType stream, ByteBuffer buffer)