Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- ABORT_REQUEST - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- acquireHttpChannel(int, Request) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.ServerParser.Listener.Adapter
- append(ByteBuffer, boolean) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- ASYNC - Enum constant in enum org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
The frame content has been parsed, but the application signalled that it wants to process the content asynchronously.
- AUTH_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- AUTHORIZER - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.Role
B
- BEGIN_REQUEST - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- BeginRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the BEGIN_REQUEST frame content.
- BeginRequestContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
C
- ClientGenerator - Class in org.eclipse.jetty.fcgi.generator
- ClientGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
- ClientGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
- ClientParser - Class in org.eclipse.jetty.fcgi.parser
- ClientParser(ClientParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser
- ClientParser.Listener - Interface in org.eclipse.jetty.fcgi.parser
- ClientParser.Listener.Adapter - Class in org.eclipse.jetty.fcgi.parser
- close() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- close(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- closeByHTTP(HttpFields) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.Role
- COMPLETE - Enum constant in enum org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
The frame content parsing is complete, and the parser can now parse the padding bytes.
- content(ByteBuffer, Callback) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- CONTENT_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- ContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for FastCGI frame content.
- ContentParser(HeaderParser) - Constructor for class org.eclipse.jetty.fcgi.parser.ContentParser
- ContentParser.Result - Enum in org.eclipse.jetty.fcgi.parser
-
The result of the frame content parsing.
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
D
- DATA - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- DOCUMENT_ROOT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- DOCUMENT_URI - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
E
- end(int) - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- end(int) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- END_REQUEST - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- EndRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the END_REQUEST frame content.
- EndRequestContentParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.EndRequestContentParser
- exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
F
- failed(Throwable) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- FCGI - Class in org.eclipse.jetty.fcgi
- FCGI.FrameType - Enum in org.eclipse.jetty.fcgi
- FCGI.Headers - Class in org.eclipse.jetty.fcgi
- FCGI.Role - Enum in org.eclipse.jetty.fcgi
- FCGI.StreamType - Enum in org.eclipse.jetty.fcgi
- FILTER - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.Role
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ClientParser
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.Parser
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ServerParser
- flush(Generator.Result...) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- flush(Generator.Result...) - Method in class org.eclipse.jetty.fcgi.generator.Flusher
- Flusher - Class in org.eclipse.jetty.fcgi.generator
- Flusher(EndPoint) - Constructor for class org.eclipse.jetty.fcgi.generator.Flusher
- from(int) - Static method in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- from(int) - Static method in enum org.eclipse.jetty.fcgi.FCGI.Role
G
- GATEWAY_INTERFACE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- generateContent(int, ByteBuffer, boolean, boolean, Callback, FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.generator.Generator
- generateRequestContent(int, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
- generateRequestHeaders(int, HttpFields, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
- generateResponseContent(int, ByteBuffer, boolean, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
- generateResponseHeaders(int, int, String, HttpFields, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
- Generator - Class in org.eclipse.jetty.fcgi.generator
- Generator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.Generator
- Generator.Result - Class in org.eclipse.jetty.fcgi.generator
- GET_VALUES - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- GET_VALUES_RESULT - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- getAttachment() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- getByteBuffers() - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
- getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getFlusher() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- getFrameType() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getHttpChannel() - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- getHttpChannel() - Method in class org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI
- getHttpDestination() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- getHttpReceiver() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- getHttpSender() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- getPaddingLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getRequest() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- getRequest() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
- getRequest() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getScriptRoot() - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
H
- headerParser - Variable in class org.eclipse.jetty.fcgi.parser.Parser
- HeaderParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the FastCGI frame header.
- HeaderParser() - Constructor for class org.eclipse.jetty.fcgi.parser.HeaderParser
- HttpChannelOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpChannelOverFCGI(HttpConnectionOverFCGI, Flusher, long) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- HttpClientTransportOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpClientTransportOverFCGI(int, String) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- HttpClientTransportOverFCGI(String) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- HttpClientTransportOverFCGI(ClientConnector, String) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- HttpConnectionOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpConnectionOverFCGI(EndPoint, HttpDestination, Promise<Connection>) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- HttpReceiverOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpReceiverOverFCGI(HttpChannel) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- HTTPS - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- HttpSenderOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpSenderOverFCGI(HttpChannel) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI
I
- isClosed() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- isFailed() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
J
- join(Generator.Result) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
M
- MAX_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.generator.Generator
- MAX_PARAM_LENGTH - Static variable in class org.eclipse.jetty.fcgi.generator.ClientGenerator
N
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- newHttpChannel(Request) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- newHttpConnection(EndPoint, HttpDestination, Promise<Connection>) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- newHttpDestination(Origin) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- newOrigin(HttpRequest) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- noContent() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
-
Invoked by the
Parserwhen the frame content length is zero. - noContent() - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- noContent() - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- noContent() - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
O
- onBegin(int, int, String) - Method in class org.eclipse.jetty.fcgi.parser.ClientParser.Listener.Adapter
- onBegin(int, int, String) - Method in interface org.eclipse.jetty.fcgi.parser.ClientParser.Listener
- onContent(int, FCGI.StreamType, ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onContent(int, FCGI.StreamType, ByteBuffer) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onContent(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- onContent(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- onEnd(int) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onEnd(int) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onFailure(int, Throwable) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onFailure(int, Throwable) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onFillable() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- onHeader(int, HttpField) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onHeader(int, HttpField) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onHeaders(int) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onHeaders(int) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onIdleExpired() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- onOpen() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- onParam(String, String) - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- onParams() - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- onStart(int, FCGI.Role, int) - Method in class org.eclipse.jetty.fcgi.parser.ServerParser.Listener.Adapter
- onStart(int, FCGI.Role, int) - Method in interface org.eclipse.jetty.fcgi.parser.ServerParser.Listener
- org.eclipse.jetty.fcgi - package org.eclipse.jetty.fcgi
- org.eclipse.jetty.fcgi.client - module org.eclipse.jetty.fcgi.client
- org.eclipse.jetty.fcgi.client.http - package org.eclipse.jetty.fcgi.client.http
- org.eclipse.jetty.fcgi.generator - package org.eclipse.jetty.fcgi.generator
- org.eclipse.jetty.fcgi.parser - package org.eclipse.jetty.fcgi.parser
P
- PARAMS - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- ParamsContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the PARAMS frame content.
- ParamsContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
-
Parses the bytes in the given
bufferas FastCGI frame content bytes. - parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.EndRequestContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
-
Parses the bytes in the given
bufferas FastCGI frame header bytes - parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.Parser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- Parser - Class in org.eclipse.jetty.fcgi.parser
-
The FastCGI protocol exchanges frames.
- Parser() - Constructor for class org.eclipse.jetty.fcgi.parser.Parser
- Parser.Listener - Interface in org.eclipse.jetty.fcgi.parser
- Parser.Listener.Adapter - Class in org.eclipse.jetty.fcgi.parser
- PATH_INFO - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- PENDING - Enum constant in enum org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
Not enough bytes have been provided to the parser with a call to
ContentParser.parse(ByteBuffer).
Q
- QUERY_STRING - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
R
- receive() - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- recycle() - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- release() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- release(HttpChannelOverFCGI) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- REMOTE_ADDR - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- REMOTE_PORT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- REQUEST_METHOD - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- REQUEST_URI - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- reset() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- RESPONDER - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.Role
- responseBegin(int, String) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- responseBegin(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- responseContent(HttpExchange, ByteBuffer, Callback) - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- ResponseContentParser - Class in org.eclipse.jetty.fcgi.parser
-
The parser for STDOUT frame content.
- ResponseContentParser(HeaderParser, ClientParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- responseFailure(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- responseFailure(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- responseHeader(HttpExchange, HttpField) - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- responseHeader(HttpField) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- responseHeaders() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- responseHeaders(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- responseSuccess() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- responseSuccess(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- Result(ByteBufferPool, Callback) - Constructor for class org.eclipse.jetty.fcgi.generator.Generator.Result
S
- SCRIPT_FILENAME - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- SCRIPT_NAME - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- send(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- send(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- sendContent(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI
- sendHeaders(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI
- SERVER_ADDR - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- SERVER_NAME - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- SERVER_PORT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- SERVER_PROTOCOL - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- SERVER_SOFTWARE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- ServerGenerator - Class in org.eclipse.jetty.fcgi.generator
- ServerGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.ServerGenerator
- ServerGenerator(ByteBufferPool, boolean, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.ServerGenerator
- ServerParser - Class in org.eclipse.jetty.fcgi.parser
- ServerParser(ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ServerParser
- ServerParser.Listener - Interface in org.eclipse.jetty.fcgi.parser
- ServerParser.Listener.Adapter - Class in org.eclipse.jetty.fcgi.parser
- setAttachment(Object) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- shutdown() - Method in class org.eclipse.jetty.fcgi.generator.Flusher
- STD_ERR - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.StreamType
- STD_IN - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.StreamType
- STD_OUT - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.StreamType
- STDERR - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- STDIN - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- STDOUT - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- StreamContentParser - Class in org.eclipse.jetty.fcgi.parser
-
A stream content parser parses frame bodies of type STDIN, STDOUT and STDERR.
- StreamContentParser(HeaderParser, FCGI.StreamType, Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.StreamContentParser
- succeeded() - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
T
- toConnectionString() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
V
- valueOf(String) - Static method in enum org.eclipse.jetty.fcgi.FCGI.FrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.fcgi.FCGI.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.fcgi.FCGI.StreamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.jetty.fcgi.FCGI.FrameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.fcgi.FCGI.Role
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.fcgi.FCGI.StreamType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values