Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

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

A

A - Static variable in class org.apache.coyote.http11.Constants
'A'.
ACK_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
a - Static variable in class org.apache.coyote.http11.Constants
'a'.
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11AprProcessor
Send an action to the connector.
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.InternalAprInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Active filter (which is actually the top of the pipeline).
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.FileTester
Coyote adapter to use.
adapter - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
adapter - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
adapter - Variable in class org.apache.coyote.http11.Http11Processor
Associated adapter.
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Add an output filter to the filter library.
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.Http11AprProcessor
Add a mime-type which will be compressable The mime-type String will be exactly matched in the response mime-type header .
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(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add input or output filter.
addFilter(String) - Method in class org.apache.coyote.http11.Http11Processor
Add input or output filter.
addFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Add an output filter to the filter library.
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.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add an input filter to the current request.
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.Http11AprProcessor
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.
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.
addREArray(Pattern[], Pattern) - Method in class org.apache.coyote.http11.Http11AprProcessor
General use method
addREArray(Pattern[], Pattern) - Method in class org.apache.coyote.http11.Http11Processor
General use method
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
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.Http11AprProcessor
General use method
addStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11Processor
General use method
ascbuf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Pointer to the US-ASCII header buffer.
ascbuf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the US-ASCII header buffer.
attributes - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
attributes - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 

B

BUFFERED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Buffered filter (input)
b - Static variable in class org.apache.coyote.http11.RandomAdapter
 
bbuf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Direct byte buffer used to perform actual reading.
bbuf - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Direct byte buffer used for writing.
bc - Static variable in class org.apache.coyote.http11.RandomAdapter
 
bodyBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
HTTP body buffer.
bodyBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP body buffer.
buf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Pointer to the current read 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.

C

CHUNKED - Static variable in class org.apache.coyote.http11.Constants
 
CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Chunked filters (input and output).
CLOSE - Static variable in class org.apache.coyote.http11.Constants
 
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
COLON_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
CONNECTION - Static variable in class org.apache.coyote.http11.Constants
 
CR - Static variable in class org.apache.coyote.http11.Constants
CR.
CRLF - Static variable in class org.apache.coyote.http11.Constants
CRLF.
CRLF - Static variable in class org.apache.coyote.http11.RandomAdapter
 
CRLF - Static variable in class org.apache.coyote.http11.TestAdapter
 
CRLF_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
Constants - class org.apache.coyote.http11.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.http11.Constants
 
cHandler - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
cHandler - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
checkSocketFactory() - Method in class org.apache.coyote.http11.Http11BaseProtocol
Sanity check and socketFactory setup.
clearFilters() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Clear filters.
commit() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Commit the response.
committed - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Committed flag.
committed - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Committed flag.
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11Processor
List of MIMES which could be gzipped
compression - Variable in class org.apache.coyote.http11.Http11AprProtocol
Compression value.
compression - Variable in class org.apache.coyote.http11.Http11BaseProtocol
Compression value.
compressionLevel - Variable in class org.apache.coyote.http11.Http11AprProcessor
Allowed compression level.
compressionLevel - Variable in class org.apache.coyote.http11.Http11Processor
Allowed compression level.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11AprProcessor
Minimum contentsize to make compression.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
compressionMinSize - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
compressionMinSize - Variable in class org.apache.coyote.http11.Http11Processor
Minimum contentsize to make compression.
contentDelimitation - Variable in class org.apache.coyote.http11.Http11AprProcessor
Content delimitator for the request (if false, the connection will be closed at the end of the request).
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).
count - Static variable in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
count - Static variable in class org.apache.coyote.http11.Http11BaseProtocol.Http11ConnectionHandler
 
count - Static variable in class org.apache.coyote.http11.Http11Protocol.JmxHttp11ConnectionHandler
 
createConnectionHandler() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
createConnectionHandler() - Method in class org.apache.coyote.http11.Http11Protocol
 

D

DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.http11.Constants
Default HTTP header buffer size.
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.http11.Constants
 
destroy() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11Protocol
 
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11AprProcessor
Flag to disable setting a different time-out on uploads.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Processor
Flag to disable setting a different time-out on uploads.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.http11.InputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
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 class org.apache.coyote.http11.InternalInputBuffer
Read some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
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.InternalOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.http11.OutputFilter
Write some bytes.
domain - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11Protocol
 

E

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.
endHeaders() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End the header block.
endHeaders() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End the header block.
endRequest() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End request.
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.
endpoint - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11Processor
Associated endpoint.
ep - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
ep - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
error - Variable in class org.apache.coyote.http11.Http11AprProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11Processor
Error flag.
expectation - Variable in class org.apache.coyote.http11.Http11AprProcessor
Is there an expectation ?
expectation - Variable in class org.apache.coyote.http11.Http11Processor
Is there an expectation ?

F

FileTester - class org.apache.coyote.http11.FileTester.
File tester.
FileTester(Adapter, Processor, File, File) - Constructor for class org.apache.coyote.http11.FileTester
Construct a new file tester using the two files specified.
fill() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Fill the internal buffer using data from the undelying input 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.InternalAprInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Filter library.
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.Http11AprProcessor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
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.Http11AprProcessor
Return the list of restricted user agents.
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the list of restricted 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.InternalAprOutputBuffer
Finished flag.
finished - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Finished flag.
flush() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Flush the response.
flushBuffer() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Callback to write data from the buffer.

G

GET - Static variable in class org.apache.coyote.http11.Constants
GET.
GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
GZIP filter (output).
getAdapter() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11Processor
Get the associated adapter.
getAddress() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAlgorithm() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getCiphers() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getClientauth() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11Processor
Return compression level.
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
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.Http11AprProtocol
 
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.
getFilters() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get filters.
getFirstReadTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getInputStream() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get the underlying socket input stream.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11AprProtocol
Return the Keep-Alive policy for the connection.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11BaseProtocol
Return the Keep-Alive policy for the connection.
getKeyAlias() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getKeypass() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getKeystore() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getKeytype() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Processor
Return the number of Keep-Alive requests that we will honor.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11Processor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSpareThreads() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMessage(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
 
getMinSpareThreads() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getOutputStream() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get the underlying socket output stream.
getPollTime() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollerSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getProperty(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
Get a property
getProperty(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
Get a property
getProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getProtocol() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getProtocols() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getReportedname() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.http11.Http11Processor
Get the request associated with this processor.
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSSLCACertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate file.
getSSLCACertificatePath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate path.
getSSLCARevocationFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation file.
getSSLCARevocationPath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation path.
getSSLCertificateChainFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate chain file.
getSSLCertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate file.
getSSLCertificateKeyFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate key file.
getSSLCipherSuite() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL cipher suite.
getSSLEngine() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL engine.
getSSLImplementation() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSSLPassword() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
getSSLProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL protocol.
getSSLVerifyClient() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify client.
getSSLVerifyDepth() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify depth.
getSecure() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSecure() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getServer() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the server header name.
getServer() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getServer() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getServer() - Method in class org.apache.coyote.http11.Http11Processor
Get the server header name.
getServerSoTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSocket() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Get the underlying socket input stream.
getSocket() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get the underlying socket input stream.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Processor
Get the socket buffer flag.
getSocketCloseDelay() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSocketCloseDelay() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSocketFactory() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getStrategy() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the upload timeout.
getTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the upload timeout.
getUseSendfile() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
global - Variable in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
global - Variable in class org.apache.coyote.http11.Http11BaseProtocol.Http11ConnectionHandler
 
global - Variable in class org.apache.coyote.http11.Http11Protocol.JmxHttp11ConnectionHandler
 

H

HEAD - Static variable in class org.apache.coyote.http11.Constants
HEAD.
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.
HTTP_11_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
Http11AprProcessor - class org.apache.coyote.http11.Http11AprProcessor.
Processes HTTP requests.
Http11AprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.http11.Http11AprProcessor
 
Http11AprProtocol - class org.apache.coyote.http11.Http11AprProtocol.
Abstract the protocol implementation, including threading, etc.
Http11AprProtocol() - Constructor for class org.apache.coyote.http11.Http11AprProtocol
 
Http11AprProtocol.Http11ConnectionHandler - class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler.
 
Http11AprProtocol.Http11ConnectionHandler(Http11AprProtocol) - Constructor for class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
Http11BaseProtocol - class org.apache.coyote.http11.Http11BaseProtocol.
Abstract the protocol implementation, including threading, etc.
Http11BaseProtocol() - Constructor for class org.apache.coyote.http11.Http11BaseProtocol
 
Http11BaseProtocol.Http11ConnectionHandler - class org.apache.coyote.http11.Http11BaseProtocol.Http11ConnectionHandler.
 
Http11BaseProtocol.Http11ConnectionHandler(Http11BaseProtocol) - Constructor for class org.apache.coyote.http11.Http11BaseProtocol.Http11ConnectionHandler
 
Http11Processor - class org.apache.coyote.http11.Http11Processor.
Processes HTTP requests.
Http11Processor() - Constructor for class org.apache.coyote.http11.Http11Processor
Default constructor.
Http11Processor(int) - Constructor for class org.apache.coyote.http11.Http11Processor
 
Http11Protocol - class org.apache.coyote.http11.Http11Protocol.
Abstract the protocol implementation, including threading, etc.
Http11Protocol() - Constructor for class org.apache.coyote.http11.Http11Protocol
 
Http11Protocol.JmxHttp11ConnectionHandler - class org.apache.coyote.http11.Http11Protocol.JmxHttp11ConnectionHandler.
 
Http11Protocol.JmxHttp11ConnectionHandler(Http11Protocol) - Constructor for class org.apache.coyote.http11.Http11Protocol.JmxHttp11ConnectionHandler
 
Http11Protocol.MXPoolListener - class org.apache.coyote.http11.Http11Protocol.MXPoolListener.
 
Http11Protocol.MXPoolListener(Http11Protocol, ThreadPool) - Constructor for class org.apache.coyote.http11.Http11Protocol.MXPoolListener
 
headerBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
US-ASCII header buffer.
headerBuffer - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
HTTP header buffer.
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.InternalAprInputBuffer
HTTP header buffer no 1.
headerBuffer1 - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP header buffer no 1.
headerBuffer2 - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
HTTP header buffer no 2.
headerBuffer2 - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP header buffer no 2.
headers - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Headers of the associated request.
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.Http11AprProcessor
Host name (used to avoid useless B2C conversion on the host name).
hostNameC - Variable in class org.apache.coyote.http11.Http11Processor
Host name (used to avoid useless B2C conversion on the host name).
http09 - Variable in class org.apache.coyote.http11.Http11AprProcessor
HTTP/0.9 flag.
http09 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/0.9 flag.
http11 - Variable in class org.apache.coyote.http11.Http11AprProcessor
HTTP/1.1 flag.
http11 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/1.1 flag.

I

IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
Identity filters (input and output).
InputFilter - interface org.apache.coyote.http11.InputFilter.
Input filter interface.
InternalAprInputBuffer - class org.apache.coyote.http11.InternalAprInputBuffer.
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalAprInputBuffer(Request, int, long) - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer
Alternate constructor.
InternalAprInputBuffer.SocketInputBuffer - class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer.
This class is an input buffer which will read its data from an input stream.
InternalAprInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
 
InternalAprOutputBuffer - class org.apache.coyote.http11.InternalAprOutputBuffer.
Output buffer.
InternalAprOutputBuffer(Response) - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer
Default constructor.
InternalAprOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer
Alternate constructor.
InternalAprOutputBuffer.SocketOutputBuffer - class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer.
This class is an output buffer which will write data to an output stream.
InternalAprOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
 
InternalInputBuffer - class org.apache.coyote.http11.InternalInputBuffer.
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
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.
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
 
InternalOutputBuffer - class org.apache.coyote.http11.InternalOutputBuffer.
Output buffer.
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.
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
 
inStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11AprProcessor
General use method
inStringArray(String[], String) - Method in class org.apache.coyote.http11.Http11Processor
General use method
init() - Method in class org.apache.coyote.http11.Http11AprProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11BaseProtocol.Http11ConnectionHandler
 
init() - Method in class org.apache.coyote.http11.Http11BaseProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11Protocol.JmxHttp11ConnectionHandler
 
initializeFilters() - Method in class org.apache.coyote.http11.Http11AprProcessor
Initialize standard input and output filters.
initializeFilters() - Method in class org.apache.coyote.http11.Http11Processor
Initialize standard input and output filters.
inputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
inputFile - Variable in class org.apache.coyote.http11.FileTester
File containing the input data.
inputStream - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input stream.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Underlying input buffer.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input buffer.
isCompressable() - Method in class org.apache.coyote.http11.Http11AprProcessor
Check for compression
isCompressable() - Method in class org.apache.coyote.http11.Http11Processor
Check for compression

K

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

L

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.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Index of the last active filter.
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.InternalAprInputBuffer
Last valid byte.
lastValid - Variable in class org.apache.coyote.http11.InternalInputBuffer
Last valid byte.
localAddr - Variable in class org.apache.coyote.http11.Http11AprProcessor
The local Host address.
localAddr - Variable in class org.apache.coyote.http11.Http11Processor
The local Host address.
localName - Variable in class org.apache.coyote.http11.Http11AprProcessor
Local Host associated with the current connection.
localName - Variable in class org.apache.coyote.http11.Http11Processor
Local Host associated with the current connection.
localPort - Variable in class org.apache.coyote.http11.Ht