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

A

A - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
a - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
A - Static variable in class org.apache.coyote.http11.Constants
'A'.
a - Static variable in class org.apache.coyote.http11.Constants
'a'.
abandon(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
thread safe way to abandon a connection signals a connection to be abandoned.
AbandonedConfig - Class in org.apache.tomcat.dbcp.dbcp
Configuration settings for handling abandoned db connections.
AbandonedConfig() - Constructor for class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
 
AbandonedObjectPool<T extends AbandonedTrace> - Class in org.apache.tomcat.dbcp.dbcp
An implementation of a Jakarta-Commons ObjectPool which tracks JDBC connections and can recover abandoned db connections.
AbandonedObjectPool(PoolableObjectFactory<T>, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool
Create an ObjectPool which tracks db connections.
AbandonedTrace - Class in org.apache.tomcat.dbcp.dbcp
Tracks db connection usage for recovering and reporting abandoned db connections.
AbandonedTrace() - Constructor for class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Create a new AbandonedTrace without config and without doing abandoned tracing.
AbandonedTrace(AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Construct a new AbandonedTrace with no parent object.
AbandonedTrace(AbandonedTrace) - Constructor for class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Construct a new AbandonedTrace with a parent object.
abort() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 fails.
abort(Executor) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
abort(Connection, Executor) - Method in class org.apache.tomcat.util.compat.JreCompat
 
abortRemove() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Abort any polling remover thread
ABS_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
The types of URI one may specify for a tag library
absolute(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
absoluteBase - Variable in class org.apache.naming.resources.FileDirContext
Absolute normalized filename of the base.
AbsoluteOrder - Class in org.apache.catalina.tribes.group
Title: Membership - Absolute Order Description: A simple, yet agreeable and efficient way of ordering members Ordering members can serve as a basis for electing a leader or coordinating efforts.
AbsoluteOrder() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder
 
absoluteOrder(Member[]) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
 
absoluteOrder(List<Member>) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
 
AbsoluteOrder.AbsoluteComparator - Class in org.apache.catalina.tribes.group
 
AbsoluteOrder.AbsoluteComparator() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
absoluteOrdering - Variable in class org.apache.catalina.startup.WebRuleSet
The AbsoluteOrderingRule rule used to parse the web.xml
AbstractAjpProcessor<S> - Class in org.apache.coyote.ajp
Base class for AJP Processor implementations.
AbstractAjpProcessor(int, AbstractEndpoint<S>) - Constructor for class org.apache.coyote.ajp.AbstractAjpProcessor
 
AbstractAjpProcessor.SocketInputBuffer - Class in org.apache.coyote.ajp
This class is an input buffer which will read its data from an input stream.
AbstractAjpProcessor.SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AbstractAjpProcessor.SocketInputBuffer
 
AbstractAjpProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
This class is an output buffer which will write data to an output stream.
AbstractAjpProcessor.SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AbstractAjpProcessor.SocketOutputBuffer
 
AbstractAjpProtocol<S> - Class in org.apache.coyote.ajp
The is the base implementation for the AJP protocol handlers.
AbstractAjpProtocol() - Constructor for class org.apache.coyote.ajp.AbstractAjpProtocol
 
AbstractAjpProtocol.AbstractAjpConnectionHandler<S,P extends AbstractAjpProcessor<S>> - Class in org.apache.coyote.ajp
 
AbstractAjpProtocol.AbstractAjpConnectionHandler() - Constructor for class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
 
AbstractCatalinaCommandTask - Class in org.apache.catalina.ant
 
AbstractCatalinaCommandTask() - Constructor for class org.apache.catalina.ant.AbstractCatalinaCommandTask
 
AbstractCatalinaTask - Class in org.apache.catalina.ant
Abstract base class for Ant tasks that interact with the Manager web application for dynamically deploying and undeploying applications.
AbstractCatalinaTask() - Constructor for class org.apache.catalina.ant.AbstractCatalinaTask
 
AbstractChunk - Class in org.apache.tomcat.util.buf
Base class for the *Chunk implementation to reduce duplication.
AbstractChunk() - Constructor for class org.apache.tomcat.util.buf.AbstractChunk
 
AbstractCreateStatementInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
Abstraction interceptor.
AbstractCreateStatementInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
AbstractEndpoint<S> - Class in org.apache.tomcat.util.net
 
AbstractEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint
 
AbstractEndpoint.Acceptor - Class in org.apache.tomcat.util.net
 
AbstractEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
 
AbstractEndpoint.Acceptor.AcceptorState - Enum in org.apache.tomcat.util.net
 
AbstractEndpoint.BindState - Enum in org.apache.tomcat.util.net
 
AbstractEndpoint.Handler - Interface in org.apache.tomcat.util.net
 
AbstractEndpoint.Handler.SocketState - Enum in org.apache.tomcat.util.net
Different types of socket states to react upon.
AbstractGroup - Class in org.apache.catalina.users
Convenience base class for Group implementations.
AbstractGroup() - Constructor for class org.apache.catalina.users.AbstractGroup
 
AbstractHttp11JsseProtocol<S> - Class in org.apache.coyote.http11
 
AbstractHttp11JsseProtocol() - Constructor for class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
AbstractHttp11Processor<S> - Class in org.apache.coyote.http11
 
AbstractHttp11Processor(AbstractEndpoint<S>) - Constructor for class org.apache.coyote.http11.AbstractHttp11Processor
 
AbstractHttp11Protocol<S> - Class in org.apache.coyote.http11
 
AbstractHttp11Protocol() - Constructor for class org.apache.coyote.http11.AbstractHttp11Protocol
 
AbstractInputBuffer<S> - Class in org.apache.coyote.http11
 
AbstractInputBuffer() - Constructor for class org.apache.coyote.http11.AbstractInputBuffer
 
AbstractObjectCreationFactory - Class in org.apache.tomcat.util.digester
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - Constructor for class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
 
AbstractOutputBuffer<S> - Class in org.apache.coyote.http11
 
AbstractOutputBuffer() - Constructor for class org.apache.coyote.http11.AbstractOutputBuffer
 
AbstractProcessor<S> - Class in org.apache.coyote
Provides functionality and attributes common to all supported protocols (currently HTTP and AJP).
AbstractProcessor() - Constructor for class org.apache.coyote.AbstractProcessor
Intended for use by the Upgrade sub-classes that have no need to initialise the request, response, etc.
AbstractProcessor(AbstractEndpoint<S>) - Constructor for class org.apache.coyote.AbstractProcessor
 
AbstractProcessor<S> - Class in org.apache.coyote.http11.upgrade
 
AbstractProcessor(HttpUpgradeHandler, AbstractServletInputStream, AbstractServletOutputStream) - Constructor for class org.apache.coyote.http11.upgrade.AbstractProcessor
 
AbstractProtocol<S> - Class in org.apache.coyote
 
AbstractProtocol() - Constructor for class org.apache.coyote.AbstractProtocol
 
AbstractProtocol.AbstractConnectionHandler<S,P extends Processor<S>> - Class in org.apache.coyote
 
AbstractProtocol.AbstractConnectionHandler() - Constructor for class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
AbstractProtocol.RecycledProcessors<P extends Processor<S>,S> - Class in org.apache.coyote
 
AbstractProtocol.RecycledProcessors(AbstractProtocol.AbstractConnectionHandler<S, P>) - Constructor for class org.apache.coyote.AbstractProtocol.RecycledProcessors
 
AbstractQueryReport - Class in org.apache.tomcat.jdbc.pool.interceptor
Abstract class that wraps statements and intercepts query executions.
AbstractQueryReport() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
 
AbstractQueryReport.StatementProxy - Class in org.apache.tomcat.jdbc.pool.interceptor
Class to measure query execute time
AbstractQueryReport.StatementProxy(Object, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
 
AbstractRef - Class in org.apache.naming
 
AbstractRef(String) - Constructor for class org.apache.naming.AbstractRef
 
AbstractRef(String, String, String) - Constructor for class org.apache.naming.AbstractRef
 
AbstractReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
 
AbstractReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, float, int, ClassLoader[], boolean) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Creates a new map
AbstractReplicatedMap.MapEntry<K,V> - Class in org.apache.catalina.tribes.tipis
 
AbstractReplicatedMap.MapEntry(K, V) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
AbstractReplicatedMap.MapMessage - Class in org.apache.catalina.tribes.tipis
 
AbstractReplicatedMap.MapMessage() - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Deprecated.
Unused - will be removed in Tomcat 8.0.x
AbstractReplicatedMap.MapMessage(byte[], int, boolean, Serializable, Serializable, byte[], Member, Member[]) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
AbstractReplicatedMap.MapOwner - Interface in org.apache.catalina.tribes.tipis
 
AbstractRole - Class in org.apache.catalina.users
Convenience base class for Role implementations.
AbstractRole() - Constructor for class org.apache.catalina.users.AbstractRole
 
AbstractRxTask - Class in org.apache.catalina.tribes.transport
 
AbstractRxTask(ListenCallback) - Constructor for class org.apache.catalina.tribes.transport.AbstractRxTask
 
AbstractSender - Class in org.apache.catalina.tribes.transport
Title: Description: Company:
AbstractSender() - Constructor for class org.apache.catalina.tribes.transport.AbstractSender
 
AbstractServletInputStream - Class in org.apache.coyote.http11.upgrade
Implements the new Servlet 3.1 methods for ServletInputStream.
AbstractServletInputStream() - Constructor for class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
AbstractServletOutputStream - Class in org.apache.coyote.http11.upgrade
Implements the new Servlet 3.1 methods for ServletOutputStream.
AbstractServletOutputStream(int) - Constructor for class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
AbstractUser - Class in org.apache.catalina.users
Convenience base class for User implementations.
AbstractUser() - Constructor for class org.apache.catalina.users.AbstractUser
 
ACC_ABSTRACT - Static variable in class org.apache.tomcat.util.bcel.Const
One of the access flags for fields, methods, or classes.
ACC_ANNOTATION - Static variable in class org.apache.tomcat.util.bcel.Const
One of the access flags for fields, methods, or classes.
ACC_FINAL - Static variable in class org.apache.tomcat.util.bcel.Const
One of the access flags for fields, methods, or classes.
ACC_INTERFACE - Static variable in class org.apache.tomcat.util.bcel.Const
One of the access flags for fields, methods, or classes.
accept(Serializable, Member) - Method in class org.apache.catalina.ha.ClusterListener
 
accept(ClusterMessage) - Method in class org.apache.catalina.ha.ClusterListener
Accept only SessionIDMessages
accept(ClusterMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Before the cluster invokes messageReceived the cluster will ask the receiver to accept or decline the message, In the future, when messages get big, the accept method will only take a message header
accept(File, String) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarFilter
 
accept(ClusterMessage) - Method in class org.apache.catalina.ha.session.ClusterSessionListener
Accept only SessionMessage
accept(ClusterMessage) - Method in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
Accept only SessionIDMessages
accept(Serializable, Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
notify all listeners from receiving a new message is not ClusterMessage emit Failure Event to LifecycleListener
accept(Serializable, Member) - Method in interface org.apache.catalina.tribes.ChannelListener
Invoked by the channel to determine if the listener will process this message or not.
accept(ChannelMessage) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
accept(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
accept(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
 
accept(ChannelMessage) - Method in interface org.apache.catalina.tribes.MessageListener
 
accept(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
accept(NodeVisitor) - Method in interface org.apache.el.parser.Node
 
accept(NodeVisitor) - Method in class org.apache.el.parser.SimpleNode
 
accept(long) - Static method in class org.apache.tomcat.jni.Local
Accept a new connection request
accept(long) - Static method in class org.apache.tomcat.jni.Socket
Accept a new connection request
AcceptEncoding - Class in org.apache.tomcat.util.http.parser
 
AcceptEncoding(String, double) - Constructor for class org.apache.tomcat.util.http.parser.AcceptEncoding
 
acceptfilter(long, String, String) - Static method in class org.apache.tomcat.jni.Socket
Set an OS level accept filter.
acceptors - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Threads used to accept new connections and pass them to worker threads.
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Acceptor thread count.
acceptorThreadPriority - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Priority of the acceptor threads.
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
acceptSocket(ServerSocket) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
Wrapper function for accept().
acceptsURL(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
acceptx(long, long) - Static method in class org.apache.tomcat.jni.Socket
Accept a new connection request
access() - Method in class org.apache.catalina.manager.DummyProxySession
 
access() - Method in interface org.apache.catalina.Session
Update the accessed time information for this session.
access() - Method in class org.apache.catalina.session.StandardSession
Update the accessed time information for this session.
access() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
access() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
access(long) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
accessCount - Variable in class org.apache.catalina.session.StandardSession
The access count for this session.
accessCount - Variable in class org.apache.naming.resources.CacheEntry
 
accessCount - Variable in class org.apache.naming.resources.ResourceCache
Number of accesses to the cache.
accessCount - Static variable in class org.apache.tomcat.util.buf.StringCache
Access count.
accessed - Variable in class org.apache.catalina.tribes.io.ObjectReader
 
accessed() - Method in class org.apache.catalina.tribes.membership.Membership.MbrEntry
Indicate that this member has been accessed.
accessed - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
accessEntry() - Method in class org.apache.catalina.ha.session.DeltaSession
Access to an existing object.
accessEntry() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Access to an existing object.
accessFile - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
accessJMXConnection(Project, String, String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get Current Connection from ref parameter or create a new one!
accessJMXValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get value from MBeans attribute.
AccessLog - Interface in org.apache.catalina
Intended for use by a Valve to indicate that the Valve provides access logging.
accessLog - Variable in class org.apache.catalina.core.ContainerBase
The access log to use for requests normally handled by this container that have been handled earlier in the processing chain.
AccessLogAdapter - Class in org.apache.catalina.core
A helper class that wraps several AccessLog instances.
AccessLogAdapter(AccessLog) - Constructor for class org.apache.catalina.core.AccessLogAdapter
 
AccessLogValve - Class in org.apache.catalina.valves
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.
AccessLogValve() - Constructor for class org.apache.catalina.valves.AccessLogValve
 
AccessLogValve.AccessLogElement - Interface in org.apache.catalina.valves
AccessLogElement writes the partial message into the buffer.
AccessLogValve.ByteSentElement - Class in org.apache.catalina.valves
write bytes sent, excluding HTTP headers - %b, %B
AccessLogValve.ByteSentElement(boolean) - Constructor for class org.apache.catalina.valves.AccessLogValve.ByteSentElement
if conversion is true, write '-' instead of 0 - %b
AccessLogValve.CookieElement - Class in org.apache.catalina.valves
write a specific cookie - %{xxx}c
AccessLogValve.CookieElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.CookieElement
 
AccessLogValve.DateAndTimeElement - Class in org.apache.catalina.valves
write date and time, in configurable format (default CLF) - %t or %{format}t
AccessLogValve.DateAndTimeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
AccessLogValve.DateAndTimeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
AccessLogValve.DateFormatCache - Class in org.apache.catalina.valves
Cache structure for formatted timestamps based on seconds.
AccessLogValve.DateFormatCache(int, Locale, AccessLogValve.DateFormatCache) - Constructor for class org.apache.catalina.valves.AccessLogValve.DateFormatCache
 
AccessLogValve.DateFormatCache.Cache - Class in org.apache.catalina.valves
 
AccessLogValve.ElapsedTimeElement - Class in org.apache.catalina.valves
write time taken to process the request - %D, %T
AccessLogValve.ElapsedTimeElement(boolean) - Constructor for class org.apache.catalina.valves.AccessLogValve.ElapsedTimeElement
if millis is true, write time in millis - %D if millis is false, write time in seconds - %T
AccessLogValve.FirstByteTimeElement - Class in org.apache.catalina.valves
write time until first byte is written (commit time) in millis - %F
AccessLogValve.FirstByteTimeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.FirstByteTimeElement
 
AccessLogValve.HeaderElement - Class in org.apache.catalina.valves
write incoming headers - %{xxx}i
AccessLogValve.HeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.HeaderElement
 
AccessLogValve.HostElement - Class in org.apache.catalina.valves
write remote host name - %h
AccessLogValve.HostElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HostElement
 
AccessLogValve.HttpStatusCodeElement - Class in org.apache.catalina.valves
write HTTP status code of the response - %s
AccessLogValve.HttpStatusCodeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
 
AccessLogValve.LocalAddrElement - Class in org.apache.catalina.valves
write local IP address - %A
AccessLogValve.LocalAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
 
AccessLogValve.LocalServerNameElement - Class in org.apache.catalina.valves
write local server name - %v
AccessLogValve.LocalServerNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
 
AccessLogValve.LogicalUserNameElement - Class in org.apache.catalina.valves
write remote logical username from identd (always returns '-') - %l
AccessLogValve.LogicalUserNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
 
AccessLogValve.MethodElement - Class in org.apache.catalina.valves
write request method (GET, POST, etc.) - %m
AccessLogValve.MethodElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.MethodElement
 
AccessLogValve.PortElement - Class in org.apache.catalina.valves
write local or remote port for request connection - %p and %{xxx}p
AccessLogValve.PortElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.PortElement
 
AccessLogValve.PortElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.PortElement
 
AccessLogValve.ProtocolElement - Class in org.apache.catalina.valves
write request protocol - %H
AccessLogValve.ProtocolElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ProtocolElement
 
AccessLogValve.QueryElement - Class in org.apache.catalina.valves
write Query string (prepended with a '?'
AccessLogValve.QueryElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.QueryElement
 
AccessLogValve.RemoteAddrElement - Class in org.apache.catalina.valves
write remote IP address - %a
AccessLogValve.RemoteAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
 
AccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
write an attribute in the ServletRequest - %{xxx}r
AccessLogValve.RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
 
AccessLogValve.RequestElement - Class in org.apache.catalina.valves
write first line of the request (method and request URI) - %r
AccessLogValve.RequestElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestElement
 
AccessLogValve.RequestURIElement - Class in org.apache.catalina.valves
write requested URL path - %U
AccessLogValve.RequestURIElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestURIElement
 
AccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
write a specific response header - %{xxx}o
AccessLogValve.ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
 
AccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
write an attribute in the HttpSession - %{xxx}s
AccessLogValve.SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
 
AccessLogValve.SessionIdElement - Class in org.apache.catalina.valves
write user session ID - %S
AccessLogValve.SessionIdElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionIdElement
 
AccessLogValve.StringElement - Class in org.apache.catalina.valves
write any string
AccessLogValve.StringElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.StringElement
 
AccessLogValve.ThreadNameElement - Class in org.apache.catalina.valves
write thread name - %I
AccessLogValve.ThreadNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
 
AccessLogValve.UserElement - Class in org.apache.catalina.valves
write remote user that was authenticated (if any), else '-' - %u
AccessLogValve.UserElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.UserElement
 
accessTimeout - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Since the map keeps internal membership this is the timeout for a ping message to be responded to If a remote map doesn't respond within this timeframe, its considered dead.
ACK_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
ACK_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
ACK_COMMAND - Static variable in class org.apache.catalina.tribes.transport.Constants
 
ACK_DATA - Static variable in class org.apache.catalina.tribes.transport.Constants
 
ackbuf - Variable in class org.apache.catalina.tribes.transport.bio.BioSender
 
ackbuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
acknowledge() - Method in class org.apache.coyote.Response
 
action(ActionCode, Object) - Method in interface org.apache.coyote.ActionHook
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.Request
 
action(ActionCode, Object) - Method in class org.apache.coyote.Response
 
ACTION_REMOVE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
ACTION_SET - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
ActionCode - Enum in org.apache.coyote
ActionCodes represent callbacks from the servlet container to the coyote connector.
ActionHook - Interface in org.apache.coyote
Action hook.
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Send an action to the connector.
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.ajp.AjpNioProcessor
Send an action to the connector.
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.ajp.AjpProcessor
Send an action to the connector.
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11AprProcessor
Send an action to the connector.
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11NioProcessor
Send an action to the connector.
actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11Processor
Send an action to the connector.
activate() - Method in class org.apache.catalina.session.StandardSession
Perform internal processing required to activate this session.
activate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
activate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
activate() - Method in class org.apache.tomcat.dbcp.dbcp.PoolableCallableStatement
Activates after retrieval from the pool.
activate() - Method in class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
 
activateObject(PoolableConnection) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
activateObject(PStmtKey, DelegatingPreparedStatement) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
KeyedPoolableObjectFactory method for activating pooled statements.
activateObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedPoolableObjectFactory
Reinitialize an instance to be returned by the pool.
activateObject(T) - Method in class org.apache.tomcat.dbcp.pool.BasePoolableObjectFactory
No-op.
activateObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool.KeyedPoolableObjectFactory
Reinitialize an instance to be returned by the pool.
activateObject(T) - Method in interface org.apache.tomcat.dbcp.pool.PoolableObjectFactory
Reinitialize an instance to be returned by the pool.
active - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
activeFilters - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Active filter (which is actually the top of the pipeline).
ACTIVITY_CHECK - Static variable in class org.apache.catalina.session.StandardSession
 
adapt(KeyedPoolableObjectFactory<Object, V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Adapt a KeyedPoolableObjectFactory instance to work where a PoolableObjectFactory is needed.
adapt(KeyedPoolableObjectFactory<K, V>, K) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Adapt a KeyedPoolableObjectFactory instance to work where a PoolableObjectFactory is needed using the specified key when delegating.
adapt(PoolableObjectFactory<V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Adapt a PoolableObjectFactory instance to work where a KeyedPoolableObjectFactory is needed.
adapt(KeyedObjectPool<Object, V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Adapt a KeyedObjectPool instance to work where an ObjectPool is needed.
adapt(KeyedObjectPool<Object, V>, Object) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Adapt a KeyedObjectPool instance to work where an ObjectPool is needed using the specified key when delegating.
adapt(ObjectPool<V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Adapt an ObjectPool to work where an KeyedObjectPool is needed.
adapter - Variable in class org.apache.catalina.connector.Connector
Coyote adapter.
adapter - Variable in class org.apache.coyote.AbstractProcessor
 
adapter - Variable in class org.apache.coyote.AbstractProtocol
The adapter provides the link between the ProtocolHandler and the connector.
Adapter - Interface in org.apache.coyote
Adapter.
ADAPTER_NOTES - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
adCompat - Variable in class org.apache.catalina.realm.JNDIRealm
Should we ignore PartialResultExceptions when iterating over NamingEnumerations?
add(ELResolver) - Method in class javax.el.CompositeELResolver
 
add(AccessLog) - Method in class org.apache.catalina.core.AccessLogAdapter
 
add(T) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
 
add(Session) - Method in interface org.apache.catalina.Manager
Add this Session to the set of active Sessions for this Manager.
add(HttpServletRequest, PrintWriter, String, boolean, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Add host with the given parameters.
add(PrintWriter, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Add a host using the specified parameters.
add(HttpServletRequest, String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Add a host using the specified parameters.
add(Session) - Method in class org.apache.catalina.session.ManagerBase
 
add(Member) - Method in interface org.apache.catalina.tribes.ChannelSender
Notify the sender of a member being added to the group.
add(OrderInterceptor.MessageOrder, OrderInterceptor.MessageOrder) - Static method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
add(Member) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
add(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
Add new data to the queue.
add(Member) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
 
add(Member) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
add(Member) - Method in class org.apache.catalina.tribes.transport.PooledSender
 
add(Member) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
add new cluster member and create sender ( s. replicationMode) transfer current properties to sender
add(int[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
add(T) - Method in class org.apache.catalina.util.ResourceSet
Add the specified element to this set if it is not already present.
add(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
add(ELResolver) - Method in class org.apache.jasper.el.JasperELResolver
 
add(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
add(long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
add(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
add(long, long, int) - Static method in class org.apache.tomcat.jni.Poll
Add a socket to a pollset with the default timeout.
add(String, Rule) - Method in interface org.apache.tomcat.util.digester.Rules
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.tomcat.util.digester.RulesBase
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Adds a Rule to be fired on given pattern.
add(Throwable) - Method in class org.apache.tomcat.util.MultiThrowable
Add a throwable to the list of wrapped throwables.
add(long, int, boolean, boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Add specified socket and associated pool to the poller.
add(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Add the sendfile data to the sendfile poller.
add(long, int, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
add(long, long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
add(NioEndpoint.KeyAttachment, int, NioBlockingSelector.KeyReference) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
add(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Add specified socket and associated pool to the poller.
add(NioChannel, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
ADD_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when a new alias is added by addAlias().
ADD_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is added by addChild().
ADD_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
ADD_MAPPING_EVENT - Static variable in interface org.apache.catalina.Wrapper
Container event for adding a wrapper.
ADD_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is added by addValve(), if this Container supports pipelines.
ADD_WELCOME_FILE_EVENT - Static variable in interface org.apache.catalina.Context
Container event for adding a welcome file.
addAbsoluteOrdering(String) - Method in class org.apache.catalina.deploy.WebXml
 
addAbsoluteOrderingOthers() - Method in class org.apache.catalina.deploy.WebXml
 
addAction(int, int, String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.AbstractInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Add an output filter to the filter library.
addAfterOrdering(String) - Method in class org.apache.catalina.deploy.WebXml
 
addAfterOrderingOthers() - Method in class org.apache.catalina.deploy.WebXml
 
addAlias(String) - Method in class org.apache.catalina.core.StandardHost
Add an alias name that should be mapped to this same Host.
addAlias(String) - Method in interface org.apache.catalina.Host
Add an alias name that should be mapped to this same Host.
addAlias(String, BaseDirContext) - Method in class org.apache.naming.resources.BaseDirContext
Add an alias.
addAlias(String, String) - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Add an additional attribute name to property name mapping.
addAlias(Mapper.Host) - Method in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
addAliases(Collection<? extends Mapper.Host>) - Method in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
addAll(Collection<? extends E>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
addAll(Collection<? extends E>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
addAllowedTrailerHeader(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
addAltDirContext(DirContext) - Method in class org.apache.naming.resources.BaseDirContext
Add an alternative DirContext (must contain META-INF/resources) directly.
addAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
addAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
addApplicationEventListener(Object) - Method in class org.apache.catalina.core.StandardContext
Add a listener to the end of the list of initialized application event listeners.
addApplicationLifecycleListener(Object) - Method in class org.apache.catalina.core.StandardContext
Add a listener to the end of the list of initialized application lifecycle listeners.
addApplicationListener(ApplicationListener) - Method in interface org.apache.catalina.Context
Deprecated.
This method is removed from Tomcat 8.0.9 onwards. Use Context.addApplicationListener(String) or ServletContext.addListener(String).
addApplicationListener(String) - Method in interface org.apache.catalina.Context
Add a new Listener class name to the set of Listeners configured for this application.
addApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
 
addApplicationListener(ApplicationListener) - Method in class org.apache.catalina.core.StandardContext
 
addApplicationListener(ApplicationListener) - Method in class org.apache.catalina.startup.FailedContext
 
addApplicationListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
addApplicationListener(String) - Method in class org.apache.catalina.startup.TldConfig
 
addApplicationParameter(ApplicationParameter) - Method in interface org.apache.catalina.Context
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.core.StandardContext
Add a new application parameter for this application.
addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.startup.FailedContext
 
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
addAttribute(String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
addAttribute(String, String) - Method in class org.apache.jasper.xmlparser.TreeNode
Add an attribute to this node, replacing any existing attribute with the same name.
addAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Add a new attribute name to the set of names accepted by this filter.
addAttribute(AttributeInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Add a new attribute to the set of attributes for this MBean.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Add an attribute change notification event listener to this MBean.
addAuthenticator(Authenticator, String) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
addAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Add an authorization role, which is a role name that will be permitted access to the resources protected by this security constraint.
addBatch() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
addBatch(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
addBatch() - Method in class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
Add batch.
addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addBeforeOrdering(String) - Method in class org.apache.catalina.deploy.WebXml
 
addBeforeOrderingOthers() - Method in class org.apache.catalina.deploy.WebXml
 
addBootModulePath(Deque<URL>) - Method in class org.apache.tomcat.util.compat.JreCompat
Obtains the URls for all the JARs on the module path when the JVM starts and adds them to the provided Deque.
addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
 
addCallMethod(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for a method which accepts no arguments.
addCallMethod(String, String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, String[]) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, Class<?>[]) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for the specified parameters.
addCallParam(String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule.
addCallParam(String, int, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from the stack.
addCallParamPath(String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from the current Digester matching path.
addChannelListener(ChannelListener) - Method in interface org.apache.catalina.tribes.Channel
Add a channel listener, this is a callback object when messages are received
If the channel listener implements the Heartbeat interface the heartbeat() method will be invoked when the heartbeat runs on the channel
addChannelListener(ChannelListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
Adds a channel listener to the channel.
addCharsetMappingFromDeploymentDescriptor(String, String) - Method in class org.apache.catalina.util.CharsetMapper
The deployment descriptor can have a locale-encoding-mapping-list element which describes the webapp's desired mapping from locale to charset.
addChild(Container) - Method in interface org.apache.catalina.Container
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
addChild(Container) - Method in class org.apache.catalina.core.StandardEngine
Add a child Container, only if the proposed child is an implementation of Host.
addChild(Container) - Method in class org.apache.catalina.core.StandardHost
Add a child Container, only if the proposed child is an implementation of Context.
addChild(Container) - Method in class org.apache.catalina.core.StandardWrapper
Refuse to add a child Container, because Wrappers are the lowest level of the Container hierarchy.
addChild(String, String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.startup.FailedContext
 
addChild(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Add a new child node to this node.
addChild(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
addClusterListener(ClusterListener) - Method in interface org.apache.catalina.ha.CatalinaCluster
 
addClusterListener(ClusterListener) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Add cluster message listener and register cluster to this listener.
addCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Add a new web resource collection to those protected by this security constraint.
addCommand(String, SSICommand) - Method in class org.apache.catalina.ssi.SSIProcessor
 
addCompressableMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
addCompressibleMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Add a mime-type which will be compressible The mime-type String will be exactly matched in the response mime-type header .
addConfiguredRedirector(RedirectorElement) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Add a RedirectorElement to this task.
addConnectionProperty(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Add a custom connection property to the set that will be passed to our JDBC driver.
addConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(String, int, boolean, boolean) - Method in class org.apache.catalina.mbeans.ServiceMBean
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(Connector) - Method in interface org.apache.catalina.Service
Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.
addConnector(Connector) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Add a new Connector to the set of defined Connectors.
addConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Add a security constraint to the set for this web application.
addConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Add a security constraint to the set for this web application.
addConstraint(SecurityConstraint) - Method in class org.apache.catalina.startup.FailedContext
 
addContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Add a container event listener to this component.
addContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Add a container event listener to this component.
addContainerListener(ContainerListener) - Method in class org.apache.catalina.startup.FailedContext
 
addContext(String, String) - Method in class org.apache.catalina.startup.Tomcat
Add a context - programmatic mode, no default web.xml used.
addContext(Host, String, String) - Method in class org.apache.catalina.startup.Tomcat
 
addContext(Host, String, String, String) - Method in class org.apache.catalina.startup.Tomcat
 
addContext(Mapper.Context, int) - Method in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
addContextParam(String, String) - Method in class org.apache.catalina.deploy.WebXml
 
addContextVersion(String, Object, String, String, Object, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
addContextVersion(String, Object, String, String, Object, String[], Context, Collection<WrapperMappingInfo>) - Method in class org.apache.tomcat.util.http.mapper.Mapper
addContextVersion(String, Object, String, String, Object, String[], Context, Collection<WrapperMappingInfo>, boolean, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new Context to an existing Host.
addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addCookie(Cookie) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addCookie(Cookie) - Method in class org.apache.catalina.connector.Request
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.apache.catalina.connector.Response
Add the specified Cookie to those that will be included with this Response.
addCookie(Cookie) - Method in class org.apache.catalina.connector.ResponseFacade
 
addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and date-value.
addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
Add the specified date header to the specified value.
addDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
 
addDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
addDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
addDefault(Rule) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Adds a rule to be fired when wrapped implementation returns no matches
AddDefaultCharsetFilter - Class in org.apache.catalina.filters
Filter that explicitly sets the default character set for media subtypes of the "text" type to ISO-8859-1, or another user defined character set.
AddDefaultCharsetFilter() - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter
 
AddDefaultCharsetFilter.ResponseWrapper - Class in org.apache.catalina.filters
Wrapper that adds a character set for text media types if no character set is specified.
AddDefaultCharsetFilter.ResponseWrapper(HttpServletResponse, String) - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
addDefaultMimeTypeMappings(Context) - Static method in class org.apache.catalina.startup.Tomcat
Add the default MIME type mappings to the provide Context.
addEjb(ContextEjb) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified EJBs in the naming context.
addEjb(ContextEjb) - Method in class org.apache.catalina.deploy.NamingResources
Add an EJB resource reference for this web application.
addEjbLocalRef(ContextLocalEjb) - Method in class org.apache.catalina.deploy.WebXml
 
addEjbRef(ContextEjb) - Method in class org.apache.catalina.deploy.WebXml
 
addELContextListener(ELContextListener) - Method in interface javax.servlet.jsp.JspApplicationContext
Registers an ELContextListener that will be notified whenever a new ELContext is created.
addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
addElement(StringBuilder, Date, Request, Response, long) - Method in interface org.apache.catalina.valves.AccessLogValve.AccessLogElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ByteSentElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.CookieElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ElapsedTimeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.FirstByteTimeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HostElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.MethodElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.PortElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ProtocolElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.QueryElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestURIElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionIdElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.StringElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.UserElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
addElement(StringBuilder, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
addELResolver(ELResolver) - Method in interface javax.servlet.jsp.JspApplicationContext
Adds an ELResolver to the chain of EL variable and property management within JSP pages and Tag files.
addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
addEndpoint(Class<?>) - Method in interface javax.websocket.server.ServerContainer
 
addEndpoint(ServerEndpointConfig) - Method in interface javax.websocket.server.ServerContainer
 
addEndpoint(ServerEndpointConfig) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Published the provided endpoint implementation at the specified path with the specified configuration.
addEndpoint(Class<?>) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Provides the equivalent of WsServerContainer.addEndpoint(ServerEndpointConfig) for publishing plain old java objects (POJOs) that have been annotated as WebSocket endpoints.
addEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Add a new Engine to the set of defined Engines.
addEnvEntry(ContextEnvironment) - Method in class org.apache.catalina.deploy.WebXml
 
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified environment entries in the naming context.
addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.deploy.NamingResources
Add an environment entry for this web application.
addEnvironment(String, String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add an environment entry for this web application.
addErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Add an error page for the specified error or Java exception.
addErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Add an error page for the specified error or Java exception.
addErrorPage(ErrorPage) - Method in class org.apache.catalina.deploy.WebXml
 
addErrorPage(ErrorPage) - Method in class org.apache.catalina.startup.FailedContext
 
addEscapes(String) - Static method in error org.apache.el.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEvent(Runnable) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
addEvent(Runnable) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Deprecated. 
addExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
Adds a named executor to the service
addExecutor(String) - Method in class org.apache.catalina.mbeans.ServiceMBean
Adds a named executor to the service
addExecutor(Executor) - Method in interface org.apache.catalina.Service
Adds a named executor to the service
addExtension(String) - Method in class org.apache.jasper.JspC
Adds the given file extension to the list of extensions handled as JSP files.
addFactoryCreate(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class<?>) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class<?>, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class<?>, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class<?>, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFaultyMember(Member, Exception) - Method in exception org.apache.catalina.tribes.ChannelException
Adds a faulty member, and the reason the member failed.
addFaultyMember(ChannelException.FaultyMember[]) - Method in exception org.apache.catalina.tribes.ChannelException
Adds a list of faulty members
addFaultyMember(ChannelException.FaultyMember) - Method in exception org.apache.catalina.tribes.ChannelException
Adds a faulty member
addFile(String) - Method in class org.apache.jasper.compiler.SmapStratum
Adds record of a new file, by filename.
addFile(String, String) - Method in class org.apache.jasper.compiler.SmapStratum
Adds record of a new file, by filename and path.
addFileset(FileSet) - Method in class org.apache.tomcat.buildutil.CheckEol
Sets the files to be checked
addFileset(FileSet) - Method in class org.apache.tomcat.buildutil.Txt2Html
Sets the files to be converted into HTML
addFilter(String, String) - Method in interface javax.servlet.ServletContext
Add filter to context.
addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
Add filter to context.
addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
Add filter to context.
addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(FilterDef) - Method in class org.apache.catalina.deploy.WebXml
 
addFilter(InputFilter) - Method in class org.apache.coyote.http11.AbstractInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Add an output filter to the filter library.
addFilter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilter(String, Filter) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Add a filter definition to this Context.
addFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Add a filter definition to this Context.
addFilterDef(FilterDef) - Method in class org.apache.catalina.startup.FailedContext
 
addFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Add a filter mapping to this Context.
addFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Add a filter mapping to this Context at the end of the current set of filter mappings.
addFilterMap(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
 
addFilterMapBefore(FilterMap) - Method in interface org.apache.catalina.Context
Add a filter mapping to this Context before the mappings defined in the deployment descriptor but after any other mappings added via this method.
addFilterMapBefore(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Add a filter mapping to this Context before the mappings defined in the deployment descriptor but after any other mappings added via this method.
addFilterMapBefore(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
 
addFilterMapping(FilterMap) - Method in class org.apache.catalina.deploy.WebXml
 
addFunction(String, String, Method) - Method in class org.apache.el.lang.FunctionMapperImpl
 
addGlobalRedeployResources(HostConfig.DeployedApplication) - Method in class org.apache.catalina.startup.HostConfig
 
addGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
Add a new Group to those this user belongs to.
addGroup(Group) - Method in interface org.apache.catalina.User
Add a new Group to those this user belongs to.
addGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Add a new Group to those this user belongs to.
addGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Add a new Group to those this user belongs to.
addHandler(ContextHandler) - Method in class org.apache.catalina.deploy.ContextService
 
addHandler(HandlerRef) - Method in class org.apache.naming.ServiceRef
 
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addHeader(String, String) - Method in class org.apache.catalina.connector.Response
Add the specified header to the specified value.
addHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
addHeader(String, String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
addHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
addHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
addHeader(String, String) - Method in class org.apache.coyote.Response
 
addHeader(String, String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
Method to add header values to this instance.
addHost(String, String[], Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new host to the mapper.
addHostAlias(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add an alias to an existing host.
addIncludeCoda(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
addIncludePrelude(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
addInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapper
Add a new servlet initialization parameter for this servlet.
addInitParameter(String, String) - Method in class org.apache.catalina.deploy.FilterDef
Add an initialization parameter to the set of parameters associated with this filter.
addInitParameter(String, String) - Method in class org.apache.catalina.deploy.ServletDef
Add an initialization parameter to the set of parameters associated with this servlet.
addInitParameter(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new servlet initialization parameter for this servlet.
addInjectionTarget(String, String) - Method in interface org.apache.catalina.deploy.Injectable
 
addInjectionTarget(String, String) - Method in class org.apache.catalina.deploy.ResourceBase
 
addInstanceListener(String) - Method in interface org.apache.catalina.Context
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
addInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Add a new listener interested in InstanceEvents.
addInstanceListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
addInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Add a lifecycle event listener to this component.
addInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Add a new listener interested in InstanceEvents.
addInterceptor(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.Channel
Adds an interceptor to the channel message chain.
addInterceptor(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.GroupChannel
Adds an interceptor to the stack for message processing
Interceptors are ordered in the way they are added.
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
Add the specified integer header to the specified value.
addIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
 
addJarsFromClassPath(Vector<URL>, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Is used only by deprecated method
addJspPropertyGroup(JspPropertyGroup) - Method in class org.apache.catalina.deploy.WebXml
 
addLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Add a lifecycle event listener to this component.
addLifeCycleListener(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleBase
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Deprecated.
Add a lifecycle event listener to this component.
addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
Adds complete information about a simple line mapping.
addList - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
List of sockets to be added to the poller.
addListener(AsyncListener) - Method in interface javax.servlet.AsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
 
addListener(String) - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
addListener(T) - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(String) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(T) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(T) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(AsyncListener) - Method in class org.apache.catalina.core.AsyncContextImpl
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.AsyncContextImpl
 
addListener(String) - Method in class org.apache.catalina.deploy.WebXml
 
addListener(Class<? extends EventListener>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addListener(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addListener(T) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
addLocale(Locale) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addLocale(Locale) - Method in class org.apache.catalina.connector.Request
Add a Locale to the set of preferred Locales for this Request.
addLocaleEncodingMapping(String, String) - Method in class org.apache.catalina.deploy.WebXml
 
addLocaleEncodingMappingParameter(String, String) - Method in interface org.apache.catalina.Context
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
addLocaleEncodingMappingParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
addLocaleEncodingMappingParameter(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified local EJBs in the naming context.
addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.deploy.NamingResources
Add a local EJB resource reference for this web application.
addLogger(Logger) - Method in class org.apache.juli.ClassLoaderLogManager
Add the specified logger to the classloader local configuration.
addManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.Registry
Add a new bean metadata to the set of beans known to this registry.
addMapping(String...) - Method in interface javax.servlet.ServletRegistration
TODO
addMapping(String...) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
addMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a mapping associated with the Wrapper.
addMapping(String) - Method in interface org.apache.catalina.Wrapper
Add a mapping associated with the Wrapper.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Add a mapping for this filter to one or more named Servlets.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Add a mapping for this filter to one or more URL patterns.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
addMember(MemberImpl) - Method in class org.apache.catalina.tribes.membership.Membership
Add a member to this component and sort array with memberComparator
addMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.Channel
Add a membership listener, will get notified when a new member joins, leaves or crashes
If the membership listener implements the Heartbeat interface the heartbeat() method will be invoked when the heartbeat runs on the channel
addMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
Adds a membership listener to the channel.
addMessage(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
 
addMessageDestination(MessageDestination) - Method in class org.apache.catalina.core.StandardContext
Add a message destination for this web application.
addMessageDestination(MessageDestination) - Method in class org.apache.catalina.deploy.WebXml
 
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified message destination refs in the naming context.
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.core.StandardContext
Add a message destination reference for this web application.
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.deploy.NamingResources
Add a message destination reference for this web application.
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.deploy.WebXml
 
addMessageHandler(MessageHandler) - Method in interface javax.websocket.Session
Registers a MessageHandler for incoming messages.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in interface javax.websocket.Session
Registers a MessageHandler for partial incoming messages.
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in interface javax.websocket.Session
Registers a MessageHandler for whole incoming messages.
addMessageHandler(MessageHandler) - Method in class org.apache.tomcat.websocket.WsSession
 
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.apache.tomcat.websocket.WsSession
 
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.apache.tomcat.websocket.WsSession
 
addMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add an HTTP request method to be explicitly part of this web resource collection.
addMimeMapping(String, String) - Method in interface org.apache.catalina.Context
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addMimeMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new MIME mapping, replacing any existing mapping for the specified extension.
addMimeMapping(String, String) - Method in class org.apache.catalina.deploy.WebXml
 
addMimeMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addNotification(NotificationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Add a new notification to the set of notifications for this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
Add a JMX NotificationListener
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Add a notification event listener to this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Add a notification event listener to this MBean.
addNotifType(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Add a new notification type to the set managed by an MBean.
addObject(Class<?>, Object) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Add the specified object either to my type/value list, or as an argument to the object I'm currently constructing.
addObject(K) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Not supported in this base implementation.
addObject() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Not supported in this base implementation.
addObject(K) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create an object using the factory, passivate it, and then place it in the idle object pool.
addObject() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create an object, and place it into the pool.
addObject() - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Create an object, and place it into the pool.
addObject(K) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Create an object using the factory, passivate it, and then placed in the idle object pool.
addObject() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Create an object, and place it on top of the stack.
addObject(K) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Create an object using the factory or other implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject() - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Create an object using the factory or other implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObjectCreate(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, Class<?>) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, Class<?>) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectParam(String, int, Object) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from a caller-provided object.
addOmittedMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add an HTTP request method to the methods explicitly excluded from this web resource collection.
addOperation(OperationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Add a new operation to the set of operations for this MBean.
addParameter(String, String[]) - Method in class org.apache.catalina.connector.Request
Deprecated.
addParameter(String, String) - Method in interface org.apache.catalina.Context
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new context initialization parameter.
addParameter(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addParameter(String, String) - Method in class org.apache.tomcat.util.http.Parameters
 
addParameter(ParameterInfo) - Method in class org.apache.tomcat.util.modeler.OperationInfo
Add a new parameter to the set of arguments for this operation.
addParameterValues(String, String[]) - Method in class org.apache.tomcat.util.http.Parameters
Deprecated.
addPathParameter(String, String) - Method in class org.apache.catalina.connector.Request
 
addPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add a URL pattern to be part of this web resource collection.
addPermission(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
addPermission(URL) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
If there is a Java SecurityManager create a read FilePermission or JndiPermission for URL.
addPermission(Permission) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
If there is a Java SecurityManager create a Permission.
addPortcomponent(String, String) - Method in class org.apache.catalina.deploy.ContextService
 
addPortName(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
addPostConstructMethod(String, String) - Method in interface org.apache.catalina.Context
Add a post construct method definition for the given class, if there is an existing definition for the specified class - IllegalArgumentException will be thrown.
addPostConstructMethod(String, String) - Method in class org.apache.catalina.core.StandardContext
 
addPostConstructMethod(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addPostConstructMethods(String, String) - Method in class org.apache.catalina.deploy.WebXml
 
addPreDestroyMethod(String, String) - Method in interface org.apache.catalina.Context
Add a pre destroy method definition for the given class, if there is an existing definition for the specified class - IllegalArgumentException will be thrown.
addPreDestroyMethod(String, String) - Method in class org.apache.catalina.core.StandardContext
 
addPreDestroyMethod(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addPreDestroyMethods(String, String) - Method in class org.apache.catalina.deploy.WebXml
 
addProperty(String, String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
addProperty(PoolProperties.InterceptorProperty) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.NamingResources
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.FailedContext
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Add a property change listener to this component.
addRealm(Realm) - Method in class org.apache.catalina.realm.CombinedRealm
Add a realm to the list of realms that will be used to authenticate users.
addRepository(String) - Method in interface org.apache.catalina.Loader
Add a new repository to the set of repositories for this class loader.
addRepository(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.WebappLoader
Add a new repository to the set of repositories for this class loader.
addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
addResource(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
addResource(ContextResource) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource reference for this web application.
addResource(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add a resource reference for this web application.
addResource(Context, Resource) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process a Resource annotation to set up a Resource.
addResource(Context, Resource, String, Class<?>) - Static method in class org.apache.catalina.startup.WebAnnotationSet
 
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource environment reference for this web application.
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.deploy.WebXml
 
addResourceJarUrl(URL) - Method in interface org.apache.catalina.Context
Add a URL for a JAR that contains static resources in a META-INF/resources directory that should be included in the static resources for this context.
addResourceJarUrl(URL) - Method in class org.apache.catalina.core.StandardContext
Add a URL for a JAR that contains static resources in a META-INF/resources directory that should be included in the static resources for this context.
addResourceJarUrl(URL) - Method in class org.apache.catalina.startup.FailedContext
 
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resource link in the naming context.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource link for this web application.
addResourceLink(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add a resource link reference for this web application.
addResourceRef(ContextResource) - Method in class org.apache.catalina.deploy.WebXml
 
addResourcesDirContext(DirContext) - Method in class org.apache.catalina.core.StandardContext
Add a DirContext for a JAR that contains static resources in a META-INF/resources directory that should be included in the static resources for this context.
addResourcesJar(URL) - Method in class org.apache.naming.resources.BaseDirContext
Add a resources JAR.
addResponse(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
address - Variable in class org.apache.catalina.ha.backend.Proxy
 
address - Variable in class org.apache.catalina.ha.ClusterMessageBase
 
address - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The multicast address
Address - Class in org.apache.tomcat.jni
Address
Address() - Constructor for class org.apache.tomcat.jni.Address
 
address(ByteBuffer) - Static method in class org.apache.tomcat.jni.Buffer
Returns the memory address of the ByteBuffer.
addRole(Role) - Method in interface org.apache.catalina.Group
Add a new Role to those assigned specifically to this group.
addRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
Add a new Role to those this group belongs to.
addRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
Add a new Role to those this user belongs to.
addRole(String, String) - Method in class org.apache.catalina.startup.Tomcat
Add a role to a user.
addRole(Role) - Method in interface org.apache.catalina.User
Add a Role to those assigned specifically to this user.
addRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Add a new Role to those assigned specifically to this user.
addRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Add a new Role to those assigned specifically to this user.
addRoleMapping(String, String) - Method in interface org.apache.catalina.Context
Add a security role reference for this web application.
addRoleMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a security role reference for this web application.
addRoleMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addrspaceSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if the child should start in its own address space or using the current one from its parent
addRule(String, Rule) - Method in class org.apache.tomcat.util.digester.Digester
Register a new Rule matching the specified pattern.
addRuleInstances(Digester) - Method in class org.apache.catalina.ha.ClusterRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.realm.MemoryRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.ContextRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.EngineRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.HostRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.NamingRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.RealmRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.TldRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.WebRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in interface org.apache.tomcat.util.digester.RuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.tomcat.util.digester.RuleSetBase
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleSet(RuleSet) - Method in class org.apache.tomcat.util.digester.Digester
Register a set of Rule instances defined in a RuleSet.
addS - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
addSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
 
addSafeCharacter(char) - Method in class org.apache.tomcat.util.buf.UEncoder
 
addSecurityConstraint(SecurityConstraint) - Method in class org.apache.catalina.deploy.WebXml
 
addSecurityReference(String, String) - Method in class org.apache.catalina.core.StandardWrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityReference(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityRole(String) - Method in interface org.apache.catalina.Context
Add a new security role for this web application.
addSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Add a new security role for this web application.
addSecurityRole(String) - Method in class org.apache.catalina.deploy.WebXml
 
addSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
 
addSecurityRoleRef(SecurityRoleRef) - Method in class org.apache.catalina.deploy.ServletDef
Add a security-role-ref to the set of security-role-refs associated with this servlet.
addSecurityRoleRef(String, String) - Method in class org.apache.catalina.deploy.ServletDef
Deprecated. 
addService(ContextService) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified web service in the naming context.
addService(Service) - Method in class org.apache.catalina.core.StandardServer
Add a new Service to the set of defined Services.
addService(ContextService) - Method in class org.apache.catalina.deploy.NamingResources
Add a web service reference for this web application.
addService(Service) - Method in interface org.apache.catalina.Server
Add a new Service to the set of defined Services.
addServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Invoke the check method on the deployer.
addServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the addServiced method on the deployer.
addServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Add a serviced application to the list.
addServiceRef(ContextService) - Method in class org.apache.catalina.deploy.WebXml
 
addServlet(String, String) - Method in interface javax.servlet.ServletContext
Register a servlet implementation for use in this ServletContext.
addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
Register a servlet instance for use in this ServletContext.
addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
Add servlet to context.
addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(ServletDef) - Method in class org.apache.catalina.deploy.WebXml
 
addServlet(String, String, String) - Method in class org.apache.catalina.startup.Tomcat
Equivalent to <servlet><servlet-name><servlet-class>.
addServlet(Context, String, String) - Static method in class org.apache.catalina.startup.Tomcat
addServlet(String, String, Servlet) - Method in class org.apache.catalina.startup.Tomcat
Add an existing Servlet to the context with no class.forName or initialisation.
addServlet(Context, String, Servlet) - Static method in class org.apache.catalina.startup.Tomcat
addServlet(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(String, Servlet) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServletContainerInitializer(ServletContainerInitializer, Set<Class<?>>) - Method in interface org.apache.catalina.Context
Add a ServletContainerInitializer instance to this web application.
addServletContainerInitializer(ServletContainerInitializer, Set<Class<?>>) - Method in class org.apache.catalina.core.StandardContext
Add a ServletContainerInitializer instance to this web application.
addServletContainerInitializer(ServletContainerInitializer, Set<Class<?>>) - Method in class org.apache.catalina.startup.FailedContext
 
addServletMapping(String, String) - Method in interface org.apache.catalina.Context
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String, boolean) - Method in interface org.apache.catalina.Context
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMapping(String, String) - Method in class org.apache.catalina.deploy.WebXml
 
addServletMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addServletMapping(String, String, boolean) - Method in class org.apache.catalina.startup.FailedContext
 
addServletName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
addServletSecurity(ApplicationServletRegistration, ServletSecurityElement) - Method in interface org.apache.catalina.Context
Notification that Servlet security has been dynamically set in a ServletRegistration.Dynamic
addServletSecurity(ApplicationServletRegistration, ServletSecurityElement) - Method in class org.apache.catalina.core.StandardContext
 
addServletSecurity(ApplicationServletRegistration, ServletSecurityElement) - Method in class org.apache.catalina.startup.FailedContext
 
addSession(SingleSignOn, String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Adds a Session to the list of those associated with this SSO.
addSessionCookieInternal(Cookie) - Method in class org.apache.catalina.connector.Response
Special method for adding a session cookie as we should be overriding any previous.
addSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
addSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaSession
 
addSessionListener(SessionListener, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
addSessionListener(SessionListener) - Method in class org.apache.catalina.manager.DummyProxySession
 
addSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Add a session event listener to this component.
addSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
Add a session event listener to this component.
addSessionTrackingMode(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
addSetNext(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set next" rule for the specified parameters.
addSetNext(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set next" rule for the specified parameters.
addSetProperties(String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule for the specified parameters.
addSetProperties(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule with a single overridden parameter.
addSetProperties(String, String[], String[]) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule with overridden parameters.
addSetProperty(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set property" rule for the specified parameters.
addSetRoot(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add SetRootRule with the specified parameters.
addSetRoot(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add SetRootRule with the specified parameters.
addSetTop(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set top" rule for the specified parameters.
addSetTop(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set top" rule for the specified parameters.
addSmap(String, String) - Method in class org.apache.jasper.compiler.SmapGenerator
Adds the given string as an embedded SMAP with the given stratum name.
addSoapHeaders(String, String) - Method in class org.apache.catalina.deploy.ContextHandler
 
addSoapRole(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
addStaticMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
addStratum(SmapStratum, boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
Adds the given SmapStratum object, representing a Stratum with logically associated FileSection and LineSection blocks, to the current SmapGenerator.
addSuspects - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
addSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSystemResource(File) - Static method in class org.apache.catalina.util.ExtensionValidator
Checks to see if the given system JAR file contains a MANIFEST, and adds it to the container's manifest resources.
addTaglib(String, String) - Method in class org.apache.catalina.deploy.WebXml
 
addTaglibUri(String) - Method in class org.apache.catalina.startup.TldConfig
Adds a taglib URI to the list of known URIs.
addText(String) - Method in class org.apache.catalina.ant.jmx.Arg
Deprecated.
addTimestamp(StringBuilder, long) - Method in class org.apache.juli.OneLineFormatter
 
addToClassPath(Vector<URL>, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Is used only by deprecated method
addToEnvironment(String, Object) - Method in class org.apache.naming.NamingContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.EmptyDirContext
 
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.SelectorContext
Adds a new environment property to the environment of this context.
addToolsJar(Vector<URL>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Is used only by deprecated method
addToPoller(long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Add specified socket to one of the pollers.
addToQueue(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
addToQueue(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
addTrace(AbandonedTrace) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Add an object to the list of objects being traced.
addTransformer(ClassFileTransformer) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Adds the specified class file transformer to this class loader.
addTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
Adds the specified class file transformer to this class loader.
addURL(URL) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Add the specified URL to the classloader.
addURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
 
addUrlPattern(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
addUser(String, String) - Method in class org.apache.catalina.startup.Tomcat
Add a user for the in-memory realm.
addUserFactory(URLStreamHandlerFactory) - Static method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
 
addValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValue(byte[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using un-translated byte[].
addValue(char[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using translated char[].
addValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Convenience method, intended for use by the digester to simplify the process of adding Valves to containers.
addValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - Method in interface org.apache.catalina.ha.CatalinaCluster
 
addValve(Valve) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Add cluster valve Cluster Valves are only add to container when cluster is started!
addValve(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Adds a valve to this Container instance.
addValve(Valve) - Method in interface org.apache.catalina.Pipeline
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - Method in class org.apache.catalina.startup.FailedContext
 
addVariableNames(Collection<String>) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Adds any external variables to the variableNames collection.
addVariableNames(Collection<String>) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
addVaryFieldName(MimeHeaders, String) - Static method in class org.apache.tomcat.util.http.ResponseUtil
 
addVaryFieldName(HttpServletResponse, String) - Static method in class org.apache.tomcat.util.http.ResponseUtil
 
addWarInfo(File) - Method in class org.apache.catalina.ha.deploy.WarWatcher
add cluster war to the watcher state
addWatchedResource(String) - Method in interface org.apache.catalina.Context
Add a resource which will be watched for reloading by the host auto deployer.
addWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
Add a new watched resource to the set recognized by this Context.
addWatchedResource(String) - Method in class org.apache.catalina.startup.FailedContext
 
addWatchedResources(HostConfig.DeployedApplication, String, Context) - Method in class org.apache.catalina.startup.HostConfig
Add watched resources to the specified Context.
addWebapp(String, String) - Method in class org.apache.catalina.startup.Tomcat
This is equivalent to adding a web application to a Host's appBase (usually Tomcat's webapps directory).
addWebapp(String, URL) - Method in class org.apache.catalina.startup.Tomcat
Copy the specified WAR file to the Host's appBase and then call Tomcat.addWebapp(String, String) with the newly copied WAR.
addWebapp(Host, String, String) - Method in class org.apache.catalina.startup.Tomcat
This is equivalent to adding a web application to a Host's appBase (usually Tomcat's webapps directory).
addWebapp(Host, String, String, String) - Method in class org.apache.catalina.startup.Tomcat
addWebapp(Host, String, String, LifecycleListener) - Method in class org.apache.catalina.startup.Tomcat
This is equivalent to adding a web application to a Host's appBase (usually Tomcat's webapps directory).
addWebXmlMappings - Variable in class org.apache.jasper.JspC
 
addWelcomeFile(String) - Method in interface org.apache.catalina.Context
Add a new welcome file to the set recognized by this Context.
addWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Add a new welcome file to the set recognized by this Context.
addWelcomeFile(String) - Method in class org.apache.catalina.deploy.WebXml
 
addWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
 
addWelcomeFile(String, String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a welcome file to the given context.
addWithTimeout(long, long, int, long) - Static method in class org.apache.tomcat.jni.Poll
Add a socket to a pollset with a specific timeout.
addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Add a new JspServletWrapper.
addWrapper(String, String, String, String, Object, boolean, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(String, Object, boolean, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(Mapper.ContextVersion, String, Object, boolean, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Adds a wrapper to the given context.
addWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - Method in class org.apache.catalina.startup.FailedContext
 
addWrapperListener(String) - Method in interface org.apache.catalina.Context
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
addWrapperListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
addWrappers(String, String, String, Collection<WrapperMappingInfo>) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
adjustBeginLineColumn(int, int) - Method in class org.apache.el.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Adjust the URL pattern to begin with a leading slash, if appropriate (i.e. we are running a servlet 2.2 application).
advance() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position by one, if we are not already past the end of the string.
AFTER_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the destroy() method has returned.
AFTER_DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after destroy" event.
AFTER_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method of a servlet accessed via a request dispatcher has returned.
AFTER_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a Filter has returned.
AFTER_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the init() method has returned.
AFTER_INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after init" event.
AFTER_MANAGERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
AFTER_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
AFTER_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
AFTER_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
AFTER_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method has returned.
AFTER_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after start" event.
AFTER_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after stop" event.
afterExecute(Runnable, Throwable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
afterLast() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
afterResponse(HandshakeResponse) - Method in class javax.websocket.ClientEndpointConfig.Configurator
Provides the client with a mechanism to inspect the handshake response that is returned from the server.
AjpAprProcessor - Class in org.apache.coyote.ajp
Processes AJP requests.
AjpAprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.ajp.AjpAprProcessor
 
AjpAprProtocol - Class in org.apache.coyote.ajp
Abstract the protocol implementation, including threading, etc.
AjpAprProtocol() - Constructor for class org.apache.coyote.ajp.AjpAprProtocol
 
AjpAprProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
 
AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol) - Constructor for class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
ajpFlush - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Send AJP flush packet when flushing.
ajpFlush - Variable in class org.apache.coyote.ajp.AbstractAjpProtocol
 
AjpMessage - Class in org.apache.coyote.ajp
A single packet for communication between the web server and the container.
AjpMessage(int) - Constructor for class org.apache.coyote.ajp.AjpMessage
 
AjpNioProcessor - Class in org.apache.coyote.ajp
Processes AJP requests using NIO.
AjpNioProcessor(int, NioEndpoint) - Constructor for class org.apache.coyote.ajp.AjpNioProcessor
 
AjpNioProtocol - Class in org.apache.coyote.ajp
Abstract the protocol implementation, including threading, etc.
AjpNioProtocol() - Constructor for class org.apache.coyote.ajp.AjpNioProtocol
 
AjpNioProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
 
AjpNioProtocol.AjpConnectionHandler(AjpNioProtocol) - Constructor for class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
 
AjpProcessor - Class in org.apache.coyote.ajp
Processes AJP requests.
AjpProcessor(int, JIoEndpoint) - Constructor for class org.apache.coyote.ajp.AjpProcessor
 
AjpProtocol - Class in org.apache.coyote.ajp
Abstract the protocol implementation, including threading, etc.
AjpProtocol() - Constructor for class org.apache.coyote.ajp.AjpProtocol
 
AjpProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
 
AjpProtocol.AjpConnectionHandler(AjpProtocol) - Constructor for class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
aliases - Variable in class org.apache.naming.resources.BaseDirContext
Aliases allow content to be included from other locations.
alive(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
ALL_PROPERTIES - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
ALL_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
 
ALL_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
ALL_WEBXML - Static variable in class org.apache.jasper.JspC
 
alloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Allocate a block of memory from a pool
alloc(long) - Static method in class org.apache.tomcat.jni.Proc
Allocate apr_proc_t structure from pool This is not an apr function.
allocate() - Method in class org.apache.catalina.core.StandardWrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in interface org.apache.catalina.Wrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in class org.apache.naming.resources.BaseDirContext
Allocate resources for this directory context.
allocate(int) - Method in class org.apache.naming.resources.ResourceCache
 
allocate() - Method in class org.apache.naming.resources.VirtualDirContext
Allocate resources for this directory context.
allocate(int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
allocatePoller(int, long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint
Allocate a new poller of the specified size.
allow - Variable in class org.apache.catalina.filters.RequestFilter
The regular expression used to test for allowed requests.
allow - Variable in class org.apache.catalina.valves.RequestFilterValve
The regular expression used to test for allowed requests.
ALLOW_BACKSLASH - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
ALLOW_ENCODED_SLASH - Static variable in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
ALLOW_EQUALS_IN_VALUE - Static variable in class org.apache.tomcat.util.http.CookieSupport
If true, cookie values are allowed to contain an equals character without being quoted.
ALLOW_HTTP_SEPARATORS_IN_V0 - Static variable in class org.apache.tomcat.util.http.CookieSupport
If true, separators that are not explicitly dis-allowed by the v0 cookie spec but are disallowed by the HTTP spec will be allowed in v0 cookie names and values.
ALLOW_NAME_ONLY - Static variable in class org.apache.tomcat.util.http.CookieSupport
If true, name only cookies will be permitted.
allowCasualMultipartParsing - Variable in class org.apache.catalina.core.StandardContext
Allow multipart/form-data requests to be parsed even when the target servlet doesn't specify @MultipartConfig or have a <multipart-config> element.
allowCorsPreflightBypass(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
allowExec - Variable in class org.apache.catalina.ssi.SSIFilter
Allow exec (normally blocked for security)
allowExec - Variable in class org.apache.catalina.ssi.SSIProcessor
 
allowExec - Variable in class org.apache.catalina.ssi.SSIServlet
Allow exec (normally blocked for security)
allowLinking - Variable in class org.apache.catalina.core.StandardContext
Allow linking.
allowLinking - Variable in class org.apache.naming.resources.FileDirContext
Allow linking.
allowTrace - Variable in class org.apache.catalina.connector.Connector
Do we allow TRACE ?
allowUnsafeLegacyRenegotiation - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
allowValid - Variable in class org.apache.catalina.valves.RequestFilterValve
Helper variable to catch configuration errors.
allowValue - Variable in class org.apache.catalina.valves.RequestFilterValve
The current allow configuration value that may or may not compile into a valid Pattern.
allPermission - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
All permission.
allProceduresAreCallable() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
allRolesMode - Variable in class org.apache.catalina.realm.RealmBase
The all role mode.
allTablesAreSelectable() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
alreadyQuoted(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
 
ALT_DD_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the alternate deployment descriptor for this web application
ALT_DD_ATTR - Static variable in class org.apache.jasper.Constants
 
altDirContexts - Variable in class org.apache.naming.resources.BaseDirContext
Alternate / backup DirContexts for static resources.
ALTERNATE_CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
ALTERNATE_CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
ALTERNATE_ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
ALTERNATE_LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
ALTERNATE_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
alternateURL - Variable in class org.apache.catalina.realm.JNDIRealm
An alternate URL, to which, we should connect if connectionURL fails.
ALWAYS_ADD_EXPIRES - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to false, we don't use the IE6/7 Max-Age/Expires work around.
alwaysLog - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Flag which indicates that, if redirected, output should also be always sent to the log.
alwaysSend - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
alwaysUseSession - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should a session always be used once a user is authenticated?
amount - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
 
And() - Method in class org.apache.el.parser.ELParser
 
AND0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
AND1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
ANNOTATION - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
AnnotationElementValue - Class in org.apache.tomcat.util.bcel.classfile
 
AnnotationEntry - Class in org.apache.tomcat.util.bcel.classfile
represents one annotation in the annotation table
Annotations - Class in org.apache.tomcat.util.bcel.classfile
base class for annotations
AntCompiler - Class in org.apache.jasper.compiler
Main JSP compiler class.
AntCompiler() - Constructor for class org.apache.jasper.compiler.AntCompiler
 
AntCompiler.JasperAntLogger - Class in org.apache.jasper.compiler
 
AntCompiler.JasperAntLogger() - Constructor for class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
 
AntCompiler.SystemLogHandler - Class in org.apache.jasper.compiler
 
AntCompiler.SystemLogHandler(PrintStream) - Constructor for class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Construct the handler to capture the output of the given steam.
antiLocking() - Method in class org.apache.catalina.startup.ContextConfig
 
appBase - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The host appBase.
appBase - Variable in class org.apache.catalina.manager.ManagerServlet
Deprecated.
Unused
appBase - Variable in class org.apache.catalina.startup.HostConfig
App base.
appBase() - Method in class org.apache.catalina.startup.HostConfig
Return a File object representing the "application root" directory for our associated Host.
appCommitted - Variable in class org.apache.catalina.connector.Response
The application commit flag.
append(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(CharSequence) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(CharSequence, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(ByteBuffer, int, boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
Append new bytes to buffer.
append(byte[], int, int, boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
 
append(ByteBuffer, int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Appends the data to the buffer.
append(byte) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(long) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(byte[], int, int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(LinkObject) - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
Set the next element.
append(char) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(String) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(XMLString) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
Append the specified file to another file.
append(char) - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
append(byte) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Add data to the buffer.
append(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
append(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
append(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer.
append(StringBuilder) - Method in class org.apache.tomcat.util.buf.CharChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
append(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Append a string to the buffer
append(String, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Append a string to the buffer.
appendByte(int) - Method in class org.apache.coyote.ajp.AjpMessage
Append a byte (1 byte) to the message.
appendByteChunk(ByteChunk) - Method in class org.apache.coyote.ajp.AjpMessage
Write a ByteChunk out at the current write position.
appendBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
Write a MessageBytes out at the current write position.
appendBytes(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpMessage
Copy a chunk of bytes into the packet, starting at the current write position.
appendCharChunk(CharChunk) - Method in class org.apache.coyote.ajp.AjpMessage
Write a CharChunk out at the current write position.
appendCloseReasonWithTruncation(ByteBuffer, String) - Static method in class org.apache.tomcat.websocket.WsSession
Use protected so unit tests can access this method directly.
appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
appendInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
Add a short integer (2 bytes) to the message.
appendRemainingComponent(String) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
appendRemainingName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
appendString(String) - Method in class org.apache.coyote.ajp.AjpMessage
Write a String out at the current write position.
APPLICATION - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletContext in PageContext name table.
APPLICATION - Static variable in class org.apache.catalina.util.ManifestResource
 
APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Application scope: named reference remains available in the ServletContext until it is reclaimed.
applicationAnnotationsConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the application classes annotations, if it exists.
ApplicationContext - Class in org.apache.catalina.core
Standard implementation of ServletContext that represents a web application's execution environment.
ApplicationContext(StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContextFacade - Class in org.apache.catalina.core
Facade object which masks the internal ApplicationContext object from the web application.
ApplicationContextFacade(ApplicationContext) - Constructor for class org.apache.catalina.core.ApplicationContextFacade
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContextXml - Static variable in class org.apache.catalina.startup.Constants
 
ApplicationFilterConfig - Class in org.apache.catalina.core
Implementation of a javax.servlet.FilterConfig useful in managing the filter instances instantiated when a web application is first started.
ApplicationFilterFactory - Class in org.apache.catalina.core
Factory for the creation and caching of Filters and creation of Filter Chains.
ApplicationFilterRegistration - Class in org.apache.catalina.core
 
ApplicationFilterRegistration(FilterDef, Context) - Constructor for class org.apache.catalina.core.ApplicationFilterRegistration
 
ApplicationJspConfigDescriptor - Class in org.apache.catalina.core
 
ApplicationJspConfigDescriptor() - Constructor for class org.apache.catalina.core.ApplicationJspConfigDescriptor
 
ApplicationJspPropertyGroupDescriptor - Class in org.apache.catalina.core
 
ApplicationJspPropertyGroupDescriptor(JspPropertyGroup) - Constructor for class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
ApplicationListener - Class in org.apache.catalina.deploy
Enables additional attributes other than just the name to be recorded for an application listener.
ApplicationListener(String, boolean) - Constructor for class org.apache.catalina.deploy.ApplicationListener
 
ApplicationParameter - Class in org.apache.catalina.deploy
Representation of a context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor.
ApplicationParameter() - Constructor for class org.apache.catalina.deploy.ApplicationParameter
 
ApplicationPart - Class in org.apache.catalina.core
Adaptor to allow FileItem objects generated by the package renamed commons-upload to be used by the Servlet 3.0 upload API that expects Parts.
ApplicationPart(FileItem, File) - Constructor for class org.apache.catalina.core.ApplicationPart
 
ApplicationServletRegistration - Class in org.apache.catalina.core
 
ApplicationServletRegistration(Wrapper, Context) - Constructor for class org.apache.catalina.core.ApplicationServletRegistration
 
ApplicationSessionCookieConfig - Class in org.apache.catalina.core
 
ApplicationSessionCookieConfig(StandardContext) - Constructor for class org.apache.catalina.core.ApplicationSessionCookieConfig
 
ApplicationTaglibDescriptor - Class in org.apache.catalina.core
 
ApplicationTaglibDescriptor(String, String) - Constructor for class org.apache.catalina.core.ApplicationTaglibDescriptor
 
ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
 
apply(byte[], int, int, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
apply a diff, or an entire object
apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
 
apply(T) - Method in interface org.apache.tomcat.util.buf.StringUtils.Function
 
applyDiff(byte[], int, int) - Method in class org.apache.catalina.ha.session.DeltaSession
Applies a diff to an existing object.
applyDiff(byte[], int, int) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Applies a diff to an existing object.
appName - Variable in class org.apache.catalina.realm.JAASRealm
The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules.
appReadBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
The application read buffer size in bytes.
appWriteBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
The application write buffer size in bytes Default value is txBufSize
APR_ANONYMOUS - Static variable in class org.apache.tomcat.jni.Status
 
APR_ANYADDR - Static variable in class org.apache.tomcat.jni.Address
 
APR_BADARG - Static variable in class org.apache.tomcat.jni.Status
 
APR_BADCH - Static variable in class org.apache.tomcat.jni.Status
 
APR_BLK - Static variable in class org.apache.tomcat.jni.File
a block device
APR_CHARSET_EBCDIC - Static variable in class org.apache.tomcat.jni.Library
 
APR_CHILD_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_CHILD_DONE - Static variable in class org.apache.tomcat.jni.Status
 
APR_CHILD_NOTDONE - Static variable in class org.apache.tomcat.jni.Status
 
APR_CHR - Static variable in class org.apache.tomcat.jni.File
a character device
APR_CUR - Static variable in class org.apache.tomcat.jni.File
Current
APR_DETACH - Static variable in class org.apache.tomcat.jni.Status
 
APR_DIR - Static variable in class org.apache.tomcat.jni.File
a directory
APR_EABOVEROOT - Static variable in class org.apache.tomcat.jni.Status
 
APR_EABSOLUTE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADDATE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADIP - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADMASK - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADPATH - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBUSY - Static variable in class org.apache.tomcat.jni.Status
 
APR_EDSOOPEN - Static variable in class org.apache.tomcat.jni.Status
 
APR_EGENERAL - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINIT - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINVALSOCK - Static variable in class org.apache.tomcat.jni.Status
 
APR_EMISMATCH - Static variable in class org.apache.tomcat.jni.Status
 
APR_END - Static variable in class org.apache.tomcat.jni.File
Go to end of file
APR_ENODIR - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOLOCK - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPOLL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPOOL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPROC - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSHMAVAIL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSOCKET - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSTAT - Static variable in class org.apache.tomcat.jni.Status
APR Error Values APR ERROR VALUES APR_ENOSTAT APR was unable to perform a stat on the file APR_ENOPOOL APR was not provided a pool with which to allocate memory APR_EBADDATE APR was given an invalid date APR_EINVALSOCK APR was given an invalid socket APR_ENOPROC APR was not given a process structure APR_ENOTIME APR was not given a time structure APR_ENODIR APR was not given a directory structure APR_ENOLOCK APR was not given a lock structure APR_ENOPOLL APR was not given a poll structure APR_ENOSOCKET APR was not given a socket APR_ENOTHREAD APR was not given a thread structure APR_ENOTHDKEY APR was not given a thread key structure APR_ENOSHMAVAIL There is no more shared memory available APR_EDSOOPEN APR was unable to open the dso object.
APR_ENOTENOUGHENTROPY - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTHDKEY - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTHREAD - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTIME - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTIMPL - Static variable in class org.apache.tomcat.jni.Status
 
APR_EOF - Static variable in class org.apache.tomcat.jni.Status
 
APR_EPATHWILD - Static variable in class org.apache.tomcat.jni.Status
 
APR_EPROC_UNKNOWN - Static variable in class org.apache.tomcat.jni.Status
 
APR_ERELATIVE - Static variable in class org.apache.tomcat.jni.Status
 
APR_ESYMNOTFOUND - Static variable in class org.apache.tomcat.jni.Status
 
APR_FILE_ATTR_EXECUTABLE - Static variable in class org.apache.tomcat.jni.File
File is executable
APR_FILE_ATTR_HIDDEN - Static variable in class org.apache.tomcat.jni.File
File is hidden
APR_FILE_ATTR_READONLY - Static variable in class org.apache.tomcat.jni.File
File is read-only
APR_FILEBASED - Static variable in class org.apache.tomcat.jni.Status
 
APR_FILES_AS_SOCKETS - Static variable in class org.apache.tomcat.jni.Library
 
APR_FINFO_ATIME - Static variable in class org.apache.tomcat.jni.File
Creation or inode-changed time
APR_FINFO_CSIZE - Static variable in class org.apache.tomcat.jni.File
Size of the file
APR_FINFO_CTIME - Static variable in class org.apache.tomcat.jni.File
Modification Time
APR_FINFO_DEV - Static variable in class org.apache.tomcat.jni.File
Storage size consumed by the file
APR_FINFO_DIRENT - Static variable in class org.apache.tomcat.jni.File
an atomic unix apr_stat()
APR_FINFO_GPROT - Static variable in class org.apache.tomcat.jni.File
User protection bits
APR_FINFO_GROUP - Static variable in class org.apache.tomcat.jni.File
User
APR_FINFO_ICASE - Static variable in class org.apache.tomcat.jni.File
World protection bits
APR_FINFO_IDENT - Static variable in class org.apache.tomcat.jni.File
type, mtime, ctime, atime, size
APR_FINFO_INODE - Static variable in class org.apache.tomcat.jni.File
Device
APR_FINFO_LINK - Static variable in class org.apache.tomcat.jni.File
use OS's default permissions
APR_FINFO_MIN - Static variable in class org.apache.tomcat.jni.File
->name in proper case
APR_FINFO_MTIME - Static variable in class org.apache.tomcat.jni.File
Stat the link not the file itself if it is a link
APR_FINFO_NAME - Static variable in class org.apache.tomcat.jni.File
if dev is case insensitive
APR_FINFO_NLINK - Static variable in class org.apache.tomcat.jni.File
Inode
APR_FINFO_NORM - Static variable in class org.apache.tomcat.jni.File
all protections
APR_FINFO_OWNER - Static variable in class org.apache.tomcat.jni.File
dev and inode
APR_FINFO_PROT - Static variable in class org.apache.tomcat.jni.File
user and group
APR_FINFO_SIZE - Static variable in class org.apache.tomcat.jni.File
Access Time
APR_FINFO_TYPE - Static variable in class org.apache.tomcat.jni.File
Number of links
APR_FINFO_UPROT - Static variable in class org.apache.tomcat.jni.File
Group
APR_FINFO_USER - Static variable in class org.apache.tomcat.jni.File
Type
APR_FINFO_WPROT - Static variable in class org.apache.tomcat.jni.File
Group protection bits
APR_FLOCK_EXCLUSIVE - Static variable in class org.apache.tomcat.jni.File
Exclusive lock.
APR_FLOCK_NONBLOCK - Static variable in class org.apache.tomcat.jni.File
do not block while acquiring the file lock
APR_FLOCK_SHARED - Static variable in class org.apache.tomcat.jni.File
Shared lock.
APR_FLOCK_TYPEMASK - Static variable in class org.apache.tomcat.jni.File
mask to extract lock type
APR_FOPEN_APPEND - Static variable in class org.apache.tomcat.jni.File
Append to the end of the file
APR_FOPEN_BINARY - Static variable in class org.apache.tomcat.jni.File
Open the file in binary mode
APR_FOPEN_BUFFERED - Static variable in class org.apache.tomcat.jni.File
Open the file for buffered I/O
APR_FOPEN_CREATE - Static variable in class org.apache.tomcat.jni.File
Create the file if not there
APR_FOPEN_DELONCLOSE - Static variable in class org.apache.tomcat.jni.File
Delete the file after close
APR_FOPEN_EXCL - Static variable in class org.apache.tomcat.jni.File
Open should fail if APR_CREATE and file exists.
APR_FOPEN_LARGEFILE - Static variable in class org.apache.tomcat.jni.File
Platform dependent flag to enable large file support;
Warning : The APR_LARGEFILE flag only has effect on some platforms where sizeof(apr_off_t) == 4.
APR_FOPEN_NOCLEANUP - Static variable in class org.apache.tomcat.jni.File
Do not register a cleanup when the file is opened
APR_FOPEN_READ - Static variable in class org.apache.tomcat.jni.File
Open the file for reading
APR_FOPEN_SENDFILE_ENABLED - Static variable in class org.apache.tomcat.jni.File
Advisory flag that this file should support apr_socket_sendfile operation
APR_FOPEN_SHARELOCK - Static variable in class org.apache.tomcat.jni.File
Platform dependent support for higher level locked read/write access to support writes across process/machines
APR_FOPEN_TRUNCATE - Static variable in class org.apache.tomcat.jni.File
Open the file and truncate to 0 length
APR_FOPEN_WRITE - Static variable in class org.apache.tomcat.jni.File
Open the file for writing
APR_FOPEN_XTHREAD - Static variable in class org.apache.tomcat.jni.File
Platform dependent tag to open the file for use across multiple threads
APR_FPROT_GEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by group
APR_FPROT_GREAD - Static variable in class org.apache.tomcat.jni.File
Set group id
APR_FPROT_GSETID - Static variable in class org.apache.tomcat.jni.File
Execute by user
APR_FPROT_GWRITE - Static variable in class org.apache.tomcat.jni.File
Read by group
APR_FPROT_OS_DEFAULT - Static variable in class org.apache.tomcat.jni.File
Execute by others
APR_FPROT_UEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by user
APR_FPROT_UREAD - Static variable in class org.apache.tomcat.jni.File
Set user id
APR_FPROT_USETID - Static variable in class org.apache.tomcat.jni.File
 
APR_FPROT_UWRITE - Static variable in class org.apache.tomcat.jni.File
Read by user
APR_FPROT_WEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by others
APR_FPROT_WREAD - Static variable in class org.apache.tomcat.jni.File
Sticky bit
APR_FPROT_WSTICKY - Static variable in class org.apache.tomcat.jni.File
Execute by group
APR_FPROT_WWRITE - Static variable in class org.apache.tomcat.jni.File
Read by others
APR_FULL_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_FULL_NONBLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_HAS_DSO - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_FORK - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_LARGE_FILES - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_MMAP - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_OS_UUID - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_OTHER_CHILD - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_PROC_INVOKED - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_RANDOM - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SENDFILE - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SHARED_MEMORY - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SO_ACCEPTFILTER - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_THREADS - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_UNICODE_FS - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_USER - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_XTHREAD_FILES - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAVE_IPV6 - Static variable in class org.apache.tomcat.jni.Library
 
APR_INCHILD - Static variable in class org.apache.tomcat.jni.Status
APR Status Values APR STATUS VALUES APR_INCHILD Program is currently executing in the child APR_INPARENT Program is currently executing in the parent APR_DETACH The thread is detached APR_NOTDETACH The thread is not detached APR_CHILD_DONE The child has finished executing APR_CHILD_NOTDONE The child has not finished executing APR_TIMEUP The operation did not finish before the timeout APR_INCOMPLETE The operation was incomplete although some processing was performed and the results are partially valid APR_BADCH Getopt found an option not in the option string APR_BADARG Getopt found an option that is missing an argument and an argument was specified in the option string APR_EOF APR has encountered the end of the file APR_NOTFOUND APR was unable to find the socket in the poll structure APR_ANONYMOUS APR is using anonymous shared memory APR_FILEBASED APR is using a file name as the key to the shared memory APR_KEYBASED APR is using a shared key as the key to the shared memory APR_EINIT Initializer value.
APR_INCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
 
APR_INCOMPLETE_READ - Static variable in class org.apache.tomcat.jni.Socket
Set on non-blocking sockets (timeout !
APR_INCOMPLETE_WRITE - Static variable in class org.apache.tomcat.jni.Socket
like APR_INCOMPLETE_READ, but for write
APR_INET - Static variable in class org.apache.tomcat.jni.Socket
 
APR_INET6 - Static variable in class org.apache.tomcat.jni.Socket
 
APR_INPARENT - Static variable in class org.apache.tomcat.jni.Status
 
APR_IPV4_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
no longer allow read or write requests
APR_IPV6_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
 
APR_IPV6_V6ONLY - Static variable in class org.apache.tomcat.jni.Socket
Don't accept IPv4 connections on an IPv6 listening socket.
APR_IS_BIGENDIAN - Static variable in class org.apache.tomcat.jni.Library
 
APR_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_JUST_WAIT - Static variable in class org.apache.tomcat.jni.Proc
wait forever for the process to complete
APR_KEYBASED - Static variable in class org.apache.tomcat.jni.Status
 
APR_KILL_AFTER_TIMEOUT - Static variable in class org.apache.tomcat.jni.Proc
SIGTERM, wait 3 seconds, SIGKILL
APR_KILL_ALWAYS - Static variable in class org.apache.tomcat.jni.Proc
process is sent SIGKILL on apr_pool_t cleanup
APR_KILL_NEVER - Static variable in class org.apache.tomcat.jni.Proc
process is never sent any signals
APR_KILL_ONLY_ONCE - Static variable in class org.apache.tomcat.jni.Proc
send SIGTERM and then wait
APR_LIMIT_CPU - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_MEM - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_NOFILE - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_NPROC - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LNK - Static variable in class org.apache.tomcat.jni.File
a symbolic link
APR_LOCAL - Static variable in class org.apache.tomcat.jni.Socket
Enum to tell us if we're interested in remote or local socket apr_interface_e
APR_LOCK_DEFAULT - Static variable in class org.apache.tomcat.jni.Lock
POSIX semaphore process-based locking
APR_LOCK_FCNTL - Static variable in class org.apache.tomcat.jni.Lock
Enumerated potential types for APR process locking methods
Warning : Check APR_HAS_foo_SERIALIZE defines to see if the platform supports APR_LOCK_foo.
APR_LOCK_FLOCK - Static variable in class org.apache.tomcat.jni.Lock
fcntl()
APR_LOCK_POSIXSEM - Static variable in class org.apache.tomcat.jni.Lock
POSIX pthread process-based locking
APR_LOCK_PROC_PTHREAD - Static variable in class org.apache.tomcat.jni.Lock
System V Semaphores
APR_LOCK_SYSVSEM - Static variable in class org.apache.tomcat.jni.Lock
flock()
APR_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_MAX_IOVEC_SIZE - Static variable in class org.apache.tomcat.jni.Library
 
APR_MAX_SECS_TO_LINGER - Static variable in class org.apache.tomcat.jni.Library
 
APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_LIMIT - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_READ - Static variable in class org.apache.tomcat.jni.Mmap
MMap opened for reading
APR_MMAP_THRESHOLD - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_WRITE - Static variable in class org.apache.tomcat.jni.Mmap
MMap opened for writing
APR_MSEC_PER_USEC - Static variable in class org.apache.tomcat.jni.Time
number of milliseconds per microsecond
APR_NO_DESC - Static variable in class org.apache.tomcat.jni.Poll
Used in apr_pollfd_t to determine what the apr_descriptor is apr_datatype_e enum
APR_NO_PIPE - Static variable in class org.apache.tomcat.jni.Proc
process exited and dumped a core file
APR_NOFILE - Static variable in class org.apache.tomcat.jni.File
no file type determined
APR_NOTDETACH - Static variable in class org.apache.tomcat.jni.Status
 
APR_NOTFOUND - Static variable in class org.apache.tomcat.jni.Status
 
APR_NOWAIT - Static variable in class org.apache.tomcat.jni.Proc
wait for the specified process to finish
APR_O_NONBLOCK_INHERITED - Static variable in class org.apache.tomcat.jni.Library
 
APR_OC_REASON_DEATH - Static variable in class org.apache.tomcat.jni.Proc
child has died, caller must call unregister still
APR_OC_REASON_LOST - Static variable in class org.apache.tomcat.jni.Proc
somehow the child exited without us knowing ... buggy os?
APR_OC_REASON_RESTART - Static variable in class org.apache.tomcat.jni.Proc
a restart is occurring, perform any necessary cleanup (including sending a special signal to child)
APR_OC_REASON_RUNNING - Static variable in class org.apache.tomcat.jni.Proc
a health check is occurring, for most maintenance functions this is a no-op.
APR_OC_REASON_UNREGISTER - Static variable in class org.apache.tomcat.jni.Proc
unregister has been called, do whatever is necessary (including kill the child)
APR_OC_REASON_UNWRITABLE - Static variable in class org.apache.tomcat.jni.Proc
write_fd is unwritable
APR_OS_ERRSPACE_SIZE - Static variable in class org.apache.tomcat.jni.Status
APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit into one of the error/status ranges below -- except for APR_OS_START_USERERR, which see.
APR_OS_START_CANONERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_CANONERR is where APR versions of errno values are defined on systems which don't have the corresponding errno.
APR_OS_START_EAIERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into apr_status_t values.
APR_OS_START_ERROR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_ERROR is where the APR specific error values start.
APR_OS_START_STATUS - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_STATUS is where the APR specific status codes start.
APR_OS_START_SYSERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_SYSERR folds platform-specific system error values into apr_status_t values.
APR_OS_START_USEERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_USEERR is obsolete, defined for compatibility only.
APR_OS_START_USERERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_USERERR are reserved for applications that use APR that layer their own error codes along with APR's.
APR_PARENT_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_PATH_MAX - Static variable in class org.apache.tomcat.jni.Library
 
APR_PIPE - Static variable in class org.apache.tomcat.jni.File
a FIFO / pipe
APR_POLL_FILE - Static variable in class org.apache.tomcat.jni.Poll
descriptor refers to a socket
APR_POLL_LASTDESC - Static variable in class org.apache.tomcat.jni.Poll
descriptor refers to a file
APR_POLL_SOCKET - Static variable in class org.apache.tomcat.jni.Poll
nothing here
APR_POLLERR - Static variable in class org.apache.tomcat.jni.Poll
Pending error
APR_POLLHUP - Static variable in class org.apache.tomcat.jni.Poll
Hangup occurred
APR_POLLIN - Static variable in class org.apache.tomcat.jni.Poll
Can read without blocking
APR_POLLNVAL - Static variable in class org.apache.tomcat.jni.Poll
Descriptor invalid
APR_POLLOUT - Static variable in class org.apache.tomcat.jni.Poll
Can write without blocking
APR_POLLPRI - Static variable in class org.apache.tomcat.jni.Poll
Priority data available
APR_POLLSET_THREADSAFE - Static variable in class org.apache.tomcat.jni.Poll
Adding or Removing a Descriptor is thread safe
APR_PROC_DETACH_DAEMONIZE - Static variable in class org.apache.tomcat.jni.Proc
Do not detach
APR_PROC_DETACH_FOREGROUND - Static variable in class org.apache.tomcat.jni.Proc
 
APR_PROC_EXIT - Static variable in class org.apache.tomcat.jni.Proc
do not wait -- just see if it has finished
APR_PROC_SIGNAL - Static variable in class org.apache.tomcat.jni.Proc
process exited normally
APR_PROC_SIGNAL_CORE - Static variable in class org.apache.tomcat.jni.Proc
process exited due to a signal
APR_PROGRAM - Static variable in class org.apache.tomcat.jni.Proc
use the shell to invoke the program
APR_PROGRAM_ENV - Static variable in class org.apache.tomcat.jni.Proc
invoke the program directly, no copied env
APR_PROGRAM_PATH - Static variable in class org.apache.tomcat.jni.Proc
invoke the program, replicating our environment
APR_PROTO_SCTP - Static variable in class org.apache.tomcat.jni.Socket
UDP
APR_PROTO_TCP - Static variable in class org.apache.tomcat.jni.Socket
 
APR_PROTO_UDP - Static variable in class org.apache.tomcat.jni.Socket
TCP
APR_REG - Static variable in class org.apache.tomcat.jni.File
a regular file
APR_REMOTE - Static variable in class org.apache.tomcat.jni.Socket
 
APR_RESET_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
This flag is ONLY set internally when we set APR_TCP_NOPUSH with APR_TCP_NODELAY set to tell us that APR_TCP_NODELAY should be turned on again when NOPUSH is turned off
APR_SET - Static variable in class org.apache.tomcat.jni.File
Set the file position
APR_SHELLCM - Static variable in class org.apache.tomcat.jni.Proc
 
APR_SHELLCMD_ENV - Static variable in class org.apache.tomcat.jni.Proc
find program on PATH, use our environment
APR_SHUTDOWN_READ - Static variable in class org.apache.tomcat.jni.Socket
Define what type of socket shutdown should occur.
APR_SHUTDOWN_READWRITE - Static variable in class org.apache.tomcat.jni.Socket
no longer allow write requests
APR_SHUTDOWN_WRITE - Static variable in class org.apache.tomcat.jni.Socket
no longer allow read request
APR_SIZEOF_VOIDP - Static variable in class org.apache.tomcat.jni.Library
 
APR_SO_DEBUG - Static variable in class org.apache.tomcat.jni.Socket
Keepalive
APR_SO_DISCONNECTED - Static variable in class org.apache.tomcat.jni.Socket
Receive buffer
APR_SO_KEEPALIVE - Static variable in class org.apache.tomcat.jni.Socket
Linger
APR_SO_LINGER - Static variable in class org.apache.tomcat.jni.Socket
 
APR_SO_NONBLOCK - Static variable in class org.apache.tomcat.jni.Socket
Debug
APR_SO_RCVBUF - Static variable in class org.apache.tomcat.jni.Socket
Send buffer
APR_SO_REUSEADDR - Static variable in class org.apache.tomcat.jni.Socket
Non-blocking IO
APR_SO_SNDBUF - Static variable in class org.apache.tomcat.jni.Socket
Reuse addresses
APR_SOCK - Static variable in class org.apache.tomcat.jni.File
a [unix domain] socket
APR_STATUS_IS_ANONYMOUS(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_BADARG(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_BADCH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_CHILD_DONE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_CHILD_NOTDONE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_DETACH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EABOVEROOT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EABSOLUTE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EAGAIN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADDATE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADIP(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADMASK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADPATH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBUSY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ECONNABORTED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ECONNRESET(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EDSOPEN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EGENERAL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINIT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINPROGRESS(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINTR(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINVAL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINVALSOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EMISMATCH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENODIR(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOLOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPOLL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPOOL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPROC(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSHMAVAIL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSOCKET(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSTAT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTENOUGHENTROPY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTHDKEY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTHREAD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTIME(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTIMPL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTSOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EOF(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EPATHWILD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EPROC_UNKNOWN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ERELATIVE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ESYMNOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ETIMEDOUT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_FILEBASED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INCHILD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INPARENT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_KEYBASED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_NOTDETACH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_NOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_TIMEUP(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_SUCCESS - Static variable in class org.apache.tomcat.jni.Status
no error.
APR_TCP_DEFER_ACCEPT - Static variable in class org.apache.tomcat.jni.Socket
Delay accepting of new connections until data is available.
APR_TCP_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
For SCTP sockets, this is mapped to STCP_NODELAY internally.
APR_TCP_NODELAY_INHERITED - Static variable in class org.apache.tomcat.jni.Library
 
APR_TCP_NOPUSH - Static variable in class org.apache.tomcat.jni.Socket
 
APR_TIMEUP - Static variable in class org.apache.tomcat.jni.Status
 
APR_UNKFILE - Static variable in class org.apache.tomcat.jni.File
a file of some other unknown type
APR_UNSPEC - Static variable in class org.apache.tomcat.jni.Socket
 
APR_USEC_PER_SEC - Static variable in class org.apache.tomcat.jni.Time
number of microseconds per second
APR_WAIT - Static variable in class org.apache.tomcat.jni.Proc
use the shell to invoke the program, replicating our environment
aprAvailable - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
AprEndpoint - Class in org.apache.tomcat.util.net
APR tailored thread pool, providing the following services: Socket acceptor thread Socket poller thread Sendfile thread Worker threads pool When switching to Java 5, there's an opportunity to use the virtual machine's thread pool.
AprEndpoint() - Constructor for class org.apache.tomcat.util.net.AprEndpoint
 
AprEndpoint.Acceptor - Class in org.apache.tomcat.util.net
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
AprEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Acceptor
 
AprEndpoint.AsyncTimeout - Class in org.apache.tomcat.util.net
Async timeout thread
AprEndpoint.AsyncTimeout() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.AsyncTimeout
 
AprEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
AprEndpoint.Poller - Class in org.apache.tomcat.util.net
 
AprEndpoint.Poller() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Poller
 
AprEndpoint.Sendfile - Class in org.apache.tomcat.util.net
 
AprEndpoint.Sendfile() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
AprEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
AprEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
AprEndpoint.SocketInfo - Class in org.apache.tomcat.util.net
 
AprEndpoint.SocketInfo() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
AprEndpoint.SocketList - Class in org.apache.tomcat.util.net
 
AprEndpoint.SocketList(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
AprEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketProcessor(SocketWrapper<Long>, SocketStatus) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
AprEndpoint.SocketTimeouts - Class in org.apache.tomcat.util.net
 
AprEndpoint.SocketTimeouts(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
AprEndpoint.SocketWithOptionsProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketWithOptionsProcessor(SocketWrapper<Long>) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
aprInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
AprLifecycleListener - Class in org.apache.catalina.core
Implementation of LifecycleListener that will init and and destroy APR.
AprLifecycleListener() - Constructor for class org.apache.catalina.core.AprLifecycleListener
 
APRMAXHOSTLEN - Static variable in class org.apache.tomcat.jni.Library
 
AprProcessor - Class in org.apache.coyote.http11.upgrade
 
AprProcessor(SocketWrapper<Long>, HttpUpgradeHandler, AprEndpoint, int) - Constructor for class org.apache.coyote.http11.upgrade.AprProcessor
 
AprServletInputStream - Class in org.apache.coyote.http11.upgrade
 
AprServletInputStream(SocketWrapper<Long>) - Constructor for class org.apache.coyote.http11.upgrade.AprServletInputStream
 
AprServletOutputStream - Class in org.apache.coyote.http11.upgrade
 
AprServletOutputStream(SocketWrapper<Long>, int, AprEndpoint) - Constructor for class org.apache.coyote.http11.upgrade.AprServletOutputStream
 
aprVersionString() - Static method in class org.apache.tomcat.jni.Library
 
Arg - Class in org.apache.catalina.ant.jmx
 
Arg() - Constructor for class org.apache.catalina.ant.jmx.Arg
 
argPos - Variable in class org.apache.jasper.JspC
 
args - Variable in class org.apache.jasper.JspC
 
arguments(String[]) - Method in class org.apache.catalina.startup.Catalina
Process the specified command line arguments.
ArithmeticNode - Class in org.apache.el.parser
 
ArithmeticNode(int) - Constructor for class org.apache.el.parser.ArithmeticNode
 
ARRAY - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
ARRAY_MAX_SIZE - Static variable in class org.apache.tomcat.util.buf.AbstractChunk
 
ArrayElementValue - Class in org.apache.tomcat.util.bcel.classfile
 
ArrayELResolver - Class in javax.el
 
ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
 
ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
 
arrayequals(byte[], byte[], int) - Static method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Compares count first bytes in the arrays a and b.
Arrays - Class in org.apache.catalina.tribes.util
 
Arrays() - Constructor for class org.apache.catalina.tribes.util.Arrays
 
ArrayStack<E> - Class in org.apache.tomcat.util.digester
Imported copy of the ArrayStack class from Commons Collections, which was the only direct dependency from Digester.
ArrayStack() - Constructor for class org.apache.tomcat.util.digester.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class org.apache.tomcat.util.digester.ArrayStack
Constructs a new empty ArrayStack with an initial size.
Ascii - Class in org.apache.tomcat.util.buf
This class implements some basic ASCII character handling functions.
Ascii() - Constructor for class org.apache.tomcat.util.buf.Ascii
 
ASCIIReader - Class in org.apache.jasper.xmlparser
A simple ASCII byte reader.
ASCIIReader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.ASCIIReader
Constructs an ASCII reader from the specified input stream and buffer size.
asctimeFormat - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
 
assemble() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
 
assertInitializationAllowed() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Throws an IllegalStateException, if a PooledConnection has already been requested.
assertOpen() - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Throws an IllegalStateException when this pool has been closed.
assertOpen() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Throws an IllegalStateException when this pool has been closed.
associate(String, Session) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Associate the specified single sign on identifier with the specified Session.
associate(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Associate the specified single sign on identifier with the specified Session.
associate(String, Session) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
asString(InputStream) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
This convenience method allows to read a FileItemStream's content into a string.
asString(InputStream, String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
This convenience method allows to read a FileItemStream's content into a string, using the given character encoding.
AstAnd - Class in org.apache.el.parser
 
AstAnd(int) - Constructor for class org.apache.el.parser.AstAnd
 
AstBracketSuffix - Class in org.apache.el.parser
 
AstBracketSuffix(int) - Constructor for class org.apache.el.parser.AstBracketSuffix
 
AstChoice - Class in org.apache.el.parser
 
AstChoice(int) - Constructor for class org.apache.el.parser.AstChoice
 
AstCompositeExpression - Class in org.apache.el.parser
 
AstCompositeExpression(int) - Constructor for class org.apache.el.parser.AstCompositeExpression
 
AstDeferredExpression - Class in org.apache.el.parser
 
AstDeferredExpression(int) - Constructor for class org.apache.el.parser.AstDeferredExpression
 
AstDiv - Class in org.apache.el.parser
 
AstDiv(int) - Constructor for class org.apache.el.parser.AstDiv
 
AstDotSuffix - Class in org.apache.el.parser
 
AstDotSuffix(int) - Constructor for class org.apache.el.parser.AstDotSuffix
 
AstDynamicExpression - Class in org.apache.el.parser
 
AstDynamicExpression(int) - Constructor for class org.apache.el.parser.AstDynamicExpression
 
AstEmpty - Class in org.apache.el.parser
 
AstEmpty(int) - Constructor for class org.apache.el.parser.AstEmpty
 
AstEqual - Class in org.apache.el.parser
 
AstEqual(int) - Constructor for class org.apache.el.parser.AstEqual
 
AstFalse - Class in org.apache.el.parser
 
AstFalse(int) - Constructor for class org.apache.el.parser.AstFalse
 
AstFloatingPoint - Class in org.apache.el.parser
 
AstFloatingPoint(int) - Constructor for class org.apache.el.parser.AstFloatingPoint
 
AstFunction - Class in org.apache.el.parser
 
AstFunction(int) - Constructor for class org.apache.el.parser.AstFunction
 
AstGreaterThan - Class in org.apache.el.parser
 
AstGreaterThan(int) - Constructor for class org.apache.el.parser.AstGreaterThan
 
AstGreaterThanEqual - Class in org.apache.el.parser
 
AstGreaterThanEqual(int) - Constructor for class org.apache.el.parser.AstGreaterThanEqual
 
AstIdentifier - Class in org.apache.el.parser
 
AstIdentifier(int) - Constructor for class org.apache.el.parser.AstIdentifier
 
AstInteger - Class in org.apache.el.parser
 
AstInteger(int) - Constructor for class org.apache.el.parser.AstInteger
 
AstLessThan - Class in org.apache.el.parser
 
AstLessThan(int) - Constructor for class org.apache.el.parser.AstLessThan
 
AstLessThanEqual - Class in org.apache.el.parser
 
AstLessThanEqual(int) - Constructor for class org.apache.el.parser.AstLessThanEqual
 
AstLiteralExpression - Class in org.apache.el.parser
 
AstLiteralExpression(int) - Constructor for class org.apache.el.parser.AstLiteralExpression
 
AstMethodParameters - Class in org.apache.el.parser
 
AstMethodParameters(int) - Constructor for class org.apache.el.parser.AstMethodParameters
 
AstMinus - Class in org.apache.el.parser
 
AstMinus(int) - Constructor for class org.apache.el.parser.AstMinus
 
AstMod - Class in org.apache.el.parser
 
AstMod(int) - Constructor for class org.apache.el.parser.AstMod
 
AstMult - Class in org.apache.el.parser
 
AstMult(int) - Constructor for class org.apache.el.parser.AstMult
 
AstNegative - Class in org.apache.el.parser
 
AstNegative(int) - Constructor for class org.apache.el.parser.AstNegative
 
AstNot - Class in org.apache.el.parser
 
AstNot(int) - Constructor for class org.apache.el.parser.AstNot
 
AstNotEqual - Class in org.apache.el.parser
 
AstNotEqual(int) - Constructor for class org.apache.el.parser.AstNotEqual
 
AstNull - Class in org.apache.el.parser
 
AstNull(int) - Constructor for class org.apache.el.parser.AstNull
 
AstOr - Class in org.apache.el.parser
 
AstOr(int) - Constructor for class org.apache.el.parser.AstOr
 
AstPlus - Class in org.apache.el.parser
 
AstPlus(int) - Constructor for class org.apache.el.parser.AstPlus
 
AstString - Class in org.apache.el.parser
 
AstString(int) - Constructor for class org.apache.el.parser.AstString
 
AstTrue - Class in org.apache.el.parser
 
AstTrue(int) - Constructor for class org.apache.el.parser.AstTrue
 
AstValue - Class in org.apache.el.parser
 
AstValue(int) - Constructor for class org.apache.el.parser.AstValue
 
AstValue.Target - Class in org.apache.el.parser
 
AstValue.Target() - Constructor for class org.apache.el.parser.AstValue.Target
 
ASYNC - Static variable in class org.apache.catalina.deploy.FilterMap
 
async - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
 
ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
 
ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
 
ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
 
ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
 
ASYNC_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
 
AsyncChannelGroupUtil - Class in org.apache.tomcat.websocket
This is a utility class that enables multiple WsWebSocketContainer instances to share a single AsynchronousChannelGroup while ensuring that the group is destroyed when no longer required.
AsyncChannelWrapper - Interface in org.apache.tomcat.websocket
This is a wrapper for a AsynchronousSocketChannel that limits the methods available thereby simplifying the process of implementing SSL/TLS support since there are fewer methods to intercept.
AsyncChannelWrapperNonSecure - Class in org.apache.tomcat.websocket
Generally, just passes calls straight to the wrapped AsynchronousSocketChannel.
AsyncChannelWrapperNonSecure(AsynchronousSocketChannel) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
AsyncChannelWrapperSecure - Class in org.apache.tomcat.websocket
Wraps the AsynchronousSocketChannel with SSL/TLS.
AsyncChannelWrapperSecure(AsynchronousSocketChannel, SSLEngine) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
asyncComplete() - Method in class org.apache.coyote.AsyncStateMachine
 
AsyncContext - Interface in javax.servlet
TODO SERVLET3 - Add comments
AsyncContextCallback - Interface in org.apache.coyote
Provides a mechanism for the Coyote connectors to communicate with the AsyncContext.
AsyncContextImpl - Class in org.apache.catalina.core
 
AsyncContextImpl(Request) - Constructor for class org.apache.catalina.core.AsyncContextImpl
 
asyncDispatch(Request, Response, SocketStatus) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
asyncDispatch(SocketStatus) - Method in class org.apache.coyote.AbstractProcessor
Process in-progress Servlet 3.0 Async requests.
asyncDispatch(Request, Response, SocketStatus) - Method in interface org.apache.coyote.Adapter
 
asyncDispatch(SocketStatus) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
asyncDispatch() - Method in class org.apache.coyote.AsyncStateMachine
 
asyncDispatch(SocketStatus) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
asyncDispatch(SocketStatus) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
asyncDispatch(SocketStatus) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
asyncDispatch(SocketStatus) - Method in interface org.apache.coyote.Processor
 
asyncDispatched() - Method in class org.apache.coyote.AsyncStateMachine
 
AsyncDispatcher - Interface in org.apache.catalina
 
asyncError() - Method in class org.apache.coyote.AsyncStateMachine
 
AsyncEvent - Class in javax.servlet
TODO SERVLET3 - Add comments
AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
 
AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
 
AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
 
AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
 
AsyncFileHandler - Class in org.apache.juli
A FileHandler implementation that uses a queue of log entries.
AsyncFileHandler() - Constructor for class org.apache.juli.AsyncFileHandler
 
AsyncFileHandler(String, String, String) - Constructor for class org.apache.juli.AsyncFileHandler
 
AsyncFileHandler(String, String, String, int) - Constructor for class org.apache.juli.AsyncFileHandler
 
AsyncFileHandler.LogEntry - Class in org.apache.juli
 
AsyncFileHandler.LogEntry(LogRecord, AsyncFileHandler) - Constructor for class org.apache.juli.AsyncFileHandler.LogEntry
 
AsyncFileHandler.LoggerThread - Class in org.apache.juli
 
AsyncFileHandler.LoggerThread() - Constructor for class org.apache.juli.AsyncFileHandler.LoggerThread
 
AsyncListener - Interface in javax.servlet
TODO SERVLET3 - Add comments
AsyncListenerWrapper - Class in org.apache.catalina.core
 
AsyncListenerWrapper() - Constructor for class org.apache.catalina.core.AsyncListenerWrapper
 
asyncPostProcess() - Method in class org.apache.coyote.AbstractProcessor
 
asyncPostProcess() - Method in class org.apache.coyote.AsyncStateMachine
 
asyncPostProcess() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
asyncPostProcess() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
asyncPostProcess() - Method in interface org.apache.coyote.Processor
 
asyncRun(Runnable) - Method in class org.apache.coyote.AsyncStateMachine
 
asyncStart(AsyncContextCallback) - Method in class org.apache.coyote.AsyncStateMachine
 
asyncStateMachine - Variable in class org.apache.coyote.AbstractProcessor
 
AsyncStateMachine<S> - Class in org.apache.coyote
Manages the state transitions for async requests.
AsyncStateMachine(Processor<S>) - Constructor for class org.apache.coyote.AsyncStateMachine
 
asyncSupported - Variable in class org.apache.catalina.connector.Request
 
asyncSupported - Variable in class org.apache.catalina.core.StandardWrapper
Async support
asyncSupported - Variable in class org.apache.catalina.valves.ValveBase
Does this valve support Servlet 3+ async requests?
asyncTimeout - Variable in class org.apache.catalina.connector.Connector
Default timeout for asynchronous requests (ms).
asyncTimeout() - Method in class org.apache.coyote.AsyncStateMachine
 
asyncTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller.
AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after start tag.
AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after end tag.
atime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was last accessed
atmark(long) - Static method in class org.apache.tomcat.jni.Socket
Query the specified socket if at the OOB/Urgent data mark
ATT_CLASS - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "object" element's "class" attribute.
ATT_ISNULL - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "object" element's "isnull" attribute.
ATT_VALUE - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "value" attribute.
attach(String, long) - Static method in class org.apache.tomcat.jni.Shm
Attach to a shared memory segment that was created by another process.
attach(long, long) - Static method in class org.apache.tomcat.jni.SSLSocket
Attach APR socket on an SSL connection.
ATTACHMENT - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Content-disposition value for file attachment.
attribute - Variable in class org.apache.catalina.ant.JMXGetTask
The attribute you wish to alter
attribute - Variable in class org.apache.catalina.ant.JMXSetTask
The attribute you wish to alter
ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that a new attribute was added to the servlet context.
attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that a new attribute was added to the servlet request.
attributeBroadcaster - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Notification broadcaster for attribute changes.
AttributeInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for an Attribute descriptor.
AttributeInfo() - Constructor for class org.apache.tomcat.util.modeler.AttributeInfo
 
attributeName - Variable in class org.apache.tomcat.util.digester.CallParamRule
The attribute from which to save the parameter value
attributeName - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The attribute which we are attempting to match
AttributeParser - Class in org.apache.jasper.compiler
Converts a JSP attribute value into the unquoted equivalent.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an existing attribute has been removed from the servlet context.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that an existing attribute has been removed from the servlet request.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an attribute on the servlet context has been replaced.
attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that an attribute was replaced on the servlet request.
attributes - Variable in class org.apache.catalina.core.ApplicationContext
The context attributes for this context.
attributes - Variable in class org.apache.catalina.session.StandardSession
The collection of user data attributes associated with this Session.
attributes - Variable in class org.apache.jasper.xmlparser.TreeNode
The attributes of this node, keyed by attribute name, Instantiated only if required.
attributes - Variable in class org.apache.naming.resources.CacheEntry
 
attributes - Variable in class org.apache.naming.resources.DirContextURLConnection
Attributes.
attributes - Variable in class org.apache.naming.resources.ResourceAttributes
External attributes.
attributes - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Attributes provide a way for configuration to be passed to sub-components without the ProtocolHandler being aware of the properties available on those sub-components.
attrsSet(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
Set attributes of the specified file.
AUTH - Static variable in class org.apache.naming.ResourceRef
Auth address type.
AUTH_HEADER_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Authentication header
AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user
authenticate(HttpServletResponse) - Method in interface javax.servlet.http.HttpServletRequest
Triggers the same authentication process as would be triggered if the request is for a resource that is protected by a security constraint.
authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
Triggers the same authentication process as would be triggered if the request is for a resource that is protected by a security constraint.
authenticate(Request, HttpServletResponse) - Method in interface org.apache.catalina.Authenticator
Authenticate the user making this request, based on the login configuration of the Context with which this Authenticator is associated.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in interface org.apache.catalina.Authenticator
Deprecated.
Use Authenticator.authenticate(Request, HttpServletResponse). This will be removed / have reduced visibility in Tomcat 8.0.x
authenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Authenticate the user making this request, based on the fact that no login-config has been defined for the container.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Authenticate the user by checking for the existence of a certificate chain, validating it against the trust manager for the connector and then validating the user's identity against the configured Realm.
authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.Request
Triggers the same authentication process as would be triggered if the request is for a resource that is protected by a security constraint.
authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
 
authenticate(GSSName, GSSCredential) - Method in interface org.apache.catalina.GSSRealm
Deprecated.
Try to authenticate using a GSSName
authenticate - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
authenticate(String) - Method in interface org.apache.catalina.Realm
Try to authenticate with the specified username.
authenticate(String, String) - Method in interface org.apache.catalina.Realm
Try to authenticate using the specified username and credentials.
authenticate(String, String, String, String, String, String, String, String) - Method in interface org.apache.catalina.Realm
Try to authenticate with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2617 (which is a superset of RFC 2069).
authenticate(GSSContext, boolean) - Method in interface org.apache.catalina.Realm
Try to authenticate using a GSSContext
authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
Try to authenticate using X509Certificates
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(String) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified user name otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.CombinedRealm
Try to authenticate using a GSSContext
authenticate(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.CombinedRealm
Try to authenticate using a GSSName
authenticate(String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.JAASRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.JAASRealm
Return the Principal associated with the specified username and digest, if there is one; otherwise return null.
authenticate(String, CallbackHandler) - Method in class org.apache.catalina.realm.JAASRealm
Perform the actual JAAS authentication
authenticate(String, String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.LockOutRealm
Try to authenticate using a GSSContext
authenticate(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.LockOutRealm
Try to authenticate using a GSSName
authenticate(String, String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username, if there is one; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
Try to authenticate with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2617 (which is a superset of RFC 2069).
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.RealmBase
Try to authenticate using a GSSContext
authenticate(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.RealmBase
Try to authenticate using a GSSName
authenticate(HttpServletResponse) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
authentication - Variable in class org.apache.catalina.realm.JNDIRealm
The type of authentication to use
AuthenticationException - Exception in org.apache.tomcat.websocket
Exception thrown on authentication error connecting to a remote websocket endpoint.
AuthenticationException(String) - Constructor for exception org.apache.tomcat.websocket.AuthenticationException
Create authentication exception.
Authenticator - Class in javax.mail
 
Authenticator() - Constructor for class javax.mail.Authenticator
 
Authenticator - Interface in org.apache.catalina
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
Authenticator - Class in org.apache.tomcat.websocket
Base class for the authentication methods used by the websocket client.
Authenticator() - Constructor for class org.apache.tomcat.websocket.Authenticator
 
AuthenticatorBase - Class in org.apache.catalina.authenticator
Basic implementation of the Valve interface that enforces the <security-constraint> elements in the web application deployment descriptor.
AuthenticatorBase() - Constructor for class org.apache.catalina.authenticator.AuthenticatorBase
 
AuthenticatorBase.AllowCorsPreflight - Enum in org.apache.catalina.authenticator
 
authenticatorConfig() - Method in class org.apache.catalina.startup.ContextConfig
Set up an Authenticator automatically if required, and one has not already been configured.
AuthenticatorFactory - Class in org.apache.tomcat.websocket
Utility method to return the appropriate authenticator according to the scheme that the server uses.
AuthenticatorFactory() - Constructor for class org.apache.tomcat.websocket.AuthenticatorFactory
 
authenticators - Static variable in class org.apache.catalina.startup.ContextConfig
The set of Authenticators that we know how to configure.
authenticators - Variable in class org.apache.catalina.startup.Embedded
Deprecated.
Custom mappings of login methods to authenticators
authMethod - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The authentication method to be used.
AUTHORIZATION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
authType - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
authType - Variable in class org.apache.catalina.connector.Request
Authentication type.
authType - Variable in class org.apache.catalina.session.StandardSession
The authentication type used to authenticate our cached Principal, if any.
autoCommit - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
autoCommitFailureClosesAllResultSets() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
autoFlush - Variable in class javax.servlet.jsp.JspWriter
Whether the JspWriter is autoflushing.
available() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
available() - Method in class org.apache.catalina.connector.InputBuffer
 
available - Variable in class org.apache.catalina.core.StandardWrapper
The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available.
available() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
available() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor.SocketInputBuffer
 
available() - Method in class org.apache.coyote.http11.AbstractInputBuffer
Available bytes in the buffers (note that due to encoding, this may not correspond).
available() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
available() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
 
available() - Method in class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
 
available() - Method in class org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
 
available() - Method in interface org.apache.coyote.InputBuffer
Obtain an estimate of the number of bytes that can be read without blocking.
available() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the number of bytes, which are currently available, without blocking.
await() - Method in class org.apache.catalina.core.StandardServer
Wait until a proper shutdown command is received, then return.
await() - Method in interface org.apache.catalina.Server
Wait until a proper shutdown command is received, then return.
await - Variable in class org.apache.catalina.startup.Catalina
Use await.
await() - Method in class org.apache.catalina.startup.Catalina
Await and shutdown.
await - Variable in class org.apache.catalina.startup.Embedded
Deprecated.
Use await.
awaitLatch(CountDownLatch, long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
awaitReadLatch(long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
awaitWriteLatch(long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 

B

B2CConverter - Class in org.apache.tomcat.util.buf
NIO based character decoder.
B2CConverter(String) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
 
B2CConverter(String, boolean) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
 
backgroundProcess() - Method in interface org.apache.catalina.Cluster
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Container
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.core.ContainerBase
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.core.DefaultInstanceManager
 
backgroundProcess() - Method in class org.apache.catalina.core.StandardContext
 
backgroundProcess() - Method in class org.apache.catalina.core.StandardWrapper
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.ha.ClusterDeployer
call from container Background Process
backgroundProcess() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
backgroundProcess() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Loader
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.loader.WebappLoader
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Manager
This method will be invoked by the context/container on a periodic basis and allows the manager to implement a method that executes periodic tasks, such as expiring sessions etc.
backgroundProcess() - Method in interface org.apache.catalina.Realm
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.realm.CombinedRealm
Delegate the backgroundProcess call to all sub-realms.
backgroundProcess() - Method in class org.apache.catalina.realm.RealmBase
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.session.ManagerBase
This method will be invoked by the context/container on a periodic basis and allows the manager to implement a method that executes periodic tasks, such as expiring sessions etc.
backgroundProcess() - Method in class org.apache.catalina.startup.FailedContext
 
backgroundProcess() - Method in interface org.apache.catalina.Valve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.AccessLogValve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
backgroundProcess() - Method in class org.apache.catalina.valves.ValveBase
Execute a periodic task, such as reloading, etc.
BackgroundProcess - Interface in org.apache.tomcat.websocket
 
backgroundProcess() - Method in interface org.apache.tomcat.websocket.BackgroundProcess
 
backgroundProcess() - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
 
backgroundProcess() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
BackgroundProcessManager - Class in org.apache.tomcat.websocket
Provides a background processing mechanism that triggers roughly once a second.
backgroundProcessorDelay - Variable in class org.apache.catalina.core.ContainerBase
The processor delay for this component.
backup(int) - Method in class org.apache.el.parser.SimpleCharStream
Backup a number of characters.
BackupManager - Class in org.apache.catalina.ha.session
 
BackupManager() - Constructor for class org.apache.catalina.ha.session.BackupManager
Constructor, just calls super()
base - Variable in class org.apache.el.parser.AstValue.Target
 
base - Variable in class org.apache.naming.resources.FileDirContext
The document base directory.
base - Variable in class org.apache.naming.resources.WARDirContext
The WAR file.
base - Variable in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
Base64 - Class in org.apache.catalina.util
Deprecated.
Use Base64 This class will be removed in Tomcat 8.
Base64() - Constructor for class org.apache.catalina.util.Base64
Deprecated.
 
Base64 - Class in org.apache.tomcat.util.codec.binary
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
baseaddr(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve the base address of the shared memory segment.
BaseAttributeFilter - Class in org.apache.tomcat.util.modeler
Implementation of NotificationFilter for attribute change notifications.
BaseAttributeFilter(String) - Constructor for class org.apache.tomcat.util.modeler.BaseAttributeFilter
Construct a new filter that accepts only the specified attribute name.
basedir - Variable in class org.apache.catalina.startup.Tomcat
 
BaseDirContext - Class in org.apache.naming.resources
Directory Context implementation helper class.
BaseDirContext() - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context.
BaseDirContext(Hashtable<String, Object>) - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context using the given environment.
BaseKeyedObjectPool<K,V> - Class in org.apache.tomcat.dbcp.pool
A simple base implementation of KeyedObjectPool.
BaseKeyedObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
 
BaseKeyedPoolableObjectFactory<K,V> - Class in org.apache.tomcat.dbcp.pool
A base implementation of KeyedPoolableObjectFactory.
BaseKeyedPoolableObjectFactory() - Constructor for class org.apache.tomcat.dbcp.pool.BaseKeyedPoolableObjectFactory
 
BaseModelMBean - Class in org.apache.tomcat.util.modeler
Basic implementation of the DynamicMBean interface, which supports the minimal requirements of the interface contract.
BaseModelMBean() - Constructor for class org.apache.tomcat.util.modeler.BaseModelMBean
Construct a ModelMBean with default ModelMBeanInfo information.
BaseNCodec - Class in org.apache.tomcat.util.codec.binary
Abstract superclass for Base-N encoders and decoders.
BaseNCodec(int, int, int, int) - Constructor for class org.apache.tomcat.util.codec.binary.BaseNCodec
Note lineLength is rounded down to the nearest multiple of the encoded block size.
BaseNCodec(int, int, int, int, byte) - Constructor for class org.apache.tomcat.util.codec.binary.BaseNCodec
Note lineLength is rounded down to the nearest multiple of the encoded block size.
BaseNotificationBroadcaster - Class in org.apache.tomcat.util.modeler
Implementation of NotificationBroadcaster for attribute change notifications.
BaseNotificationBroadcaster() - Constructor for class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
 
BaseObjectPool<T> - Class in org.apache.tomcat.dbcp.pool
A simple base implementation of ObjectPool.
BaseObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool.BaseObjectPool
 
basePackageName - Variable in class org.apache.jasper.JspCompilationContext
 
BasePoolableObjectFactory<T> - Class in org.apache.tomcat.dbcp.pool
A base implementation of PoolableObjectFactory.
BasePoolableObjectFactory() - Constructor for class org.apache.tomcat.dbcp.pool.BasePoolableObjectFactory
 
BaseRedirectorHelperTask - Class in org.apache.catalina.ant
Abstract base class to add output redirection support for Catalina Ant tasks.
BaseRedirectorHelperTask() - Constructor for class org.apache.catalina.ant.BaseRedirectorHelperTask
 
BaseSessionComparator<T> - Class in org.apache.catalina.manager.util
Comparator which permits to compare on a session's content
BaseSessionComparator() - Constructor for class org.apache.catalina.manager.util.BaseSessionComparator
 
baseURI - Variable in class org.apache.jasper.JspCompilationContext
 
baseUrl - Variable in class org.apache.jasper.JspCompilationContext
 
basic - Variable in class org.apache.catalina.core.StandardPipeline
The basic Valve (if any) associated with this Pipeline.
BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BASIC_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
Deprecated.
Replaced by HttpServletRequest.BASIC_AUTH
BasicAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."
BasicAuthenticator() - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator
 
BasicAuthenticator - Class in org.apache.tomcat.websocket
Authenticator supporting the BASIC auth method.
BasicAuthenticator() - Constructor for class org.apache.tomcat.websocket.BasicAuthenticator
 
BasicDataSource - Class in org.apache.tomcat.dbcp.dbcp
Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
BasicDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
BasicDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp
JNDI object factory that creates an instance of BasicDataSource that has been configured based on the RefAddr values of the specified Reference, which must match the names and data types of the BasicDataSource bean properties.
BasicDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory
 
bcCache - Static variable in class org.apache.tomcat.util.buf.StringCache
Cache for byte chunk.
bcCount - Static variable in class org.apache.tomcat.util.buf.StringCache
toString count for byte chunk.
bcStats - Static variable in class org.apache.tomcat.util.buf.StringCache
Statistics hash map for byte chunk.
bean - Variable in class org.apache.catalina.ant.JMXGetTask
The full bean name
bean - Variable in class org.apache.catalina.ant.JMXSetTask
The full bean name
BeanELResolver - Class in javax.el
 
BeanELResolver() - Constructor for class javax.el.BeanELResolver
 
BeanELResolver(boolean) - Constructor for class javax.el.BeanELResolver
 
BeanFactory - Class in org.apache.naming.factory
Object factory for any Resource conforming to the JavaBean spec.
BeanFactory() - Constructor for class org.apache.naming.factory.BeanFactory
 
BeanRepository - Class in org.apache.jasper.compiler
Repository of {page, request, session, application}-scoped beans
BeanRepository(ClassLoader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.BeanRepository
Constructor.
beanTypes - Variable in class org.apache.jasper.compiler.BeanRepository
 
BEFORE_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the destroy method is about to be called for this instance.
BEFORE_DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before destroy" event.
BEFORE_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method of a servlet accessed via a request dispatcher is about to be called.
BEFORE_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the doFilter() method of a Filter is about to be called.
BEFORE_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the init() method is about to be called for this instance.
BEFORE_INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before init" event.
BEFORE_MANAGERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
BEFORE_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
BEFORE_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
BEFORE_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
BEFORE_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the service() method is about to be called on a servlet.
BEFORE_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before start" event.
BEFORE_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before stop" event.
beforeFirst() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
beforeRequest(Map<String, List<String>>) - Method in class javax.websocket.ClientEndpointConfig.Configurator
Provides the client with a mechanism to inspect and/or modify the headers that are sent to the server to start the WebSocket handshake.
beforeStart() - Method in class org.apache.catalina.startup.ContextConfig
Process a "before start" event for this Context.
beforeStart() - Method in class org.apache.catalina.startup.HostConfig
 
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.ConnectorCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.CopyParentClassLoaderRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.LifecycleListenerRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.SetAllPropertiesRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.SetContextPropertiesRule
Handle the beginning of an XML element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.NodeCreateRule
Implemented to replace the content handler currently in use by a NodeBuilder.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.ObjectParamRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.PathCallParamRule
Process the start of this element.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.Rule
Deprecated.
Use the begin method with namespace and name parameters instead.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the beginning of a matching XML element is encountered.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.SetPropertyRule
Process the beginning of this element.
beginColumn - Variable in class org.apache.el.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.el.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.el.parser.SimpleCharStream
Start.
BIGDECIMAL - Static variable in class org.apache.el.lang.ELArithmetic
 
BIGINTEGER - Static variable in class org.apache.el.lang.ELArithmetic
 
BINARY_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
 
binaryContent - Variable in class org.apache.catalina.loader.ResourceEntry
Binary content of the resource.
binaryContent - Variable in class org.apache.naming.resources.Resource
Binary content.
BinaryDecoder - Interface in org.apache.tomcat.util.codec
Defines common decoding methods for byte array decoders.
BinaryEncoder - Interface in org.apache.tomcat.util.codec
Defines common encoding methods for byte array encoders.
bind() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
bind() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
bind(ServerSocket, int, int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Attempts to bind using the provided port and if that fails attempts to bind to each of the ports from portstart to (portstart + retries -1) until either there are no more ports or the bind is successful.
bind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(Name, Object, boolean) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
bind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(ClassLoader, DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
bind(Name, Object) - Method in class org.apache.naming.resources.EmptyDirContext
 
bind(String, Object) - Method in class org.apache.naming.resources.EmptyDirContext
 
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(long, long) - Static method in class org.apache.tomcat.jni.Local
Bind the socket to its associated port
bind(long, long) - Static method in class org.apache.tomcat.jni.Socket
Bind the socket to its associated port
bind() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
bind() - Method in class org.apache.tomcat.util.net.AprEndpoint
Initialize the endpoint.
bind() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
bind() - Method in class org.apache.tomcat.util.net.NioEndpoint
Initialize the endpoint.
bindAsUser(DirContext, JNDIRealm.User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check credentials by binding to the directory as the user
bindAttributes(MBeanServerConnection, String, String, ObjectName) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
bindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Deprecated.
- unused
bindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Deprecated.
- unused
bindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a class loader.
bindContext(Object, Context) - Static method in class org.apache.naming.ContextBindings
Binds an object and a naming context.
bindContext(Object, Context, Object) - Static method in class org.apache.naming.ContextBindings
Binds an object and a naming context.
bindings - Variable in class org.apache.naming.NamingContext
Bindings in this Context.
bindThread() - Method in class org.apache.catalina.core.StandardContext
Bind current thread, both for CL purposes and for JNDI ENC support during : startup, shutdown and reloading of the context.
bindThread(Object) - Static method in class org.apache.naming.ContextBindings
Deprecated.
- unused
bindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindThread(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a thread.
bindUdp(DatagramSocket, int, int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Same as bind() except it does it for the UDP port
BIOCallback - Interface in org.apache.tomcat.jni
Open SSL BIO Callback Interface
BioProcessor - Class in org.apache.coyote.http11.upgrade
 
BioProcessor(SocketWrapper<Socket>, HttpUpgradeHandler, int) - Constructor for class org.apache.coyote.http11.upgrade.BioProcessor
 
BioReceiver - Class in org.apache.catalina.tribes.transport.bio
 
BioReceiver() - Constructor for class org.apache.catalina.tribes.transport.bio.BioReceiver
 
BioReplicationTask - Class in org.apache.catalina.tribes.transport.bio
A worker thread class which can drain channels and echo-back the input.
BioReplicationTask(ListenCallback) - Constructor for class org.apache.catalina.tribes.transport.bio.BioReplicationTask
 
BioSender - Class in org.apache.catalina.tribes.transport.bio
Send cluster messages with only one socket.
BioSender() - Constructor for class org.apache.catalina.tribes.transport.bio.BioSender
 
bioSenders - Variable in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
BioServletInputStream - Class in org.apache.coyote.http11.upgrade
 
BioServletInputStream(SocketWrapper<Socket>) - Constructor for class org.apache.coyote.http11.upgrade.BioServletInputStream
 
BioServletOutputStream - Class in org.apache.coyote.http11.upgrade
 
BioServletOutputStream(SocketWrapper<Socket>, int) - Constructor for class org.apache.coyote.http11.upgrade.BioServletOutputStream
 
BITS_PER_BYTE - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
blanksToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts blank strings to another string
block - Variable in class org.apache.catalina.valves.SemaphoreValve
Block until a permit is available.
blockExternal - Variable in class org.apache.jasper.JspC
 
BLOCKING_SEND_TIMEOUT_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
blockingSelector - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
body - Variable in class org.apache.jasper.xmlparser.TreeNode
The body text associated with this node (if any).
body(String, String, String) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the body text of this element.
body(String, String, String) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process the body text of this element.
body(String) - Method in class org.apache.tomcat.util.digester.Rule
Deprecated.
Use the body method with namespace and name parameters instead.
body(String, String, String) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the body of a matching XML element is encountered.
BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is empty.
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is JSP.
BODY_CONTENT_SCRIPTLESS - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is scriptless.
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is Tag dependent.
BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
bodyBytes - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Body message.
BodyContent - Class in javax.servlet.jsp.tagext
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
Protected constructor.
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
The current BodyContent for this BodyTag.
BodyContentImpl - Class in org.apache.jasper.runtime
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BodyContentImpl(JspWriter) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
Constructor.
bodyMessage - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Body message.
BodyTag - Interface in javax.servlet.jsp.tagext
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - Class in javax.servlet.jsp.tagext
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
bodyText - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The body text collected from this element.
bodyText - Variable in class org.apache.tomcat.util.digester.Digester
The body text of the current element.
bodyTexts - Variable in class org.apache.tomcat.util.digester.Digester
The stack of body text string buffers for surrounding elements.
bodyTextStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
Stack is used to allow nested body text to be processed.
Boolean() - Method in class org.apache.el.parser.ELParser
 
BooleanNode - Class in org.apache.el.parser
 
BooleanNode(int) - Constructor for class org.apache.el.parser.BooleanNode
 
booleanParameter(HttpServletRequest, String, boolean, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Extract boolean value from checkbox with default.
booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
Convert a String value to 'boolean'.
Bootstrap - Class in org.apache.catalina.startup
Bootstrap loader for Catalina.
Bootstrap() - Constructor for class org.apache.catalina.startup.Bootstrap
 
borrowConnection(long, PooledConnection, String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Validates and configures a previously idle connection
borrowObject() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool
Get a db connection from the pool.
borrowObject(K) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Obtains an instance from this pool for the specified key.
borrowObject() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Obtains an instance from the pool.
borrowObject(K) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Borrows an object from the keyed pool associated with the given key.
borrowObject() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Borrows an object from the pool.
borrowObject() - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Borrow an object from the pool.
borrowObject(K) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Borrows an object with the given key.
borrowObject() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Borrows an object from the pool.
borrowObject(K) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Obtains an instance from this pool for the specified key.
borrowObject() - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Obtains an instance from this pool.
BOUNDARY_PREFIX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that precedes a boundary (CRLF--).
BracketSuffix() - Method in class org.apache.el.parser.ELParser
 
breakdown() - Method in class org.apache.catalina.tribes.group.RpcChannel
 
breakdown() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
breakKeepAliveLoop(SocketWrapper<S>) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Checks to see if the keep-alive loop should be broken, performing any processing (e.g. sendfile handling) that may have an impact on whether or not the keep-alive loop should be broken.
breakKeepAliveLoop(SocketWrapper<Long>) - Method in class org.apache.coyote.http11.Http11AprProcessor
 
breakKeepAliveLoop(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProcessor
 
breakKeepAliveLoop(SocketWrapper<Socket>) - Method in class org.apache.coyote.http11.Http11Processor
 
broadcast(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
 
broadcast(ChannelMessage) - Method in interface org.apache.catalina.tribes.MembershipService
Broadcasts a message to all members
broadcast(int, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Helper method to broadcast a message to all members in a channel
broadcaster - Variable in class org.apache.catalina.core.StandardWrapper
The broadcaster that sends j2ee notifications.
bToS(byte[]) - Static method in class org.apache.catalina.tribes.group.RpcChannel
Deprecated.
Unused - will be removed in Tomcat 8.0.x
bToS(byte[]) - Static method in class org.apache.catalina.tribes.io.ChannelData
 
bToS(byte[]) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
 
bToS(byte[], int) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
 
buf - Variable in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Our buffer to hold the stream.
buf - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
buf - Variable in class org.apache.catalina.tribes.io.XByteBuffer
Variable to hold the data
buf - Variable in class org.apache.coyote.ajp.AjpMessage
Fixed size buffer.
buf - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
The buffer used for header composition.
buf - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes buffer.
bufcolumn - Variable in class org.apache.el.parser.SimpleCharStream
 
buffer - Variable in class org.apache.catalina.util.XMLWriter
Buffer.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.el.parser.SimpleCharStream
 
Buffer - Class in org.apache.tomcat.jni
Buffer
Buffer() - Constructor for class org.apache.tomcat.jni.Buffer
 
buffer(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve new ByteBuffer base address of the shared memory segment.
BUFFER_SIZE - Static variable in class org.apache.catalina.servlets.DefaultServlet
Size of file transfer buffer in bytes.
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIExec
 
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIProcessor
 
BUFFER_SIZE - Static variable in class org.apache.naming.resources.FileDirContext
The descriptive information string for this implementation.
buffered - Variable in class org.apache.catalina.ssi.SSIServlet
Should the output be buffered.
BUFFERED_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
BUFFERED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Buffered filter (input)
BufferedInputFilter - Class in org.apache.coyote.http11.filters
Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
BufferedInputFilter() - Constructor for class org.apache.coyote.http11.filters.BufferedInputFilter
 
BufferPool - Class in org.apache.catalina.tribes.io
 
bufferPool - Variable in class org.apache.tomcat.util.net.SocketProperties
NioChannel pool size for the endpoint, this value is how many channels -1 means unlimited cached, 0 means no cache Default value is 500
BufferPool.BufferPoolAPI - Interface in org.apache.catalina.tribes.io
 
bufferPoolSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Buffer pool size in bytes to be cached -1 means unlimited, 0 means no cache Default value is 100MB (1024*1024*100 bytes)
bufferSize - Variable in class javax.servlet.jsp.JspWriter
The size of the buffer used by the JspWriter.
bufferSize() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
bufHandler - Variable in class org.apache.tomcat.util.net.NioChannel
 
bufline - Variable in class org.apache.el.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.el.parser.SimpleCharStream
Position in buffer.
bufSize - Variable in class org.apache.catalina.tribes.io.XByteBuffer
Current length of data in the buffer
build() - Method in class javax.websocket.ClientEndpointConfig.Builder
 
build() - Method in class javax.websocket.server.ServerEndpointConfig.Builder
 
buildJarSafeUrl(File) - Static method in class org.apache.tomcat.util.buf.UriUtil
 
buildJarUrl(File) - Static method in class org.apache.tomcat.util.buf.UriUtil
 
buildJarUrl(File, String) - Static method in class org.apache.tomcat.util.buf.UriUtil
 
buildJarUrl(String) - Static method in class org.apache.tomcat.util.buf.UriUtil
 
buildJarUrl(String, String) - Static method in class org.apache.tomcat.util.buf.UriUtil
 
BYTE_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
ByteArrayOutputStream - Class in org.apache.tomcat.util.http.fileupload
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteArrayServletOutputStream - Class in org.apache.catalina.ssi
Class that extends ServletOutputStream, used as a wrapper from within SsiInclude
ByteArrayServletOutputStream() - Constructor for class org.apache.catalina.ssi.ByteArrayServletOutputStream
Construct a new ServletOutputStream.
byteArrayToLong(byte[]) - Static method in class org.apache.catalina.util.Conversions
 
byteArrayToLong(byte[], int, int) - Static method in class org.apache.tomcat.websocket.WsFrameBase
 
ByteChunk - Class in org.apache.tomcat.util.buf
This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk() - Constructor for class org.apache.tomcat.util.buf.ByteChunk
Creates a new, uninitialized ByteChunk object.
ByteChunk(int) - Constructor for class org.apache.tomcat.util.buf.ByteChunk
 
ByteChunk.ByteInputChannel - Interface in org.apache.tomcat.util.buf
Input interface, used when the buffer is empty.
ByteChunk.ByteOutputChannel - Interface in org.apache.tomcat.util.buf
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
byteCount - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Bytes written to client for the current request
byteEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
Enabled ?
ByteMessage - Class in org.apache.catalina.tribes
A byte message is not serialized and deserialized by the channel instead it is sent as a byte array
By default Tribes uses java serialization when it receives an object to be sent over the wire.
ByteMessage() - Constructor for class org.apache.catalina.tribes.ByteMessage
Creates an empty byte message Constructor also for deserialization
ByteMessage(byte[]) - Constructor for class org.apache.catalina.tribes.ByteMessage
Creates a byte message wit h
BYTES_PER_INT - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
bytesWritten - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Bytes written to client for the current request.

C

C2BConverter - Class in org.apache.tomcat.util.buf
NIO based character encoder.
C2BConverter(String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
 
cache - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should we cache authenticated Principals if the request is part of an HTTP session?
cache - Variable in class org.apache.catalina.authenticator.SingleSignOn
The cache of SingleSignOnEntry instances for authenticated Principals, keyed by the cookie value that is used to select them.
cache - Variable in class org.apache.catalina.valves.AccessLogValve.DateFormatCache.Cache
 
cache - Variable in class org.apache.jasper.JspC
 
cache - Variable in class org.apache.naming.resources.ProxyDirContext
Cache.
cache - Variable in class org.apache.naming.resources.ResourceCache
Cache.
cache - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, keyed by the matching pattern.
cacheClassName - Variable in class org.apache.naming.resources.ProxyDirContext
Cache class.
cached - Variable in class org.apache.naming.resources.BaseDirContext
Cached.
CACHED_DTD_PUBLIC_IDS - Static variable in class org.apache.jasper.Constants
 
CACHED_DTD_RESOURCE_PATHS - Static variable in class org.apache.jasper.Constants
 
CACHED_POST_LEN - Static variable in class org.apache.catalina.connector.Request
Post data buffer.
CacheEntry - Class in org.apache.naming.resources
Implements a cache entry.
CacheEntry() - Constructor for class org.apache.naming.resources.CacheEntry
 
cacheLoad(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Load entry into cache.
cacheLookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Lookup in cache.
cacheMaxSize - Variable in class org.apache.catalina.core.StandardContext
Cache max size in KB.
cacheMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of cache for resources.
cacheMaxSize - Variable in class org.apache.naming.resources.ResourceCache
Max size of resources which will have their content cached.
cacheObjectMaxSize - Variable in class org.apache.catalina.core.StandardContext
Cache object max size in KB.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of resources that will be content cached.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.ProxyDirContext
Max size of resources which will have their content cached.
cacheRemovalWarningTime - Variable in class org.apache.catalina.realm.LockOutRealm
If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged.
cacheSize - Variable in class org.apache.catalina.realm.LockOutRealm
Number of users that have failed authentication to keep in cache.
cacheSize - Variable in class org.apache.naming.resources.ResourceCache
Current cache size in KB.
cacheSize - Static variable in class org.apache.tomcat.util.buf.StringCache
 
cacheStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
cacheTTL - Variable in class org.apache.catalina.core.StandardContext
Cache TTL in ms.
cacheTTL - Variable in class org.apache.naming.resources.BaseDirContext
Cache TTL.
cacheTTL - Variable in class org.apache.naming.resources.ProxyDirContext
Cache TTL.
cacheUnload(String) - Method in class org.apache.naming.resources.ProxyDirContext
Remove entry from cache.
caching - Variable in class org.apache.jasper.JspC
 
CALLABLE_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
callback(String) - Method in interface org.apache.tomcat.jni.PasswordCallback
Called when the password is required
callback() - Method in interface org.apache.tomcat.jni.PoolCallback
Called when the pool is destroyed or cleared
callback(long, int, String) - Method in interface org.apache.tomcat.jni.ProcErrorCallback
Called in the child process if APR encounters an error in the child prior to running the specified program.
callbackHandler - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The callback handler responsible for answering our requests.
callMain(Class<?>, String[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
callMethod0(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used, though compliments callMethod1 and callMethodN here
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
 
CallMethodRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequent CallParamRule rules or from the body of this element.
CallMethodRule(String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(int, String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(int, String) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(int, String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(String, int, Class<?>[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(int, String, int, Class<?>[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
calloc(int, int) - Static method in class org.apache.tomcat.jni.Buffer
Allocate a new ByteBuffer from memory and set all of the memory to 0
calloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Allocate a block of memory from a pool and set all of the memory to 0
calloc(int, int) - Static method in class org.apache.tomcat.jni.Stdlib
Allocates an array in memory with elements initialized to 0.
CallParamRule - Class in org.apache.tomcat.util.digester
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
CallParamRule(int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
CallParamRule(int, String) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
CallParamRule(int, boolean) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Construct a "call parameter" rule.
CallParamRule(int, int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Constructs a "call parameter" rule which sets a parameter from the stack.
canAccess(Object, AccessibleObject) - Method in class org.apache.el.util.JreCompat
Is the accessibleObject accessible (as a result of appropriate module exports) on the provided instance?
canAccess(Object, AccessibleObject) - Method in class org.apache.tomcat.util.compat.JreCompat
Is the accessibleObject accessible (as a result of appropriate module exports) on the provided instance?
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute can hold a request-time value.
cancel() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
cancel(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
cancel(boolean) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
cancel(boolean) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
cancel(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
canceled - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
canceled - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
cancelKey(SelectionKey) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
cancelledKey(SelectionKey) - Static method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
cancelledKey(SelectionKey, SocketStatus, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
cancelRowUpdates() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
canonical - Variable in class org.apache.catalina.util.DOMWriter
Canonical output.
canonicalLoaderDir - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
 
canonicalPath - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
 
canReauthenticate - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
capitalize(String) - Static method in class org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory
 
capitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Reverse of Introspector.decapitalize.
captureServletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
Our ServletOutputStream
CaseInsensitiveKeyMap<V> - Class in org.apache.tomcat.websocket
A Map implementation that uses case-insensitive (using Locale.ENGLISH) strings as keys.
CaseInsensitiveKeyMap() - Constructor for class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
 
Catalina - Class in org.apache.catalina.startup
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
 
Catalina.CatalinaShutdownHook - Class in org.apache.catalina.startup
Shutdown hook which will perform a clean shutdown of Catalina if needed.
Catalina.CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
CATALINA_BASE_PROP - Static variable in class org.apache.catalina.Globals
Name of the system property containing the tomcat instance installation path
CATALINA_BASE_PROP - Static variable in class org.apache.jasper.Constants
Name of the system property containing the tomcat instance installation path
CATALINA_BASE_PROP - Static variable in class org.apache.tomcat.util.net.Constants
Name of the system property containing the tomcat instance installation path
CATALINA_HOME_PROP - Static variable in class org.apache.catalina.Globals
Name of the system property containing the tomcat product installation path
CATALINA_HOME_PROP - Static variable in class org.apache.jasper.Constants
Name of the system property containing the tomcat product installation path
CatalinaCluster - Interface in org.apache.catalina.ha
A CatalinaCluster interface allows to plug in and out the different cluster implementations
CatalinaFactory - Class in org.apache.catalina
Deprecated.
There was no demand for this capability and it will be removed in Tomcat 8.0.x
CatalinaProperties - Class in org.apache.catalina.startup
Utility class to read the bootstrap Catalina configuration.
CatalinaProperties() - Constructor for class org.apache.catalina.startup.CatalinaProperties
 
catalog - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
Catch - Class in org.apache.jasper.tagplugins.jstl.core
 
Catch() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Catch
 
cause - Variable in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
cause - Variable in exception org.apache.tomcat.dbcp.dbcp.DbcpException
Deprecated.
The root cause of this exception (typically an SQLException but this is not required).
ccCache - Static variable in class org.apache.tomcat.util.buf.StringCache
Cache for char chunk.
ccCount - Static variable in class org.apache.tomcat.util.buf.StringCache
toString count for char chunk.
ccStats - Static variable in class org.apache.tomcat.util.buf.StringCache
Statistics hash map for char chunk.
CERT_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
Deprecated.
Replaced by HttpServletRequest.CLIENT_CERT_AUTH
CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the client certificate chain.
certificates - Variable in class org.apache.catalina.loader.ResourceEntry
Certificates (if the resource was loaded from a JAR).
certificates - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Byte chunk for certs.
CERTIFICATES_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.
CGIServlet - Class in org.apache.catalina.servlets
CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet.
CGIServlet() - Constructor for class org.apache.catalina.servlets.CGIServlet
 
CGIServlet.CGIEnvironment - Class in org.apache.catalina.servlets
Encapsulates the CGI environment and rules to derive that environment from the servlet container and request information.
CGIServlet.CGIEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Creates a CGIEnvironment and derives the necessary environment, query parameters, working directory, cgi command, etc.
CGIServlet.CGIRunner - Class in org.apache.catalina.servlets
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams Exposes a run method used to actually invoke the CGI.
CGIServlet.CGIRunner(String, Hashtable<String, String>, File, ArrayList<String>) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIRunner
Creates a CGIRunner and initializes its environment, working directory, and query parameters.
CGIServlet.HTTPHeaderInputStream - Class in org.apache.catalina.servlets
This is an input stream specifically for reading HTTP headers.
ch - Variable in class org.apache.jasper.xmlparser.XMLString
The character array.
cHandler - Variable in class org.apache.coyote.http11.Http11Protocol
 
CHANGE_LOCAL_NAME_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
CHANGE_LOCAL_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
CHANGE_SESSION_ID_EVENT - Static variable in interface org.apache.catalina.Context
Container event for changing the ID of a session.
changeRequestSessionID(Request, String, String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Change Request Session id
changeSessionID(Request, Session) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
changeSessionId(String) - Method in class org.apache.catalina.connector.Request
Change the ID of the session that this request is associated with.
changeSessionId() - Method in class org.apache.catalina.connector.Request
 
changeSessionId(Session) - Method in class org.apache.catalina.ha.session.DeltaManager
 
changeSessionId(Session, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
changeSessionID(Request, String, String, Session) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
change session id and send to all cluster nodes
changeSessionId(Session) - Method in interface org.apache.catalina.Manager
Change the session ID of the current session to a new randomly generated session ID.
changeSessionId(Session) - Method in class org.apache.catalina.session.ManagerBase
 
changeSessionId(Session, String) - Method in class org.apache.catalina.session.ManagerBase
 
changeSessionIdOnAuthentication - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should the session ID, if any, be changed upon a successful authentication to prevent a session fixation attack?
channel - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Group channel.
Channel - Interface in org.apache.catalina.tribes
Channel interface
A channel is a representation of a group of nodes all participating in some sort of communication with each other.
channel - Variable in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
channel - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Reference to the channel for sending messages
ChannelCoordinator - Class in org.apache.catalina.tribes.group
The channel coordinator object coordinates the membership service, the sender and the receiver.
ChannelCoordinator() - Constructor for class org.apache.catalina.tribes.group.ChannelCoordinator
 
ChannelCoordinator(ChannelReceiver, ChannelSender, MembershipService) - Constructor for class org.apache.catalina.tribes.group.ChannelCoordinator
 
ChannelData - Class in org.apache.catalina.tribes.io
The ChannelData object is used to transfer a message through the channel interceptor stack and eventually out on a transport to be sent to another node.
ChannelData() - Constructor for class org.apache.catalina.tribes.io.ChannelData
Creates an empty channel data with a new unique Id
ChannelData(boolean) - Constructor for class org.apache.catalina.tribes.io.ChannelData
Create an empty channel data object
ChannelData(byte[], XByteBuffer, long) - Constructor for class org.apache.catalina.tribes.io.ChannelData
Creates a new channel data object with data
ChannelException - Exception in org.apache.catalina.tribes
Channel Exception
A channel exception is thrown when an internal error happens somewhere in the channel.
ChannelException() - Constructor for exception org.apache.catalina.tribes.ChannelException
Constructor, creates a ChannelException
ChannelException(String) - Constructor for exception org.apache.catalina.tribes.ChannelException
Constructor, creates a ChannelException with an error message
ChannelException(String, Throwable) - Constructor for exception org.apache.catalina.tribes.ChannelException
Constructor, creates a ChannelException with an error message and a cause
ChannelException(Throwable) - Constructor for exception org.apache.catalina.tribes.ChannelException
Constructor, creates a ChannelException with a cause
ChannelException.FaultyMember - Class in org.apache.catalina.tribes
Title: FaultyMember class Description: Represent a failure to a specific member when a message was sent to more than one member
ChannelException.FaultyMember(Member, Exception) - Constructor for class org.apache.catalina.tribes.ChannelException.FaultyMember
 
ChannelInterceptor - Interface in org.apache.catalina.tribes
A ChannelInterceptor is an interceptor that intercepts messages and membership messages in the channel stack.
ChannelInterceptor.InterceptorEvent - Interface in org.apache.catalina.tribes
 
ChannelInterceptorBase - Class in org.apache.catalina.tribes.group
Abstract class for the interceptor base class.
ChannelInterceptorBase() - Constructor for class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
ChannelListener - Interface in org.apache.catalina.tribes
Title: ChannelListener Description: An interface to listens to incoming messages from a channel When a message is received, the Channel will invoke the channel listener in a conditional sequence.
channelListeners - Variable in class org.apache.catalina.tribes.group.GroupChannel
A list of channel listeners that subscribe to incoming messages
ChannelMessage - Interface in org.apache.catalina.tribes
Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component
ChannelReceiver - Interface in org.apache.catalina.tribes
ChannelReceiver Interface
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
ChannelSender - Interface in org.apache.catalina.tribes
ChannelReceiver Interface
The ChannelSender interface is the data sender component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
channelSendOptions - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Our default send options
CHAR_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
characterEncoding - Variable in class org.apache.catalina.authenticator.FormAuthenticator
Character encoding to use to read the username and password parameters from the request.
characters - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol characters.
characters(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of character data received from the body of an XML element.
charAt(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
CharChunk - Class in org.apache.tomcat.util.buf
Utilities to manipulate char chunks.
CharChunk() - Constructor for class org.apache.tomcat.util.buf.CharChunk
Creates a new, uninitialized CharChunk object.
CharChunk(int) - Constructor for class org.apache.tomcat.util.buf.CharChunk
 
CharChunk.CharInputChannel - Interface in org.apache.tomcat.util.buf
Input interface, used when the buffer is empty.
CharChunk.CharOutputChannel - Interface in org.apache.tomcat.util.buf
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
charCmp(String, int, String) - Method in class org.apache.catalina.ssi.SSIProcessor
 
charEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
 
charset - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The charset used during URL encoding.
CHARSET - Static variable in class org.apache.catalina.manager.Constants
 
CHARSET - Static variable in class org.apache.catalina.manager.host.Constants
 
charset - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
CharsetCache - Class in org.apache.tomcat.util.buf
 
CharsetCache() - Constructor for class org.apache.tomcat.util.buf.CharsetCache
 
CharsetMapper - Class in org.apache.catalina.util
Utility class that attempts to map from a Locale to the corresponding character set to be used for interpreting input text (or generating output text) when the Content-Type header does not include one.
CharsetMapper() - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the default properties resource.
CharsetMapper(String) - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the specified properties resource.
charsetparam - Static variable in class org.apache.tomcat.websocket.BasicAuthenticator
 
CharsetUtil - Class in org.apache.tomcat.util.buf
 
check(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Invoke the check method on the deployer.
check() - Method in class org.apache.catalina.ha.deploy.WarWatcher
check for modification and send notification to listener
check() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
Returns 1 if the file has been added/modified, 0 if the file is unchanged and -1 if the file has been removed
check(Permission) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
check(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the check method on the deployer.
check() - Method in class org.apache.catalina.startup.HostConfig
Check status of all webapps.
check(String) - Method in class org.apache.catalina.startup.HostConfig
Check status of a specific web application and reload, redeploy or deploy it as necessary.
check(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
check(Permission) - Method in interface org.apache.tomcat.util.security.PermissionCheck
Does this component have the given permission?
checkAbandoned() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Iterates through all the busy connections and checks for connections that have timed out
checkAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Forces an abandon check on the connection pool.
checkAbandoned() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
checkAbandoned() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Checks if all mandatory attributes are present and if all attributes present have valid names.
checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Method used by background thread to check the JSP dependencies registered with this class for JSP's.
checkConverter() - Method in class org.apache.catalina.connector.InputBuffer
 
checkConverter() - Method in class org.apache.catalina.connector.OutputBuffer
 
checkCredentials(DirContext, JNDIRealm.User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the given User can be authenticated with the given credentials.
checkDefaults() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
checkedPool(ObjectPool<T>, Class<T>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Wraps an ObjectPool and dynamically checks the type of objects borrowed and returned to the pool.
checkedPool(KeyedObjectPool<K, V>, Class<V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Wraps a KeyedObjectPool and dynamically checks the type of objects borrowed and returned to the keyedPool.
CheckEol - Class in org.apache.tomcat.buildutil
Ant task that checks that all the files in the given fileset have end-of-line delimiters that are appropriate for the current OS.
CheckEol() - Constructor for class org.apache.tomcat.buildutil.CheckEol
 
checkError() - Method in class org.apache.catalina.connector.CoyoteWriter
 
checkError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
checkError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
checkExpiration() - Method in class org.apache.tomcat.websocket.WsSession
 
checkExpired() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
checkFileName(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Checks, whether the given file name is valid in the sense, that it doesn't contain any NUL characters.
checkForCachedAuthentication(Request, HttpServletResponse, boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Check to see if the user has already been authenticated earlier in the processing chain or if there is enough information available to authenticate the user without requiring further user interaction.
checkHandlesTypes(JavaClass) - Method in class org.apache.catalina.startup.ContextConfig
For classes packaged with the web application, the class and each super class needs to be checked for a match with HandlesTypes or for an annotation that matches HandlesTypes.
checkIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Iterates through the idle connections and resizes the idle pool based on parameters PoolProperties.maxIdle, PoolProperties.minIdle, PoolProperties.minEvictableIdleTimeMillis
checkIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
checkIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Forces a check for resizing of the idle connections
checkIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
checkIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the conditions specified in the optional If headers are satisfied.
checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.WebdavServlet
 
checkIfMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-match condition is satisfied.
checkIfModifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-modified-since condition is satisfied.
checkIfNoneMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-none-match condition is satisfied.
checkIfUnmodifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-unmodified-since condition is satisfied.
checkInterruptStatus() - Method in class org.apache.tomcat.util.net.NioChannel
This method should be used to check the interrupt status before attempting a write.
checkMembers(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
checkMinIdle(ObjectPool<T>, int, long) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Periodically check the idle object count for the pool.
checkMinIdle(KeyedObjectPool<K, V>, K, int, long) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Periodically check the idle object count for the key in the keyedPool.
checkMinIdle(KeyedObjectPool<K, V>, Collection<? extends K>, int, long) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Periodically check the idle object count for each key in the Collection keys in the keyedPool.
checkNormalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Check that the URI is normalized following character decoding.
checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
checkOptionFlags() - Method in class org.apache.catalina.tribes.group.GroupChannel
Validates the option flags that each interceptor is using and reports an error if two interceptor share the same flag.
checkOrigin(String) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
 
checkOrigin(String) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
checkOsUser() - Method in class org.apache.catalina.security.SecurityListener
 
checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
checkParachute() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
checkParameter() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
check correct lb and worker parameter
checkPoolConfiguration(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
checkRecycled(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
checkRecycled(Request, Response) - Method in interface org.apache.coyote.Adapter
Assert that request and response have been recycled.
checkRequestType(HttpServletRequest) - Method in class org.apache.catalina.filters.CorsFilter
Determines the request type.
checkResources(HostConfig.DeployedApplication) - Method in class org.apache.catalina.startup.HostConfig
Deprecated.
Use HostConfig.checkResources(DeployedApplication, boolean). Will be removed in Tomcat 9.0.x
checkResources(HostConfig.DeployedApplication, boolean) - Method in class org.apache.catalina.startup.HostConfig
Check resources for redeployment and reloading.
checkRethrow(Throwable) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Should the supplied Throwable be re-thrown (eg if it is an instance of one of the Throwables that should never be swallowed).
checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Checks to see if the given scope is valid.
checkSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Check a submitted security token.
checkSendfile(HttpServletRequest, HttpServletResponse, CacheEntry, long, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if sendfile can be used.
checkState(boolean) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Check to make sure the factory is able to perform the function it is asked to do.
checkSwallowInput() - Method in class org.apache.catalina.connector.Request
Check the configuration for aborted uploads and if configured to do so, disable the swallowing of any remaining input and close the connection once the response has been written.
checkThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
checkUmask() - Method in class org.apache.catalina.security.SecurityListener
 
checkUndeploy() - Method in class org.apache.catalina.startup.HostConfig
Check for old versions of applications using parallel deployment that are now unused (have no active sessions) and undeploy any that are found.
checkUnload() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Method used by background thread to check if any JSP's should be unloaded.
checkUser(String, String) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
checkWritable() - Method in class org.apache.naming.NamingContext
Throws a naming exception is Context is not writable.
childErrSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_err and parent_err values to existing apr_file_t values.
childInit(String, long) - Static method in class org.apache.tomcat.jni.Global
Re-open a mutex in a child process.
childInit(String, long) - Static method in class org.apache.tomcat.jni.Lock
Re-open a mutex in a child process.
childInSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_in and/or parent_in values to existing apr_file_t values.
childOutSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_out and parent_out values to existing apr_file_t values.
children - Variable in class org.apache.catalina.core.ContainerBase
The child Containers belonging to this Container, keyed by name.
children - Variable in class org.apache.el.parser.SimpleNode
 
children - Variable in class org.apache.jasper.xmlparser.TreeNode
The children of this node, instantiated only if required.
children - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
childrenSorted - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
Choice() - Method in class org.apache.el.parser.ELParser
 
Choose - Class in org.apache.jasper.tagplugins.jstl.core
 
Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Choose
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Choose an alias to authenticate the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Choose an alias to authenticate the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns this key manager's server key alias that was provided in the constructor.
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns this key manager's server key alias that was provided in the constructor.
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
chr - Variable in class org.apache.coyote.http11.AbstractInputBuffer
 
CHUNKED - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
CHUNKED - Static variable in class org.apache.coyote.http11.Constants
 
CHUNKED_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Chunked filters (input and output).
ChunkedInputFilter - Class in org.apache.coyote.http11.filters
Chunked input filter.
ChunkedInputFilter(int, Set<String>, int, int) - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ChunkedOutputFilter - Class in org.apache.coyote.http11.filters
Chunked output filter.
ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
Default constructor.
chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Chunk header.
chunkLength - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Buffer used for chunk length conversion.
CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
 
CIPHER_SUITE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).
CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the cipher suite.
ciphers - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
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.
CLASS - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
CLASS_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.
classDebugInfo - Variable in class org.apache.jasper.JspC
 
ClassElementValue - Class in org.apache.tomcat.util.bcel.classfile
 
classFileName - Variable in class org.apache.jasper.JspCompilationContext
 
ClassFormatException - Exception in org.apache.tomcat.util.bcel.classfile
Thrown when the BCEL attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatException() - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
 
ClassFormatException(String) - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
 
classLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
classLoader - Variable in class org.apache.tomcat.util.digester.Digester
The class loader to use for instantiating application objects.
ClassLoaderFactory - Class in org.apache.catalina.startup
Utility class for building class loaders for Catalina.
ClassLoaderFactory() - Constructor for class org.apache.catalina.startup.ClassLoaderFactory
 
ClassLoaderFactory.Repository - Class in org.apache.catalina.startup
 
ClassLoaderFactory.Repository(String, ClassLoaderFactory.RepositoryType) - Constructor for class org.apache.catalina.startup.ClassLoaderFactory.Repository
 
ClassLoaderFactory.RepositoryType - Enum in org.apache.catalina.startup
 
classLoaderLoggers - Variable in class org.apache.juli.ClassLoaderLogManager
Map containing the classloader information, keyed per classloader.
ClassLoaderLogManager - Class in org.apache.juli
Per classloader LogManager implementation.
ClassLoaderLogManager() - Constructor for class org.apache.juli.ClassLoaderLogManager
 
ClassLoaderLogManager.ClassLoaderLogInfo - Class in org.apache.juli
 
ClassLoaderLogManager.LogNode - Class in org.apache.juli
 
ClassLoaderLogManager.RootLogger - Class in org.apache.juli
This class is needed to instantiate the root of each per classloader hierarchy.
ClassLoaderLogManager.RootLogger() - Constructor for class org.apache.juli.ClassLoaderLogManager.RootLogger
 
classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
 
className - Variable in class org.apache.catalina.ssi.SSIMediator
 
className - Variable in class org.apache.jasper.JspCompilationContext
 
className - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
className - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The Java class name of the ObjectCreationFactory to be created.
className - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
The Java class name of the object to be created.
className - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
ClassNameMBean - Class in org.apache.catalina.mbeans
A convenience base class for ModelMBean implementations where the underlying base class (and therefore the set of supported properties) is different for varying implementations of a standard interface.
ClassNameMBean() - Constructor for class org.apache.catalina.mbeans.ClassNameMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ClassParser - Class in org.apache.tomcat.util.bcel.classfile
Wrapper class that parses a given Java .class file.
ClassParser(InputStream) - Constructor for class org.apache.tomcat.util.bcel.classfile.ClassParser
Parses class from the given stream.
classPath - Variable in class org.apache.jasper.JspC
 
classPath - Variable in class org.apache.jasper.JspCompilationContext
 
classPathAdd(URL[], String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
ClasspathURLStreamHandler - Class in org.apache.naming.resources
 
ClasspathURLStreamHandler() - Constructor for class org.apache.naming.resources.ClasspathURLStreamHandler
 
classType - Static variable in class org.apache.catalina.core.StandardWrapper
Static class array used when the SecurityManager is turned on and Servlet.init is invoked.
classTypeUsedInService - Static variable in class org.apache.catalina.core.StandardWrapper
Deprecated.
clazz - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
cleanDeployDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
cleanDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Cleans a directory without deleting it.
cleanup() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Closes the factory, its streams and sets all its references to null
cleanupForExec() - Static method in class org.apache.tomcat.jni.Pool
Run all of the child_cleanups, so that any unnecessary files are closed because we are about to exec a new program
cleanupKill(long, long) - Static method in class org.apache.tomcat.jni.Pool
Remove a previously registered cleanup function
cleanupRegister(long, Object) - Static method in class org.apache.tomcat.jni.Pool
Register a function to be called when a pool is cleared or destroyed
clear() - Method in class javax.servlet.jsp.JspWriter
Clear the contents of the buffer.
clear() - Method in class org.apache.catalina.connector.CometEventImpl
Clear the event.
clear() - Method in class org.apache.catalina.connector.RequestFacade
Clear facade.
clear() - Method in class org.apache.catalina.connector.ResponseFacade
Clear facade.
clear() - Method in class org.apache.catalina.ha.deploy.WarWatcher
clear watcher state
clear() - Method in class org.apache.catalina.ha.session.DeltaRequest
 
clear() - Method in class org.apache.catalina.session.FileStore
Remove all of the Sessions in this Store.
clear() - Method in class org.apache.catalina.session.JDBCStore
Remove all of the Sessions in this Store.
clear() - Method in interface org.apache.catalina.Store
Remove all Sessions from this Store.
clear() - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
 
clear() - Method in class org.apache.catalina.tribes.io.BufferPool
 
clear() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Resets the buffer
clear() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
clear(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
clear() - Method in class org.apache.catalina.util.ParameterMap
clear() - Method in class org.apache.catalina.util.ResourceSet
Remove all of the elements from this set.
clear() - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
 
clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clear the contents of the buffer.
clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
Discard the output buffer.
clear() - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
clear() - Method in class org.apache.jasper.xmlparser.XMLString
Resets all of the values to their defaults.
clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
Clears the string buffer.
clear() - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Clears all the values and types in my list.
clear(int) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Removes the value/type pair at the specified index.
clear() - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Not supported in this base implementation.
clear(K) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Not supported in this base implementation.
clear() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Not supported in this base implementation.
clear() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Clears any objects sitting idle in the pool by removing them from the idle instance pool and then invoking the configured PoolableObjectFactory's KeyedPoolableObjectFactory.destroyObject(Object, Object) method on each idle instance.
clear(K) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Clears the specified pool, removing all pooled instances corresponding to the given key.
clear() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Clears any objects sitting idle in the pool by removing them from the idle instance pool and then invoking the configured PoolableObjectFactory.destroyObject(Object) method on each idle instance.
clear() - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Clears any objects sitting idle in the pool.
clear() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Clears the pool, removing all pooled instances.
clear(K) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Clears the specified pool, removing all pooled instances corresponding to the given key.
clear() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Clears any objects sitting idle in the pool.
clear() - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Clears the pool, removing all pooled instances (optional operation).
clear(K) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Clears the specified pool, removing all pooled instances corresponding to the given key (optional operation).
clear() - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Clears any objects sitting idle in the pool, releasing any associated resources (optional operation).
clear() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
clear() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
clear(long) - Static method in class org.apache.tomcat.jni.Pool
Clear all memory in the pool and run all the cleanups.
clear() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
clear() - Method in class org.apache.tomcat.util.collections.SynchronizedStack
 
clear() - Method in class org.apache.tomcat.util.digester.Digester
Clear the current contents of the object stack.
clear() - Method in interface org.apache.tomcat.util.digester.Rules
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.tomcat.util.digester.RulesBase
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Clears all Rule's
clear() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
clear() - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
clear() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Clear all accepted names from this filter, so that it will accept all attribute names.
clear() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
CLEAR_WELCOME_FILES_EVENT - Static variable in interface org.apache.catalina.Context
Container event for clearing welcome files.
clearAttributes() - Method in class org.apache.catalina.core.ApplicationContext
Clear all application-created attributes.
clearBatch() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
clearBatch() - Method in class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
Clear Batch.
clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
Clear the body without throwing any exceptions.
clearBuffer() - Method in class javax.servlet.jsp.JspWriter
Clears the current contents of the buffer.
clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clears the current contents of the buffer.
clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
clearCookies() - Method in class org.apache.catalina.connector.Request
Clear the collection of Cookies associated with this Request.
clearEncoders() - Method in class org.apache.catalina.connector.InputBuffer
Clear cached encoders (to save memory for Comet requests).
clearEncoders() - Method in class org.apache.catalina.connector.OutputBuffer
Clear cached encoders (to save memory for Comet requests).
clearEncoders() - Method in class org.apache.catalina.connector.Request
Clear cached encoders (to save memory for Comet requests).
clearEncoders() - Method in class org.apache.catalina.connector.Response
Clear cached encoders (to save memory for Comet requests).
clearHeaders() - Method in class org.apache.catalina.connector.Request
Deprecated.
clearJdbcDriverRegistrations() - Method in class org.apache.catalina.loader.JdbcLeakPrevention
 
clearJspLoader() - Method in class org.apache.jasper.JspCompilationContext
 
clearLocales() - Method in class org.apache.catalina.connector.Request
Clear the collection of Locales associated with this Request.
clearNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
 
clearOldest() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Clears oldest 15% of objects in pool.
clearOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Clears OpenSSL Options.
clearParameters() - Method in class org.apache.catalina.connector.Request
Deprecated.
clearParameters() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
clearReferences() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Clear references.
clearReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
 
clearStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Clear all sessions from the Store.
clearTrace() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Clear the list of objects being traced by this object.
clearWarnings() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
clearWarnings() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
clearWarnings() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
clearWarnings() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
clearWelcomeFiles(String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Clear the welcome files for the given context.
cLFCache - Variable in class org.apache.catalina.valves.AccessLogValve.DateFormatCache
 
CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Client Certificate authentication.
ClientAbortException - Exception in org.apache.catalina.connector
Extend IOException to identify it as being caused by an abort of a request by a remote client.
ClientAbortException() - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException with no other information.
ClientAbortException(String) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message.
ClientAbortException(Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified throwable.
ClientAbortException(String, Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message and throwable.
clientAuth - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
clientCertProvider - Variable in class org.apache.coyote.AbstractProtocol
When client certificate information is presented in a form other than instances of X509Certificate it needs to be converted before it can be used and this property controls which JSSE provider is used to perform the conversion.
clientCertProvider - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
When client certificate information is presented in a form other than instances of X509Certificate it needs to be converted before it can be used and this property controls which JSSE provider is used to perform the conversion.
clientCertProvider - Variable in class org.apache.coyote.http11.Http11AprProcessor
When client certificate information is presented in a form other than instances of X509Certificate it needs to be converted before it can be used and this property controls which JSSE provider is used to perform the conversion.
ClientEndpoint - Annotation Type in javax.websocket
 
ClientEndpointConfig - Interface in javax.websocket
 
ClientEndpointConfig.Builder - Class in javax.websocket
 
ClientEndpointConfig.Configurator - Class in javax.websocket
 
ClientEndpointConfig.Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
 
clone() - Method in class javax.servlet.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
clone() - Method in class org.apache.catalina.connector.CoyoteInputStream
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteOutputStream
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteReader
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteWriter
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.RequestFacade
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.ResponseFacade
Prevent cloning the facade.
clone(ClusterManagerBase) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
clone() - Method in interface org.apache.catalina.tribes.ChannelMessage
Shallow clone, what gets cloned depends on the implementation
clone() - Method in class org.apache.catalina.tribes.io.ChannelData
Create a shallow clone, only the data gets recreated
clone() - Method in class org.apache.catalina.tribes.membership.Membership
 
clone() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
shallow clone
clone() - Method in class org.apache.catalina.util.URLEncoder
 
clone() - Method in class org.apache.naming.resources.ResourceAttributes
Clone the attributes object (WARNING: fake cloning).
clone() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
clone(Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolUtilities
 
clone() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
clone() - Method in class org.apache.tomcat.util.buf.CharChunk
 
cloneFromTemplate() - Method in interface org.apache.catalina.ha.ClusterManager
 
cloneFromTemplate() - Method in class org.apache.catalina.ha.session.BackupManager
 
cloneFromTemplate() - Method in class org.apache.catalina.ha.session.DeltaManager
 
cloneWithoutPassword(Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolUtilities
 
close() - Method in class javax.servlet.jsp.JspWriter
Close the stream, flushing it first.
close() - Method in interface javax.websocket.Session
Close the connection to the remote end point using the code CloseReason.CloseCodes.NORMAL_CLOSURE and an empty reason phrase.
close(CloseReason) - Method in interface javax.websocket.Session
Close the connection to the remote end point using the specified code and reason phrase.
close() - Method in interface org.apache.catalina.comet.CometEvent
Ends the Comet session.
close() - Method in class org.apache.catalina.connector.CometEventImpl
 
close() - Method in class org.apache.catalina.connector.CoyoteInputStream
Close the stream Since we re-cycle, we can't allow the call to super.close() which would permanently disable us.
close() - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
close() - Method in class org.apache.catalina.connector.CoyoteReader
 
close() - Method in class org.apache.catalina.connector.CoyoteWriter
 
close() - Method in class org.apache.catalina.connector.InputBuffer
Close the input buffer.
close() - Method in class org.apache.catalina.connector.OutputBuffer
Close the output buffer.
close() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
close() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
close(int) - Method in class org.apache.catalina.ha.backend.TcpSender
Close connection.
close(Connection) - Method in class org.apache.catalina.realm.DataSourceRealm
Close the specified database connection.
close(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Close the specified database connection.
close(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Close any open connection to the directory server for this Realm.
close(Connection) - Method in class org.apache.catalina.session.JDBCStore
Close the specified database connection.
close() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
close() - Method in class org.apache.catalina.tribes.io.ReplicationStream
 
close() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
close() - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
 
close() - Method in interface org.apache.catalina.UserDatabase
Finalize access to this user database.
close() - Method in class org.apache.catalina.users.MemoryUserDatabase
Finalize access to this user database.
close() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Close the specified database connection.
close(WsFrame) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Respond to a client close by sending a close that echoes the status code and message.
close(int, ByteBuffer) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Send a close message to the client
CLOSE - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
CLOSE - Static variable in class org.apache.coyote.http11.Constants
 
close() - Method in class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
close() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
close() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
close() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
close() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
close() - Method in interface org.apache.coyote.http11.upgrade.servlet31.WebConnection
The Servlet 3.1 interface extends AutoCloseable but that is not available in Java 6 so this is the single method from that interface.
close() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
close() - Method in class org.apache.jasper.compiler.ServletWriter
 
close() - Method in class org.apache.jasper.compiler.WebXml
 
close() - Method in class org.apache.jasper.runtime.BodyContentImpl
Close the stream, flushing it first.
close() - Method in class org.apache.jasper.runtime.JspWriterImpl
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UCSReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Close the stream.
close() - Method in class org.apache.juli.AsyncFileHandler
 
close() - Method in class org.apache.juli.FileHandler
Close the currently open log file (if any).
close() - Method in class org.apache.naming.NamingContext
Closes this context.
close() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.NamingContextEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.resources.BaseDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.EmptyDirContext
 
close() - Method in class org.apache.naming.resources.ProxyDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Closes this enumeration.
close() - Method in class org.apache.naming.SelectorContext
Closes this context.
close() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Closes and releases all idle connections that are currently stored in the connection pool associated with this data source.
close() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Close the connection pool being maintained by this datasource.
close() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
Close pool(s) being maintained by this datasource.
close() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
Close pool being maintained by this datasource.
close() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Closes the underlying connection, and close any Statements that were not explicitly closed.
close() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
Wrapper for close of ResultSet which removes this result set from being traced then calls close on the original ResultSet.
close() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
Close this DelegatingStatement, and close any ResultSets that were not explicitly closed.
close() - Method in class org.apache.tomcat.dbcp.dbcp.PoolableCallableStatement
Returns the CallableStatement to the pool.
close() - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnection
Returns me to my pool.
close() - Method in class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
Return me to my pool.
close() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Close and free all PreparedStatements or CallableStatement from the pool, and close the underlying connection.
close() - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Close this pool.
close() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Close this pool.
close() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Closes the keyed object pool.
close() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Closes the pool.
close() - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Close this pool, and free any resources associated with it.
close() - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Close this pool, and free any resources associated with it.
close() - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Close this pool, and free any resources associated with it.
close(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Closes the pool and all disconnects all idle connections Active connections will be closed upon the close method is called on the underlying connection instead of being returned to the pool
close() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
close(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
close(long) - Static method in class org.apache.tomcat.jni.Directory
close the specified directory.
close(long) - Static method in class org.apache.tomcat.jni.File
Close the specified file.
close(long) - Static method in class org.apache.tomcat.jni.Registry
Close the specified Registry key.
close(long) - Static method in class org.apache.tomcat.jni.Socket
Close a socket.
close(InputSource) - Static method in class org.apache.tomcat.util.descriptor.InputSourceUtil
 
close() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Closes underlying output stream, and mark this as closed
close() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Closes the file item.
close() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Closes the input stream.
close(boolean) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Closes the input stream.
close() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
Closes the object.
close() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
close(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
close() - Method in class org.apache.tomcat.util.net.NioBlockingSelector
 
close() - Method in class org.apache.tomcat.util.net.NioChannel
Closes this channel.
close(boolean) - Method in class org.apache.tomcat.util.net.NioChannel
 
close - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
close() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
close() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Sends an SSL close message, will not physically close the connection here.
close(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
close() - Method in class org.apache.tomcat.util.scan.FileUrlJar
 
close() - Method in interface org.apache.tomcat.util.scan.Jar
Close any resources associated with this JAR.
close() - Method in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
close() - Method in class org.apache.tomcat.util.scan.UrlJar
 
close() - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
 
close() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
close() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
close() - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
close() - Method in interface org.apache.tomcat.websocket.Transformation
Clean-up any resources that were used by the transformation.
close() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
close() - Method in class org.apache.tomcat.websocket.WsSession
 
close(CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
 
CLOSE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
Deprecated.
Unused. Will be removed in Tomcat 10.
CLOSE_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Connection.close() method name
Closeable - Interface in org.apache.tomcat.util.http.fileupload.util
Interface of an object, which may be closed.
closeAuthenticatedSession(String) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
closeBIO(long) - Static method in class org.apache.tomcat.jni.SSL
Close BIO and dereference callback object
closed - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
Once the factory is used, it cannot be reused.
closed - Variable in class org.apache.juli.AsyncFileHandler
 
closed - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
closed - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
 
closed - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
closed - Variable in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
closed - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Method invoked when the operation Connection.close() is invoked.
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
 
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
invoked when the connection receives the close request Not used for now.
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
 
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade
 
closeJARs(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Used to periodically signal to the classloader to release JAR resources.
closeJARs(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Used to periodically signal to the classloader to release JAR resources.
closeNodeScope(Node, int) - Method in class org.apache.el.parser.JJTELParserState
 
closeNodeScope(Node, boolean) - Method in class org.apache.el.parser.JJTELParserState
 
closeOnCompletion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
closeOnCompletion(Statement) - Method in class org.apache.tomcat.util.compat.JreCompat
 
closePool(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
closeQuietly(Closeable) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Closes a Closeable unconditionally.
CloseReason - Class in javax.websocket
 
CloseReason(CloseReason.CloseCode, String) - Constructor for class javax.websocket.CloseReason
 
CloseReason.CloseCode - Interface in javax.websocket
 
CloseReason.CloseCodes - Enum in javax.websocket
 
closeRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Ask redirector to close all the streams.
closeSocket() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
Close socket.
closeStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
closeWriter() - Method in class org.apache.juli.FileHandler
 
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
closing - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
Cluster - Interface in org.apache.catalina
A Cluster works as a Cluster client/server for the local host Different Cluster implementations can be used to support different ways to communicate within the Cluster.
cluster - Variable in class org.apache.catalina.core.ContainerBase
The cluster with which this Container is associated.
cluster - Variable in class org.apache.catalina.ha.ClusterListener
The string manager for this package.
cluster - Variable in class org.apache.catalina.ha.session.ClusterManagerBase
A reference to the cluster
cluster - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
the cluster
ClusterDeployer - Interface in org.apache.catalina.ha
A ClusterDeployer interface allows to plug in and out the different deployment implementations
clusterImpName - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Name for logging purpose
ClusterJmxHelper - Class in org.apache.catalina.ha.jmx
Deprecated.
Unused - registration now happens via LifecycleMBeanBase
ClusterJmxHelper() - Constructor for class org.apache.catalina.ha.jmx.