A B C D E F G H I J 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
Ack string when pipelining HTTP requests.
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_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
 
AUTHORIZATION_HEADER - Static variable in class org.apache.coyote.tomcat4.Constants
Default header names.
AcceptLanguage - class org.apache.tomcat.util.http.AcceptLanguage.
Util to process the "Accept-Language" header.
AcceptLanguage() - Constructor for class org.apache.tomcat.util.http.AcceptLanguage
 
ActionCode - class org.apache.coyote.ActionCode.
Enumerated class containing the adapter event codes.
ActionHook - interface org.apache.coyote.ActionHook.
Action hook.
Adapter - interface org.apache.coyote.Adapter.
Adapter.
ApacheConfig - class org.apache.jk.config.ApacheConfig.
Generates automatic apache mod_jk configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
ApacheConfig() - Constructor for class org.apache.jk.config.ApacheConfig
 
AprImpl - class org.apache.jk.apr.AprImpl.
Implements the interface with the APR library.
AprImpl() - Constructor for class org.apache.jk.apr.AprImpl
 
Ascii - class org.apache.tomcat.util.buf.Ascii.
This class implements some basic ASCII character handling functions.
Ascii() - Constructor for class org.apache.tomcat.util.buf.Ascii
 
a - Static variable in class org.apache.coyote.http11.Constants
'a'.
accept(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Wrapper function for accept().
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
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
 
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11Processor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.jk.server.JkCoyoteHandler
 
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.Http11Processor
Associated adapter.
adapter - Variable in class org.apache.coyote.memory.MemoryProtocolHandler
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.
addCallback(ThreadPoolRunnable, int) - Method in class org.apache.tomcat.util.threads.Reaper
 
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 .
addContentType(String, String) - Method in class org.apache.tomcat.util.http.MimeMap
 
addContext(String, String, Object, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new Context to an existing Host.
addCookie(Cookie) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Add the specified Cookie to those that will be included with this Response.
addCookie(Cookie) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
addCookie() - Method in class org.apache.tomcat.util.http.Cookies
Register a new, unitialized cookie.
addDateHeader(String, long) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Add the specified date header to the specified value.
addDateHeader(String, long) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
addExtensionMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Add an Apache extension mapping.
addExtensionMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Add an extension mapping.
addField() - Method in class org.apache.tomcat.util.collections.MultiMap
Create a new, unitialized entry.
addFilter(String) - Method in class org.apache.coyote.http11.Http11Processor
Add input or output filter.
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.
addHandler(String, JkHandler) - Method in class org.apache.jk.core.WorkerEnv
 
addHandlerCallback(JkHandler) - Method in class org.apache.jk.common.JkMX
 
addHandlerCallback(JkHandler) - Method in class org.apache.jk.core.JkHandler
Experimental, will be replaced.
addHeader(String, String) - Method in class org.apache.coyote.Response
 
addHeader(String, String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Add the specified header to the specified value.
addHeader(String, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
addHost(String, String[], Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new host to the mapper.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11Processor
Add an input filter to the current request.
addIntHeader(String, int) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Add the specified integer header to the specified value.
addIntHeader(String, int) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
addJarsFromClassPath(Vector, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
add elements from the classpath cp to a Vector jars as file URLs (We use Vector for JDK 1.1 compat).
addJkHandler(String, JkHandler) - Method in class org.apache.jk.apr.AprImpl
Add a Handler for jni callbacks.
addLifecycleListener(LifecycleListener) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Add a lifecycle event listener to this component.
addLocale(Locale) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Add a Locale to the set of preferred Locales for this Request.
addManagedObject(TimeStamp) - Method in class org.apache.tomcat.util.threads.Expirer
 
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Add a fulling specified Appache mapping.
addMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Add a partially specified Appache mapping.
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Add a fulling specified mapping.
addMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.IISConfig
Add an IIS extension mapping.
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.IISConfig
Add a fulling specified IIS mapping.
addMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.NSConfig
Add a Netscape extension mapping.
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.NSConfig
Add a fulling specified Netscape mapping.
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.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.jk.common.ChannelSocket
 
addParameter(String, String[]) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Add a parameter name and corresponding set of values to this Request.
addParameterValues(String, String[]) - Method in class org.apache.tomcat.util.http.Parameters
 
addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
addSafeCharacter(char) - Method in class org.apache.tomcat.util.buf.UEncoder
 
addThread(Thread, ThreadPool.ControlRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
addThreadPoolListener(ThreadPool.ThreadPoolListener) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
addToClassPath(Vector, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Add all the jar files in a dir to the classpath, represented as a Vector of URLs.
addToolsJar(Vector) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
addValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValue(byte[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using un-translated byte[].
addValue(char[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using translated char[].
addWrapper(String, String, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new Wrapper to an existing Context.
addWrapper(String, String, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a wrapper to the context associated with this wrapper.
addWrapper(String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(Mapper.Context, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(Mapper.Context, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Adds a wrapper to the given context.
adjustLimits() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
allocate(int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
appCommitted - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The application commit flag.
append - Variable in class org.apache.jk.config.BaseJkConfig
 
append(char) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(byte) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Add data to the buffer
append(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
append(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
append(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer
append(StringBuffer) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer
append(String, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Append a string to the buffer
appendByte(int) - Method in class org.apache.jk.common.MsgAjp
 
appendByte(int) - Method in class org.apache.jk.core.Msg
 
appendByteChunk(ByteChunk) - Method in class org.apache.jk.common.MsgAjp
 
appendByteChunk(ByteChunk) - Method in class org.apache.jk.core.Msg
 
appendBytes(MessageBytes) - Method in class org.apache.jk.common.MsgAjp
Write a String out at the current write position.
appendBytes(byte[], int, int) - Method in class org.apache.jk.common.MsgAjp
Copy a chunk of bytes into the packet, starting at the current write position.
appendBytes(MessageBytes) - Method in class org.apache.jk.core.Msg
 
appendBytes(byte[], int, int) - Method in class org.apache.jk.core.Msg
Copy a chunk of bytes into the packet, starting at the current write position.
appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
appendInt(int) - Method in class org.apache.jk.common.MsgAjp
Add an int.
appendInt(int) - Method in class org.apache.jk.core.Msg
 
appendLongInt(int) - Method in class org.apache.jk.common.MsgAjp
 
appendLongInt(int) - Method in class org.apache.jk.core.Msg
 
appendString(Msg, String, C2BConverter) - Method in class org.apache.jk.common.JniHandler
 
apr - Variable in class org.apache.jk.common.JniHandler
 
ascbuf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the US-ASCII header buffer.
asctimePattern - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
attributes - Variable in class org.apache.coyote.http11.Http11Protocol
 
attributes - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The attributes associated with this Request, keyed by attribute name.
attributes - Variable in class org.apache.tomcat.util.net.ServerSocketFactory
 
authType - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Authentication type.
authType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the auth type
authorization - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The authorization credentials sent with this Request.
authorization() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the authorization credentials
available() - Method in class org.apache.coyote.tomcat4.CoyoteInputStream
 
available() - Method in class org.apache.jk.common.JkInputStream
 

B

B2CConverter - class org.apache.tomcat.util.buf.B2CConverter.
Efficient conversion of bytes to character .
B2CConverter() - Constructor for class org.apache.tomcat.util.buf.B2CConverter
 
B2CConverter(String) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
Create a converter, with bytes going to a byte buffer
BUFFERED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Buffered filter (input)
BYTE_STATE - Variable in class org.apache.coyote.tomcat4.OutputBuffer
 
Base64 - class org.apache.tomcat.util.buf.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.tomcat.util.buf.Base64
 
BaseJkConfig - class org.apache.jk.config.BaseJkConfig.
Base class for automatic jk based configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
BaseJkConfig() - Constructor for class org.apache.jk.config.BaseJkConfig
 
BaseRequest - class org.apache.tomcat.util.http.BaseRequest.
A general-purpose object for representing an HTTP request.
BaseRequest() - Constructor for class org.apache.tomcat.util.http.BaseRequest
 
BufferedInputFilter - class org.apache.coyote.http11.filters.BufferedInputFilter.
Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
BufferedInputFilter() - Constructor for class org.apache.coyote.http11.filters.BufferedInputFilter
 
ByteChunk - class org.apache.tomcat.util.buf.ByteChunk.
This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk() - Constructor for class org.apache.tomcat.util.buf.ByteChunk
Creates a new, uninitialized ByteChunk object.
ByteChunk(int) - Constructor for class org.apache.tomcat.util.buf.ByteChunk
 
ByteChunk.ByteInputChannel - interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel.
 
ByteChunk.ByteOutputChannel - interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel.
 
base64Decode(String) - Static method in class org.apache.tomcat.util.buf.Base64
 
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.ChunkedInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
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.IdentityInputFilter
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.VoidOutputFilter
Next buffer in the pipeline.

C

C2BConverter - class org.apache.tomcat.util.buf.C2BConverter.
Efficient conversion of character to bytes.
C2BConverter(ByteChunk, String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
Create a converter, with bytes going to a byte buffer
C2BConverter(String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
Create a converter
C2B_NOTE - Static variable in class org.apache.jk.common.JniHandler
 
CACHED_POST_LEN - Static variable in class org.apache.coyote.tomcat4.CoyoteRequest
Post data buffer.
CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the client certificate chain.
CHAR_STATE - Variable in class org.apache.coyote.tomcat4.OutputBuffer
 
CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Chunked filters (input and output).
CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the cipher suite.
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
Close bytes.
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
COLON_BYTES - Static variable in class org.apache.coyote.http11.Constants
Colon bytes.
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.
ChannelJni - class org.apache.jk.common.ChannelJni.
Pass messages using jni
ChannelJni() - Constructor for class org.apache.jk.common.ChannelJni
 
ChannelShm - class org.apache.jk.common.ChannelShm.
Channel using shm.
ChannelShm() - Constructor for class org.apache.jk.common.ChannelShm
 
ChannelSocket - class org.apache.jk.common.ChannelSocket.
Accept ( and send ) TCP messages.
ChannelSocket() - Constructor for class org.apache.jk.common.ChannelSocket
 
ChannelUn - class org.apache.jk.common.ChannelUn.
Pass messages using unix domain sockets.
ChannelUn() - Constructor for class org.apache.jk.common.ChannelUn
 
CharChunk - class org.apache.tomcat.util.buf.CharChunk.
Utilities to manipluate char chunks.
CharChunk() - Constructor for class org.apache.tomcat.util.buf.CharChunk
Creates a new, uninitialized CharChunk object.
CharChunk(int) - Constructor for class org.apache.tomcat.util.buf.CharChunk
 
CharChunk.CharInputChannel - interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel.
 
CharChunk.CharOutputChannel - interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel.
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
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.
Constants - class org.apache.coyote.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.Constants
 
Constants - class org.apache.coyote.http11.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.http11.Constants
 
Constants - class org.apache.coyote.tomcat4.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.tomcat4.Constants
 
ContentType - class org.apache.tomcat.util.http.ContentType.
Usefull methods for Content-Type processing
ContentType() - Constructor for class org.apache.tomcat.util.http.ContentType
 
Cookies - class org.apache.tomcat.util.http.Cookies.
A collection of cookies - reusable and tuned for server side performance.
Cookies(MimeHeaders) - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new cookie collection, that will extract the information from headers.
Cookies() - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new uninitialized cookie collection.
CoyoteConnector - class org.apache.coyote.tomcat4.CoyoteConnector.
Implementation of a Coyote connector for Tomcat 4.x.
CoyoteConnector() - Constructor for class org.apache.coyote.tomcat4.CoyoteConnector
 
CoyoteInputStream - class org.apache.coyote.tomcat4.CoyoteInputStream.
This class handles the readin input bytes, as well as the input buffering.
CoyoteInputStream() - Constructor for class org.apache.coyote.tomcat4.CoyoteInputStream
 
CoyoteInterceptor2 - class org.apache.coyote.tomcat3.CoyoteInterceptor2.
Standalone http.
CoyoteInterceptor2() - Constructor for class org.apache.coyote.tomcat3.CoyoteInterceptor2
 
CoyotePrincipal - class org.apache.coyote.tomcat4.CoyotePrincipal.
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
CoyotePrincipal(String) - Constructor for class org.apache.coyote.tomcat4.CoyotePrincipal
 
CoyoteRequest - class org.apache.coyote.tomcat4.CoyoteRequest.
Wrapper object for the Coyote request.
CoyoteRequest() - Constructor for class org.apache.coyote.tomcat4.CoyoteRequest
 
CoyoteRequest.PrivilegedGetSession - class org.apache.coyote.tomcat4.CoyoteRequest.PrivilegedGetSession.
 
CoyoteRequestFacade - class org.apache.coyote.tomcat4.CoyoteRequestFacade.
Facade class that wraps a Coyote request object.
CoyoteRequestFacade(CoyoteRequest) - Constructor for class org.apache.coyote.tomcat4.CoyoteRequestFacade
Construct a wrapper for the specified request.
CoyoteResponse - class org.apache.coyote.tomcat4.CoyoteResponse.
Wrapper object for the Coyote response.
CoyoteResponse() - Constructor for class org.apache.coyote.tomcat4.CoyoteResponse
 
CoyoteResponseFacade - class org.apache.coyote.tomcat4.CoyoteResponseFacade.
Facade class that wraps a Coyote response object.
CoyoteResponseFacade(CoyoteResponse) - Constructor for class org.apache.coyote.tomcat4.CoyoteResponseFacade
Construct a wrapper for the specified response.
CoyoteServerSocketFactory - class org.apache.coyote.tomcat4.CoyoteServerSocketFactory.
This socket factory holds secure socket factory parameters.
CoyoteServerSocketFactory() - Constructor for class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
callMain(Class, String[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
callMethod0(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
callMethodN(Object, String, Object[], Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
capitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Reverse of Introspector.decapitalize
chainException(Throwable, Throwable) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Chains the wrapped throwable to the wrapper throwable.
chainException(Throwable, Throwable) - Method in class org.apache.tomcat.util.compat.JdkCompat
Chains the wrapped throwable to the wrapper throwable.
characterEncoding - Variable in class org.apache.coyote.Response
 
charsetSet - Variable in class org.apache.coyote.Response
Has the charset been explicitly set.
checkError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
checkName(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
checkSpareControllers() - Method in class org.apache.tomcat.util.threads.ThreadPool
Called by the monitor thread to harvest idle threads.
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Choose an alias to authenticate the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns this key manager's server key alias that was provided in the 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.
ciphers - Static variable in interface org.apache.tomcat.util.net.SSLSupport
A mapping table to determine the number of effective bits in the key when using a cipher suite containing the specified cipher name.
classPathAdd(URL[], String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Adds classpath entries from a vector of URL's to the "tc_path_add" System property.
clear() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
Clear facade.
clear() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
Clear facade.
clear() - Method in class org.apache.tomcat.util.collections.LRUCache
 
clear() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
 
clear() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
clearCookies() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Clear the collection of Cookies associated with this Request.
clearFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Clear filters.
clearHeaders() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Clear the collection of Headers associated with this Request.
clearLocales() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Clear the collection of Locales associated with this Request.
clearParameters() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Clear the collection of parameters associated with this Request.
clientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSE13SocketFactory
Flag for client authentication
clientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
close() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
close() - Method in class org.apache.coyote.tomcat4.CoyoteInputStream
Close the stream Since we re-cycle, we can't allow the call to super.close() which would permantely disable us.
close() - Method in class org.apache.coyote.tomcat4.OutputBuffer
Close the output buffer.
close(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
close(MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
close() - Method in class org.apache.jk.common.JkInputStream
 
close() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
closeServerSocket() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Commit the response.
commited - Variable in class org.apache.coyote.Response
Committed flag.
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
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.
configHome - Variable in class org.apache.jk.config.BaseJkConfig
 
configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSE13SocketFactory
 
configureClientAuth(SSLSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSE13SocketFactory
 
configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
configureClientAuth(SSLSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configure Client authentication for this version of JSSE.
configureClientAuth(SSLSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configure Client authentication for this version of JSSE.
connector - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Associated Catalina connector.
connector - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
Associated Catalina connector.
container - Variable in class org.apache.coyote.tomcat4.CoyoteConnector
The Container used for processing requests received by this Connector.
containsHeader(String) - Method in class org.apache.coyote.Response
 
containsHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Has the specified header been set already in this response?
containsHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
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).
contentLanguage - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Content length.
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Content length.
contentType() - Method in class org.apache.coyote.Request
 
contentType - Variable in class org.apache.coyote.Response
HTTP specific fields.
contentType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content type
context - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The Context within which this Request is being processed.
context - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The Context within which this Request is being processed.
context - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Context associated with this wrapper, used for wrapper mapping.
context - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
contextList - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
contextPath - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Context path.
contextPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
contexts - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
conv - Variable in class org.apache.coyote.tomcat4.OutputBuffer
Current char to byte converter.
convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.B2CConverter
Convert a buffer of bytes into a chars
convert(char[], int, int) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(String) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(char) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(MessageBytes) - Method in class org.apache.tomcat.util.buf.C2BConverter
Convert a message bytes chars to bytes
convert(String) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(ByteChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source.
convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source.
convert(CharChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
In-buffer processing - the buffer will be modified Includes converting '+' to ' '.
convert(CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
In-buffer processing - the buffer will be modified
convert(MessageBytes) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source Includes converting '+' to ' '.
convert(MessageBytes, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source
convert(String) - Method in class org.apache.tomcat.util.buf.UDecoder
 
convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
 
convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.UTF8Decoder
 
convert2Int(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
cookies - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The set of cookies associated with this Request.
cookies - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The set of Cookies associated with this Response.
cookies() - Method in class org.apache.tomcat.util.http.BaseRequest
Get cookies.
count - Variable in class org.apache.tomcat.util.collections.MultiMap
 
coyoteRequest - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Coyote request.
coyoteResponse - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
Coyote response.
createInputStream() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Create and return a ServletInputStream to read the content associated with this Request.
createJavaContext(String, long) - Static method in class org.apache.jk.apr.AprImpl
 
createJkHandler(long, String) - Method in class org.apache.jk.apr.AprImpl
 
createMsgContext() - Method in class org.apache.jk.common.JniHandler
Create a msg context to be used with the shm channel
createMsgContext() - Method in interface org.apache.jk.core.JkChannel
Create a new request endpoint.
createMsgContext() - Method in class org.apache.jk.core.JkHandler
 
createOutputStream() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Create and return a ServletOutputStream to write the content associated with this Response.
createRequest() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createResponse() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createSocket(int) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
createSocket(int, int) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
createSocket(int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
createThreadPool(boolean) - Static method in class org.apache.tomcat.util.threads.ThreadPool
Create a ThreadPool instance.
currentDate - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Current formatted date.
currentDateGenerated - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Instant on which the currentDate object was generated.
currentThreadCount - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
currentThreadsBusy - Variable in class org.apache.tomcat.util.threads.ThreadPool
 

D

DEC - Static variable in class org.apache.tomcat.util.buf.HexUtils
Table for HEX to DEC byte translation.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.coyote.tomcat4.OutputBuffer
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.coyote.Constants
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.tomcat.util.buf.ByteChunk
Default encoding used to convert to strings.
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.tomcat4.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.tomcat4.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.tomcat4.Constants
 
DEFAULT_ENCODING - Static variable in class org.apache.coyote.tomcat4.OutputBuffer
 
DEFAULT_HEADER_SIZE - Static variable in class org.apache.tomcat.util.http.MimeHeaders
Initial size - should be == average number of headers per request XXX make it configurable ( fine-tuning of web-apps )
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.http11.Constants
Default HTTP header buffer size.
DEFAULT_LOCALE - Static variable in class org.apache.coyote.Constants
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.tomcat4.Constants
 
DEFAULT_SIZE - Static variable in class org.apache.tomcat.util.collections.SimplePool
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.http11.Constants
 
DateTool - class org.apache.tomcat.util.buf.DateTool.
Deprecated. Will be replaced with a more efficient impl, based on FastDateFormat, with an API using less objects.
DateTool() - Constructor for class org.apache.tomcat.util.buf.DateTool
Deprecated.  
debug - Variable in class org.apache.jk.config.BaseJkConfig
 
decode(byte[]) - Method in class org.apache.tomcat.util.buf.Base64
Decodes Base64 data into octects
decodedURI() - Method in class org.apache.coyote.Request
 
defaultHostName - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Default host name.
defaultLocale - Static variable in class org.apache.coyote.tomcat4.CoyoteRequest
The default Locale if none are specified.
defaultMap - Static variable in class org.apache.tomcat.util.http.MimeMap
 
defaultWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
destroy() - Method in interface org.apache.coyote.ProtocolHandler
 
destroy() - Method in class org.apache.coyote.http11.Http11Protocol
 
destroy() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
destroy() - Method in class org.apache.jk.common.ChannelSocket
 
destroy() - Method in class org.apache.jk.common.ChannelUn
 
destroy() - Method in class org.apache.jk.common.JkMX
 
destroy() - Method in class org.apache.jk.common.ModJkMX
 
destroy() - Method in class org.apache.jk.common.Shm
 
destroy() - Method in class org.apache.jk.core.JkHandler
Clean up and stop the handler
destroy() - Method in class org.apache.jk.server.JkCoyoteHandler
 
destroyJkComponent() - Method in class org.apache.jk.common.JniHandler
 
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Processor
Flag to disable setting a different time-out on uploads.
displayClassPath(String, URL[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Debug method, display the classpath
doFlush(boolean) - Method in class org.apache.coyote.tomcat4.OutputBuffer
Flush bytes or chars contained in the buffer.
doGetSession(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
 
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.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.http11.InputFilter
Read 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.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Fills the given ByteChunk with the buffered request body.
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.IdentityInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Write some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
doRead() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
Read a single character from the request body.
doRead(byte[], int, int) - Method in class org.apache.coyote.tomcat3.Tomcat3Request
Read a chunk from the request body.
doRead(ByteChunk) - Method in class org.apache.jk.common.JkInputStream
 
doRead(ByteChunk, Request) - Method in class org.apache.jk.server.JkCoyoteHandler
 
doRead1(byte[], int, int) - Method in class org.apache.jk.common.JkInputStream
 
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.OutputBuffer
 
doWrite(ByteChunk) - Method in class org.apache.coyote.Response
Write a chunk of bytes.
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.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Write some bytes.
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.IdentityOutputFilter
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.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
doWrite(ByteChunk, Response) - Method in class org.apache.jk.server.JkCoyoteHandler
 
domain - Variable in class org.apache.coyote.http11.Http11Protocol
 
domain - Variable in class org.apache.coyote.tomcat4.CoyoteConnector
 
domain - Variable in class org.apache.jk.core.JkHandler
 
domain - Variable in class org.apache.jk.server.JkMain
Deprecated.  
dump(String) - Method in class org.apache.jk.common.MsgAjp
 
dump(String) - Method in class org.apache.jk.core.Msg
 
dumpScoreboard(String) - Method in class org.apache.jk.common.Shm
 
dumpScoreboard(String) - Method in class org.apache.jk.common.Shm14
 
duplicate(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed

E

ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
ENDPOINT_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
END_CHUNK - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
ERROR - Static variable in class org.apache.jk.core.JkHandler
 
EmptyEnumeration - class org.apache.tomcat.util.collections.EmptyEnumeration.
 
EmptyEnumeration() - Constructor for class org.apache.tomcat.util.collections.EmptyEnumeration
 
Expirer - class org.apache.tomcat.util.threads.Expirer.
Expire unused objects.
Expirer() - Constructor for class org.apache.tomcat.util.threads.Expirer
 
Expirer.ExpireCallback - interface org.apache.tomcat.util.threads.Expirer.ExpireCallback.
 
enabledCiphers - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
encode(byte[]) - Static method in class org.apache.tomcat.util.buf.Base64
Encodes hex octects into Base64
encodeRedirectURL(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectURL(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
encodeRedirectUrl(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Deprecated. As of Version 2.1 of the Java Servlet API, use encodeRedirectURL() instead.
encodeRedirectUrl(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
encodeURL(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Encode the session identifier associated with this response into the specified URL, if necessary.
encodeURL(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
encodeURL(String) - Method in class org.apache.tomcat.util.buf.UEncoder
Utility funtion to re-encode the URL.
encodeUrl(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Deprecated. As of Version 2.1 of the Java Servlet API, use encodeURL() instead.
encodeUrl(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
encoders - Variable in class org.apache.coyote.tomcat4.OutputBuffer
List of encoders.
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.BufferedInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
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.IdentityInputFilter
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.VoidInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
End the current request.
end() - Method in class org.apache.jk.common.MsgAjp
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
end() - Method in class org.apache.jk.core.Msg
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
endChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true when the end chunk has been read.
endChunk - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Chunk used to read leftover bytes.
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.
engineInit(ContextManager) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
Called when the ContextManger is started
engineShutdown(ContextManager) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
 
engineStart(ContextManager) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
Called when the ContextManger is started
ep - Variable in class org.apache.coyote.http11.Http11Protocol
 
equals(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equals(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
equals(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
equals(String, byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
 
equals(Object) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs for equality.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
error - Variable in class org.apache.coyote.http11.Http11Processor
Error flag.
error - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The error flag.
errorException - Variable in class org.apache.coyote.Response
Holds request error exception.
errorURI - Variable in class org.apache.coyote.Response
Request error URI.
exactWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
execute() - Method in class org.apache.jk.common.Shm
 
execute(LifecycleEvent) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
execute() - Method in class org.apache.jk.config.WebXml2Jk
 
execute() - Method in class org.apache.jk.core.MsgContext
Invoke a java hook.
execute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call execute() - any ant-like task should work
executeContext(Context, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
executes the ApacheConfig interceptor.
executeEngine(Engine, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
executeHost(Host, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
executeServer(Server, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
expectation - Variable in class org.apache.coyote.http11.Http11Processor
Is there an expectation ?
expired(TimeStamp) - Method in interface org.apache.tomcat.util.threads.Expirer.ExpireCallback
 
extensionWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 

F

FastHttpDateFormat - class org.apache.tomcat.util.http.FastHttpDateFormat.
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.apache.tomcat.util.http.FastHttpDateFormat
 
facade - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The facade associated with this request.
facade - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The facade associated with this response.
fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Fake internal output stream.
fields - Variable in class org.apache.tomcat.util.collections.MultiMap
 
fill() - Method in class org.apache.coyote.http11.InternalInputBuffer
Fill the internal buffer using data from the undelying input stream.
filter(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
Filter the specified message string for characters that are sensitive in HTML.
filterLibrary - Variable in class org.apache.coyote.http11.InternalInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Filter library.
find(String, int) - Method in class org.apache.tomcat.util.collections.MultiMap
Find the index of a field with the given name.
findBooleanSetters(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11Processor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
findChar(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find a character, no side effects.
findChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find a character, no side effects.
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findDelim1(byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
 
findDelim2(byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
 
findFirst(String) - Method in class org.apache.tomcat.util.collections.MultiMap
 
findHeader(String, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Find the index of a header with the given name.
findIgnoreCase(String, int) - Method in class org.apache.tomcat.util.collections.MultiMap
Find the index of a field with the given name.
findLifecycleListeners() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Get the lifecycle listeners associated with this lifecycle.
findMethod(Class, String, Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findMethods(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findNext(int) - Method in class org.apache.tomcat.util.collections.MultiMap
 
findNotChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find the first character != c
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findStream() - Method in class org.apache.tomcat.util.log.SystemLogHandler
Find PrintStream to which the output must be written to.
findVoidSetters(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
finish() - Method in class org.apache.coyote.Response
 
finish() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
finishRequest() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishResponse() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finished - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Finished flag.
flush() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
flush() - Method in class org.apache.coyote.tomcat4.OutputBuffer
Flush bytes or chars contained in the buffer.
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
 
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
flush(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Flush the data to the client.
flush() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
flushBuffer() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Flush the buffer and commit this response.
flushBuffer() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
flushBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
flushBuffer() - Method in class org.apache.tomcat.util.buf.C2BConverter
Flush any internal buffers into the ByteOutput or the internal byte[]
flushBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
flushBytes() - Method in class org.apache.coyote.tomcat4.OutputBuffer
Real write - this buffer will be sent to the client
flushChars() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
flushCharsNeeded() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
format - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The date format we will use for creating date headers.
format - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
HTTP date format.
format1123(Date) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
format1123(Date, DateFormat) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formatCache - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Formatter cache.
formatDate(long, DateFormat) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the HTTP format of the specified date.
formatOldCookie(Date, StringBuffer, FieldPosition) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formatOldCookie(Date) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formats - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The set of SimpleDateFormat formats to use in getDateHeader().
formats - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
The set of SimpleDateFormat formats to use in getDateHeader().
forwardAll - Variable in class org.apache.jk.config.BaseJkConfig
 

G

GET - Static variable in class org.apache.coyote.http11.Constants
GET.
GMT_ZONE - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated. GMT timezone - all HTTP dates are on GMT
GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
GZIP filter (output).
GeneratorApache2 - class org.apache.jk.config.GeneratorApache2.
 
GeneratorApache2() - Constructor for class org.apache.jk.config.GeneratorApache2
 
GeneratorJk1 - class org.apache.jk.config.GeneratorJk1.
 
GeneratorJk1() - Constructor for class org.apache.jk.config.GeneratorJk1
 
GeneratorJk2 - class org.apache.jk.config.GeneratorJk2.
 
GeneratorJk2() - Constructor for class org.apache.jk.config.GeneratorJk2
 
GzipOutputFilter - class org.apache.coyote.http11.filters.GzipOutputFilter.
Gzip output filter.
GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
 
GzipOutputFilter.FakeOutputStream - class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream.
 
GzipOutputFilter.FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in class org.apache.jk.config.GeneratorApache2
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in class org.apache.jk.config.GeneratorJk1
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in class org.apache.jk.config.GeneratorJk2
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.IISConfig
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.NSConfig
 
generateEnd() - Method in class org.apache.jk.config.GeneratorApache2
 
generateEnd() - Method in class org.apache.jk.config.GeneratorJk1
 
generateEnd() - Method in class org.apache.jk.config.GeneratorJk2
 
generateEnd() - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateErrorPage(int, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateErrorPage(int, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateErrorPage(int, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateErrorPage(int, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateFilterMapping(String, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateFilterMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateFilterMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateFilterMapping(String, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Generate the loadModule and general options
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate general options
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.IISConfig
 
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.NSConfig
 
generateJkTail(PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate general options
generateJkTail(PrintWriter) - Method in class org.apache.jk.config.NSConfig
 
generateLoginConfig(String, String, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateLoginConfig(String, String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateLoginConfig(String, String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateLoginConfig(String, String, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateMimeMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateMimeMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateSSLConfig(PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateSSLConfig(PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate SSL options
generateServletMapping(String, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateServletMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateServletMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateServletMapping(String, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateStart() - Method in class org.apache.jk.config.GeneratorApache2
 
generateStart() - Method in class org.apache.jk.config.GeneratorJk1
 
generateStart() - Method in class org.apache.jk.config.GeneratorJk2
 
generateStart() - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
Start section( vhost declarations, etc )
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Forward all requests for a context to tomcat.
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
 
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.IISConfig
Forward all requests for a context to tomcat.
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.NSConfig
Forward all requests for a context to tomcat.
generateVhostHead(Host, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateVhostHead(Host, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate Virtual Host start
generateVhostTail(Host, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateVhostTail(Host, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate Virtual Host end
generateWelcomeFiles(Vector) - Method in class org.apache.jk.config.GeneratorJk1
 
generateWelcomeFiles(Vector) - Method in class org.apache.jk.config.GeneratorJk2
 
get(Object) - Method in class org.apache.tomcat.util.collections.LRUCache
 
get(String) - Method in class org.apache.tomcat.util.collections.MultiMap
 
get() - Method in class org.apache.tomcat.util.collections.Queue
Get the first object out of the queue.
get(String) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable ...
get() - Method in class org.apache.tomcat.util.collections.SimplePool
Get an object from the pool, null if the pool is empty.
getAbsoluteDocBase(Context) - Method in class org.apache.jk.config.BaseJkConfig
 
getAcceptCount() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the accept count for this Connector.
getAdapter() - Method in interface org.apache.coyote.Processor
 
getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
 
getAdapter() - Method in class org.apache.coyote.http11.Http11Processor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAdapter() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAdapter() - Method in class org.apache.jk.server.JkCoyoteHandler
 
getAddress() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAddress() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the bind IP address for this Connector.
getAddress() - Method in class org.apache.jk.common.ChannelSocket
 
getAddress() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getAlgorithm() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAlgorithm() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getAllowTrace() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
True if the TRACE method is allowed.
getAttribute(String) - Method in interface org.apache.coyote.ProtocolHandler
 
getAttribute(String) - Method in class org.apache.coyote.Request
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
getAttribute(String) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAttribute(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getAttribute(String) - Method in class org.apache.jk.server.JkCoyoteHandler
Retrieve config info.
getAttribute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call void getAttribute( String )
getAttribute(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Get an attribute on the request
getAttributeNames() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the names of all request attributes for this Request, or an empty Enumeration if there are none.
getAttributeNames() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getAttributeNames() - Method in class org.apache.tomcat.util.http.BaseRequest
Get iterator over attribute names
getAttributes() - Method in class org.apache.coyote.Request
 
getAttributes(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Generic attributes.
getAuthType() - Method in class org.apache.coyote.Request
 
getAuthType() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
getAuthType() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the authentication type used for this Request.
getAuthType() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getAuthority() - Method in class org.apache.tomcat.util.net.URL
Return the authority part of the URL.
getAuthorization() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the authorization credentials sent with this request.
getBacklog() - Method in class org.apache.coyote.http11.Http11Protocol
 
getBacklog() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getBuffer(Object, int) - Static method in class org.apache.jk.apr.AprImpl
Return a buffer associated with the ctx.
getBuffer() - Method in class org.apache.jk.common.MsgAjp
 
getBuffer() - Method in class org.apache.jk.core.Msg
 
getBuffer(int) - Method in class org.apache.jk.core.MsgContext
Each context contains a number of byte[] buffers used for communication.
getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getBufferSize() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the input buffer size for this Connector.
getBufferSize() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the actual buffer size used for this Response.
getBufferSize() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
getBufferSize() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
getByte() - Method in class org.apache.jk.common.MsgAjp
 
getByte() - Method in class org.apache.jk.core.Msg
 
getByteChunk() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getBytes(MessageBytes) - Method in class org.apache.jk.common.MsgAjp
 
getBytes(byte[]) - Method in class org.apache.jk.common.MsgAjp
Copy a chunk of bytes from the packet into an array and advance the read position past the chunk.
getBytes(MessageBytes) - Method in class org.apache.jk.core.Msg
 
getBytes(byte[]) - Method in class org.apache.jk.core.Msg
Copy a chunk of bytes from the packet into an array and advance the read position past the chunk.
getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
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
 
getBytesWritten() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the certificate chain associated with the given alias.
getChannelClassName() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getChannelName() - Method in class org.apache.jk.common.ChannelJni
 
getChannelName() - Method in class org.apache.jk.common.ChannelSocket
 
getChannelName() - Method in class org.apache.jk.common.ChannelUn
 
getChannelName() - Method in interface org.apache.jk.core.JkChannel
Return the identifying name of this Channel.
getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getCharacterEncoding() - Method in class org.apache.coyote.Request
Get the character encoding used for this request.
getCharacterEncoding() - Method in class org.apache.coyote.Response
 
getCharacterEncoding() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the character encoding for this Request.
getCharacterEncoding() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getCharacterEncoding() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the character encoding used for this Response.
getCharacterEncoding() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getCharsWritten() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
getCharset(Locale) - Static method in class org.apache.tomcat.util.http.LocaleToCharsetMap
Gets the preferred charset for the given locale, or null if the locale is not recognized.
getCharsetFromContentType(String) - Static method in class org.apache.tomcat.util.http.ContentType
 
getCheckInterval() - Method in class org.apache.tomcat.util.threads.Expirer
 
getChild(Node, String) - Static method in class org.apache.jk.config.WebXml2Jk
Get the first child
getChildContent(Node, String) - Static method in class org.apache.jk.config.WebXml2Jk
Get the first child's content ( i.e.
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
getCiphers() - Method in class org.apache.coyote.http11.Http11Protocol
 
getClassPath(Vector) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Return a URL[] that can be used to construct a class loader
getClassPath(String, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a URL classpath from files in a directory, a cpath property, and tools.jar.
getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getClientAuth() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getClientauth() - Method in class org.apache.coyote.http11.Http11Protocol
 
getClone() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getClone() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getClone() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
getCode() - Method in class org.apache.coyote.ActionCode
Action id, useable in switches and table indexes
getComment() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11Protocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11Processor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.Http11Protocol
 
getCompression() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Get the value of compression.
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getConfigFile(File, File, String) - Static method in class org.apache.jk.config.BaseJkConfig
 
getConnectionHandler() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getConnectionLinger() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the connection linger for this Connector.
getConnectionTimeout() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the connection timeout for this Connector.
getConnectionUploadTimeout() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the connection upload timeout for this Connector.
getConnector() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the Connector through which this Request was received.
getContainer() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the Container used for processing requests received by this Connector.
getContent(Node) - Static method in class org.apache.jk.config.WebXml2Jk
Get the content of a node
getContentCount() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the number of bytes actually written to the output stream.
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
 
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.
getContentLength() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the content length for this Request.
getContentLength() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getContentLength() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content length
getContentLengthLong() - Method in class org.apache.coyote.Request
 
getContentType() - Method in class org.apache.coyote.Request
 
getContentType() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the content type for this Request.
getContentType() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getContentType() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContentTypeFor(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContentWritten() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
getContext() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the Context within which this Request is being processed.
getContextNames() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Return all contexts, in //HOST/PATH form
getContextPath() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the portion of the request URI used to select the Context of the Request.
getContextPath() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getControl() - Method in class org.apache.jk.core.MsgContext
 
getCookie(int) - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieCount() - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieHeaderName() - Method in class org.apache.tomcat.util.http.ServerCookie
Return the header name to set the cookie, based on cookie version
getCookieHeaderName(int) - Static method in class org.apache.tomcat.util.http.ServerCookie
Return the header name to set the cookie, based on cookie version
getCookies() - Method in class org.apache.coyote.Request
 
getCookies() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the set of Cookies received with this Request.
getCookies() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getCookies() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCount() - Method in class org.apache.tomcat.util.collections.SimplePool
Number of object in the pool
getCoyoteRequest() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
getCoyoteRequest() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Get the Coyote request.
getCoyoteResponse() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Get the Coyote response.
getCreationTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getCurProcessors() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the current number of processors that have been created.
getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
 
getCurrentSet() - Method in class org.apache.tomcat.util.http.Parameters
 
getCurrentStage(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Information about the curent performed operation
getCurrentThreadCount() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getCurrentUri() - Method in class org.apache.coyote.RequestInfo
 
getDaemon() - Method in class org.apache.jk.common.ChannelSocket
 
getDaemon() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getDateHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getDebug() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the debugging detail level for this component.
getDebug() - Static method in class org.apache.tomcat.util.threads.ThreadPool
 
getDecodedRequestURI() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Get the decoded request URI.
getDefault() - Static method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefaultHostName() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Get default host.
getDefaultIntervale() - Method in class org.apache.tomcat.util.threads.Reaper
 
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getDisableUploadTimeout() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the flag that specifies upload time-out behavior.
getDomain() - Method in class org.apache.coyote.http11.Http11Protocol
 
getDomain() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
getDomain() - Method in class org.apache.jk.core.JkHandler
 
getDomain() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getDomain() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getEmptyEnumeration() - Static method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
getEnableLookups() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the "enable DNS lookups" flag.
getEnabled() - Method in class org.apache.jk.common.JkMX
 
getEnabledCiphers(String, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getEnabledProtocols(SSLServerSocket, String) - Method in class org.apache.tomcat.util.net.jsse.JSSE13SocketFactory
 
getEnabledProtocols(SSLServerSocket, String) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
getEnabledProtocols(SSLServerSocket, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getEncoding() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
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.BufferedInputFilter
 
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.ChunkedOutputFilter
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.IdentityInputFilter
Return the name of the associated encoding; Here, the value is "identity".
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.VoidInputFilter
Return the name of the associated encoding; Here, the value is "void".
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEnd() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getEnd() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getEndpoint() - Method in class org.apache.tomcat.util.net.TcpConnection
 
getErr() - Method in class org.apache.jk.server.JkMain
Deprecated.  
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.
getExtension(String) - Static method in class org.apache.tomcat.util.http.MimeMap
Get extension of file, without fragment id
getExtensions() - Method in class org.apache.tomcat.util.http.MimeMap
 
getFactory() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the server socket factory used by this Container.
getFile() - Method in class org.apache.jk.common.ChannelUn
 
getFile() - Method in class org.apache.tomcat.util.net.URL
Return the filename part of the URL.
getFilesByExt(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Return all files with a given extension in a dir
getFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get filters.
getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
 
getHandler(String) - Method in class org.apache.jk.core.WorkerEnv
 
getHandler(int) - Method in class org.apache.jk.core.WorkerEnv
 
getHandlerCount() - Method in class org.apache.jk.core.WorkerEnv
 
getHandlersObjectName() - Method in class org.apache.jk.core.WorkerEnv
 
getHeader(String) - Method in class org.apache.coyote.Request
 
getHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
getHeaderLength() - Method in class org.apache.jk.common.MsgAjp
 
getHeaderLength() - Method in class org.apache.jk.core.Msg
 
getHeaderNames() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the names of all headers received with this request.
getHeaderNames() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getHeaderNames() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderValues(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaders(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaders(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getHook() - Method in class org.apache.coyote.Response
 
getHost(Container) - Method in class org.apache.jk.config.BaseJkConfig
Get the host associated with this Container (if any).
getHost() - Method in class org.apache.tomcat.util.net.URL
Return the host name part of the URL.
getHosts() - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getHttpHost() - Method in class org.apache.jk.common.JkMX
 
getHttpPort() - Method in class org.apache.jk.common.JkMX
 
getId() - Method in class org.apache.jk.core.JkHandler
 
getId() - Method in class org.apache.tomcat.util.buf.TimeStamp
Each object can have an unique id, similar with name but providing faster access ( array vs.
getImplementationName() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
getIncluded() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the "processing inside an include" flag.
getInfo(Context, org.apache.tomcat.core.Request, int, String) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
getInfo calls for SSL data
getInfo() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return descriptive information about this Connector implementation.
getInfo() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInitData() - Method in class org.apache.tomcat.util.threads.Expirer
 
getInitData() - Method in interface org.apache.tomcat.util.threads.ThreadPoolRunnable
Called when this object is first loaded in the thread pool.
getInitTime() - Method in class org.apache.jk.server.JkMain
Deprecated. The time it took to initialize jk ( ms)
getInputBuffer() - Method in class org.apache.coyote.Request
 
getInputStream() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get the underlying socket input stream.
getInputStream() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the servlet input stream for this Request.
getInputStream() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstanceId() - Method in class org.apache.jk.common.ChannelSocket
At startup we'll look for the first free port in the range.
getInt() - Method in class org.apache.jk.common.MsgAjp
Read an integer from packet, and advance the read position past it.
getInt() - Method in class org.apache.jk.core.Msg
Read an integer from packet, and advance the read position past it.
getInt() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getInt() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getInt() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to an int, cache the value
getIntHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getIntHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getInterned(String) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable.
getJavaVersion() - Static method in class org.apache.tomcat.util.compat.JdkCompat
Return java version as a string
getJdkCompat() - Static method in class org.apache.tomcat.util.compat.JdkCompat
Get a compatibiliy helper class.
getJkDir() - Method in class org.apache.jk.config.WebXml2Jk
 
getJkEnv() - Method in class org.apache.jk.apr.AprImpl
 
getJkHandler(long, String) - Method in class org.apache.jk.apr.AprImpl
Get a native component
getJkHome() - Method in class org.apache.jk.common.JniHandler
 
getJkHome() - Method in class org.apache.jk.core.WorkerEnv
 
getJkHome() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getJkMain() - Method in class org.apache.jk.server.JkCoyoteHandler
 
getJkMain() - Static method in class org.apache.jk.server.JkMain
Deprecated.  
getJniContext() - Method in class org.apache.jk.core.MsgContext
 
getJniEnv() - Method in class org.apache.jk.core.MsgContext
 
getJrmpHost() - Method in class org.apache.jk.common.JkMX
 
getJrmpPort() - Method in class org.apache.jk.common.JkMX
 
getJvmRoute() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
getKeyAlias() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeyManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Gets the initialized key managers.
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the keysize.
getKeypass() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeystore() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeystore(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystoreFile() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getKeystorePass() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystoreType() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getKeytype() - Method in class org.apache.coyote.http11.Http11Protocol
 
getLastAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getLen() - Method in class org.apache.jk.common.MsgAjp
 
getLen() - Method in class org.apache.jk.core.Msg
 
getLength() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the length of the bytes.
getLength() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the length of the bytes.
getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the length of the original buffer.
getLimit() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLimit() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getLocalHost() - Method in class org.apache.coyote.Request
 
getLocalHost() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
getLocalId() - Method in class org.apache.jk.core.WorkerEnv
 
getLocalPort() - Method in class org.apache.coyote.Request
 
getLocale() - Method in class org.apache.coyote.Response
 
getLocale() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocale() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getLocale() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the Locale assigned to this response.
getLocale() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
getLocale(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLocales() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocales() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getLocales(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLong(int) - Method in class org.apache.jk.core.MsgContext
 
getLong() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLong() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to an long, cache the value
getLongInt() - Method in class org.apache.jk.common.MsgAjp
Read a 32 bits integer from packet, and advance the read position past it.
getLongInt() - Method in class org.apache.jk.core.Msg
Read a 32 bits integer from packet, and advance the read position past it.
getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(ResourceBundle) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(String, Locale) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package and Locale.
getMax() - Method in class org.apache.tomcat.util.collections.SimplePool
Return the size of the pool
getMaxAge() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxInactiveInterval() - Method in class org.apache.tomcat.util.buf.TimeStamp
Inactive interval in millis - the time is computed in millis, convert to secs in the upper layer
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Processor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the maximum number of Keep-Alive requests to honor per connection.
getMaxMemory() - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Return the maximum amount of memory the JVM will attempt to use.
getMaxMemory() - Method in class org.apache.tomcat.util.compat.JdkCompat
Return the maximum amount of memory the JVM will attempt to use.
getMaxPort() - Method in class org.apache.jk.common.ChannelSocket
 
getMaxPostSize() - Method in class org.apache.coyote.http11.Http11Processor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxPostSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxProcessors() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the maximum number of processors allowed, or <0 for unlimited.
getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
 
getMaxSpareProcessors() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the maximum number of spare processors allowed.
getMaxSpareThreads() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxSpareThreads() - Method in class org.apache.jk.common.ChannelSocket
 
getMaxSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMaxSpareThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxThreads() - Method in class org.apache.jk.common.ChannelSocket
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
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.
getMessage() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the error message that was set with sendError() for this Response.
getMessage(int) - Static method in class org.apache.tomcat.util.http.HttpMessages
Get the status string associated with a status code.
getMethod() - Method in class org.apache.coyote.RequestInfo
 
getMethod() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the HTTP request method used in this Request.
getMethod() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getMimeHeaders() - Method in class org.apache.coyote.Request
 
getMimeHeaders() - Method in class org.apache.coyote.Response
 
getMinProcessors() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the minimum number of processors to start at initialization.
getMinSpareThreads() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMinSpareThreads() - Method in class org.apache.jk.common.ChannelSocket
 
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMinSpareThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMonitor() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMsg(int) - Method in class org.apache.jk.core.MsgContext
The context may store a number of messages ( buffers + marshalling )
getName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getName() - Method in class org.apache.coyote.tomcat4.CoyotePrincipal
 
getName() - Method in class org.apache.jk.core.JkHandler
 
getName() - Method in class org.apache.tomcat.util.buf.TimeStamp
Return the "name" of the timestamp.
getName(int) - Method in class org.apache.tomcat.util.collections.MultiMap
Returns the Nth header name This may be used to iterate through all header fields.
getName(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the Nth header name, or null if there is no such header.
getName() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getName() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getNext(Node) - Static method in class org.apache.jk.config.WebXml2Jk
Get the node in the list of siblings
getNext() - Method in class org.apache.jk.core.JkHandler
 
getNext() - Method in class org.apache.jk.core.MsgContext
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11Protocol
 
getNote(int) - Method in class org.apache.coyote.Request
 
getNote(int) - Method in class org.apache.coyote.Response
 
getNote(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(int) - Method in class org.apache.jk.core.MsgContext
 
getNote(int) - Method in class org.apache.jk.core.WorkerEnv
 
getNote(int) - Method in class org.apache.tomcat.util.http.BaseRequest
 
getNote(Object, int) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
getNoteId(int, String) - Method in class org.apache.jk.core.WorkerEnv
 
getNoteNames() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return an Iterator containing the String names of all notes bindings that exist for this request.
getNotificationInfo() - Method in class org.apache.jk.common.ChannelSocket
 
getObjectName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getObjectName() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
getObjectName() - Method in class org.apache.jk.core.JkHandler
 
getObjectName() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getOffset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getOffset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getOut() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getOutputBuffer() - Method in class org.apache.coyote.Response
 
getOutputStream() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get the underlying socket output stream.
getOutputStream() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the servlet output stream associated with this Response.
getOutputStream() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
getParam(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Information about the current request ( or the main object we are processing )
getParameter(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getParameter(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParameterMap() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getParameterNames() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the names of all defined request parameters for this request.
getParameterNames() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
 
getParameterValues(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParameters() - Method in class org.apache.coyote.Request
 
getParent() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getPartialServletStackTrace(Throwable) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Print out a partial servlet stack trace (truncating at the last occurrence of javax.servlet.).
getPartialServletStackTrace(Throwable) - Method in class org.apache.tomcat.util.compat.JdkCompat
Print out a partial servlet stack trace (truncating at the last occurrence of javax.servlet.).
getPass() - Method in class org.apache.jk.common.ModJkMX
 
getPath() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getPath() - Method in class org.apache.tomcat.util.net.URL
Return the path part of the URL.
getPathInfo() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the path information associated with this Request.
getPathInfo() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getPathTranslated() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the extra path information for this request, translated to a real path.
getPathTranslated() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getPeerCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain(boolean) - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPools() - Method in class org.apache.coyote.http11.Http11Protocol
 
getPort() - Method in class org.apache.coyote.http11.Http11Protocol
 
getPort() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the port number on which we listen for requests.
getPort() - Method in class org.apache.jk.common.ChannelSocket
 
getPort() - Method in class org.apache.jk.common.JkMX
 
getPort() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.URL
Return the port number part of the URL.
getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the key associated with the given alias.
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getPropertiesFile() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getProperty(String) - Method in class org.apache.coyote.http11.Http11Protocol
Get a property
getProperty(String) - Method in class org.apache.jk.core.JkHandler
 
getProperty(String) - Method in class org.apache.jk.server.JkCoyoteHandler
 
getProperty(String) - Method in class org.apache.jk.server.JkMain
Deprecated. Retrieve a property.
getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
 
getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
getProtocol() - Method in class org.apache.coyote.RequestInfo
 
getProtocol() - Method in class org.apache.coyote.http11.Http11Protocol
 
getProtocol() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the protocol and version used to make this Request.
getProtocol() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getProtocol() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getProtocol() - Method in class org.apache.tomcat.util.net.URL
Return the protocol name part of the URL.
getProtocolHandlerClassName() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the class name of the Coyote protocol handler in use.
getProtocols() - Method in class org.apache.coyote.http11.Http11Protocol
 
getProxyName() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the proxy server name for this Connector.
getProxyPort() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the proxy server port for this Connector.
getQuery() - Method in class org.apache.tomcat.util.net.URL
Return the query part of the URL.
getQueryString() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the query string associated with this request.
getQueryString() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRandomFile() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getReader() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Read the Reader wrapping the input stream for this Request.
getReader() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRealPath(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Deprecated. As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRealPath(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRedirectPort() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRef() - Method in class org.apache.tomcat.util.net.URL
Return the reference part of the URL.
getRegisterRequests() - Method in class org.apache.jk.common.HandlerRequest
Get the flag to tell if we JMX register requests.
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.
getRemoteAddr() - Method in class org.apache.coyote.RequestInfo
 
getRemoteAddr() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the remote IP address making this Request.
getRemoteAddr() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRemoteHost() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the remote host name making this Request.
getRemoteHost() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRemotePort() - Method in class org.apache.coyote.Request
 
getRemoteUser() - Method in class org.apache.coyote.Request
 
getRemoteUser() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
getRemoteUser() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the name of the remote user that has been authenticated for this Request.
getRemoteUser() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getReportedname() - Method in class org.apache.coyote.http11.Http11Protocol
 
getReporter() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getRequest() - Method in class org.apache.coyote.Response
 
getRequest() - Method in class org.apache.coyote.http11.Http11Processor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.jk.core.MsgContext
 
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
 
getRequestCount() - Method in class org.apache.jk.common.ChannelSocket
 
getRequestDispatcher(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getRequestProcessor() - Method in class org.apache.coyote.Request
 
getRequestURI() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the request URI for this request.
getRequestURI() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRequestURL() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getRequestedSessionId() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the session identifier included in this request, if any.
getRequestedSessionId() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getResponse() - Method in class org.apache.coyote.Request
 
getResponse() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the Response with which this Request is associated.
getResponse() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.coyote.tomcat4.OutputBuffer
Get associated Coyote response.
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Protocol
 
getRootFile() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getSSLImplementation() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSSLImplementation() - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
getScheme() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the scheme used to make this Request.
getScheme() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getScheme() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the scheme
getSecure() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSecure() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.tomcat.util.http.BaseRequest
Get whether the request is secure or not.
getSecure() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getSequence() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the server side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerName() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the server name responding to this Request.
getServerName() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getServerPort() - Method in class org.apache.coyote.Request
 
getServerPort() - Method in class org.apache.coyote.RequestInfo
 
getServerPort() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
getServerPort() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the server port responding to this Request.
getServerPort() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getServerPort() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server port
getServerSoTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getServerSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
getServerSocketTimeout() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the server socket timeout for this Connector.
getServerTimeout() - Method in class org.apache.jk.common.ChannelSocket
 
getService() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the Service with which we are associated (if any).
getServletPath() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the portion of the request URI used to select the servlet that will process this request.
getServletPath() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getSession() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the session associated with this Request, creating one if necessary.
getSession(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the session associated with this Request, creating one if necessary and requested.
getSession(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getSession() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
getSoLinger() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSoLinger() - Method in class org.apache.jk.common.ChannelSocket
 
getSoLinger() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSoTimeout() - Method in class org.apache.jk.common.ChannelSocket
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSocket() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the Socket (if any) through which this Request was received.
getSocket() - Method in class org.apache.tomcat.util.net.TcpConnection
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Processor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSocketCloseDelay() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSocketFactory() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSource() - Method in class org.apache.jk.core.MsgContext
 
getStage() - Method in class org.apache.coyote.RequestInfo
 
getStart() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the start offset of the bytes.
getStart() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the start offset of the bytes.
getStartTime() - Method in class org.apache.coyote.Request
 
getStartTime() - Method in class org.apache.jk.server.JkMain
Deprecated. The time it took to start jk ( ms )
getStatus() - Method in class org.apache.coyote.Response
 
getStatus() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the HTTP status code associated with this Response.
getStatus() - Method in class org.apache.jk.core.MsgContext
 
getStatusPath() - Method in class org.apache.jk.common.ModJkMX
 
getStream() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the input stream associated with this Request.
getStream() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the output stream associated with this Response.
getString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the string value.
getString(String) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object[]) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11Protocol
 
getTcpNoDelay() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the TCP no delay flag value.
getTcpNoDelay() - Method in class org.apache.jk.common.ChannelSocket
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getThisAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getThreadData(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
getThreadParam() - Method in class org.apache.tomcat.util.threads.ThreadPool
Return an array with the current "param" ( XXX better name ? ) of each thread.
getThreadPool() - Method in class org.apache.jk.common.ChannelSocket
 
getThreadPool() - Method in class org.apache.jk.common.ChannelUn
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11Protocol
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.threads.ThreadPool
Returns the priority level of current and future threads in this pool.
getThreadStatus() - Method in class org.apache.tomcat.util.threads.ThreadPool
Return an array with the status of each thread.
getThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getTime() - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated. The buffer are general purpose, caching for headers should be done in headers
getTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the upload timeout.
getTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getTomcatAuthentication() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
getTrustManagers(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Gets the intialized trust managers.
getTrustStore(String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getType() - Method in class org.apache.jk.core.MsgContext
The id of the chain
getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
Return the type of the original content.
getURI(File) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Return the URI for the given file.
getURI(File) - Method in class org.apache.tomcat.util.compat.JdkCompat
Return the URI for the given file.
getURIConverter() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the URI converter.
getURIEncoding() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the character encoding to be used for the URI.
getURL(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a file url from a file, using a base dir
getURLClassLoader(URL[], ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a URLClassLoader.
getURLDecoder() - Method in class org.apache.coyote.Request
 
getUpdateInterval() - Method in class org.apache.jk.common.ModJkMX
 
getUseBodyEncodingForURI() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the true if the entity body encoding should be used for the URI.
getUseURIValidationHack() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Return the value of the Uri validation flag.
getUseXSLTProcessor() - Method in class org.apache.jk.common.JkMX
 
getUser() - Method in class org.apache.jk.common.ModJkMX
 
getUserInfo() - Method in class org.apache.tomcat.util.net.URL
Return the user info part of the URL.
getUserPrincipal() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the principal that has been authenticated for this Request.
getUserPrincipal() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
getValue(int) - Method in class org.apache.tomcat.util.collections.MultiMap
Returns the Nth header value This may be used to iterate through all header fields.
getValue(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the Nth header value, or null if there is no such header.
getValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a header field with the given name.
getValue() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getVersion() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
 
getWebServerHost() - Method in class org.apache.jk.common.ModJkMX
 
getWebServerPort() - Method in class org.apache.jk.common.ModJkMX
 
getWebXmlNode() - Method in class org.apache.jk.config.WebXml2Jk
Return the top level node
getWellcomeFiles() - Method in class org.apache.jk.config.WebXml2Jk
Extract the wellcome files from the web.xml
getWorkerClassName() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getWorkerEnv() - Method in class org.apache.jk.core.MsgContext
 
getWorkerEnv() - Method in class org.apache.jk.server.JkMain
Deprecated.  
getWrapper() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return the Wrapper within which this Request is being processed.
getWrapperNames(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getWrappersString(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getWriter() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return the writer associated with this Response.
getWriter() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
getWriter() - Method in class org.apache.jk.config.ApacheConfig
 
getWriter() - Method in class org.apache.jk.config.BaseJkConfig
Get the output Writer.
getWriter() - Method in class org.apache.jk.config.IISConfig
 
getWriter() - Method in class org.apache.jk.config.NSConfig
 
gmtZone - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
 
guessInstall(String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
guessInstall(String, String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Guess a product install/home by analyzing the class path.

H

HANDLE_FLUSH - Static variable in class org.apache.jk.core.JkHandler
 
HANDLE_RECEIVE_PACKET - Static variable in class org.apache.jk.core.JkHandler
 
HANDLE_SEND_PACKET - Static variable in class org.apache.jk.core.JkHandler
 
HANDLE_THREAD_END - Static variable in class org.apache.jk.core.JkHandler
 
HEAD - Static variable in class org.apache.coyote.http11.Constants
HEAD.
HEX - Static variable in class org.apache.tomcat.util.buf.HexUtils
Table for DEC to HEX byte translation.
HOSTBUFFER - Static variable in class org.apache.jk.common.HandlerRequest
 
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.
H_SIZE - Static variable in class org.apache.jk.common.JkInputStream
 
HandlerDispatch - class org.apache.jk.common.HandlerDispatch.
Dispatch based on the message type.
HandlerDispatch() - Constructor for class org.apache.jk.common.HandlerDispatch
 
HandlerRequest - class org.apache.jk.common.HandlerRequest.
Handle messages related with basic request information.
HandlerRequest() - Constructor for class org.apache.jk.common.HandlerRequest
 
HexUtils - class org.apache.tomcat.util.buf.HexUtils.
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.apache.tomcat.util.buf.HexUtils
 
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
 
HttpMessages - class org.apache.tomcat.util.http.HttpMessages.
Handle (internationalized) HTTP messages.
HttpMessages() - Constructor for class org.apache.tomcat.util.http.HttpMessages
 
handleNotification(Notification, Object) - Method in class org.apache.jk.core.JkHandler
 
handleQueryParameters() - Method in class org.apache.tomcat.util.http.Parameters
Process the query string into parameters
handshake(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Extra function to initiate the handshake.
handshake(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
handshake(Socket) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
hasHook(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Test if the object implements a particular method
hasMoreElements() - Method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
hasMoreElements() - Method in class org.apache.tomcat.util.collections.MultiMapNamesEnumeration
 
hasMoreElements() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Used to view this as an enumeration; returns true if there are more keys to be enumerated.
hash() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
hash() - Method in class org.apache.tomcat.util.buf.CharChunk
 
hashCode() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.CharChunk
 
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.
headerTransArray - Static variable in class org.apache.jk.common.HandlerRequest
 
headers - Variable in class org.apache.coyote.Response
Response headers.
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.
headers() - Method in class org.apache.tomcat.util.http.BaseRequest
Get this request's headers
hexLine(byte[], int, int) - Static method in class org.apache.jk.common.MsgAjp
 
hexLine(byte[], int, int) - Static method in class org.apache.jk.core.Msg
 
hook - Variable in class org.apache.coyote.Response
Action hook.
host - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
hostNameC - Variable in class org.apache.coyote.http11.Http11Processor
Host name (used to avoid useless B2C conversion on the host name).
hosts - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Array containing the virtual hosts definitions.
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.

I

IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
Identity filters (input and output).
IISConfig - class org.apache.jk.config.IISConfig.
Generates automatic IIS isapi_redirect configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
IISConfig() - Constructor for class org.apache.jk.config.IISConfig
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Cookies
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Parameters
 
INITIAL_STATE - Variable in class org.apache.coyote.tomcat4.OutputBuffer
 
ISAPI_LOG_LOCATION - Static variable in class org.apache.jk.config.IISConfig
 
ISAPI_REG_FILE - Static variable in class org.apache.jk.config.IISConfig
 
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
 
InputBuffer - interface org.apache.coyote.InputBuffer.
Input buffer.
InputFilter - interface org.apache.coyote.http11.InputFilter.
Input filter interface.
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
 
IntrospectionUtils - class org.apache.tomcat.util.IntrospectionUtils.
Utils for introspection and reflection
IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
 
IntrospectionUtils.AttributeHolder - interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder.
 
IntrospectionUtils.PropertySource - interface org.apache.tomcat.util.IntrospectionUtils.PropertySource.
 
id - Variable in class org.apache.jk.core.JkHandler
 
included - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The included flag.
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
indexOf(byte[], int, int, byte) - Static method in class org.apache.tomcat.util.http.Cookies
 
indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.http.Cookies
 
indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
info - Static variable in class org.apache.coyote.tomcat4.CoyoteRequest
Descriptive information about this Request implementation.
info - Static variable in class org.apache.coyote.tomcat4.CoyoteResponse
Descriptive information about this Response implementation.
init() - Method in interface org.apache.coyote.ProtocolHandler
Init the protocol.
init() - Method in class org.apache.coyote.http11.Http11Protocol
Start the protocol
init() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Init the protocol.
init() - Method in class org.apache.jk.apr.AprImpl
 
init() - Method in class org.apache.jk.common.ChannelJni
 
init() - Method in class org.apache.jk.common.ChannelSocket
 
init() - Method in class org.apache.jk.common.ChannelUn
 
init() - Method in class org.apache.jk.common.HandlerDispatch
 
init() - Method in class org.apache.jk.common.HandlerRequest
 
init() - Method in class org.apache.jk.common.JkMX
 
init() - Method in class org.apache.jk.common.JniHandler
You must call initNative() inside the component init()
init() - Method in class org.apache.jk.common.ModJkMX
 
init() - Method in class org.apache.jk.common.Shm
 
init() - Method in class org.apache.jk.common.Shm14
 
init() - Method in class org.apache.jk.common.WorkerDummy
Initialize the worker.
init() - Method in class org.apache.jk.core.JkHandler
Should register the request types it can handle, same style as apache2.
init() - Method in class org.apache.jk.server.JkCoyoteHandler
Start the protocol
init() - Method in class org.apache.jk.server.JkMain
Deprecated.  
init() - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Called before the call to processConnection.
initCli() - Method in class org.apache.jk.common.Shm
Local initialization - for standalone use
initCli() - Method in class org.apache.jk.common.Shm14
 
initEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
initJkComponent() - Method in class org.apache.jk.common.JniHandler
 
initNative(String) - Method in class org.apache.jk.common.JniHandler
 
initProperties() - Method in class org.apache.jk.config.ApacheConfig
Initialize defaults for properties that are not set explicitely
initProperties() - Method in class org.apache.jk.config.BaseJkConfig
Initialize defaults for properties that are not set explicitely
initProperties() - Method in class org.apache.jk.config.IISConfig
Initialize defaults for properties that are not set explicitely
initProperties() - Method in class org.apache.jk.config.NSConfig
Initialize defaults for properties that are not set explicitely
initSocket(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
 
initialize() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Initialize this connector (create ServerSocket here!)
initialize() - Method in class org.apache.jk.apr.AprImpl
Initialize APR
initializeFilters() - Method in class org.apache.coyote.http11.Http11Processor
Initialize standard input and output filters.
initialized - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
input - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
inputStream - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input stream.
inputStream - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
ServletInputStream.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input buffer.
instanceId() - Method in class org.apache.coyote.Request
Get the instance id (or JVM route).
instanceId() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the host id ( or jvmRoute )
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
Receive a packet from the C side.
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.HandlerDispatch
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.HandlerRequest
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.JniHandler
Base implementation for invoke.
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.Shm
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.Shm14
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.WorkerDummy
 
invoke(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Invoke the request chain.
invoke(Msg, MsgContext) - Method in class org.apache.jk.core.JkHandler
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.server.JkCoyoteHandler
 
isAbsolute(String) - Static method in class org.apache.jk.config.BaseJkConfig
 
isAlpha(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper or lower case.
isAppCommitted() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Application commit flag accessor.
isAvailable() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Is this connector available for processing requests?
isCommitted() - Method in class org.apache.coyote.Response
 
isCommitted() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Has the output of this response already been committed?
isCommitted() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
isDaemon - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
isDaemon() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
isDigit(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is a digit.
isEmpty() - Method in class org.apache.tomcat.util.collections.Queue
Is the queue empty?
isEncodeable(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Return true if the specified URL should be encoded with a session identifier.
isError() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Error flag accessor.
isExceptionPresent() - Method in class org.apache.coyote.Response
 
isFinished() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
isJava14() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
isJava15() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
isJava2() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
isLoaded() - Method in class org.apache.jk.apr.AprImpl
 
isLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is lower case.
isNew() - Method in class org.apache.coyote.tomcat4.OutputBuffer
True if this buffer hasn't been used ( since recycle() ) - i.e.
isNew() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
isNull() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.CharChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
isPaused() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isPoolOn() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isRequestedSessionIdFromCookie() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromCookie() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdFromURL() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
isRequestedSessionIdFromUrl() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromUrl() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return true if the session identifier included in this request identifies a valid session.
isRequestedSessionIdValid() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
isRunning() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isSSLAttribute(String) - Static method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
Check if a string is a reserved SSL attribute key.
isSameAddress(MsgContext) - Method in class org.apache.jk.common.ChannelJni
 
isSameAddress(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
isSameAddress(InetAddress, InetAddress) - Static method in class org.apache.jk.common.ChannelSocket
Return true if the specified client and server addresses are the same.
isSameAddress(MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
isSameAddress(MsgContext) - Method in interface org.apache.jk.core.JkChannel
Confirm that a shutdown request was recieved form us.
isSecure() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
isSecure() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Was this request received on a secure connection?
isSecure() - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
isSuspended() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Suspended flag accessor.
isSuspended() - Method in class org.apache.coyote.tomcat4.OutputBuffer
Is the response output suspended ?
isToken(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
isTomcatAuthentication() - Method in class org.apache.jk.common.HandlerRequest
 
isUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper case.
isUserInRole(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Return true if the authenticated user principal possesses the specified role name.
isUserInRole(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
isValid() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
isWhite(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is white space.

J

JAVA_1_0 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_1 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_2 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_3 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_4 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_5 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JK_AJP13_CPING_REQUEST - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_CPONG_REPLY - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_END_RESPONSE - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_FORWARD_REQUEST - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.apache.jk.common.JkInputStream
 
JK_AJP13_PING_REQUEST - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_SEND_HEADERS - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_AJP13_SHUTDOWN - Static variable in class org.apache.jk.common.HandlerRequest
 
JK_HANDLE_JNI_DISPATCH - Static variable in class org.apache.jk.common.JniHandler
 
JK_HANDLE_SHM_DISPATCH - Static variable in class org.apache.jk.common.JniHandler
 
JK_LOG_LOCATION - Static variable in class org.apache.jk.config.ApacheConfig
default mod_jk log file location
JK_STATUS_CLOSED - Variable in class org.apache.jk.server.JkCoyoteHandler
 
JK_STATUS_HEAD - Variable in class org.apache.jk.server.JkCoyoteHandler
 
JK_STATUS_NEW - Variable in class org.apache.jk.server.JkCoyoteHandler
 
JSSE13SocketFactory - class org.apache.tomcat.util.net.jsse.JSSE13SocketFactory.
SSL server socket factory.
JSSE13SocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSE13SocketFactory
 
JSSE14SocketFactory - class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.
SSL server socket factory.
JSSE14SocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
JSSEImplementation - class org.apache.tomcat.util.net.jsse.JSSEImplementation.
 
JSSEImplementation() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
JSSEKeyManager - class org.apache.tomcat.util.net.jsse.JSSEKeyManager.
X509KeyManager which allows selection of a specific keypair and certificate chain (identified by their keystore alias name) to be used by the server to authenticate itself to SSL clients.
JSSEKeyManager(X509KeyManager, String) - Constructor for class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Constructor.
JSSESocketFactory - class org.apache.tomcat.util.net.jsse.JSSESocketFactory.
SSL server socket factory.
JSSESocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
Jdk14Compat - class org.apache.tomcat.util.compat.Jdk14Compat.
See JdkCompat.
Jdk14Compat() - Constructor for class org.apache.tomcat.util.compat.Jdk14Compat
Default no-arg constructor
JdkCompat - class org.apache.tomcat.util.compat.JdkCompat.
General-purpose utility to provide backward-compatibility and JDK independence.
JdkCompat() - Constructor for class org.apache.tomcat.util.compat.JdkCompat
Default no-arg constructor
JkChannel - interface org.apache.jk.core.JkChannel.
A Channel represents a connection point to the outside world.
JkCoyoteHandler - class org.apache.jk.server.JkCoyoteHandler.
Plugs Jk2 into Coyote.
JkCoyoteHandler() - Constructor for class org.apache.jk.server.JkCoyoteHandler
 
JkHandler - class org.apache.jk.core.JkHandler.
 
JkHandler() - Constructor for class org.apache.jk.core.JkHandler
 
JkInputStream - class org.apache.jk.common.JkInputStream.
Generic input stream impl on top of ajp
JkInputStream() - Constructor for class org.apache.jk.common.JkInputStream
 
JkMX - class org.apache.jk.common.JkMX.
Load the HTTP or RMI adapters for MX4J and JMXRI.
JkMX() - Constructor for class org.apache.jk.common.JkMX
 
JkMain - class org.apache.jk.server.JkMain.
Deprecated. Will be replaced with JMX operations
JkMain() - Constructor for class org.apache.jk.server.JkMain
Deprecated.  
JniHandler - class org.apache.jk.common.JniHandler.
Base class for components using native code ( libjkjni.so ).
JniHandler() - Constructor for class org.apache.jk.common.JniHandler
 
jkDebug - Variable in class org.apache.jk.config.BaseJkConfig
 
jkDestroy(long, long) - Method in class org.apache.jk.apr.AprImpl
 
jkGetAttribute(long, long, String) - Method in class org.apache.jk.apr.AprImpl
 
jkHome - Variable in class org.apache.jk.common.JniHandler
 
jkInit(long, long) - Method in class org.apache.jk.apr.AprImpl
 
jkInvoke(long, long, long, int, byte[], int, int, int) - Static method in class org.apache.jk.apr.AprImpl
Send the packet to the C side.
jkLog - Variable in class org.apache.jk.config.BaseJkConfig
 
jkMain - Variable in class org.apache.jk.server.JkCoyoteHandler
 
jkRecycle(long, long) - Method in class org.apache.jk.apr.AprImpl
Recycle an endpoint after use.
jkSetAttribute(long, long, String, String) - Method in class org.apache.jk.apr.AprImpl
 
jkWorker - Variable in class org.apache.jk.config.BaseJkConfig
 
jniInvoke(long, Object) - Static method in class org.apache.jk.apr.AprImpl
 
jniMode() - Static method in class org.apache.jk.apr.AprImpl
 
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
jvmRoute() - Method in class org.apache.tomcat.util.http.BaseRequest
 

K

KEEPALIVE_BYTES - Static variable in class org.apache.coyote.http11.Constants
Keep-alive bytes.
KEY_SIZE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the key size.
keepAlive - Variable in class org.apache.coyote.http11.Http11Processor
Keep-alive.
keySize - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
keys() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns an enumeration of the keys in this hashtable.
kill() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 

L

LAST - Static variable in class org.apache.jk.core.JkHandler
 
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.
LOCALE_DEFAULT - Static variable in class org.apache.coyote.Constants
 
LRUCache - class org.apache.tomcat.util.collections.LRUCache.
This class implements a Generic LRU Cache
LRUCache(int) - Constructor for class org.apache.tomcat.util.collections.LRUCache
 
LocaleToCharsetMap - class org.apache.tomcat.util.http.LocaleToCharsetMap.
A mapping to determine the (somewhat arbitrarily) preferred charset for a given locale.
LocaleToCharsetMap() - Constructor for class org.apache.tomcat.util.http.LocaleToCharsetMap
 
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.
legacy - Variable in class org.apache.jk.config.BaseJkConfig
 
lifecycle - Variable in class org.apache.coyote.tomcat4.CoyoteConnector
The lifecycle event support for this component.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.jk.config.BaseJkConfig
Generate the configuration - only when the server is completely initialized ( before starting )
linger - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
listeners - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
loadAdapter() - Method in class org.apache.jk.common.JkMX
Initialize the worker.
loadNative() - Method in class org.apache.jk.apr.AprImpl
This method of loading the libs doesn't require setting LD_LIBRARY_PATH.
loadNative(String) - Method in class org.apache.jk.apr.AprImpl
 
localAddr() - Method in class org.apache.coyote.Request
 
localAddr - Variable in class org.apache.coyote.http11.Http11Processor
The local Host address.
localName() - Method in class org.apache.coyote.Request
 
localName - Variable in class org.apache.coyote.http11.Http11Processor
Local Host associated with the current connection.
localPort - Variable in class org.apache.coyote.http11.Http11Processor
Local port to which the socket is connected
locales - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The preferred Locales assocaited with this Request.
localesParsed - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Parse locales.
log - Static variable in class org.apache.coyote.http11.Http11Processor
Logger.
log - Static variable in class org.apache.coyote.http11.Http11Protocol
 
log(String) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
log(String) - Method in class org.apache.jk.config.BaseJkConfig
 
log - Static variable in class org.apache.jk.server.JkCoyoteHandler
 
log(String) - Method in class org.apache.tomcat.util.http.Cookies
 
log(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
log(String) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
log(String, Throwable) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
log(String, int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
log(String, Throwable, int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
logs - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Thread <-> CaptureLog associations.

M

MAX_NOTES - Static variable in class org.apache.coyote.Constants
 
MAX_NOTES - Static variable in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
MAX_PACKET_SIZE - Static variable in class org.apache.jk.common.JkInputStream
 
MAX_READ_SIZE - Static variable in class org.apache.jk.common.JkInputStream
 
MAX_SPARE_THREADS - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MAX_THREADS - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MAX_THREADS_MIN - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MB_NOTE - Static variable in class org.apache.jk.common.JniHandler
 
MIN_SPARE_THREADS - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MOD_JK - Static variable in class org.apache.jk.config.ApacheConfig
default location of mod_jk Apache plug-in.
MOD_JK_CONFIG - Static variable in class org.apache.jk.config.ApacheConfig
default path to mod_jk .conf location
MSG_NOTE - Static variable in class org.apache.jk.common.JniHandler
 
Mapper - class org.apache.tomcat.util.http.mapper.Mapper.
Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).
Mapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper
 
Mapper.Context - class org.apache.tomcat.util.http.mapper.Mapper.Context.
 
Mapper.Context() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Context
 
Mapper.ContextList - class org.apache.tomcat.util.http.mapper.Mapper.ContextList.
 
Mapper.ContextList() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
Mapper.Host - class org.apache.tomcat.util.http.mapper.Mapper.Host.
 
Mapper.Host() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Host
 
Mapper.MapElement - class org.apache.tomcat.util.http.mapper.Mapper.MapElement.
 
Mapper.MapElement() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
Mapper.Wrapper - class org.apache.tomcat.util.http.mapper.Mapper.Wrapper.
 
Mapper.Wrapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
MappingData - class org.apache.tomcat.util.http.mapper.MappingData.
Mapping data.
MappingData() - Constructor for class org.apache.tomcat.util.http.mapper.MappingData
 
MemoryProtocolHandler - class org.apache.coyote.memory.MemoryProtocolHandler.
Abstract the protocol implementation, including threading, etc.
MemoryProtocolHandler() - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler
 
MemoryProtocolHandler.ByteChunkInputBuffer - class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer.
 
MemoryProtocolHandler.ByteChunkInputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
MemoryProtocolHandler.ByteChunkOutputBuffer - class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer.
 
MemoryProtocolHandler.ByteChunkOutputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
MessageBytes - class org.apache.tomcat.util.buf.MessageBytes.
This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes() - Constructor for class org.apache.tomcat.util.buf.MessageBytes
Creates a new, uninitialized MessageBytes object.
MessageBytes.MessageBytesFactory - class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory.
 
MessageBytes.MessageBytesFactory() - Constructor for class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
MimeHeaders - class org.apache.tomcat.util.http.MimeHeaders.
Memory-efficient repository for Mime Headers.
MimeHeaders() - Constructor for class org.apache.tomcat.util.http.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimeMap - class org.apache.tomcat.util.http.MimeMap.
A mime type map that implements the java.net.FileNameMap interface.
MimeMap() - Constructor for class org.apache.tomcat.util.http.MimeMap
 
ModJkMX - class org.apache.jk.common.ModJkMX.
A small mbean that will act as a proxy for mod_jk2.
ModJkMX() - Constructor for class org.apache.jk.common.ModJkMX
 
Msg - class org.apache.jk.core.Msg.
A single packet for communication between the web server and the container.
Msg() - Constructor for class org.apache.jk.core.Msg
 
MsgAjp - class org.apache.jk.common.MsgAjp.
A single packet for communication between the web server and the container.
MsgAjp() - Constructor for class org.apache.jk.common.MsgAjp
 
MsgContext - class org.apache.jk.core.MsgContext.
 
MsgContext() - Constructor for class org.apache.jk.core.MsgContext
 
MultiMap - class org.apache.tomcat.util.collections.MultiMap.
An efficient representation for certain type of map.
MultiMap(int) - Constructor for class org.apache.tomcat.util.collections.MultiMap
 
MultiMapNamesEnumeration - class org.apache.tomcat.util.collections.MultiMapNamesEnumeration.
Enumerate the distinct header names.
main(String[]) - Static method in class org.apache.jk.apr.TomcatStarter
 
main(String[]) - Static method in class org.apache.jk.common.Shm
 
main(String[]) - Static method in class org.apache.jk.common.Shm14
 
main(String[]) - Static method in class org.apache.jk.config.WebXml2Jk
 
main(String[]) - Static method in class org.apache.jk.server.JkMain
Deprecated.  
main(String[]) - Static method in class org.apache.tomcat.util.http.mapper.Mapper
 
mainClasses - Static variable in class org.apache.jk.apr.TomcatStarter
 
map(MessageBytes, MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified host name and URI, mutating the given mapping data.
map(MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
mark(int) - Method in class org.apache.jk.common.JkInputStream
 
markSupported() - Method in class org.apache.jk.common.JkInputStream
 
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11Processor
Maximum number of Keep-Alive requests to honor.
maxPostSize - Variable in class org.apache.coyote.http11.Http11Processor
Max post size.
maxSpareProcessors - Variable in class org.apache.coyote.tomcat4.CoyoteConnector
The maximum amount of spare processors.
maxSpareThreads - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
maxThreads - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
maybeQuote(int, StringBuffer, String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
message - Variable in class org.apache.coyote.Response
Status message.
method() - Method in class org.apache.coyote.Request
 
method() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the method.
methodTransArray - Static variable in class org.apache.jk.common.HandlerRequest
 
minProcessors - Variable in class org.apache.coyote.tomcat4.CoyoteConnector
The minimum number of processors to start at initialization time.
minSpareThreads - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
monitor - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
mserver - Variable in class org.apache.coyote.http11.Http11Protocol
 
mserver - Variable in class org.apache.coyote.tomcat4.CoyoteConnector
 
mserver - Variable in class org.apache.jk.core.JkHandler
 
mserver - Variable in class org.apache.jk.server.JkMain
Deprecated.  

N

NSAPI_LOG_LOCATION - Static variable in class org.apache.jk.config.NSConfig
 
NSAPI_REDIRECTOR - Static variable in class org.apache.jk.config.NSConfig
default location of nsapi plug-in.
NSConfig - class org.apache.jk.config.NSConfig.
Generates automatic Netscape nsapi_redirect configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
NSConfig() - Constructor for class org.apache.jk.config.NSConfig
 
NS_CONFIG - Static variable in class org.apache.jk.config.NSConfig
 
name - Variable in class org.apache.coyote.tomcat4.CoyotePrincipal
The username of the user represented by this Principal.
name - Variable in class org.apache.jk.core.JkHandler
 
name - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
name - Variable in class org.apache.tomcat.util.threads.ThreadPool
Name of the threadpool
names() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns an enumeration of strings representing the header field names.
nativeDispatch(Msg, MsgContext, int, int) - Method in class org.apache.jk.common.JniHandler
send and get the response in the same buffer.
nativeJkHandlerP - Variable in class org.apache.jk.common.JniHandler
 
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.
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
newInstance() - Method in class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
newInstance() - Static method in class org.apache.tomcat.util.buf.MessageBytes
Construct a new MessageBytes instance
next - Variable in class org.apache.jk.core.JkHandler
 
nextElement() - Method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
nextElement() - Method in class org.apache.tomcat.util.collections.MultiMapNamesEnumeration
 
nextElement() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Used to view this as an enumeration; returns the next key in the enumeration.
nextName - Variable in class org.apache.jk.core.JkHandler
 
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
noRoot - Variable in class org.apache.jk.config.BaseJkConfig
 
normalize() - Method in class org.apache.tomcat.util.net.URL
Normalize the path (and therefore file) portions of this URL.
notes - Variable in class org.apache.coyote.Response
Notes.
notifyThreadEnd(ThreadPool.ControlRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
Inform the pool that the specific thread finish.

O

OK - Static variable in class org.apache.jk.core.JkHandler
 
OutputBuffer - interface org.apache.coyote.OutputBuffer.
Output buffer.
OutputBuffer - class org.apache.coyote.tomcat4.OutputBuffer.
The buffer used by Tomcat response.
OutputBuffer() - Constructor for class org.apache.coyote.tomcat4.OutputBuffer
Default constructor.
OutputBuffer(int) - Constructor for class org.apache.coyote.tomcat4.OutputBuffer
Alternate constructor which allows specifying the initial buffer size.
OutputFilter - interface org.apache.coyote.http11.OutputFilter.
Output filter.
object - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
oname - Variable in class org.apache.coyote.http11.Http11Protocol
 
oname - Variable in class org.apache.coyote.tomcat4.CoyoteConnector
 
oname - Variable in class org.apache.jk.core.JkHandler
 
oname - Variable in class org.apache.jk.server.JkMain
Deprecated.  
open(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
open(MsgContext) - Method in class org.apache.jk.common.ChannelUn
Open a connection - since we're listening that will block in accept
openThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
Create missing threads.
org.apache.coyote - package org.apache.coyote
 
org.apache.coyote.http11 - package org.apache.coyote.http11
 
org.apache.coyote.http11.filters - package org.apache.coyote.http11.filters
 
org.apache.coyote.memory - package org.apache.coyote.memory
 
org.apache.coyote.tomcat3 - package org.apache.coyote.tomcat3
 
org.apache.coyote.tomcat4 - package org.apache.coyote.tomcat4
 
org.apache.jk.apr - package org.apache.jk.apr
 
org.apache.jk.common - package org.apache.jk.common
 
org.apache.jk.config - package org.apache.jk.config
 
org.apache.jk.core - package org.apache.jk.core
Jk2 interfaces
org.apache.jk.server - package org.apache.jk.server
 
org.apache.tomcat.util - package org.apache.tomcat.util
 
org.apache.tomcat.util.buf - package org.apache.tomcat.util.buf
Buffers and Encodings
org.apache.tomcat.util.collections - package org.apache.tomcat.util.collections
Specialized collections
org.apache.tomcat.util.compat - package org.apache.tomcat.util.compat
 
org.apache.tomcat.util.http - package org.apache.tomcat.util.http
Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc.
org.apache.tomcat.util.http.mapper - package org.apache.tomcat.util.http.mapper
 
org.apache.tomcat.util.log - package org.apache.tomcat.util.log
 
org.apache.tomcat.util.net - package org.apache.tomcat.util.net
 
org.apache.tomcat.util.net.jsse - package org.apache.tomcat.util.net.jsse
 
org.apache.tomcat.util.net.puretls - package org.apache.tomcat.util.net.puretls
 
org.apache.tomcat.util.res - package org.apache.tomcat.util.res
 
org.apache.tomcat.util.threads - package org.apache.tomcat.util.threads
 
out - Variable in class org.apache.tomcat.util.log.SystemLogHandler
Wrapped PrintStream.
output - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
outputBuffer - Variable in class org.apache.coyote.Response
Associated output buffer.
outputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Output.
outputBuffer - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The associated output buffer.
outputChunk - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
outputStream - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output stream.
outputStream - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The associated output stream.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output buffer.

P

PATH_SEPARATOR - Static variable in class org.apache.tomcat.util.IntrospectionUtils
 
POST - Static variable in class org.apache.coyote.http11.Constants
POST.
PROCESSOR_ACTIVE - Static variable in class org.apache.coyote.tomcat4.Constants
 
PROCESSOR_IDLE - Static variable in class org.apache.coyote.tomcat4.Constants
 
Package - Static variable in class org.apache.coyote.http11.Constants
Package name.
Package - Static variable in class org.apache.coyote.tomcat4.Constants
 
Parameters - class org.apache.tomcat.util.http.Parameters.
 
Parameters() - Constructor for class org.apache.tomcat.util.http.Parameters
 
PoolTcpEndpoint - class org.apache.tomcat.util.net.PoolTcpEndpoint.
Handle incoming TCP connections.
PoolTcpEndpoint() - Constructor for class org.apache.tomcat.util.net.PoolTcpEndpoint
 
PoolTcpEndpoint(ThreadPool) - Constructor for class org.apache.tomcat.util.net.PoolTcpEndpoint
 
Processor - interface org.apache.coyote.Processor.
Processor.
ProtocolHandler - interface org.apache.coyote.ProtocolHandler.
Abstract the protocol implementation, including threading, etc.
PureTLSImplementation - class org.apache.tomcat.util.net.puretls.PureTLSImplementation.
 
PureTLSImplementation() - Constructor for class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
PureTLSSocket - class org.apache.tomcat.util.net.puretls.PureTLSSocket.
 
PureTLSSocket() - Constructor for class org.apache.tomcat.util.net.puretls.PureTLSSocket
 
PureTLSSocketFactory - class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory.
SSL server socket factory--wraps PureTLS
PureTLSSocketFactory() - Constructor for class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
parameterMap - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Hash map used in the getParametersMap method.
paramsAsString() - Method in class org.apache.tomcat.util.http.Parameters
Debug purpose
parseCRLF() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse CRLF at end of chunk.
parseCache - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Parser cache.
parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse the header of a chunk.
parseDate(String) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated. Called from HttpServletRequest.getDateHeader().
parseDate(String, DateFormat[]) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
parseDate(String, DateFormat[]) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Try to parse the given date as a HTTP date.
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.
parseInt(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned integer from the specified subarray of bytes.
parseInt(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
 
parseLocales() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Parse request locales.
parseLocalesHeader(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Parse accept-language header value.
parseLong(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned long from the specified subarray of bytes.
parseLong(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
 
parseRequestLine() - Method in class org.apache.coyote.http11.InternalInputBuffer
Read the request line.
parseRequestParameters() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Parse request parameters.
parsingHeader - Variable in class org.apache.coyote.http11.InternalInputBuffer
State.
patch(String) - Static method in class org.apache.jk.config.BaseJkConfig
 
path - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
path - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
pathInfo - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Path info.
pathInfo - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
pause() - Method in interface org.apache.coyote.ProtocolHandler
Pause the protocol (optional).
pause() - Method in class org.apache.coyote.http11.Http11Protocol
 
pause() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
pause() - Method in class org.apache.jk.common.ChannelSocket
 
pause() - Method in class org.apache.jk.common.JniHandler
 
pause() - Method in class org.apache.jk.core.JkHandler
 
pause() - Method in class org.apache.jk.server.JkCoyoteHandler
 
pause() - Method in class org.apache.jk.server.JkMain
Deprecated.  
pauseEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
peek() - Method in class org.apache.tomcat.util.collections.Queue
Peek to see if something is available.
peekByte() - Method in class org.apache.jk.common.MsgAjp
 
peekByte() - Method in class org.apache.jk.core.Msg
 
peekInt() - Method in class org.apache.jk.common.MsgAjp
 
peekInt() - Method in class org.apache.jk.core.Msg
 
phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
pool - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
pop() - Method in class org.apache.tomcat.util.http.Parameters
Discard the last child.
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.
postData - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
 
postDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
postDeregister() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
postDeregister() - Method in class org.apache.jk.core.JkHandler
 
postDeregister() - Method in class org.apache.jk.server.JkMain
Deprecated.  
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
postRegister(Boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
postRegister(Boolean) - Method in class org.apache.jk.core.JkHandler
 
postRegister(Boolean) - Method in class org.apache.jk.server.JkMain
Deprecated.  
postRequest(org.apache.tomcat.core.Request, org.apache.tomcat.core.Response) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
 
preDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
preDeregister() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
preDeregister() - Method in class org.apache.jk.core.JkHandler
 
preDeregister() - Method in class org.apache.jk.server.JkMain
Deprecated.  
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11Protocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.jk.core.JkHandler
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.jk.server.JkCoyoteHandler
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.jk.server.JkMain
Deprecated.  
preService(org.apache.tomcat.core.Request, org.apache.tomcat.core.Response) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
Handle HTTP expectations.
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.
print(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
process(InputStream, OutputStream) - Method in interface org.apache.coyote.Processor
 
process(InputStream, OutputStream) - Method in class org.apache.coyote.http11.Http11Processor
Process pipelined HTTP requests using the specified input and output streams.
process(Request, ByteChunk, Response, ByteChunk) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Process specified request.
processArgs(Object, String[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
processArgs(Object, String[], String[], String[], Hashtable) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
processConnection(TcpConnection, Object[]) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Assert: connection!=null Assert: connection.getSocket() != null Assert: thData != null and is the result of calling init() Assert: thData is preserved per Thread.
processCookies(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
Add all Cookie found in the headers of a request.
processHeader() - Method in class org.apache.jk.common.MsgAjp
 
processHeader() - Method in class org.apache.jk.core.Msg
 
processParameters(byte[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(byte[], int, int, String) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(char[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(String) - Method in class org.apache.tomcat.util.http.Parameters
Used by RequestDispatcher
properties - Variable in class org.apache.jk.core.JkHandler
 
protocol() - Method in class org.apache.coyote.Request
 
protocol() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the protocol
pull() - Method in class org.apache.tomcat.util.collections.Queue
Pull the first object out of the queue.
push() - Method in class org.apache.tomcat.util.http.Parameters
Create ( or reuse ) a child that will be used during a sub-request.
put(Object, Object) - Method in class org.apache.tomcat.util.collections.LRUCache
 
put(Object) - Method in class org.apache.tomcat.util.collections.Queue
Put the object into the queue.
put(Object, Object) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Maps the specified key to the specified value in this hashtable.
put(Object) - Method in class org.apache.tomcat.util.collections.SimplePool
Add the object to the pool, silent nothing if the pool is full

Q

QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.
Queue - class org.apache.tomcat.util.collections.Queue.
A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
Queue() - Constructor for class org.apache.tomcat.util.collections.Queue
 
query() - Method in class org.apache.coyote.Request
 
queryString() - Method in class org.apache.coyote.Request
 
queryString() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the query string

R

REQUEST_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
RFC1123_PATTERN - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated. format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
Reaper - class org.apache.tomcat.util.threads.Reaper.
The reaper is a background thread with which ticks every minute and calls registered objects to allow reaping of old session data.
Reaper() - Constructor for class org.apache.tomcat.util.threads.Reaper
 
Reaper(String) - Constructor for class org.apache.tomcat.util.threads.Reaper
 
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
 
read() - Method in class org.apache.coyote.tomcat4.CoyoteInputStream
 
read(byte[]) - Method in class org.apache.coyote.tomcat4.CoyoteInputStream
 
read(byte[], int, int) - Method in class org.apache.coyote.tomcat4.CoyoteInputStream
 
read(MsgContext, byte[], int, int) - Method in class org.apache.jk.common.ChannelSocket
Read N bytes from the InputStream, and ensure we got them all Under heavy load we could experience many fragmented packets just read Unix Network Programming to recall that a call to read didn't ensure you got all the data you want from read() Linux manual On success, the number of bytes read is returned (zero indicates end of file),and the file position is advanced by this number.
read() - Method in class org.apache.jk.common.JkInputStream
 
read(byte[]) - Method in class org.apache.jk.common.JkInputStream
 
read(byte[], int, int) - Method in class org.apache.jk.common.JkInputStream
 
readBytes() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes from the previous buffer.
readBytes() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
Read bytes to the read chunk buffer.
readBytes() - Method in class org.apache.coyote.tomcat4.CoyoteInputStream
Read bytes to the read chunk buffer.
readChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Byte chunk used to read bytes.
readLine(byte[], int, int) - Method in class org.apache.coyote.tomcat4.CoyoteInputStream
 
readLine(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
readPostBody(byte[], int) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Read post body in an array.
readXml(File) - Static method in class org.apache.jk.config.WebXml2Jk
 
reader - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Reader.
realReadBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
Read new bytes ( usually the internal conversion buffer ).
realReadChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
Read new bytes ( usually the internal conversion buffer ).
realWriteBytes(byte[], int, int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Callback to write data from the buffer.
realWriteBytes(byte[], int, int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
Sends the buffer data to the client output, checking the state of Response and calling the right interceptors.
realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
receive(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
Receives does nothing - send will put the response in the same buffer
receive(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
receive(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
receive() - Method in class org.apache.jk.common.JkInputStream
Receive a chunk of data.
receive(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Recieve a message from the client.
recycle() - Method in class org.apache.coyote.Request
 
recycle() - Method in class org.apache.coyote.Response
 
recycle() - Method in interface org.apache.coyote.http11.InputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.InternalInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Recycle the output buffer.
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.filters.BufferedInputFilter
 
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.ChunkedOutputFilter
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.IdentityInputFilter
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.VoidInputFilter
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.tomcat3.Tomcat3Request
 
recycle() - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.coyote.tomcat4.OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.jk.common.JkInputStream
Must be called before or after each request
recycle() - Method in class org.apache.tomcat.util.buf.B2CConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.apache.tomcat.util.buf.ByteChunk
Resets the message buff to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.C2BConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.apache.tomcat.util.buf.CharChunk
Resets the message bytes to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.MessageBytes
Resets the message bytes to an uninitialized (NULL) state.
recycle() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
recycle() - Method in class org.apache.tomcat.util.buf.UTF8Decoder
 
recycle() - Method in class org.apache.tomcat.util.collections.MultiMap
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.BaseRequest
Recycles this object and readies it further use.
recycle() - Method in class org.apache.tomcat.util.http.Cookies
Recycle.
recycle() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.Parameters
 
recycle() - Method in class org.apache.tomcat.util.http.ServerCookie
 
recycle() - Method in class org.apache.tomcat.util.http.mapper.MappingData
 
recycle() - Method in class org.apache.tomcat.util.net.TcpConnection
 
recycleNative(MsgContext) - Method in class org.apache.jk.common.JniHandler
 
redirectPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
redirectURLCC - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
Recyclable buffer to hold the redirect URL.
refresh() - Method in class org.apache.jk.common.ModJkMX
Refresh the proxies, if updateInterval passed
refreshAttributes() - Method in class org.apache.jk.common.ModJkMX
 
refreshMetadata() - Method in class org.apache.jk.common.ModJkMX
 
regenerate - Variable in class org.apache.jk.config.BaseJkConfig
 
registerMessageType(int, String, JkHandler, String[]) - Method in class org.apache.jk.common.HandlerDispatch
 
registerRequest(Request, MsgContext, int) - Method in class org.apache.jk.common.ChannelJni
 
registerRequest(Request, MsgContext, int) - Method in class org.apache.jk.common.ChannelSocket
 
registerRequest(Request, MsgContext, int) - Method in class org.apache.jk.common.ChannelUn
 
registerRequest(Request, MsgContext, int) - Method in interface org.apache.jk.core.JkChannel
Register a new Request in the Request pool.
registerTomcat(String, int, String) - Method in class org.apache.jk.common.Shm
Register a tomcat instance XXX make it more flexible
reinit() - Method in class org.apache.jk.common.ChannelSocket
Called after you change some fields at runtime using jmx.
releaseJkEnv(long) - Method in class org.apache.jk.apr.AprImpl
Clean the temp pool, put back the env in the pool
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.IdentityInputFilter
Remaining bytes.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Remaining bytes.
remoteAddr() - Method in class org.apache.coyote.Request
 
remoteAddr - Variable in class org.apache.coyote.http11.Http11Processor
Remote Address associated with the current connection.
remoteAddr() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
remoteAddr - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Remote address.
remoteAddr() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote address
remoteHost() - Method in class org.apache.coyote.Request
 
remoteHost - Variable in class org.apache.coyote.http11.Http11Processor
Remote Host associated with the current connection.
remoteHost() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
remoteHost - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Remote host.
remoteHost() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote host
remotePort - Variable in class org.apache.coyote.http11.Http11Processor
Remote port to which the socket is connected
remoteUser() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote user
remove(Object) - Method in class org.apache.tomcat.util.collections.LRUCache
 
remove(int) - Method in class org.apache.tomcat.util.collections.MultiMap
Removes the field at the specified position.
remove(Object) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
 
removeAttribute(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
removeCallback(int) - Method in class org.apache.tomcat.util.threads.Reaper
 
removeContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
removeContext(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a context from an existing host.
removeHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Removes a header field with the specified name.
removeHost(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a host from the mapper.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Remove a lifecycle event listener from this component.
removeManagedObject(TimeStamp) - Method in class org.apache.tomcat.util.threads.Expirer
 
removeNote(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Remove any object bound to the specified name in the internal notes for this request.
removeNotificationListener(NotificationListener) - Method in class org.apache.jk.common.ChannelSocket
 
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
removeThread(Thread) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
removeWrapper(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from the context associated with this wrapper.
removeWrapper(String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from an existing context.
removeWrapper(Mapper.Context, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
replaceProperties(String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replace ${NAME} with the property value
replaceProperties(String, Hashtable, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replace ${NAME} with the property value
req - Variable in class org.apache.coyote.Response
 
request - Variable in class org.apache.coyote.http11.Http11Processor
Request object.
request - Variable in class org.apache.coyote.http11.InternalInputBuffer
Associated Coyote request.
request - Variable in class org.apache.coyote.tomcat4.CoyoteRequestFacade
The wrapped request.
request - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The request with which this response is associated.
requestParametersParsed - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Request parameters parsed flag.
requestPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
requestURI() - Method in class org.apache.coyote.Request
 
requestURI() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the request uri
requestedSessionCookie - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The requested session ID (if any) for this request.
requestedSessionURL - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Was the requested session ID received in a URL?
requireClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Flag to state that we require client authentication.
reset() - Method in class org.apache.coyote.Response
 
reset() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Reset current response.
reset() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Clear any content written to the buffer.
reset(int, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
reset() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
reset() - Method in class org.apache.jk.common.JkInputStream
 
reset() - Method in class org.apache.jk.common.MsgAjp
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.jk.core.Msg
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.tomcat.util.buf.B2CConverter
 
reset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
reset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
resetBuffer() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Reset the data buffer but not any status or header information.
resetBuffer() - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
resetCounters() - Method in class org.apache.coyote.RequestGroupInfo
 
resetCounters() - Method in class org.apache.jk.common.ChannelSocket
 
resetScoreboard() - Method in class org.apache.jk.common.Shm
 
resetScoreboard() - Method in class org.apache.jk.common.Shm14
 
resetStringValue() - Method in class org.apache.tomcat.util.buf.MessageBytes
Remove the cached string value.
resolveEntity(String, String) - Method in class org.apache.jk.config.WebXml2Jk.NullResolver
 
resources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
response - Variable in class org.apache.coyote.http11.Http11Processor
Response object.
response - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Associated Coyote response.
response - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The response with which this request is associated.
response - Variable in class org.apache.coyote.tomcat4.CoyoteResponseFacade
The wrapped response.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of restricted user agents.
resume() - Method in interface org.apache.coyote.ProtocolHandler
Resume the protocol (optional).
resume() - Method in class org.apache.coyote.http11.Http11Protocol
 
resume() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
resume() - Method in class org.apache.jk.common.ChannelSocket
 
resume() - Method in class org.apache.jk.common.JniHandler
 
resume() - Method in class org.apache.jk.core.JkHandler
 
resume() - Method in class org.apache.jk.server.JkCoyoteHandler
 
resume() - Method in class org.apache.jk.server.JkMain
Deprecated.  
resumeEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
returnController(ThreadPool.ControlRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
Returns the thread to the pool.
reuse - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Spare CaptureLog ready for reuse.
rfc1036Pattern - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
run() - Method in class org.apache.coyote.tomcat4.CoyoteRequest.PrivilegedGetSession
 
run() - Method in class org.apache.jk.apr.TomcatStarter
 
run() - Method in class org.apache.tomcat.util.threads.Reaper
 
run() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
run() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
run(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
runIt(Object[]) - Method in class org.apache.tomcat.util.threads.Expirer
 
runIt(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
Run a task
runIt(ThreadPoolRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
Run a task
runIt(ThreadPoolRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
Executes a given Runnable on a thread in the pool, block if needed.
runIt(Object[]) - Method in interface org.apache.tomcat.util.threads.ThreadPoolRunnable
This method will be executed in one of the pool's threads.
running - Variable in class org.apache.jk.common.ChannelSocket
 

S

SCHEME_HTTP - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
SCHEME_HTTPS - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
SC_A_ARE_DONE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_AUTH_TYPE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_CONTEXT - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_JVM_ROUTE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_QUERY_STRING - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_REMOTE_USER - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_SECRET - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_SERVLET_PATH - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_SSL_CERT - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_SSL_CIPHER - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_SSL_KEYSIZE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_SSL_KEY_SIZE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_SSL_SESSION - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_A_STORED_METHOD - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_M_JK_STORED - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_ACCEPT - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_AUTHORIZATION - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_CONNECTION - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_CONTENT_TYPE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_COOKIE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_COOKIE2 - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_HOST - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_PRAGMA - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_REFERER - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_REQ_USER_AGENT - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_CONTENT_TYPE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_DATE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_LAST_MODIFIED - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_LOCATION - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_SET_COOKIE - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_SET_COOKIE2 - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_STATUS - Static variable in class org.apache.jk.common.HandlerRequest
 
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.jk.common.HandlerRequest
 
SERVER - Static variable in class org.apache.coyote.http11.Constants
Server string.
SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the session id.
SP - Static variable in class org.apache.coyote.http11.Constants
SP.
SSLImplementation - class org.apache.tomcat.util.net.SSLImplementation.
 
SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
 
SSLSupport - interface org.apache.tomcat.util.net.SSLSupport.
 
SSLSupport.CipherData - class org.apache.tomcat.util.net.SSLSupport.CipherData.
Simple data class that represents the cipher being used, along with the corresponding effective key size.
SSLSupport.CipherData(String, int) - Constructor for class org.apache.tomcat.util.net.SSLSupport.CipherData
 
SSL_CERTIFICATE_ATTR - Static variable in class org.apache.coyote.tomcat4.Constants
SSL Certificate Request Attributite.
SSL_CERT_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
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
 
ServerCookie - class org.apache.tomcat.util.http.ServerCookie.
Server-side cookie representation.
ServerCookie() - Constructor for class org.apache.tomcat.util.http.ServerCookie
 
ServerSocketFactory - class org.apache.tomcat.util.net.ServerSocketFactory.
This class creates server sockets.
ServerSocketFactory() - Constructor for class org.apache.tomcat.util.net.ServerSocketFactory
Constructor is used only by subclasses.
Shm - class org.apache.jk.common.Shm.
Handle the shared memory objects.
Shm() - Constructor for class org.apache.jk.common.Shm
 
Shm14 - class org.apache.jk.common.Shm14.
Shm implementation using JDK1.4 nio.
Shm14() - Constructor for class org.apache.jk.common.Shm14
 
SimpleHashtable - class org.apache.tomcat.util.collections.SimpleHashtable.
This class implements a special purpose hashtable.
SimpleHashtable(int) - Constructor for class org.apache.tomcat.util.collections.SimpleHashtable
Constructs a new, empty hashtable with the specified initial capacity.
SimpleHashtable() - Constructor for class org.apache.tomcat.util.collections.SimpleHashtable
Constructs a new, empty hashtable with a default capacity.
SimplePool - class org.apache.tomcat.util.collections.SimplePool.
Simple object pool.
SimplePool() - Constructor for class org.apache.tomcat.util.collections.SimplePool
 
SimplePool(int) - Constructor for class org.apache.tomcat.util.collections.SimplePool
 
SimplePool(int, int) - Constructor for class org.apache.tomcat.util.collections.SimplePool
 
StringManager - class org.apache.tomcat.util.res.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
SystemLogHandler - class org.apache.tomcat.util.log.SystemLogHandler.
This helper class may be used to do sophisticated redirection of System.out and System.err on a per Thread basis.
SystemLogHandler(PrintStream) - Constructor for class org.apache.tomcat.util.log.SystemLogHandler
Construct the handler to capture the output of the given steam.
sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs, excluding the "ref" fields.
saveProperties() - Method in class org.apache.jk.server.JkMain
Deprecated.  
scheme() - Method in class org.apache.coyote.Request
 
secure - Variable in class org.apache.coyote.http11.Http11Protocol
 
secure - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Secure flag.
send(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
Send the packet.
send(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
send(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
send(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Send a message back to the client.
sendAck() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send an acknoledgement.
sendAcknowledgement() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Send an acknowledgment of a request.
sendError(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Send an error response with the specified status and message.
sendError(int, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
sendError(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeader(ByteChunk, ByteChunk) - 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.
sendHeaders() - Method in class org.apache.coyote.Response
Signal that we're done with the headers, and body will follow.
sendNewMessageNotification(Notification) - Method in class org.apache.jk.common.ChannelSocket
 
sendRedirect(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Send a temporary redirect to the specified redirect location URL.
sendRedirect(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
sendStatus() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send the response status line.
sequence - Variable in class org.apache.tomcat.util.threads.ThreadPool
Sequence.
serverName() - Method in class org.apache.coyote.Request
Return the buffer holding the server name, if any.
serverName() - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
serverName() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server name
service(Request, Response) - Method in interface org.apache.coyote.Adapter
Call the service method, and notify all listeners
service(Request, Response) - Method in class org.apache.coyote.tomcat3.Tomcat3Adapter
Pass off an individual request to Tomcat.
servletPath - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Servlet path.
session - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The currently active session for this request.
sessionParsed - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Session parsed flag.
set(Object) - Method in class org.apache.tomcat.util.collections.SimplePool
 
setAcceptCount(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the accept count for this Connector.
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.
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11Processor
Set the associated adapter.
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.memory.MemoryProtocolHandler
The adapter, used to call the connector.
setAdapter(Adapter) - Method in class org.apache.jk.server.JkCoyoteHandler
The adapter, used to call the connector
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAddress(String) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the bind IP address for this Connector.
setAddress(InetAddress) - Method in class org.apache.jk.common.ChannelSocket
 
setAddress(String) - Method in class org.apache.jk.common.ChannelSocket
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setAjpidDir(String) - Method in class org.apache.jk.common.HandlerRequest
 
setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAlgorithm(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setAllowTrace(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the allowTrace flag, to disable or enable the TRACE HTTP method.
setAppCommitted(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the application commit flag.
setAppend(boolean) - Method in class org.apache.jk.config.BaseJkConfig
Append to config file.
setAprHome(String) - Method in class org.apache.jk.apr.AprImpl
 
setAttribute(String, Object) - Method in interface org.apache.coyote.ProtocolHandler
Pass config info.
setAttribute(String, Object) - Method in class org.apache.coyote.Request
 
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11Protocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Pass config info.
setAttribute(String, Object) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
 
setAttribute(String, Object) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
setAttribute(String, Object) - Method in class org.apache.jk.server.JkCoyoteHandler
Pass config info
setAttribute(String, Object) - Method in interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder
 
setAttribute(Object, String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call void setAttribute( String ,Object )
setAttribute(String, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
Set an attribute on the request
setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
General mechanism to pass attributes from the ServerConnector to the socket factory.
setAttribute(String, Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Used to pass config informations to the handler
setAuthType(String) - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
setAuthType(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthorization(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the authorization credentials sent with this request.
setBacklog(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setBacklog(int) - Method in class org.apache.jk.common.ChannelSocket
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
setBaseDir(String) - Method in class org.apache.jk.apr.AprImpl
Native libraries are located based on base dir.
setBeanProperty(Object, String, String) - Method in class org.apache.jk.server.JkMain
Deprecated.  
setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
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(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
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.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
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(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
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 class org.apache.coyote.http11.filters.VoidOutputFilter
Set the next buffer in the filter pipeline.
setBufferSize(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the input buffer size for this Connector.
setBufferSize(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the buffer size to be used for this Response.
setBufferSize(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setBufferSize(int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
setByteChunk(ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
 
setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is empty, read the data from the input channel.
setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is full, write the data to the output channel.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Sets the message bytes to the specified subarray of bytes.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to the specified subarray of bytes.
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
 
setCaseSenitive(boolean) - Method in class org.apache.tomcat.util.buf.MessageBytes
Configure the case sensitivity
setCertsIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for the client SSL certificated(default is SSL_CLIENT_CERT
setChannelClassName(String) - Method in class org.apache.jk.server.JkMain
Deprecated. Set the channelClassName that will used to connect to httpd.
setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is empty, read the data from the input channel.
setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is full, write the data to the output channel.
setCharacterEncoding(String) - Method in class org.apache.coyote.Request
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Response
 
setCharacterEncoding(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequestFacade
 
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to be a char[]
setCheckInterval(int) - Method in class org.apache.tomcat.util.threads.Expirer
 
setCipherIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for client SSL cipher suit (default is SSL_CIPHER)
setCiphers(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setClientAuth(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setClientauth(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCommitted(boolean) - Method in class org.apache.coyote.Response
 
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCompressableMimeTypes(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).
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compressable mime-type list List contains users agents separated by ',' : ie: "text/html,text/xml,text/plain"
setCompression(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCompression(String) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the value of compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setConfigHome(String) - Method in class org.apache.jk.config.BaseJkConfig
set a path to the parent directory of the conf folder.
setConnectionHandler(TcpConnectionHandler) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setConnectionLinger(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the connection linger for this Connector.
setConnectionTimeout(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the connection timeout for this Connector.
setConnectionUploadTimeout(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the connection upload timeout for this Connector.
setConnector(Connector) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the Connector through which this Request was received.
setContainer(Container) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the Container used for processing requests received by this Connector.
setContentLength(int) - Method in class org.apache.coyote.Request
 
setContentLength(int) - Method in class org.apache.coyote.Response
 
setContentLength(int) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setContentLength(int) - Method in class org.apache.jk.common.JkInputStream
Must be called after the request is parsed, before any input
setContentLength(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the content length
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.
setContentType(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the content type for this Response.
setContentType(String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setContext(Context) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the Context within which this Request is being processed.
setContext(String) - Method in class org.apache.jk.config.WebXml2Jk
Set the canonical name of the virtual host.
setContext(String, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set context, used for wrapper mapping (request dispatcher).
setContextPath(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the context path for this Request.
setControl(Object) - Method in class org.apache.jk.core.MsgContext
 
setConverter() - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
setCookies(Cookie[]) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the set of cookies recieved with this Request.
setCoyoteRequest(Request) - Method in class org.apache.coyote.tomcat3.Tomcat3Request
Attach the Coyote Request to this Request.
setCoyoteRequest(Request) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the Coyote request.
setCoyoteResponse(Response) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the Coyote response.
setCreationTime(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setCurrentStage(Object, String) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
setDaemon(boolean) - Method in class org.apache.jk.common.ChannelSocket
If set to false, the thread pool will be created in non-daemon mode, and will prevent main from exiting
setDaemon(boolean) - Method in class org.apache.tomcat.util.threads.ThreadPool
The default is true - the created threads will be in daemon mode.
setDateHeader(String, long) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the specified date header to the specified value.
setDateHeader(String, long) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setDebug(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the debugging detail level for this component.
setDecodedRequestURI(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the decoded request URI.
setDecodedUri(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setDefaultHostName(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set default host.
setDefaultInterval(long) - Method in class org.apache.tomcat.util.threads.Reaper
 
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Processor
Set the flag to control upload time-outs.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the flag to specify upload time-out behavior.
setDocBase(String) - Method in class org.apache.jk.config.WebXml2Jk
Set the base directory where the application is deployed ( on the web server ).
setDump(String) - Method in class org.apache.jk.common.Shm
Copy the scoreboard in a file for debugging Will also log a lot of information about what's in the scoreboard.
setEnableLookups(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the "enable DNS lookups" flag.
setEnabled(boolean) - Method in class org.apache.jk.common.JkMX
Enable the MX4J adapters (new way)
setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSE13SocketFactory
 
setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Set the SSL protocol variants to be enabled.
setEncoding(String) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
setEncoding(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setEncoding(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the encoding.
setEncoding(String) - Method in class org.apache.tomcat.util.buf.UEncoder
 
setEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setEnd(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setEnd(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setEndpoint(PoolTcpEndpoint) - Method in class org.apache.tomcat.util.net.TcpConnection
 
setErr(String) - Static method in class org.apache.jk.apr.AprImpl
Sets the System.err stream
setErr(String) - Method in class org.apache.jk.server.JkMain
Deprecated.  
setError() - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the error flag.
setError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
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.
setExpireCallback(Expirer.ExpireCallback) - Method in class org.apache.tomcat.util.threads.Expirer
 
setExtractSSL(boolean) - Method in class org.apache.jk.config.ApacheConfig
By default mod_jk is configured to collect SSL information from the apache environment and send it to the Tomcat workers.
setFactory(ServerSocketFactory) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the server socket factory used by this Container.
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.apache.tomcat.util.buf.MessageBytes
 
setFile(String) - Method in class org.apache.jk.common.ChannelUn
 
setFile(String) - Method in class org.apache.jk.common.Shm
Scoreboard location
setForwardAll(boolean) - Method in class org.apache.jk.config.BaseJkConfig
If false, we'll try to generate a config that will let apache serve static files.
setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
 
setGroup(String) - Method in class org.apache.jk.common.Shm
Mark this instance as belonging to a group
setGroup(String) - Method in class org.apache.jk.config.WebXml2Jk
 
setHeader(String, String) - Method in class org.apache.coyote.Response
 
setHeader(String, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the specified header to the specified value.
setHeader(String, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setHeaders(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
Set the headers from which cookies will be pulled.
setHeaders(MimeHeaders) - Method in class org.apache.tomcat.util.http.Parameters
 
setHelp(boolean) - Method in class org.apache.jk.common.Shm
 
setHook(ActionHook) - Method in class org.apache.coyote.Response
 
setHost(String) - Method in class org.apache.jk.common.Shm
Ajp13 host
setHost(String) - Method in class org.apache.jk.config.WebXml2Jk
Set the canonycal name of the virtual host.
setHttpHost(String) - Method in class org.apache.jk.common.JkMX
 
setHttpPort(int) - Method in class org.apache.jk.common.JkMX
Enable the MX4J HTTP internal adapter
setHttpsIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for SSL (default is HTTPS)
setId(int) - Method in class org.apache.jk.core.JkHandler
Set the id of the worker.
setId(int) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setIncluded(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the "processing inside an include" flag.
setInfo(Context, org.apache.tomcat.core.Request, int, String, String) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
 
setInputBuffer(InputBuffer) - Method in class org.apache.coyote.Request
 
setInputStream(InputStream) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the underlying socket input stream.
setInt(int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the buffer to the representation of an int
setIntHeader(String, int) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the specified integer header to the specified value.
setIntHeader(String, int) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setInterval(int) - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
setJkConfig(String) - Method in class org.apache.jk.config.ApacheConfig
set the path to the output file for the auto-generated mod_jk configuration file.
setJkDebug(String) - Method in class org.apache.jk.config.BaseJkConfig
Set the verbosity level ( use debug, error, etc.
setJkHome(String) - Method in class org.apache.jk.common.JniHandler
 
setJkHome(String) - Method in class org.apache.jk.core.WorkerEnv
 
setJkHome(String) - Method in class org.apache.jk.server.JkMain
Deprecated. Set the base dir of jk2.
setJkLog(String) - Method in class org.apache.jk.config.BaseJkConfig
set the path to the log file
setJkWorker(String) - Method in class org.apache.jk.config.BaseJkConfig
set the Ajp protocal
setJniContext(long) - Method in class org.apache.jk.core.MsgContext
The long-lived JNI context associated with this java context.
setJniEnv(long) - Method in class org.apache.jk.core.MsgContext
Store native execution context data when this handler is called from JNI.
setJniModeSo(String) - Method in class org.apache.jk.apr.AprImpl
Name of the so used in inprocess mode
setJrmpHost(String) - Method in class org.apache.jk.common.JkMX
 
setJrmpPort(int) - Method in class org.apache.jk.common.JkMX
Enable the MX4J JRMP internal adapter
setJvmRoute(String) - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeypass(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeystoreFile(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setKeystorePass(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setKeystoreType(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setLegacy(boolean) - Method in class org.apache.jk.config.BaseJkConfig
 
setLimit(int) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Set the buffering limit.
setLimit(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Maximum amount of data in this buffer.
setLocalHost(String) - Method in class org.apache.coyote.Request
 
setLocalId(int) - Method in class org.apache.jk.core.WorkerEnv
 
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
setLocale(Locale) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setLong(int, long) - Method in class org.apache.jk.core.MsgContext
 
setMaxAge(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxInactiveInterval(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum number of Keep-Alive requests to honor.
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.tomcat4.CoyoteConnector
Set the maximum number of Keep-Alive requests to honor per connection.
setMaxPort(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMaxPostSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxPostSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxProcessors(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the maximum number of processors allowed, or <0 for unlimited.
setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
 
setMaxShutdownTries(int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
setMaxSpareProcessors(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the maximum number of spare processors allowed.
setMaxSpareThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxSpareThreads(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMaxSpareThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMaxSpareThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxThreads(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
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.
setMethod(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the HTTP request method used for this Request.
setMinProcessors(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the minimum number of processors to start at initialization.
setMinSpareThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMinSpareThreads(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setModJk(String) - Method in class org.apache.jk.config.ApacheConfig
set the path to the mod_jk Apache Module
setMsg(int, Msg) - Method in class org.apache.jk.core.MsgContext
 
setMsgContext(MsgContext) - Method in class org.apache.jk.common.JkInputStream
Must be called when the stream is created
setName(String) - Method in class org.apache.jk.core.JkHandler
Set the name of the handler.
setName(String) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setNativeAttribute(String, String) - Method in class org.apache.jk.common.JniHandler
 
setNativeEndpoint(MsgContext) - Method in class org.apache.jk.common.JniHandler
 
setNativeSo(String) - Method in class org.apache.jk.apr.AprImpl
name of the so used by java.
setNew(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setNext(JkHandler) - Method in class org.apache.jk.core.JkHandler
Catalina-style "recursive" invocation.
setNext(String) - Method in class org.apache.jk.core.JkHandler
 
setNext(JkHandler) - Method in class org.apache.jk.core.MsgContext
 
setNoCompressionUserAgents(RE[]) - 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).
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Processor
Set no compression user agent list.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setNoRoot(boolean) - Method in class org.apache.jk.config.BaseJkConfig
Special option - do not generate mappings for the ROOT context.
setNote(int, Object) - Method in class org.apache.coyote.Request
 
setNote(int, Object) - Method in class org.apache.coyote.Response
 
setNote(String, Object) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(int, Object) - Method in class org.apache.jk.core.MsgContext
 
setNote(int, Object) - Method in class org.apache.jk.core.WorkerEnv
 
setNote(int, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
 
setNote(Object, int, Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Notes - for attributes that need fast access ( array ) The application is responsible for id management
setNotificationInfo(MBeanNotificationInfo[]) - Method in class org.apache.jk.common.ChannelSocket
 
setNsapiJk(String) - Method in class org.apache.jk.config.NSConfig
set the path to the nsapi plugin module
setObjConfig(String) - Method in class org.apache.jk.config.NSConfig
set the path to the output file for the auto-generated isapi_redirect registry file.
setObjectName(String) - Method in class org.apache.jk.config.NSConfig
Set the name for the Object that implements the jk_service call.
setOffset(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setOffset(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the start offset of the bytes.
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setOut(String) - Static method in class org.apache.jk.apr.AprImpl
Sets the System.out stream
setOut(String) - Method in class org.apache.jk.server.JkMain
Deprecated.  
setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
 
setOutputStream(OutputStream) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the underlying socket output stream.
setParam(Object, Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
setParent(Object) - Method in class org.apache.tomcat.util.buf.TimeStamp
Returns the owner of this stamp ( the object that is time-stamped ).
setPass(String) - Method in class org.apache.jk.common.ModJkMX
 
setPathInfo(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the path information for this Request.
setPoolOn(boolean) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setPools(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setPort(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the port number on which we listen for requests.
setPort(int) - Method in class org.apache.jk.common.ChannelSocket
Set the port for the ajp13 channel.
setPort(int) - Method in class org.apache.jk.common.JkMX
Enable the MX4J adapters (old way, compatible)
setPort(int) - Method in class org.apache.jk.common.Shm
Ajp13 port
setPort(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setProcessorClassName(String) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
Set the class of the processor to use.
setPropertiesFile(String) - Method in class org.apache.jk.server.JkMain
Deprecated. Load a .properties file into and set the values into jk2 configuration.
setProperty(String, String) - Method in class org.apache.coyote.http11.Http11Protocol
Set a property.
setProperty(String, String) - Method in class org.apache.coyote.tomcat3.CoyoteInterceptor2
 
setProperty(String, String) - Method in class org.apache.jk.core.JkHandler
 
setProperty(String, String) - Method in class org.apache.jk.server.JkCoyoteHandler
Set a property.
setProperty(String, String) - Method in class org.apache.jk.server.JkMain
Deprecated. Set a name/value as a jk2 property
setProperty(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
setPropertyString(String, String, String) - Method in class org.apache.jk.server.JkMain
Deprecated.  
setProtocol(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setProtocol(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setProtocolHandlerClassName(String) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the class name of the Coyote protocol handler which will be used by the connector.
setProtocols(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setProxyName(String) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the proxy server name for this Connector.
setProxyPort(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the proxy server port for this Connector.
setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
 
setQueryString(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the query string for this Request.
setQueryStringEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setRandomFile(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setRedirectPort(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the redirect port number.
setRegConfig(String) - Method in class org.apache.jk.config.IISConfig
set the path to the output file for the auto-generated isapi_redirect registry file.
setRegisterRequests(boolean) - Method in class org.apache.jk.common.HandlerRequest
Set the flag to tell if we JMX register requests.
setRemoteAddr(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the IP address of the remote client associated with this Request.
setRemoteHost(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the fully qualified name of the remote client associated with this Request.
setRemotePort(int) - Method in class org.apache.coyote.Request
 
setRemoteUser(String) - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
setReportedname(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setRequest(Request) - Method in class org.apache.coyote.Response
 
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.BufferedInputFilter
Reads the request body and buffers it.
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.IdentityInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the associated reauest.
setRequest(org.apache.catalina.Request) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the Request with which this Response is associated.
setRequest(Object) - Method in class org.apache.jk.core.MsgContext
The high level request object associated with this context
setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
 
setRequestURI(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the unparsed request URI for this Request.
setRequestedSessionCookie(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the requested session ID for this request.
setRequestedSessionURL(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setReset(boolean) - Method in class org.apache.jk.common.Shm
Set this to get the scoreboard reset.
setResponse(Response) - Method in class org.apache.coyote.Request
 
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.ChunkedOutputFilter
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.IdentityOutputFilter
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(org.apache.catalina.Response) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.coyote.tomcat4.OutputBuffer
Associated Coyote response.
setRestrictedUserAgents(RE[]) - 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).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11Processor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setRootFile(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setSSLImplementation(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLImplementation(String) - Method in class org.apache.coyote.tomcat4.CoyoteServerSocketFactory
 
setSSLSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11Processor
Set the SSL information for this HTTP connection.
setSaveProperties(boolean) - Method in class org.apache.jk.server.JkMain
Deprecated.  
setScheme(String) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the scheme.
setSecret(String) - Method in class org.apache.jk.common.HandlerRequest
 
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSecure(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.tomcat.util.http.BaseRequest
Set whether the request is secure or not.
setSecure(boolean) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setServer(Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Deprecated. This has nothing to do with TcpHandling, was used as a workaround
setServerName(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the name of the server (virtual host) to process this request.
setServerPort(int) - Method in class org.apache.coyote.Request
 
setServerPort(int) - Method in class org.apache.coyote.tomcat3.Tomcat3Request
 
setServerPort(int) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the server port
setServerSoTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setServerSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocketTimeout(int) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the server socket timeout for this Connector.
setServerTimeout(int) - Method in class org.apache.jk.common.ChannelSocket
Sets the timeout in ms of the server sockets created by this server.
setServerTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Sets the timeout in ms of the server sockets created by this server.
setService(Service) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the Service with which we are associated (if any).
setServletPath(String) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the servlet path for this Request.
setSessionIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for SSL session (default is SSL_SESSION_ID)
setSize(int) - Method in class org.apache.jk.common.Shm
Size.
setSoExt(String) - Method in class org.apache.jk.apr.AprImpl
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSoLinger(int) - Method in class org.apache.jk.common.ChannelSocket
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSoTimeout(int) - Method in class org.apache.jk.common.ChannelSocket
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSocket(Socket) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket associated with this HTTP connection.
setSocket(Socket) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the Socket (if any) through which this Request was received.
setSocket(Socket) - Method in class org.apache.tomcat.util.net.TcpConnection
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the socket buffer size.
setSocketCloseDelay(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocketFactory(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSource(JkChannel) - Method in class org.apache.jk.core.MsgContext
 
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
setStatus(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Deprecated. As of Version 2.1 of the Java Servlet API, this method has been deprecated due to the ambiguous meaning of the message parameter.
setStatus(int) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setStatus(int, String) - Method in class org.apache.coyote.tomcat4.CoyoteResponseFacade
 
setStatus(int) - Method in class org.apache.jk.core.MsgContext
 
setStatusPath(String) - Method in class org.apache.jk.common.ModJkMX
 
setStream(InputStream) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the input stream associated with this Request.
setStream(OutputStream) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the output stream associated with this Response.
setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the content to be a string
setSuspended(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteResponse
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.coyote.tomcat4.OutputBuffer
Set the suspended flag.
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the swallow input flag.
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the TCP no delay flag which will be set on the socket after accepting a connection.
setTcpNoDelay(boolean) - Method in class org.apache.jk.common.ChannelSocket
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setThreadData(Object, Object[]) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
setThreadPool(ThreadPool) - Method in class org.apache.coyote.http11.Http11Processor
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
Sets the thread priority for current and future threads in this pool.
setTime(long, DateFormat) - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated. The buffer are general purpose, caching for headers should be done in headers. The second parameter allows us to pass a date format instance to avoid synchronization problems.
setTime(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the upload timeout.
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
 
setTomcatAuthentication(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setType(int) - Method in class org.apache.jk.core.MsgContext
 
setURIConverter(B2CConverter) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the URI converter.
setURIEncoding(String) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the URI encoding to be used for the URI.
setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
 
setUnixSocket(String) - Method in class org.apache.jk.common.Shm
Unix socket where tomcat is listening.
setUnregister(boolean) - Method in class org.apache.jk.common.Shm
Set this option to mark the tomcat instance as 'down', so apache will no longer forward messages to it.
setUpdateInterval(long) - Method in class org.apache.jk.common.ModJkMX
 
setUriConfig(String) - Method in class org.apache.jk.config.IISConfig
set a path to the uriworkermap.properties file.
setUseBodyEncodingForURI(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set if the entity body encoding should be used for the URI.
setUseSecret(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setUseURIValidationHack(boolean) - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Set the value of the Uri validation flag.
setUseXSLTProcessor(boolean) - Method in class org.apache.jk.common.JkMX
 
setUser(String) - Method in class org.apache.jk.common.ModJkMX
 
setUserPrincipal(Principal) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the Principal who has been authenticated for this Request.
setValid(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Allow "set" operations - return a MessageBytes container for the header value ( existing header or new if this .
setVersion(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setWebServerHost(String) - Method in class org.apache.jk.common.ModJkMX
 
setWebServerPort(int) - Method in class org.apache.jk.common.ModJkMX
 
setWebXmlReader(WebXml2Jk) - Method in class org.apache.jk.config.GeneratorApache2
 
setWebXmlReader(WebXml2Jk) - Method in class org.apache.jk.config.GeneratorJk1
 
setWebXmlReader(WebXml2Jk) - Method in class org.apache.jk.config.GeneratorJk2
 
setWebXmlReader(WebXml2Jk) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
setWorkerClassName(String) - Method in class org.apache.jk.server.JkMain
Deprecated. Set the workerClassName that will handle the request.
setWorkerEnv(WorkerEnv) - Method in class org.apache.jk.core.JkHandler
 
setWorkerEnv(WorkerEnv) - Method in class org.apache.jk.core.MsgContext
 
setWorkerEnv(WorkerEnv) - Method in class org.apache.jk.server.JkMain
Deprecated.  
setWorkersConfig(String) - Method in class org.apache.jk.config.BaseJkConfig
set a path to the workers.properties file.
setWrapper(Wrapper) - Method in class org.apache.coyote.tomcat4.CoyoteRequest
Set the Wrapper within which this Request is being processed.
shutdown() - Method in class org.apache.tomcat.util.collections.SimplePool
 
shutdown() - Method in class org.apache.tomcat.util.threads.ThreadPool
Stop the thread pool
shutdownInput(Socket) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
singleByteBuffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
size() - Method in class org.apache.tomcat.util.collections.MultiMap
Returns the current number of header fields.
size() - Method in class org.apache.tomcat.util.collections.Queue
How many elements are there in this queue?
size() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns the number of keys in this hashtable.
size() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the current number of header fields.
skip(long) - Method in class org.apache.jk.common.JkInputStream
 
skipSpaces(byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
 
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.
sm - Static variable in class org.apache.coyote.tomcat4.CoyoteRequest
The string manager for this package.
sm - Static variable in class org.apache.coyote.tomcat4.CoyoteResponse
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.http.HttpMessages
 
socket - Variable in class org.apache.coyote.http11.Http11Processor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The socket through which this Request was received.
socketBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Socket buffer.
socketFactory - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketFactoryName - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketTimeout - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
split(String, String) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
 
split(String, String) - Method in class org.apache.tomcat.util.compat.JdkCompat
Splits a string into it's components.
sslImplementation - Variable in class org.apache.coyote.http11.Http11Protocol
 
sslImplementationName - Variable in class org.apache.coyote.http11.Http11Protocol
 
sslProxy - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
sslSupport - Variable in class org.apache.coyote.http11.Http11Processor
SSL information.
start() - Method in interface org.apache.coyote.ProtocolHandler
Start the protocol.
start() - Method in class org.apache.coyote.http11.Http11Protocol
 
start() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Start the protocol.
start() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Begin processing requests via this Connector.
start() - Method in class org.apache.jk.common.ChannelSocket
 
start() - Method in class org.apache.jk.common.ChannelUn
 
start() - Method in class org.apache.jk.common.ModJkMX
 
start() - Method in class org.apache.jk.server.JkCoyoteHandler
 
start() - Method in class org.apache.jk.server.JkMain
Deprecated.  
start() - Method in class org.apache.tomcat.util.threads.Expirer
 
start() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
start() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
startCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Start capturing thread's output.
startEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
startReaper() - Method in class org.apache.tomcat.util.threads.Reaper
 
started - Variable in class org.apache.coyote.http11.Http11Processor
State flag.
startsWith(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(byte[]) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
startsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
startsWith(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
status - Variable in class org.apache.coyote.Response
Status code.
statusDropsConnection(int) - Method in class org.apache.coyote.http11.Http11Processor
Determine if we must drop the connection because of the HTTP status code.
stop() - Method in class org.apache.coyote.tomcat4.CoyoteConnector
Terminate processing requests via this Connector.
stop() - Method in class org.apache.jk.common.ChannelSocket
 
stop() - Method in class org.apache.jk.server.JkMain
Deprecated.  
stop() - Method in class org.apache.tomcat.util.collections.Queue
Break the pull(), allowing the calling thread to exit
stop() - Method in class org.apache.tomcat.util.threads.Expirer
 
stop() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
stop() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
stopCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Stop capturing thread's output and return captured data as a String.
stopEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
stopReaper() - Method in class org.apache.tomcat.util.threads.Reaper
 
stopThePool - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract() - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
swallowInput - Variable in class org.apache.coyote.http11.InternalInputBuffer
Swallow input ? (in the case of an expectation)

T

THREAD_DATA_OBJECT_NAME - Static variable in class org.apache.coyote.http11.Http11Protocol
 
THREAD_DATA_PROCESSOR - Static variable in class org.apache.coyote.http11.Http11Protocol
 
TIMER_POST_REQUEST - Static variable in class org.apache.jk.core.MsgContext
 
TIMER_PRE_REQUEST - Static variable in class org.apache.jk.core.MsgContext
 
TIMER_RECEIVED - Static variable in class org.apache.jk.core.MsgContext
 
T_BYTES - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a byte[]
T_CHARS - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a char[]
T_NULL - Static variable in class org.apache.tomcat.util.buf.MessageBytes
 
T_STR - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a String
TcpConnection - class org.apache.tomcat.util.net.TcpConnection.
 
TcpConnection() - Constructor for class org.apache.tomcat.util.net.TcpConnection
 
TcpConnectionHandler - interface org.apache.tomcat.util.net.TcpConnectionHandler.
This interface will be implemented by any object that uses TcpConnections.
ThreadPool - class org.apache.tomcat.util.threads.ThreadPool.
A thread pool that is trying to copy the apache process management.
ThreadPool() - Constructor for class org.apache.tomcat.util.threads.ThreadPool
Constructor.
ThreadPool.ControlRunnable - class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable.
A Thread object that executes various actions ( ThreadPoolRunnable ) under control of ThreadPool
ThreadPool.MonitorRunnable - class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable.
Periodically execute an action - cleanup in this case
ThreadPool.ThreadPoolListener - interface org.apache.tomcat.util.threads.ThreadPool.ThreadPoolListener.
Interface to allow applications to be notified when a threads are created and stopped.
ThreadPoolRunnable - interface org.apache.tomcat.util.threads.ThreadPoolRunnable.
Implemented if you want to run a piece of code inside a thread pool.
ThreadWithAttributes - class org.apache.tomcat.util.threads.ThreadWithAttributes.
Special thread that allows storing of attributes and notes.
ThreadWithAttributes(Object, Runnable) - Constructor for class org.apache.tomcat.util.threads.ThreadWithAttributes
 
TimeStamp - class org.apache.tomcat.util.buf.TimeStamp.
Main tool for object expiry.
TimeStamp() - Constructor for class org.apache.tomcat.util.buf.TimeStamp
 
Tomcat3Adapter - class org.apache.coyote.tomcat3.Tomcat3Adapter.
Adapter between Coyote and Tomcat.
Tomcat3Request - class org.apache.coyote.tomcat3.Tomcat3Request.
The Request to connect with Coyote.
Tomcat3Request() - Constructor for class org.apache.coyote.tomcat3.Tomcat3Request
 
TomcatStarter - class org.apache.jk.apr.TomcatStarter.
Start some tomcat.
TomcatStarter(Class, String[]) - Constructor for class org.apache.jk.apr.TomcatStarter
 
tcpNoDelay - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
terminate() - Method in class org.apache.jk.apr.AprImpl
 
terminate() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
terminate() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
Stop the monitor
threadEnd(ThreadPool, Thread) - Method in interface org.apache.tomcat.util.threads.ThreadPool.ThreadPoolListener
 
threadPool - Variable in class org.apache.coyote.http11.Http11Processor
Associated thread pool.
threadPriority - Variable in class org.apache.tomcat.util.threads.ThreadPool
Thread priority.
threadStart(ThreadPool, Thread) - Method in interface org.apache.tomcat.util.threads.ThreadPool.ThreadPoolListener
 
threadStatusString() - Method in class org.apache.tomcat.util.threads.ThreadPool
Debug display of the stage of each thread.
threads - Variable in class org.apache.tomcat.util.threads.ThreadPool
The threads that are part of the pool.
timeout - Variable in class org.apache.coyote.http11.Http11Processor
Maximum timeout on uploads.
toBytes() - Method in class org.apache.tomcat.util.buf.MessageBytes
Unimplemented yet.
toChars() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert to char[] and fill the CharChunk.
toExternalForm() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this URL.
toLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the lower case equivalent of the specified ASCII character.
toString() - Method in class org.apache.coyote.Request
 
toString() - Method in class org.apache.coyote.tomcat4.CoyotePrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toString() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Compute the string value
toString() - Method in class org.apache.tomcat.util.http.BaseRequest
** SLOW ** for debugging only!
toString() - Method in class org.apache.tomcat.util.http.Cookies
EXPENSIVE!!! only for debugging.
toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
EXPENSIVE!!! only for debugging.
toString() - Method in class org.apache.tomcat.util.http.ServerCookie
 
toString() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this object.
toUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the upper case equivalent of the specified ASCII character.
tomcatHome - Variable in class org.apache.jk.config.BaseJkConfig
 
touch(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
Access notification.
tp - Variable in class org.apache.coyote.http11.Http11Protocol
 

U

UDecoder - class org.apache.tomcat.util.buf.UDecoder.
All URL decoding happens here.
UDecoder() - Constructor for class org.apache.tomcat.util.buf.UDecoder
 
UEncoder - class org.apache.tomcat.util.buf.UEncoder.
Efficient implementation for encoders.
UEncoder() - Constructor for class org.apache.tomcat.util.buf.UEncoder
 
URIConverter - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
URI byte to char converter (not recycled).
URI_WORKERS_MAP_CONFIG - Static variable in class org.apache.jk.config.IISConfig
 
URL - class org.apache.tomcat.util.net.URL.
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
URL(String, String, int, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
UTF8Decoder - class org.apache.tomcat.util.buf.UTF8Decoder.
Moved from ByteChunk - code to convert from UTF8 bytes to chars.
UTF8Decoder() - Constructor for class org.apache.tomcat.util.buf.UTF8Decoder
 
unCapitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
unRegisterTomcat(String, int) - Method in class org.apache.jk.common.Shm
 
unlockAccept() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
unparsedURI() - Method in class org.apache.coyote.Request
 
updateCounters() - Method in class org.apache.coyote.Request
 
urlEncode(Writer, String) - Method in class org.apache.tomcat.util.buf.UEncoder
URL Encode string, using a specified encoding.
urlEncode(Writer, byte[], int, int) - Method in class org.apache.tomcat.util.buf.UEncoder
 
urlEncoder - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
URL encoder.
useSocketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Socket buffer (extra buffering to reduce number of packets sent).
userPrincipal - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
User principal.
usingInputStream - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Using stream flag.
usingOutputStream - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
Using output stream flag.
usingReader - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
Using writer flag.
usingWriter - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
Using writer flag.

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
 
values(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 

W

WORKERS_CONFIG - Static variable in class org.apache.jk.config.ApacheConfig
default path to workers.properties file This should be also auto-generated from server.xml.
WORKERS_CONFIG - Static variable in class org.apache.jk.config.IISConfig
 
WORKERS_CONFIG - Static variable in class org.apache.jk.config.NSConfig
 
WORK_WAIT_TIMEOUT - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
WebXml2Jk - class org.apache.jk.config.WebXml2Jk.
Read a web.xml file and generate the mappings for jk2.
WebXml2Jk() - Constructor for class org.apache.jk.config.WebXml2Jk
 
WebXml2Jk.MappingGenerator - interface org.apache.jk.config.WebXml2Jk.MappingGenerator.
 
WebXml2Jk.NullResolver - class org.apache.jk.config.WebXml2Jk.NullResolver.
 
WebXml2Jk.NullResolver() - Constructor for class org.apache.jk.config.WebXml2Jk.NullResolver
 
WorkerDummy - class org.apache.jk.common.WorkerDummy.
A dummy worker, will just send back a dummy response.
WorkerDummy() - Constructor for class org.apache.jk.common.WorkerDummy
 
WorkerEnv - class org.apache.jk.core.WorkerEnv.
The controller object.
WorkerEnv() - Constructor for class org.apache.jk.core.WorkerEnv
 
wEnv - Variable in class org.apache.jk.core.JkHandler
 
wantClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Flag to state that we would like client authentication.
welcomeResources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
wildcardWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
workersConfig - Variable in class org.apache.jk.config.BaseJkConfig
 
wrapper - Variable in class org.apache.coyote.tomcat4.CoyoteRequest
The Wrapper within which this Request is being processed.
wrapper - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
wrapperPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
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(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(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(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.
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(byte[], int, int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
write(int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
write(char[]) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
write(char[], int, int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
write(StringBuffer) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
write(String, int, int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
Append a string to the buffer
write(String) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
write(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
writeByte(int) - Method in class org.apache.coyote.tomcat4.OutputBuffer
 
writer - Variable in class org.apache.coyote.tomcat4.CoyoteResponse
The associated writer.

Z

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

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

Copyright ? 2003 Apache Software Foundation. All Rights Reserved.