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 L M N O P Q R S T U

A

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.
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 remote host infos (address, name, port) and local address.
ACTION_REQ_HOST_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host address.
ACTION_REQ_LOCALPORT_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - socket local port.
ACTION_REQ_LOCAL_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
ACTION_REQ_LOCAL_NAME_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
ACTION_REQ_REMOTEPORT_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - socket remote port.
ACTION_REQ_SET_BODY_REPLAY - Static variable in class org.apache.coyote.ActionCode
Callback for setting FORM auth body replay
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
 
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.
acknowledge() - Method in class org.apache.coyote.Response
 
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.Request
 
action(ActionCode, Object) - Method in class org.apache.coyote.Response
 
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
 

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

Constants - class org.apache.coyote.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.Constants
 
charEncoding - Variable in class org.apache.coyote.Request
 
characterEncoding - Variable in class org.apache.coyote.Response
 
charsetSet - Variable in class org.apache.coyote.Response
Has the charset been explicitly set.
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.
containsHeader(String) - Method in class org.apache.coyote.Response
 
contentLanguage - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.Request
HTTP specific fields.
contentLength - Variable in class org.apache.coyote.Response
 
contentType() - Method in class org.apache.coyote.Request
 
contentType - Variable in class org.apache.coyote.Response
HTTP specific fields.
contentTypeMB - Variable in class org.apache.coyote.Request
 
cookies - Variable in class org.apache.coyote.Request
 

D

DEFAULT_CHARACTER_ENCODING - 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.
deadBytesReceived - Variable in class org.apache.coyote.RequestGroupInfo
 
deadBytesSent - Variable in class org.apache.coyote.RequestGroupInfo
 
deadErrorCount - Variable in class org.apache.coyote.RequestGroupInfo
 
deadMaxTime - Variable in class org.apache.coyote.RequestGroupInfo
 
deadProcessingTime - Variable in class org.apache.coyote.RequestGroupInfo
 
deadRequestCount - Variable in class org.apache.coyote.RequestGroupInfo
 
decodedURI() - Method in class org.apache.coyote.Request
 
decodedUriMB - Variable in class org.apache.coyote.Request
 
destroy() - Method in interface org.apache.coyote.ProtocolHandler
 
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.InputBuffer
Return from the input stream.
doRead(ByteChunk) - Method in class org.apache.coyote.Request
Read data from the input buffer and put it into a byte chunk.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.OutputBuffer
Write the response.
doWrite(ByteChunk) - Method in class org.apache.coyote.Response
Write a chunk of bytes.

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.Processor
 
getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
 
getAttribute(String) - Method in interface org.apache.coyote.ProtocolHandler
 
getAttribute(String) - Method in class org.apache.coyote.Request
 
getAttributeNames() - Method in interface org.apache.coyote.ProtocolHandler
 
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.RequestGroupInfo
 
getBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getBytesWritten() - Method in class org.apache.coyote.Response
 
getCharacterEncoding() - Method in class org.apache.coyote.Request
Get the character encoding used for this request.
getCharacterEncoding() - Method in class org.apache.coyote.Response
 
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.Request
 
getContentLength() - Method in class org.apache.coyote.RequestInfo
 
getContentLength() - Method in class org.apache.coyote.Response
 
getContentLengthLong() - Method in class org.apache.coyote.Request
 
getContentLengthLong() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.coyote.Request
 
getContentType() - Method in class org.apache.coyote.Response
 
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.RequestGroupInfo
 
getErrorCount() - Method in class org.apache.coyote.RequestInfo
 
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.
getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
 
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
 
getLocalPort() - Method in class org.apache.coyote.Request
 
getLocale() - Method in class org.apache.coyote.Response
 
getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
 
getMaxTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getMaxTime() - Method in class org.apache.coyote.RequestInfo
 
getMessage() - Method in class org.apache.coyote.Response
Get the status message.
getMethod() - Method in class org.apache.coyote.RequestInfo
 
getMimeHeaders() - Method in class org.apache.coyote.Request
 
getMimeHeaders() - Method in class org.apache.coyote.Response
 
getNote(int) - Method in class org.apache.coyote.Request
 
getNote(int) - Method in class org.apache.coyote.Response
 
getOutputBuffer() - Method in class org.apache.coyote.Response
 
getParameters() - Method in class org.apache.coyote.Request
 
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getProtocol() - Method in class org.apache.coyote.RequestInfo
 
getRemoteAddr() - Method in class org.apache.coyote.RequestInfo
 
getRemotePort() - Method in class org.apache.coyote.Request
 
getRemoteUser() - Method in class org.apache.coyote.Request
 
getRequest() - Method in class org.apache.coyote.Response
 
getRequestBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getRequestBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getRequestCount() - Method in class org.apache.coyote.RequestInfo
 
getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
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
 
getStage() - 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.Request
 
headers - Variable in class org.apache.coyote.Response
Response headers.
hook - Variable in class org.apache.coyote.Request
 
hook - Variable in class org.apache.coyote.Response
Action hook.

I

InputBuffer - interface org.apache.coyote.InputBuffer.
Input buffer.
init() - Method in interface org.apache.coyote.ProtocolHandler
Init the protocol.
inputBuffer - Variable in class org.apache.coyote.Request
Associated 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_DEFAULT - Static variable in class org.apache.coyote.Constants
 
localAddr() - Method in class org.apache.coyote.Request
 
localAddrMB - Variable in class org.apache.coyote.Request
 
localName() - Method in class org.apache.coyote.Request
 
localNameMB - Variable in class org.apache.coyote.Request
 
localPort - Variable in class org.apache.coyote.Request
 
locale - Variable in class org.apache.coyote.Response
 

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.Request
Notes.
notes - Variable in class org.apache.coyote.Response
Notes.

O

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

P

Processor - interface org.apache.coyote.Processor.
Processor.
ProtocolHandler - interface org.apache.coyote.ProtocolHandler.
Abstract the protocol implementation, including threading, etc.
parameters - Variable in class org.apache.coyote.Request
 
pause() - Method in interface org.apache.coyote.ProtocolHandler
Pause the protocol (optional).
process(InputStream, OutputStream) - Method in interface org.apache.coyote.Processor
 
processingTime - Variable in class org.apache.coyote.RequestInfo
 
processors - Variable in class org.apache.coyote.RequestGroupInfo
 
protoMB - Variable in class org.apache.coyote.Request
 
protocol() - Method 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

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
 
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
 
Response - class org.apache.coyote.Response.
Response object.
Response() - Constructor for class org.apache.coyote.Response
 
recycle() - Method in class org.apache.coyote.Request
 
recycle() - Method in class org.apache.coyote.Response
 
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
 
remotePort - Variable in class org.apache.coyote.Request
 
remoteUser - Variable in class org.apache.coyote.Request
 
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
req - Variable in class org.apache.coyote.RequestInfo
 
req - Variable in class org.apache.coyote.Response
 
reqProcessorMX - Variable in class org.apache.coyote.Request
 
requestCount - Variable in 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
 
resume() - Method in interface org.apache.coyote.ProtocolHandler
Resume the protocol (optional).

S

STAGE_ENDED - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDINPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDOUTPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_KEEPALIVE - Static variable in class org.apache.coyote.Constants
 
STAGE_NEW - Static variable in class org.apache.coyote.Constants
 
STAGE_PARSE - Static variable in class org.apache.coyote.Constants
 
STAGE_PREPARE - Static variable in class org.apache.coyote.Constants
 
STAGE_SERVICE - Static variable in class org.apache.coyote.Constants
 
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.Processor
 
setAdapter(Adapter) - Method in interface org.apache.coyote.ProtocolHandler
The adapter, used to call the connector.
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.RequestGroupInfo
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesWritten(long) - Method in class org.apache.coyote.Response
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Request
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Response
 
setCommitted(boolean) - Method in class org.apache.coyote.Response
 
setContentLength(int) - Method in class org.apache.coyote.Request
 
setContentLength(int) - Method in class org.apache.coyote.Response
 
setContentLength(long) - Method in class org.apache.coyote.Response
 
setContentType(String) - 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
Sets the content type.
setErrorCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
 
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
 
setLocalPort(int) - 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
setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
 
setMaxTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setMaxTime(long) - Method in class org.apache.coyote.RequestInfo
 
setMessage(String) - Method in class org.apache.coyote.Response
Set the status message.
setNote(int, Object) - Method in class org.apache.coyote.Request
 
setNote(int, Object) - Method in class org.apache.coyote.Response
 
setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setRemotePort(int) - Method in class org.apache.coyote.Request
 
setRequest(Request) - Method in class org.apache.coyote.Response
 
setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
 
setResponse(Response) - Method in class org.apache.coyote.Request
 
setServerPort(int) - Method in class org.apache.coyote.Request
 
setStage(int) - Method in class org.apache.coyote.RequestInfo
 
setStartTime(long) - Method in class org.apache.coyote.Request
 
setStatus(int) - Method in class org.apache.coyote.Response
Set the response status
stage - Variable in class org.apache.coyote.RequestInfo
 
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.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