A B C D E F G H I L M N O P Q R S T U

A

acknowledge() - Method in class org.apache.coyote.Response
 
ACTION_ACK - Static variable in class org.apache.coyote.ActionCode
 
ACTION_CLIENT_FLUSH - Static variable in class org.apache.coyote.ActionCode
A flush() operation originated by the client ( i.e. a flush() on the servlet output stream or writer, called by a servlet ).
ACTION_CLOSE - Static variable in class org.apache.coyote.ActionCode
 
ACTION_COMMIT - Static variable in class org.apache.coyote.ActionCode
 
ACTION_CUSTOM - Static variable in class org.apache.coyote.ActionCode
 
ACTION_NEW_REQUEST - Static variable in class org.apache.coyote.ActionCode
Chain for request creation.
ACTION_POST_REQUEST - Static variable in class org.apache.coyote.ActionCode
Hook called after request, but before recycling.
ACTION_REQ_HOST_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-related attributes.
ACTION_REQ_HOST_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host name.
ACTION_REQ_SSL_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-related attributes.
ACTION_REQ_SSL_CERTIFICATE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-certificate (including forcing a re-handshake if necessary)
ACTION_RESET - Static variable in class org.apache.coyote.ActionCode
 
ACTION_START - Static variable in class org.apache.coyote.ActionCode
 
ACTION_STOP - Static variable in class org.apache.coyote.ActionCode
 
ACTION_WEBAPP - Static variable in class org.apache.coyote.ActionCode
 
action(ActionCode, Object) - Method in interface org.apache.coyote.ActionHook
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.Response
 
action(ActionCode, Object) - Method in class org.apache.coyote.Request
 
ActionCode - class org.apache.coyote.ActionCode.
Enumerated class containing the adapter event codes.
ActionCode(int) - Constructor for class org.apache.coyote.ActionCode
Private constructor.
ActionHook - interface org.apache.coyote.ActionHook.
Action hook.
Adapter - interface org.apache.coyote.Adapter.
Adapter.
addHeader(String, String) - Method in class org.apache.coyote.Response
 
addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
attributes - Variable in class org.apache.coyote.Request
 
authType - Variable in class org.apache.coyote.Request
 
available - Variable in class org.apache.coyote.Request
 

B

bytesRead - Variable in class org.apache.coyote.Request
 
bytesReceived - Variable in class org.apache.coyote.RequestInfo
 
bytesSent - Variable in class org.apache.coyote.RequestInfo
 
bytesWritten - Variable in class org.apache.coyote.Response
 

C

characterEncoding - Variable in class org.apache.coyote.Response
 
charEncoding - Variable in class org.apache.coyote.Request
 
checkSpecialHeader(String, String) - Method in class org.apache.coyote.Response
Set internal fields for special header names.
code - Variable in class org.apache.coyote.ActionCode
 
commited - Variable in class org.apache.coyote.Response
Committed flag.
Constants - class org.apache.coyote.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.Constants
 
containsHeader(String) - Method in class org.apache.coyote.Response
 
contentLanguage - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.Request
HTTP specific fields.
contentType - Variable in class org.apache.coyote.Response
HTTP specific fields.
contentType() - Method in class org.apache.coyote.Request
 
contentTypeMB - Variable in class org.apache.coyote.Request
 
cookies - Variable in class org.apache.coyote.Request
 

D

decodedURI() - Method in class org.apache.coyote.Request
 
decodedUriMB - Variable in class org.apache.coyote.Request
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.coyote.Constants
 
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.coyote.Constants
 
DEFAULT_LOCALE - Static variable in class org.apache.coyote.Constants
 
DEFAULT_LOCALE - Static variable in class org.apache.coyote.Response
Default locale as mandated by the spec.
destroy() - Method in interface org.apache.coyote.ProtocolHandler
 
doRead(ByteChunk) - Method in class org.apache.coyote.Request
Read data from the input buffer and put it into a byte chunk.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.InputBuffer
Return from the input stream.
doWrite(ByteChunk) - Method in class org.apache.coyote.Response
Write a chunk of bytes.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.OutputBuffer
 

E

errorCount - Variable in class org.apache.coyote.RequestInfo
 
errorException - Variable in class org.apache.coyote.Response
Holds request error exception.
errorURI - Variable in class org.apache.coyote.Response
Request error URI.

F

finish() - Method in class org.apache.coyote.Response
 

G

getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
 
getAdapter() - Method in interface org.apache.coyote.Processor
 
getAttribute(String) - Method in interface org.apache.coyote.ProtocolHandler
 
getAttribute(String) - Method in class org.apache.coyote.Request
 
getAttributes() - Method in class org.apache.coyote.Request
 
getAuthType() - Method in class org.apache.coyote.Request
 
getBytesRead() - Method in class org.apache.coyote.Request
 
getBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getBytesReceived() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesWritten() - Method in class org.apache.coyote.Response
 
getCharacterEncoding() - Method in class org.apache.coyote.Response
 
getCharacterEncoding() - Method in class org.apache.coyote.Request
Get the character encoding used for this request.
getCode() - Method in class org.apache.coyote.ActionCode
Action id, useable in switches and table indexes
getContentLanguage() - Method in class org.apache.coyote.Response
Return the content language.
getContentLength() - Method in class org.apache.coyote.Response
 
getContentLength() - Method in class org.apache.coyote.Request
 
getContentLength() - Method in class org.apache.coyote.RequestInfo
 
getContentType() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.coyote.Request
 
getCookies() - Method in class org.apache.coyote.Request
 
getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
 
getCurrentUri() - Method in class org.apache.coyote.RequestInfo
 
getErrorCount() - Method in class org.apache.coyote.RequestInfo
 
getErrorCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getErrorException() - Method in class org.apache.coyote.Response
Get the Exception that occurred during request processing.
getErrorURI() - Method in class org.apache.coyote.Response
Get the request URI that caused the original error.
getHeader(String) - Method in class org.apache.coyote.Request
 
getHook() - Method in class org.apache.coyote.Response
 
getInputBuffer() - Method in class org.apache.coyote.Request
 
getLocale() - Method in class org.apache.coyote.Response
 
getLocalHost() - Method in class org.apache.coyote.Request
 
getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
 
getMaxTime() - Method in class org.apache.coyote.RequestInfo
 
getMaxTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getMessage() - Method in class org.apache.coyote.Response
Get the status message.
getMimeHeaders() - Method in class org.apache.coyote.Response
 
getMimeHeaders() - Method in class org.apache.coyote.Request
 
getNote(int) - Method in class org.apache.coyote.Response
 
getNote(int) - Method in class org.apache.coyote.Request
 
getOutputBuffer() - Method in class org.apache.coyote.Response
 
getParameters() - Method in class org.apache.coyote.Request
 
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getProtocol() - Method in class org.apache.coyote.RequestInfo
 
getRemoteAddr() - Method in class org.apache.coyote.RequestInfo
 
getRemoteUser() - Method in class org.apache.coyote.Request
 
getRequest() - Method in class org.apache.coyote.Response
 
getRequestCount() - Method in class org.apache.coyote.RequestInfo
 
getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getRequestProcessor() - Method in class org.apache.coyote.Request
 
getResponse() - Method in class org.apache.coyote.Request
 
getServerPort() - Method in class org.apache.coyote.Request
 
getServerPort() - Method in class org.apache.coyote.RequestInfo
 
getStartTime() - Method in class org.apache.coyote.Request
 
getStatus() - Method in class org.apache.coyote.Response
 
getURLDecoder() - Method in class org.apache.coyote.Request
 
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
 
global - Variable in class org.apache.coyote.RequestInfo
 

H

headers - Variable in class org.apache.coyote.Response
Response headers.
headers - Variable in class org.apache.coyote.Request
 
hook - Variable in class org.apache.coyote.Response
Action hook.
hook - Variable in class org.apache.coyote.Request
 

I

init() - Method in interface org.apache.coyote.ProtocolHandler
Init the protocol.
inputBuffer - Variable in class org.apache.coyote.Request
Associated input buffer.
InputBuffer - interface org.apache.coyote.InputBuffer.
Input buffer.
instanceId - Variable in class org.apache.coyote.Request
 
instanceId() - Method in class org.apache.coyote.Request
Get the instance id (or JVM route).
isCommitted() - Method in class org.apache.coyote.Response
 
isExceptionPresent() - Method in class org.apache.coyote.Response
 

L

locale - Variable in class org.apache.coyote.Response
 
LOCALE_DEFAULT - Static variable in class org.apache.coyote.Constants
 
localHost - Variable in class org.apache.coyote.Request
 

M

MAX_NOTES - Static variable in class org.apache.coyote.Constants
 
maxRequestUri - Variable in class org.apache.coyote.RequestInfo
 
maxTime - Variable in class org.apache.coyote.RequestInfo
 
message - Variable in class org.apache.coyote.Response
Status message.
method() - Method in class org.apache.coyote.Request
 
methodMB - Variable in class org.apache.coyote.Request
 

N

notes - Variable in class org.apache.coyote.Response
Notes.
notes - Variable in class org.apache.coyote.Request
Notes.

O

org.apache.coyote - package org.apache.coyote
 
outputBuffer - Variable in class org.apache.coyote.Response
Associated output buffer.
OutputBuffer - interface org.apache.coyote.OutputBuffer.
Output buffer.

P

parameters - Variable in class org.apache.coyote.Request
 
process(InputStream, OutputStream) - Method in interface org.apache.coyote.Processor
 
processingTime - Variable in class org.apache.coyote.RequestInfo
 
Processor - interface org.apache.coyote.Processor.
Processor.
processors - Variable in class org.apache.coyote.RequestGroupInfo
 
protocol() - Method in class org.apache.coyote.Request
 
ProtocolHandler - interface org.apache.coyote.ProtocolHandler.
Abstract the protocol implementation, including threading, etc.
protoMB - Variable in class org.apache.coyote.Request
 

Q

query() - Method in class org.apache.coyote.Request
 
queryMB - Variable in class org.apache.coyote.Request
 
queryString() - Method in class org.apache.coyote.Request
 

R

recycle() - Method in class org.apache.coyote.Response
 
recycle() - Method in class org.apache.coyote.Request
 
remoteAddr() - Method in class org.apache.coyote.Request
 
remoteAddrMB - Variable in class org.apache.coyote.Request
 
remoteHost() - Method in class org.apache.coyote.Request
 
remoteHostMB - Variable in class org.apache.coyote.Request
 
remoteUser - Variable in class org.apache.coyote.Request
 
req - Variable in class org.apache.coyote.Response
 
req - Variable in class org.apache.coyote.RequestInfo
 
reqProcessorMX - Variable in class org.apache.coyote.Request
 
Request - class org.apache.coyote.Request.
This is a low-level, efficient representation of a server request.
Request() - Constructor for class org.apache.coyote.Request
 
requestCount - Variable in class org.apache.coyote.RequestInfo
 
RequestGroupInfo - class org.apache.coyote.RequestGroupInfo.
This can be moved to top level ( eventually with a better name ).
RequestGroupInfo() - Constructor for class org.apache.coyote.RequestGroupInfo
 
RequestInfo - class org.apache.coyote.RequestInfo.
Structure holding the Request and Response objects.
RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
 
requestURI() - Method in class org.apache.coyote.Request
 
res - Variable in class org.apache.coyote.RequestInfo
 
reset() - Method in class org.apache.coyote.Response
 
resetCounters() - Method in class org.apache.coyote.RequestGroupInfo
 
response - Variable in class org.apache.coyote.Request
 
Response - class org.apache.coyote.Response.
Response object.
Response() - Constructor for class org.apache.coyote.Response
 

S

scheme() - Method in class org.apache.coyote.Request
 
schemeMB - Variable in class org.apache.coyote.Request
 
sendHeaders() - Method in class org.apache.coyote.Response
Signal that we're done with the headers, and body will follow.
serverName() - Method in class org.apache.coyote.Request
Return the buffer holding the server name, if any.
serverNameMB - Variable in class org.apache.coyote.Request
 
serverPort - Variable in class org.apache.coyote.Request
 
service(Request, Response) - Method in interface org.apache.coyote.Adapter
Call the service method, and notify all listeners
setAdapter(Adapter) - Method in interface org.apache.coyote.ProtocolHandler
The adapter, used to call the connector.
setAdapter(Adapter) - Method in interface org.apache.coyote.Processor
 
setAttribute(String, Object) - Method in interface org.apache.coyote.ProtocolHandler
Pass config info.
setAttribute(String, Object) - Method in class org.apache.coyote.Request
 
setBytesRead(int) - Method in class org.apache.coyote.Request
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesWritten(long) - Method in class org.apache.coyote.Response
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Response
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Request
 
setCommitted(boolean) - Method in class org.apache.coyote.Response
 
setContentLength(int) - Method in class org.apache.coyote.Response
 
setContentLength(int) - Method in class org.apache.coyote.Request
 
setContentType(MessageBytes) - Method in class org.apache.coyote.Request
 
setContentType(String) - Method in class org.apache.coyote.Response
 
setContentType(String) - Method in class org.apache.coyote.Request
 
setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
 
setErrorCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setErrorException(Exception) - Method in class org.apache.coyote.Response
Set the error Exception that occurred during request processing.
setErrorURI(String) - Method in class org.apache.coyote.Response
Set request URI that caused an error during request processing.
setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
 
setHeader(String, String) - Method in class org.apache.coyote.Response
 
setHook(ActionHook) - Method in class org.apache.coyote.Response
 
setInputBuffer(InputBuffer) - Method in class org.apache.coyote.Request
 
setLocale(Locale) - Method in class org.apache.coyote.Response
Called explicitely by user to set the Content-Language and the default encoding
setLocalHost(String) - Method in class org.apache.coyote.Request
 
setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
 
setMaxTime(long) - Method in class org.apache.coyote.RequestInfo
 
setMaxTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setMessage(String) - Method in class org.apache.coyote.Response
Set the status message.
setNote(int, Object) - Method in class org.apache.coyote.Response
 
setNote(int, Object) - Method in class org.apache.coyote.Request
 
setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setRequest(Request) - Method in class org.apache.coyote.Response
 
setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
 
setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setResponse(Response) - Method in class org.apache.coyote.Request
 
setServerPort(int) - Method in class org.apache.coyote.Request
 
setStartTime(long) - Method in class org.apache.coyote.Request
 
setStatus(int) - Method in class org.apache.coyote.Response
Set the response status
start() - Method in interface org.apache.coyote.ProtocolHandler
Start the protocol.
startTime - Variable in class org.apache.coyote.Request
 
status - Variable in class org.apache.coyote.Response
Status code.

T

toString() - Method in class org.apache.coyote.Request
 

U

unparsedURI() - Method in class org.apache.coyote.Request
 
unparsedURIMB - Variable in class org.apache.coyote.Request
 
updateCounters() - Method in class org.apache.coyote.RequestInfo
Called by the processor before recycling the request.
uriMB - Variable in class org.apache.coyote.Request
 
urlDecoder - Variable in class org.apache.coyote.Request
URL decoder.

A B C D E F G H I L M N O P Q R S T U

Copyright (c) 2001 - Apache Software Foundation