Index

A B C D E F G H I M N O P Q R S V 
All Classes and Interfaces|All Packages|Constant Field Values

A

ABORT_REQUEST - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
ASYNC - Enum constant in enum class 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 class org.eclipse.jetty.fcgi.FCGI.Role
 

B

BEGIN_REQUEST - Enum constant in enum class 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
 
code - Variable in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
code - Variable in enum class org.eclipse.jetty.fcgi.FCGI.Role
 
COMPLETE - Enum constant in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
The frame content parsing is complete, and the parser can now parse the padding bytes.
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 Class 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.transport.HttpClientTransportOverFCGI
 

D

DATA - Enum constant in enum class 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 class 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
 
eof() - Method in class org.eclipse.jetty.fcgi.parser.Parser
 

F

FCGI - Class in org.eclipse.jetty.fcgi
 
FCGI.FrameType - Enum Class in org.eclipse.jetty.fcgi
 
FCGI.Headers - Class in org.eclipse.jetty.fcgi
 
FCGI.Role - Enum Class in org.eclipse.jetty.fcgi
 
FCGI.StreamType - Enum Class in org.eclipse.jetty.fcgi
 
FILTER - Enum constant in enum class 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(ByteBufferPool.Accumulator, Callback) - 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 class org.eclipse.jetty.fcgi.FCGI.FrameType
 
from(int) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.Role
 

G

GATEWAY_INTERFACE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
generateContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean, FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.generator.Generator
 
generateRequestContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
generateRequestHeaders(ByteBufferPool.Accumulator, int, HttpFields) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
generateResponseContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean, boolean) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
 
generateResponseHeaders(ByteBufferPool.Accumulator, int, int, String, HttpFields) - 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
 
GET_VALUES - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
GET_VALUES_RESULT - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
getBeginNanoTime() - Method in class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
 
getBeginNanoTime() - Method in class org.eclipse.jetty.fcgi.parser.ServerParser
 
getByteBufferPool() - Method in class org.eclipse.jetty.fcgi.generator.Generator
 
getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
 
getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
getFrameType() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
getPaddingLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
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.transport.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
 
HttpClientTransportOverFCGI - Class in org.eclipse.jetty.fcgi.client.transport
 
HttpClientTransportOverFCGI(int, String) - Constructor for class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
HttpClientTransportOverFCGI(String) - Constructor for class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
HttpClientTransportOverFCGI(ClientConnector, String) - Constructor for class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
HTTPS - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 

I

isUseDirectByteBuffers() - Method in class org.eclipse.jetty.fcgi.generator.Generator
 

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.transport.HttpClientTransportOverFCGI
 
newConnection(EndPoint, Destination, Promise<Connection>) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
newDestination(Origin) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
newOrigin(Request) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
noContent() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
Invoked by the Parser when 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 interface org.eclipse.jetty.fcgi.parser.ClientParser.Listener
 
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 interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onFailure(int, Throwable) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onHeader(int, HttpField) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onHeaders(int) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
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 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.transport - package org.eclipse.jetty.fcgi.client.transport
 
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 class 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 buffer as 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 buffer as 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(Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.Parser
 
Parser.Listener - Interface in org.eclipse.jetty.fcgi.parser
 
PATH_INFO - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
PENDING - Enum constant in enum class 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

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 class org.eclipse.jetty.fcgi.FCGI.Role
 
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
 

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
 
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
 
shutdown() - Method in class org.eclipse.jetty.fcgi.generator.Flusher
 
STD_ERR - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
 
STD_IN - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
 
STD_OUT - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
 
STDERR - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
STDIN - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
STDOUT - Enum constant in enum class 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
 

V

valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.fcgi.FCGI.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I M N O P Q R S V 
All Classes and Interfaces|All Packages|Constant Field Values