Uses of Class
org.eclipse.jetty.fcgi.FCGI.StreamType
-
Packages that use FCGI.StreamType Package Description org.eclipse.jetty.fcgi org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.parser org.eclipse.jetty.fcgi.server -
-
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi
Methods in org.eclipse.jetty.fcgi that return FCGI.StreamType Modifier and Type Method Description static FCGI.StreamType
FCGI.StreamType. valueOf(java.lang.String name)
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.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type FCGI.StreamType Modifier and Type Method Description boolean
HttpConnectionOverFCGI.ResponseListener. onContent(int request, FCGI.StreamType stream, java.nio.ByteBuffer buffer)
-
Uses of FCGI.StreamType in org.eclipse.jetty.fcgi.parser
Fields in org.eclipse.jetty.fcgi.parser declared as FCGI.StreamType Modifier and Type Field Description private FCGI.StreamType
StreamContentParser. streamType
Methods in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.StreamType Modifier and Type Method Description boolean
ClientParser.EndRequestListener. onContent(int request, FCGI.StreamType stream, java.nio.ByteBuffer buffer)
boolean
Parser.Listener.Adapter. onContent(int request, FCGI.StreamType stream, java.nio.ByteBuffer buffer)
boolean
Parser.Listener. onContent(int request, FCGI.StreamType stream, java.nio.ByteBuffer buffer)
Constructors in org.eclipse.jetty.fcgi.parser with parameters of type FCGI.StreamType Constructor Description StreamContentParser(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.StreamType Modifier and Type Method Description boolean
ServerFCGIConnection.ServerListener. onContent(int request, FCGI.StreamType stream, java.nio.ByteBuffer buffer)
-