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

A

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
 
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
 
addCallback(ThreadPoolRunnable, int) - Method in class org.apache.tomcat.util.threads.Reaper
 
addChannel(String, LogHandler) - Method in class org.apache.tomcat.util.log.LogManager
 
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() - Method in class org.apache.tomcat.util.http.Cookies
Register a new, unitialized cookie.
addField() - Method in class org.apache.tomcat.util.collections.MultiMap
Create a new, unitialized entry.
addHandler(String, TcHandler) - Method in class org.apache.tomcat.util.handler.HandlerManager
Add a new handler.
addHost(String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new host to the mapper.
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).
addManagedObject(TimeStamp) - Method in class org.apache.tomcat.util.threads.Expirer
 
addParameterValues(String, String[]) - Method in class org.apache.tomcat.util.http.Parameters
 
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(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[].
addValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addWrapper(Mapper.Context, String, Object) - 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, String, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new Wrapper to an existing 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
 
append(byte) - 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(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(char) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(char) - 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(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
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
appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
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
 
asctimePattern - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
attributes - Variable in class org.apache.tomcat.util.handler.TcHandler
 
attributes - Variable in class org.apache.tomcat.util.net.ServerSocketFactory
 
authorization() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the authorization credentials
authType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the auth type

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
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
 
base64Decode(String) - Static method in class org.apache.tomcat.util.buf.Base64
 
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
 
ByteChunk - class org.apache.tomcat.util.buf.ByteChunk.
This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk.ByteInputChannel - interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel.
 
ByteChunk.ByteOutputChannel - interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel.
 
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
 

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
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
CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the client certificate chain.
channels - Variable in class org.apache.tomcat.util.log.LogManager
 
CharChunk - class org.apache.tomcat.util.buf.CharChunk.
Utilities to manipluate char chunks.
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.
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
 
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.
CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the cipher suite.
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.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.
close() - Method in class org.apache.tomcat.util.log.CommonLogHandler
Close the log.
close() - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
close() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
close() - Method in class org.apache.tomcat.util.log.LogHandler
Close the log.
closeServerSocket() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
CommonLogHandler - class org.apache.tomcat.util.log.CommonLogHandler.
Log using common-logging.
CommonLogHandler() - Constructor for class org.apache.tomcat.util.log.CommonLogHandler
 
ContentType - class org.apache.tomcat.util.http.ContentType.
Usefull methods for Content-Type processing
contentType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content type
ContentType() - Constructor for class org.apache.tomcat.util.http.ContentType
 
context - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
context - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Context associated with this wrapper, used for wrapper mapping.
contextPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
contexts - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
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(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.B2CConverter
Convert a buffer of bytes into a chars
convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.UTF8Decoder
 
convert(char) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(char[], int, int) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
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) - Method in class org.apache.tomcat.util.buf.C2BConverter
Convert a message bytes chars to bytes
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) - 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(String) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
 
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 - class org.apache.tomcat.util.http.Cookies.
A collection of cookies - reusable and tuned for server side performance.
cookies() - Method in class org.apache.tomcat.util.http.BaseRequest
Get cookies.
Cookies() - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new uninitialized cookie collection.
Cookies(MimeHeaders) - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new cookie collection, that will extract the information from headers.
count - Variable in class org.apache.tomcat.util.collections.MultiMap
 
createMBean(Object, String, String) - Static method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
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) - 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.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) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
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.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, int, InetAddress) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
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

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 - Static variable in class org.apache.tomcat.util.log.Log
Deprecated.  
debug(Object) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
debug(Object, Throwable) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
DEC - Static variable in class org.apache.tomcat.util.buf.HexUtils
Table for HEX to DEC byte translation.
decode(byte[]) - Method in class org.apache.tomcat.util.buf.Base64
Decodes Base64 data into octects
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.tomcat.util.buf.ByteChunk
Default encoding used to convert to strings.
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_SIZE - Static variable in class org.apache.tomcat.util.collections.SimplePool
 
defaultHostName - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Default host name.
defaultMap - Static variable in class org.apache.tomcat.util.http.MimeMap
 
defaultSink - Static variable in class org.apache.tomcat.util.log.LogHandler
 
defaultWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
destroy() - Method in class org.apache.tomcat.util.handler.TcHandler
Clean up and stop the handler.
displayClassPath(String, URL[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Debug method, display the classpath
domain - Variable in class org.apache.tomcat.util.threads.ThreadPoolMX
Deprecated.  
duplicate(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed
DynamicMBeanProxy - class org.apache.tomcat.util.mx.DynamicMBeanProxy.
Deprecated. The same functionality ( and more ) is now available in commons-modeler
DynamicMBeanProxy() - Constructor for class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated. Create a Dynamic proxy, using introspection to manage a real tomcat component.

E

EmptyEnumeration - class org.apache.tomcat.util.collections.EmptyEnumeration.
 
EmptyEnumeration() - Constructor for class org.apache.tomcat.util.collections.EmptyEnumeration
 
encode(byte[]) - Static method in class org.apache.tomcat.util.buf.Base64
Encodes hex octects into Base64
encodeURL(String) - Method in class org.apache.tomcat.util.buf.UEncoder
Utility funtion to re-encode the URL.
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
equals(Object) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs for equality.
equals(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
equals(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equals(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equals(String, byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
 
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
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.
ERROR - Static variable in class org.apache.tomcat.util.handler.TcHandler
 
ERROR - Static variable in class org.apache.tomcat.util.log.Log
Deprecated.  
error(Object) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
error(Object, Throwable) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
exactWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
execute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call execute() - any ant-like task should work
expired(TimeStamp) - Method in interface org.apache.tomcat.util.threads.Expirer.ExpireCallback
 
Expirer - class org.apache.tomcat.util.threads.Expirer.
Expire unused objects.
Expirer.ExpireCallback - interface org.apache.tomcat.util.threads.Expirer.ExpireCallback.
 
Expirer() - Constructor for class org.apache.tomcat.util.threads.Expirer
 
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
 
FATAL - Static variable in class org.apache.tomcat.util.log.Log
Deprecated. Verbosity level codes.
fatal(Object) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
fatal(Object, Throwable) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
fields - Variable in class org.apache.tomcat.util.collections.MultiMap
 
filter(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
Filter the specified message string for characters that are sensitive in HTML.
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
 
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.
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.
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 !
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
 
flush() - Method in class org.apache.tomcat.util.log.CommonLogHandler
Flush the log.
flush() - Method in class org.apache.tomcat.util.log.Log
Deprecated. Flush any buffers.
flush() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
flush() - Method in class org.apache.tomcat.util.log.LogHandler
Flush the log.
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
 
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) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formatOldCookie(Date, StringBuffer, FieldPosition) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formats - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
The set of SimpleDateFormat formats to use in getDateHeader().

G

generateName(Class) - Static method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated. If a name was not provided, generate a name based on the class name and a sequence number.
get() - Method in class org.apache.tomcat.util.collections.SimplePool
Get an object from the pool, null if the pool is empty.
get() - Method in class org.apache.tomcat.util.collections.Queue
Get the first object out of the queue.
get(Object) - Method in class org.apache.tomcat.util.collections.LRUCache
 
get(String) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable ... the key isn't necessarily interned, though.
get(String) - Method in class org.apache.tomcat.util.collections.MultiMap
 
getAddress() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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.handler.TcHandler
Get an attribute.
getAttribute(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Get an attribute on the request
getAttribute(String) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
getAttributeNames() - Method in class org.apache.tomcat.util.http.BaseRequest
Get iterator over attribute names
getAttributes(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Generic attributes.
getAttributes(String[]) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
getAuthority() - Method in class org.apache.tomcat.util.net.URL
Return the authority part of the URL.
getBacklog() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getByteChunk() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
getChannel(LogManager) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
getChannels() - Method in class org.apache.tomcat.util.log.LogManager
 
getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
 
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
 
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
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.
getClassPath(Vector) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Return a URL[] that can be used to construct a class loader
getClone() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
getClone() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getClone() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getComment() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getConnectionHandler() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getContentLength() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content length
getContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContentTypeFor(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContextNames() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Return all contexts, in //HOST/PATH form
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
getCount() - Method in class org.apache.tomcat.util.collections.SimplePool
Number of object in the pool
getCreationTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the current date in HTTP format.
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
 
getDaemon() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getDebug() - Static method in class org.apache.tomcat.util.threads.ThreadPool
 
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
 
getDomain() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getEmptyEnumeration() - Static method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
getEncoding() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
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
 
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
 
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
getHandlers(int) - Method in class org.apache.tomcat.util.handler.HandlerManager
 
getHandlers(String) - Method in class org.apache.tomcat.util.handler.HandlerManager
 
getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
getHookMap() - Method in class org.apache.tomcat.util.handler.HandlerManager
 
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
 
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. hashtable lookup )
getId() - Method in class org.apache.tomcat.util.handler.TcHandler
 
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
 
getInitData() - Method in interface org.apache.tomcat.util.threads.ThreadPoolRunnable
Called when this object is first loaded in the thread pool.
getInitData() - Method in class org.apache.tomcat.util.threads.Expirer
 
getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInt() - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated. The buffer are general purpose, caching for headers should be done in headers
getInt() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getInt() - Method in class org.apache.tomcat.util.buf.CharChunk
 
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.
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the keysize.
getLastAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the length of the original buffer.
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.
getLevel() - Method in class org.apache.tomcat.util.log.Log
Deprecated. The configured logging level for this channel
getLevel() - Method in class org.apache.tomcat.util.log.LogHandler
Get the current verbosity level.
getLimit() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLimit() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getLocale(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLocales(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLog(String, Object) - Static method in class org.apache.tomcat.util.log.Log
Deprecated.  
getLog(String, String) - Static method in class org.apache.tomcat.util.log.Log
Deprecated.  
getLog(String, String, Object) - Method in class org.apache.tomcat.util.log.LogManager
Default method to create a log facade.
getLoggers() - Method in class org.apache.tomcat.util.log.LogManager
 
getManager(ResourceBundle) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(String) - 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
 
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
getMaxMemory() - Method in class org.apache.tomcat.util.compat.JdkCompat
Return the maximum amount of memory the JVM will attempt to use.
getMaxMemory() - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Return the maximum amount of memory the JVM will attempt to use.
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.tomcat.util.net.PoolTcpEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMBeanInfo() - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
getMBeanServer() - Static method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
getMessage(int) - Static method in class org.apache.tomcat.util.http.HttpMessages
Get the status string associated with a status code.
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
 
getName() - Method in class org.apache.tomcat.util.buf.TimeStamp
Return the "name" of the timestamp.
getName() - Method in class org.apache.tomcat.util.handler.TcHandler
 
getName() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getName() - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
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.
getNote(int) - Method in class org.apache.tomcat.util.handler.TcHandlerCtx
Get a note associated with this hanlder context.
getNote(int) - Method in class org.apache.tomcat.util.http.BaseRequest
 
getNote(Object, int) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
getOffset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getOffset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
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.tomcat.util.http.Parameters
 
getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
 
getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParent() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
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.
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).
getPort() - Method in class org.apache.tomcat.util.net.URL
Return the port number part of the URL.
getPort() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getProcessWelcomeResources() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Get flag value indicating whether or not welcome files are processed by the mapper.
getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
 
getProtocol() - Method in class org.apache.tomcat.util.net.URL
Return the protocol name part of the URL.
getQuery() - Method in class org.apache.tomcat.util.net.URL
Return the query part of the URL.
getRedirectDirectories() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Get the flag that indicates if we redirect to directories that don't end a '/'.
getRef() - Method in class org.apache.tomcat.util.net.URL
Return the reference part of the URL.
getScheme() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the scheme
getSecure() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getSecure() - Method in class org.apache.tomcat.util.http.BaseRequest
Get whether the request is secure or not.
getServerPort() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server port
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
 
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
getSocket() - Method in class org.apache.tomcat.util.net.TcpConnection
 
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
 
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.
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 object argument.
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, 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.
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 ?
getThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getThreadStatus() - Method in class org.apache.tomcat.util.threads.ThreadPool
Return an array with the status of each thread.
getTime() - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated. The buffer are general purpose, caching for headers should be done in headers
getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
Return the type of the original content.
getType() - Method in class org.apache.tomcat.util.handler.TcHandlerCtx
Get the type of the handler context.
getURI(File) - Method in class org.apache.tomcat.util.compat.JdkCompat
Return the URI for the given file.
getURI(File) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Return the URI for the given file.
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.
getUserInfo() - Method in class org.apache.tomcat.util.net.URL
Return the user info part of the URL.
getValue() - Method in class org.apache.tomcat.util.http.ServerCookie
 
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.
getVersion() - Method in class org.apache.tomcat.util.http.ServerCookie
 
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
 
GMT_ZONE - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated. GMT timezone - all HTTP dates are on GMT
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

handleQueryParameters() - Method in class org.apache.tomcat.util.http.Parameters
Process the query string into parameters
HandlerManager - class org.apache.tomcat.util.handler.HandlerManager.
Hooks support.
HandlerManager() - Constructor for class org.apache.tomcat.util.handler.HandlerManager
 
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
 
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
 
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.SimpleHashtable
Used to view this as an enumeration; returns true if there are more keys to be enumerated.
hasMoreElements() - Method in class org.apache.tomcat.util.collections.MultiMapNamesEnumeration
 
hasMoreElements() - Method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
headers() - Method in class org.apache.tomcat.util.http.BaseRequest
Get this request's headers
HEX - Static variable in class org.apache.tomcat.util.buf.HexUtils
Table for DEC to HEX byte translation.
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
 
host - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
hosts - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Array containing the virtual hosts definitions.
HttpMessages - class org.apache.tomcat.util.http.HttpMessages.
Handle (internationalized) HTTP messages.
HttpMessages() - Constructor for class org.apache.tomcat.util.http.HttpMessages
 

I

id - Variable in class org.apache.tomcat.util.handler.TcHandler
 
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.buf.ByteChunk
 
indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.http.Cookies
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
info(Object) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
info(Object, Throwable) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
INFORMATION - Static variable in class org.apache.tomcat.util.log.Log
Deprecated.  
init() - Method in class org.apache.tomcat.util.handler.TcHandler
Should register the request types it can handle, same style as apache2.
init() - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Called before the call to processConnection.
initEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Cookies
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Parameters
 
initSocket(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
 
instanceId() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the host id ( or jvmRoute )
IntrospectionUtils - class org.apache.tomcat.util.IntrospectionUtils.
Utils for introspection and reflection
IntrospectionUtils.AttributeHolder - interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder.
 
IntrospectionUtils.PropertySource - interface org.apache.tomcat.util.IntrospectionUtils.PropertySource.
 
IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
 
invoke(String, Object[], String[]) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated. Invoke a method.
invoke(TcHandlerCtx) - Method in class org.apache.tomcat.util.handler.TcHandler
The 'hook' method.
isAlpha(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper or lower case.
isDaemon - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
isDaemon() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
isDebugEnabled() - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
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?
isErrorEnabled() - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
isFatalEnabled() - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
isInfoEnabled() - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
isJava14() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
isJava2() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
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.tomcat.util.buf.TimeStamp
 
isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
isNull() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.CharChunk
 
isPoolOn() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isRunning() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isToken(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
isTraceEnabled() - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
isUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper case.
isValid() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
isWarnEnabled() - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
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
 
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
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
 
JSSESocketFactory - class org.apache.tomcat.util.net.jsse.JSSESocketFactory.
SSL server socket factory.
JSSESocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
jvmRoute() - Method in class org.apache.tomcat.util.http.BaseRequest
 

K

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

L

LAST - Static variable in class org.apache.tomcat.util.handler.TcHandler
 
level - Variable in class org.apache.tomcat.util.log.LogHandler
 
linger - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
listeners - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
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
 
Log - class org.apache.tomcat.util.log.Log.
Deprecated. Commons-logging should be used instead.
log(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
log(String) - Method in class org.apache.tomcat.util.http.Cookies
 
log(String) - Method in class org.apache.tomcat.util.log.Log
Deprecated. Logs the message with level INFORMATION
log(String) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
log(String, int) - Method in class org.apache.tomcat.util.log.Log
Deprecated. Logs the message with given level
log(String, int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
Log(String, String, LogHandler, Object) - Constructor for class org.apache.tomcat.util.log.Log
Deprecated.  
log(String, String, Throwable, int) - Method in class org.apache.tomcat.util.log.CommonLogHandler
Prints log message and stack trace.
log(String, String, Throwable, int) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
log(String, String, Throwable, int) - Method in class org.apache.tomcat.util.log.LogHandler
Prints log message and stack trace.
log(String, Throwable) - Method in class org.apache.tomcat.util.log.Log
Deprecated. Logs the Throwable with level ERROR (assumes an exception is trouble; if it's not, use log(msg, t, level))
log(String, Throwable) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
log(String, Throwable, int) - Method in class org.apache.tomcat.util.log.Log
Deprecated. Logs the message and Throwable to its logger or, if logger not found, to the default logger, which writes to the default sink, which is usually System.err
log(String, Throwable, int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Deprecated.  
logFull(Log, int, int) - Static method in class org.apache.tomcat.util.threads.ThreadPool
 
loggers - Variable in class org.apache.tomcat.util.log.LogManager
 
LogHandler - class org.apache.tomcat.util.log.LogHandler.
Log destination ( or channel ).
LogHandler() - Constructor for class org.apache.tomcat.util.log.LogHandler
 
LogManager - class org.apache.tomcat.util.log.LogManager.
Allows the control the log properties at runtime.
LogManager() - Constructor for class org.apache.tomcat.util.log.LogManager
 
logname - Variable in class org.apache.tomcat.util.log.Log
Deprecated.  
logs - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Thread <-> CaptureLog associations.
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
 

M

main(String[]) - Static method in class org.apache.tomcat.util.http.mapper.Mapper
 
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.
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.
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.Context - class org.apache.tomcat.util.http.mapper.Mapper.Context.
 
Mapper.Context() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Context
 
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
 
Mapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper
 
MappingData - class org.apache.tomcat.util.http.mapper.MappingData.
Mapping data.
MappingData() - Constructor for class org.apache.tomcat.util.http.mapper.MappingData
 
MAX_NOTES - Static variable in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
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
 
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
 
MessageBytes - class org.apache.tomcat.util.buf.MessageBytes.
This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes.MessageBytesFactory - class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory.
 
MessageBytes.MessageBytesFactory() - Constructor for class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
MessageBytes() - Constructor for class org.apache.tomcat.util.buf.MessageBytes
Creates a new, uninitialized MessageBytes object.
method() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the method.
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
 
MIN_SPARE_THREADS - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
minSpareThreads - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
monitor - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
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.

N

name - Variable in class org.apache.tomcat.util.handler.TcHandler
 
name - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
name - Variable in class org.apache.tomcat.util.threads.ThreadPoolMX
Deprecated.  
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.
newInstance() - Static method in class org.apache.tomcat.util.buf.MessageBytes
Construct a new MessageBytes instance
newInstance() - Method in class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
next - Variable in class org.apache.tomcat.util.handler.TcHandler
 
nextElement() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Used to view this as an enumeration; returns the next key in the enumeration.
nextElement() - Method in class org.apache.tomcat.util.collections.MultiMapNamesEnumeration
 
nextElement() - Method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
normalize() - Method in class org.apache.tomcat.util.net.URL
Normalize the path (and therefore file) portions of this URL.
notifyThreadEnd(ThreadPool.ControlRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
Inform the pool that the specific thread finish.

O

object - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
OK - Static variable in class org.apache.tomcat.util.handler.TcHandler
 
openThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
Create missing threads.
org.apache.tomcat.util - package org.apache.tomcat.util
 
org.apache.tomcat.util.buf - package org.apache.tomcat.util.buf
Buffers and Encodings This package contains buffers and utils to perform encoding/decoding of buffers.
org.apache.tomcat.util.collections - package org.apache.tomcat.util.collections
Specialized collections This package includes a number of special collections, tunned for server-side applications.
org.apache.tomcat.util.compat - package org.apache.tomcat.util.compat
 
org.apache.tomcat.util.handler - package org.apache.tomcat.util.handler
 
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.mx - package org.apache.tomcat.util.mx
 
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.

P

Parameters - class org.apache.tomcat.util.http.Parameters.
 
Parameters() - Constructor for class org.apache.tomcat.util.http.Parameters
 
paramsAsString() - Method in class org.apache.tomcat.util.http.Parameters
Debug purpose
parseCache - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Parser cache.
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.
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
 
path - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
path - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
PATH_SEPARATOR - Static variable in class org.apache.tomcat.util.IntrospectionUtils
 
pathInfo - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
peek() - Method in class org.apache.tomcat.util.collections.Queue
Peek to see if something is available.
phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
pool - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
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
 
pop() - Method in class org.apache.tomcat.util.http.Parameters
Discard the last child.
prefix - Variable in class org.apache.tomcat.util.log.Log
Deprecated.  
print(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(float) - 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(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(String) - 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(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(float) - 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(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
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!
processCookies(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
Add all Cookie found in the headers of a request.
processParameters(byte[], int, int) - 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
processWelcomeResources - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Flag indicating if physical welcome files are to be processed by this mapper.
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.
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
 
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) - Method in class org.apache.tomcat.util.collections.SimplePool
Add the object to the pool, silent nothing if the pool is full
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.LRUCache
 
put(Object, Object) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Maps the specified key to the specified value in this hashtable.

Q

queryString() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the query string
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
 

R

readLine(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
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 interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
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
 
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.ByteChunk
Resets the message buff to an uninitialized state.
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.UTF8Decoder
 
recycle() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
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.collections.MultiMap
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.handler.TcHandlerCtx
Recycle the hanlder context.
recycle() - Method in class org.apache.tomcat.util.http.ServerCookie
 
recycle() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.Cookies
Recycle.
recycle() - Method in class org.apache.tomcat.util.http.Parameters
 
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.mapper.MappingData
 
recycle() - Method in class org.apache.tomcat.util.net.TcpConnection
 
redirectDirectories - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Flag indicating that we should redirect to a directory when the URL doesn't end in a '/'.
redirectPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
registerMBean(String) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
remoteAddr() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote address
remoteHost() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote host
remoteUser() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote user
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.LRUCache
 
remove(Object) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
 
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.
removeManagedObject(TimeStamp) - Method in class org.apache.tomcat.util.threads.Expirer
 
removeThread(Thread) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
removeWrapper(Mapper.Context, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
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.
replaceProperties(String, Hashtable, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replace ${NAME} with the property value
replaceProperties(String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replace ${NAME} with the property value
requestPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
requestURI() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the request uri
reset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
reset() - Method in class org.apache.tomcat.util.buf.B2CConverter
 
reset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
resetStringValue() - Method in class org.apache.tomcat.util.buf.MessageBytes
Remove the cached string value.
resources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
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.  
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"
run() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
run() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
run() - Method in class org.apache.tomcat.util.threads.Reaper
 
run(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
runIt(Object[]) - Method in interface org.apache.tomcat.util.threads.ThreadPoolRunnable
This method will be executed in one of the pool's threads.
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
Executes a given Runnable on a thread in the pool, block if needed.
runIt(ThreadPoolRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
Run a task

S

sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs, excluding the "ref" fields.
SCHEME_HTTP - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
SCHEME_HTTPS - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
ServerCookie - class org.apache.tomcat.util.http.ServerCookie.
Server-side cookie representation.
ServerCookie() - Constructor for class org.apache.tomcat.util.http.ServerCookie
 
serverName() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server name
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.
SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the session id.
set(Object) - Method in class org.apache.tomcat.util.collections.SimplePool
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setAttribute(Attribute) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
setAttribute(Object, String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call void setAttribute( String ,Object )
setAttribute(String, Object) - Method in interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder
 
setAttribute(String, Object) - Method in class org.apache.tomcat.util.handler.TcHandler
Base implementation will just save all attributes.
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
setAttributes(AttributeList) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
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.
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.MessageBytes
Sets the content to the specified subarray of bytes.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Sets the message bytes to the specified subarray of bytes.
setCaseSenitive(boolean) - Method in class org.apache.tomcat.util.buf.MessageBytes
Configure the case sensitivity
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.
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to be a char[]
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setCheckInterval(int) - Method in class org.apache.tomcat.util.threads.Expirer
 
setConnectionHandler(TcpConnectionHandler) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setContentLength(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the content length
setContext(String, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set context, used for wrapper mapping (request dispatcher).
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.tomcat.util.threads.ThreadPool
The default is true - the created threads will be in daemon mode.
setDefault(LogHandler) - Static method in class org.apache.tomcat.util.log.LogManager
 
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
 
setDefaultSink(Writer) - Static method in class org.apache.tomcat.util.log.LogHandler
Set the default output stream that is used by all logging channels.
setEncoding(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the encoding.
setEncoding(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
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
 
setError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
setExpireCallback(Expirer.ExpireCallback) - Method in class org.apache.tomcat.util.threads.Expirer
 
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.apache.tomcat.util.buf.MessageBytes
 
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
 
setId(int) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setId(int) - Method in class org.apache.tomcat.util.handler.TcHandler
Set the id of the worker.
setInt(int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated. The buffer are general purpose, caching for headers should be done in headers
setInterval(int) - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
setLevel(int) - Method in class org.apache.tomcat.util.log.LogHandler
Set the verbosity level for this logger.
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.
setLogManager(LogManager) - Static method in class org.apache.tomcat.util.log.Log
Deprecated. Used by the embeding application ( tomcat ) to manage the logging.
setMaxAge(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setMaxInactiveInterval(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setMaxShutdownTries(int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
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.tomcat.util.net.PoolTcpEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setName(String) - Method in class org.apache.tomcat.util.handler.TcHandler
Set the name of the handler.
setName(String) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
setNew(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setNext(TcHandler) - Method in class org.apache.tomcat.util.handler.TcHandler
Catalina-style "recursive" invocation.
setNote(int, Object) - Method in class org.apache.tomcat.util.handler.TcHandlerCtx
Associate a note with this hanlder context.
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
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.
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 ).
setPoolOn(boolean) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setProcessWelcomeResources(boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set the process flag indicating if welcome resources should be processed by the mapper.
setProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
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).
setProxy(LogManager, LogHandler) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
 
setReal(Object) - Method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated. Set the managed object.
setRedirectDirectories(boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set the flag that indicates if we redirect to directories that don't end in a '/'.
setScheme(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the scheme.
setSecure(boolean) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setSecure(boolean) - Method in class org.apache.tomcat.util.http.BaseRequest
Set whether the request is secure or not.
setServer(Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Deprecated. This has nothing to do with TcpHandling, was used as a workaround
setServerPort(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the server port
setServerSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Sets the timeout in ms of the server sockets created by this server.
setSocket(Socket) - Method in class org.apache.tomcat.util.net.TcpConnection
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the content to be a string
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setThreadData(Object, Object[]) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
setTime(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
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.
setType(int) - Method in class org.apache.tomcat.util.handler.TcHandlerCtx
Set the type of the handler context.
setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
 
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
 
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
 
SimpleHashtable - class org.apache.tomcat.util.collections.SimpleHashtable.
This class implements a special purpose hashtable.
SimpleHashtable() - Constructor for class org.apache.tomcat.util.collections.SimpleHashtable
Constructs a new, empty hashtable with a default capacity.
SimpleHashtable(int) - Constructor for class org.apache.tomcat.util.collections.SimpleHashtable
Constructs a new, empty hashtable with the specified initial 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
 
sink - Variable in class org.apache.tomcat.util.log.LogHandler
 
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.collections.Queue
How many elements are there in this queue?
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.http.MimeHeaders
Returns the current number of header fields.
skipSpaces(byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
 
sm - Static variable in class org.apache.tomcat.util.http.HttpMessages
 
socketTimeout - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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
 
start() - Method in class org.apache.tomcat.util.handler.TcHandler
 
start() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
start() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
start() - Method in class org.apache.tomcat.util.threads.Expirer
 
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
 
startsWith(byte[]) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
startsWith(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWith(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(String) - 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.
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.
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.handler.TcHandler
 
stop() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
stop() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
stop() - Method in class org.apache.tomcat.util.threads.Expirer
 
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
 
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.
substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract() - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
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.

T

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
TcHandler - class org.apache.tomcat.util.handler.TcHandler.
The lowest level component of Jk ( and hopefully Coyote ).
TcHandler() - Constructor for class org.apache.tomcat.util.handler.TcHandler
 
TcHandlerCtx - class org.apache.tomcat.util.handler.TcHandlerCtx.
Store all context informations for the invocation of a handler chain.
TcHandlerCtx() - Constructor for class org.apache.tomcat.util.handler.TcHandlerCtx
 
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.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
terminate() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
Stop the monitor
terminate() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
threadEnd(ThreadPool, Thread) - Method in interface org.apache.tomcat.util.threads.ThreadPool.ThreadPoolListener
 
ThreadPool - class org.apache.tomcat.util.threads.ThreadPool.
A thread pool that is trying to copy the apache process management.
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.
ThreadPool() - Constructor for class org.apache.tomcat.util.threads.ThreadPool
Helper object for logging
ThreadPoolMX - class org.apache.tomcat.util.threads.ThreadPoolMX.
Deprecated. This was an attempt to introduce a JMX dependency. A better solution was the ThreadPoolListener - which is more powerfull and provides the same features. The class is here for backward compatibility, all the methods are in super().
ThreadPoolMX() - Constructor for class org.apache.tomcat.util.threads.ThreadPoolMX
Deprecated.  
ThreadPoolRunnable - interface org.apache.tomcat.util.threads.ThreadPoolRunnable.
Implemented if you want to run a piece of code inside a thread pool.
threads - Variable in class org.apache.tomcat.util.threads.ThreadPool
The threads that are part of the pool.
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.
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
 
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.tomcat.util.buf.MessageBytes
Compute the string value
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.http.ServerCookie
 
toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
EXPENSIVE!!!
toString() - Method in class org.apache.tomcat.util.http.Cookies
EXPENSIVE!!!
toString() - Method in class org.apache.tomcat.util.http.BaseRequest
** SLOW ** for debugging only!
toString() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this object.
touch(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
Access notification.
toUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the upper case equivalent of the specified ASCII character.
trace(Object) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
trace(Object, Throwable) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  

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
 
unCapitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
unCapitalize(String) - Static method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
unregisterMBean(Object, String) - Static method in class org.apache.tomcat.util.mx.DynamicMBeanProxy
Deprecated.  
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(String, String, int, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
URL(String, String, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
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.
urlEncode(Writer, byte[], int, int) - Method in class org.apache.tomcat.util.buf.UEncoder
 
urlEncode(Writer, String) - Method in class org.apache.tomcat.util.buf.UEncoder
URL Encode string, using a specified encoding.
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
 

V

values(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 

W

warn(Object) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
warn(Object, Throwable) - Method in class org.apache.tomcat.util.log.Log
Deprecated.  
WARNING - Static variable in class org.apache.tomcat.util.log.Log
Deprecated.  
welcomeResources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
wildcardWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
WORK_WAIT_TIMEOUT - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
wrapper - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
wrapperPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
write(byte[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 

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

Copyright © 2001 Apache Software Foundation. All Rights Reserved.