A B C D E F G H I K L M N O P Q R S T V W Z

A

a - Static variable in class org.apache.coyote.http11.Constants
'a'.
A - Static variable in class org.apache.coyote.http11.Constants
'A'.
ACK - Static variable in class org.apache.coyote.http11.Constants
Ack string when pipelining HTTP requests.
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11Processor
Send an action to the connector.
activeFilters - Variable in class org.apache.coyote.http11.InternalInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Active filter (which is actually the top of the pipeline).
adapter - Variable in class org.apache.coyote.http11.Http11Protocol
 
adapter - Variable in class org.apache.coyote.http11.Http11Processor
Associated adapter.
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Add an output filter to the filter library.
addCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11Processor
Add a mime-type which will be compressable The mime-type String will be exactly matched in the response mime-type header .
addFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Add an output filter to the filter library.
addFilter(String) - Method in class org.apache.coyote.http11.Http11Processor
Add input or output filter.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11Processor
Add an input filter to the current request.
addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
Add user-agent for which gzip compression didn't works The user agent String given will be exactly matched to the user-agent header submitted by the client.
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
addStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11Processor
General use method
ascbuf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the US-ASCII header buffer.
attributes - Variable in class org.apache.coyote.http11.Http11Protocol
 

B

bodyBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP body buffer.
buf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes buffer.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.VoidOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Next buffer in the pipeline.

C

cHandler - Variable in class org.apache.coyote.http11.Http11Protocol
 
checkSocketFactory() - Method in class org.apache.coyote.http11.Http11Protocol
Sanity check and socketFactory setup.
CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Chunked filters (input and output).
ChunkedInputFilter - class org.apache.coyote.http11.filters.ChunkedInputFilter.
Chunked input filter.
ChunkedInputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ChunkedOutputFilter - class org.apache.coyote.http11.filters.ChunkedOutputFilter.
Chunked output filter.
ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
Default constructor.
chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Chunk header.
chunkLength - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Buffer used for chunk length conversion.
clearFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Clear filters.
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
Close bytes.
close() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
COLON_BYTES - Static variable in class org.apache.coyote.http11.Constants
Colon bytes.
commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Commit the response.
committed - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Committed flag.
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11Processor
List of MIMES which could be gzipped
compression - Variable in class org.apache.coyote.http11.Http11Protocol
 
compressionLevel - Variable in class org.apache.coyote.http11.Http11Processor
Allowed compression level.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11Processor
Minimum contentsize to make compression.
compressionStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Compression output stream.
Constants - class org.apache.coyote.http11.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.http11.Constants
 
contentDelimitation - Variable in class org.apache.coyote.http11.Http11Processor
Content delimitator for the request (if false, the connection will be closed at the end of the request).
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Content length.
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Content length.
count - Static variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
CR - Static variable in class org.apache.coyote.http11.Constants
CR.
CRLF - Static variable in class org.apache.coyote.http11.Constants
CRLF.
CRLF_BYTES - Static variable in class org.apache.coyote.http11.Constants
CRLF bytes.

D

DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.http11.Constants
Default HTTP header buffer size.
destroy() - Method in class org.apache.coyote.http11.Http11Protocol
 
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Protocol
 
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Processor
Flag to disable setting a different time-out on uploads.
domain - Variable in class org.apache.coyote.http11.Http11Protocol
 
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.http11.InputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.http11.OutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Write some bytes.

E

ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
END_CHUNK - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
end() - Method in interface org.apache.coyote.http11.InputFilter
End the current request.
end() - Method in interface org.apache.coyote.http11.OutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End the current request.
endChunk - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Chunk used to read leftover bytes.
endChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true when the end chunk has been read.
endHeaders() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End the header block.
endRequest() - Method in class org.apache.coyote.http11.InternalInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End request.
ep - Variable in class org.apache.coyote.http11.Http11Protocol
 
error - Variable in class org.apache.coyote.http11.Http11Processor
Error flag.

F

fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Fake internal output stream.
fill() - Method in class org.apache.coyote.http11.InternalInputBuffer
Fill the internal buffer using data from the undelying input stream.
filterLibrary - Variable in class org.apache.coyote.http11.InternalInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Filter library.
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11Processor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of no compression user agents.
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
finished - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Finished flag.
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 

G

GET - Static variable in class org.apache.coyote.http11.Constants
GET.
getAdapter() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11Processor
Get the associated adapter.
getAttribute(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11Processor
Return compression level.
getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Get content length.
getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Get content length.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the flag that controls upload time-outs.
getDomain() - Method in class org.apache.coyote.http11.Http11Protocol
 
getEncodingName() - Method in interface org.apache.coyote.http11.InputFilter
Get the name of the encoding handled by this filter.
getEncodingName() - Method in interface org.apache.coyote.http11.OutputFilter
Get the name of the encoding handled by this filter.
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Return the name of the associated encoding; Here, the value is "void".
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get filters.
getInputStream() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get the underlying socket input stream.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Processor
Return the number of Keep-Alive requests that we will honor.
getObjectName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getOutputStream() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get the underlying socket output stream.
getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Get remaining bytes.
getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Get remaining bytes.
getRequest() - Method in class org.apache.coyote.http11.Http11Processor
Get the request associated with this processor.
getTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the upload timeout.
global - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
GZIP filters (input and output).
GzipOutputFilter - class org.apache.coyote.http11.filters.GzipOutputFilter.
Gzip output filter.
GzipOutputFilter.FakeOutputStream - class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream.
 
GzipOutputFilter.FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
 

H

HEAD - Static variable in class org.apache.coyote.http11.Constants
HEAD.
headerBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
US-ASCII header buffer.
headerBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
HTTP header buffer.
headerBuffer1 - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP header buffer no 1.
headerBuffer2 - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP header buffer no 2.
headers - Variable in class org.apache.coyote.http11.InternalInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Headers of the associated request.
hostNameC - Variable in class org.apache.coyote.http11.Http11Processor
Host name (used to avoid useless B2C conversion on the host name).
HT - Static variable in class org.apache.coyote.http11.Constants
HT.
HTTP_10 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.0.
HTTP_11 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.1.
http09 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/0.9 flag.
http11 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/1.1 flag.
Http11Processor - class org.apache.coyote.http11.Http11Processor.
Processes HTTP requests.
Http11Processor() - Constructor for class org.apache.coyote.http11.Http11Processor
Default constructor.
Http11Protocol - class org.apache.coyote.http11.Http11Protocol.
Abstract the protocol implementation, including threading, etc.
Http11Protocol.Http11ConnectionHandler - class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler.
 
Http11Protocol.Http11ConnectionHandler(Http11Protocol) - Constructor for class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
Http11Protocol() - Constructor for class org.apache.coyote.http11.Http11Protocol
 

I

IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
Indetity filters (input and output).
IdentityInputFilter - class org.apache.coyote.http11.filters.IdentityInputFilter.
Identity input filter.
IdentityInputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityInputFilter
 
IdentityOutputFilter - class org.apache.coyote.http11.filters.IdentityOutputFilter.
Identity output filter.
IdentityOutputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityOutputFilter
 
init() - Method in class org.apache.coyote.http11.Http11Protocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
initializeFilters() - Method in class org.apache.coyote.http11.Http11Processor
Initialize standard input and output filters.
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
InputFilter - interface org.apache.coyote.http11.InputFilter.
Input filter interface.
inputStream - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input stream.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input buffer.
inStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11Processor
General use method
InternalInputBuffer - class org.apache.coyote.http11.InternalInputBuffer.
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalInputBuffer.InputStreamInputBuffer - class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer.
This class is an input buffer which will read its data from an input stream.
InternalInputBuffer.InputStreamInputBuffer() - Constructor for class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
 
InternalInputBuffer(Request) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
Default constructor.
InternalInputBuffer(Request, int) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
Alternate constructor.
InternalOutputBuffer - class org.apache.coyote.http11.InternalOutputBuffer.
Output buffer.
InternalOutputBuffer.OutputStreamOutputBuffer - class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer.
This class is an output buffer which will write data to an output stream.
InternalOutputBuffer.OutputStreamOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
 
InternalOutputBuffer(Response) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
Default constructor.
InternalOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
Alternate constructor.
isCompressable() - Method in class org.apache.coyote.http11.Http11Processor
 

K

keepAlive - Variable in class org.apache.coyote.http11.Http11Processor
Keep-alive.
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.http11.Constants
Keep-alive bytes.

L

lastActiveFilter - Variable in class org.apache.coyote.http11.InternalInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Index of the last active filter.
lastValid - Variable in class org.apache.coyote.http11.InternalInputBuffer
Last valid byte.
lastValid - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Last valid byte in the buffer.
LC_OFFSET - Static variable in class org.apache.coyote.http11.Constants
Lower case offset.
LF - Static variable in class org.apache.coyote.http11.Constants
LF.
log - Static variable in class org.apache.coyote.http11.Http11Protocol
 
log - Static variable in class org.apache.coyote.http11.Http11Processor
Logger.

M

maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11Protocol
 
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11Processor
Maximum number of Keep-Alive requests to honor.
mserver - Variable in class org.apache.coyote.http11.Http11Protocol
 

N

needCRLFParse - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true if the next call to doRead() must parse a CRLF pair before doing anything else.
nextRequest() - Method in class org.apache.coyote.http11.InternalInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End processing of current HTTP request.
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of user agents to not use gzip with

O

oname - Variable in class org.apache.coyote.http11.Http11Protocol
 
org.apache.coyote.http11 - package org.apache.coyote.http11
 
org.apache.coyote.http11.filters - package org.apache.coyote.http11.filters
 
outputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Output.
outputChunk - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
OutputFilter - interface org.apache.coyote.http11.OutputFilter.
Output filter.
outputStream - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output stream.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output buffer.

P

Package - Static variable in class org.apache.coyote.http11.Constants
Package name.
parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse the header of a chunk.
parseCRLF() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse CRLF at end of chunk.
parseEndChunk() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse end chunk data.
parseHeader() - Method in class org.apache.coyote.http11.InternalInputBuffer
Parse an HTTP header.
parseHeaders() - Method in class org.apache.coyote.http11.InternalInputBuffer
Parse the HTTP headers.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11Processor
Parse host.
parseRequestLine() - Method in class org.apache.coyote.http11.InternalInputBuffer
Read the request line.
parsingHeader - Variable in class org.apache.coyote.http11.InternalInputBuffer
State.
pos - Variable in class org.apache.coyote.http11.InternalInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Position in the buffer.
POST - Static variable in class org.apache.coyote.http11.Constants
POST.
postDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
prepareRequest() - Method in class org.apache.coyote.http11.Http11Processor
After reading the request headers, we have to setup the request filters.
prepareResponse() - Method in class org.apache.coyote.http11.Http11Processor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11Protocol
 
process(InputStream, OutputStream) - Method in class org.apache.coyote.http11.Http11Processor
Process pipelined HTTP requests using the specified input and output streams.
processConnection(TcpConnection, Object[]) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
proto - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 

Q

QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.

R

readBytes() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes from the previous buffer.
readChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Byte chunk used to read bytes.
recycle() - Method in class org.apache.coyote.http11.InternalInputBuffer
Recycle the input buffer.
recycle() - Method in interface org.apache.coyote.http11.InputFilter
Make the filter ready to process the next request.
recycle() - Method in interface org.apache.coyote.http11.OutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Make the filter ready to process the next request.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Remaining bytes.
remaining - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Number of bytes remaining in the current chunk.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Remaining bytes.
remoteAddr - Variable in class org.apache.coyote.http11.Http11Processor
Remote Address associated with the current connection.
remoteHost - Variable in class org.apache.coyote.http11.Http11Processor
Remote Host associated with the current connection.
reportedname - Variable in class org.apache.coyote.http11.Http11Protocol
 
request - Variable in class org.apache.coyote.http11.InternalInputBuffer
Associated Coyote request.
request - Variable in class org.apache.coyote.http11.Http11Processor
Request object.
reset() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Reset current response.
response - Variable in class org.apache.coyote.http11.Http11Processor
Response object.
response - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Associated Coyote response.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of restricted user agents.

S

secure - Variable in class org.apache.coyote.http11.Http11Protocol
 
sendAck() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send an acknoledgement.
sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendStatus() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send the response status line.
SERVER - Static variable in class org.apache.coyote.http11.Constants
Server string.
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11Protocol
The adapter, used to call the connector
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11Processor
Set the associated adapter.
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11Protocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Set the next buffer in the filter pipeline.
setClientauth(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCompressableMimeType(String[]) - Method in class org.apache.coyote.http11.Http11Processor
Set compressable mime-type list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setCompression(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCompression(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compression level.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Processor
Set the flag to control upload time-outs.
setHostName(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setInputStream(InputStream) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the underlying socket input stream.
setKeypass(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11Protocol
Set the maximum number of Keep-Alive requests that we will honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum number of Keep-Alive requests to honor.
setMaxSpareThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMinSpareThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setNoCompressionUserAgents(String[]) - Method in class org.apache.coyote.http11.Http11Processor
Set no compression user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setOutputStream(OutputStream) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the underlying socket output stream.
setPools(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setProtocol(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setReportedname(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setRequest(Request) - Method in interface org.apache.coyote.http11.InputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the associated reauest.
setResponse(Response) - Method in interface org.apache.coyote.http11.OutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Some filters need additional parameters from the response.
setRestrictedUserAgents(String[]) - Method in class org.apache.coyote.http11.Http11Processor
Set restricted user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setServer(Object) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
setServerSoTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocket(Socket) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket associated with this HTTP connection.
setSocketCloseDelay(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocketFactory(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLImplementation(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11Processor
Set the SSL information for this HTTP connection.
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setThreadPool(ThreadPool) - Method in class org.apache.coyote.http11.Http11Processor
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the upload timeout.
sm - Static variable in class org.apache.coyote.http11.Http11Protocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalInputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalOutputBuffer
The string manager for this package.
socket - Variable in class org.apache.coyote.http11.Http11Processor
Socket associated with the current connection.
socketCloseDelay - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketFactory - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketFactoryName - Variable in class org.apache.coyote.http11.Http11Protocol
 
SP - Static variable in class org.apache.coyote.http11.Constants
SP.
sslImplementation - Variable in class org.apache.coyote.http11.Http11Protocol
 
sslImplementationName - Variable in class org.apache.coyote.http11.Http11Protocol
 
sslSupport - Variable in class org.apache.coyote.http11.Http11Processor
SSL information.
start() - Method in class org.apache.coyote.http11.Http11Protocol
 
started - Variable in class org.apache.coyote.http11.Http11Processor
State flag.
string2SocketFactory(String) - Static method in class org.apache.coyote.http11.Http11Protocol
 

T

threadPool - Variable in class org.apache.coyote.http11.Http11Processor
 
timeout - Variable in class org.apache.coyote.http11.Http11Protocol
 
timeout - Variable in class org.apache.coyote.http11.Http11Processor
Maximum timeout on uploads.
tp - Variable in class org.apache.coyote.http11.Http11Protocol
 

V

VOID_FILTER - Static variable in class org.apache.coyote.http11.Constants
Void filters (input and output).
VoidInputFilter - class org.apache.coyote.http11.filters.VoidInputFilter.
Void input filter, which returns -1 when attempting a read.
VoidInputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidInputFilter
 
VoidOutputFilter - class org.apache.coyote.http11.filters.VoidOutputFilter.
Void output filter, which silently swallows bytes written.
VoidOutputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidOutputFilter
 

W

write(byte[]) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied byte buffer to the output stream, without filtering.
write(byte[], int, int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(ByteChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will print the specified integer to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(String) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied String to the output stream, without filtering.

Z

Z - Static variable in class org.apache.coyote.http11.Constants
'Z'.

A B C D E F G H I K L M N O P Q R S T V W Z

Copyright (c) 2001 - Apache Software Foundation