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.ClusterJmxHelper
Deprecated.
 
ClusterListener - Class in org.apache.catalina.ha
Receive SessionID cluster change from other backup node after primary session node is failed.
ClusterListener() - Constructor for class org.apache.catalina.ha.ClusterListener
 
clusterListeners - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Listeners of messages
ClusterManager - Interface in org.apache.catalina.ha
The common interface used by all cluster manager.
ClusterManagerBase - Class in org.apache.catalina.ha.session
 
ClusterManagerBase() - Constructor for class org.apache.catalina.ha.session.ClusterManagerBase
 
ClusterMessage - Interface in org.apache.catalina.ha
 
ClusterMessageBase - Class in org.apache.catalina.ha
Title: Description: Company:
ClusterMessageBase() - Constructor for class org.apache.catalina.ha.ClusterMessageBase
 
clusterName - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The cluster name to join
ClusterRuleSet - Class in org.apache.catalina.ha
RuleSet for processing the contents of a Cluster definition element.
ClusterRuleSet() - Constructor for class org.apache.catalina.ha.ClusterRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
ClusterRuleSet(String) - Constructor for class org.apache.catalina.ha.ClusterRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
ClusterSession - Interface in org.apache.catalina.ha
 
ClusterSessionListener - Class in org.apache.catalina.ha.session
Receive replicated SessionMessage form other cluster node.
ClusterSessionListener() - Constructor for class org.apache.catalina.ha.session.ClusterSessionListener
 
ClusterSingleSignOn - Class in org.apache.catalina.ha.authenticator
A Valve that supports a "single sign on" user experience on each nodes of a cluster, where the security identity of a user who successfully authenticates to one web application is propagated to other web applications and to other nodes cluster in the same security domain.
ClusterSingleSignOn() - Constructor for class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
ClusterSingleSignOnListener - Class in org.apache.catalina.ha.authenticator
Cluster extension of SingleSignOnListener that simply adds the marker interface ReplicatedSessionListener which allows the listener to be replicated across the cluster along with the session.
ClusterSingleSignOnListener(String) - Constructor for class org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
 
ClusterValve - Interface in org.apache.catalina.ha
Cluster valves are a simple extension to the Tomcat valve architecture with a small addition of being able to reference the cluster component in the container it sits in.
cmdtypeSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Set what type of command the child process will call.
cnonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Client generated nonce.
cnt - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
codeBase - Variable in class org.apache.catalina.loader.ResourceEntry
URL of the codebase from where the object was loaded.
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(Object) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
coerce(String, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
COERCE_TO_ZERO - Static variable in class org.apache.el.parser.AstValue
 
coerceToBoolean(Object) - Static method in class org.apache.el.lang.ELSupport
Convert an object to Boolean.
coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToCharacter(Object) - Static method in class org.apache.el.lang.ELSupport
 
coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToEnum(Object, Class) - Static method in class org.apache.el.lang.ELSupport
 
coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToNumber(Number, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToNumber(Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToNumber(String, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToPrimitiveBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToString(Object) - Static method in class org.apache.el.lang.ELSupport
Coerce an object to a string
coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Coerce the supplied object to the requested type.
coerceToType(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
 
coerceToType(Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToType(Class<?>, String) - Static method in class org.apache.tomcat.websocket.Util
 
CollectedInfo - Class in org.apache.catalina.ha.backend
 
CollectedInfo(String, int) - Constructor for class org.apache.catalina.ha.backend.CollectedInfo
 
collection - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated DirContext.
collection - Variable in class org.apache.naming.resources.ResourceAttributes
Collection flag.
COLLECTION_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Collection type.
COLON - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
COLON - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
COLON_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
column - Variable in class org.apache.el.parser.SimpleCharStream
 
COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
CombinedRealm - Class in org.apache.catalina.realm
Realm implementation that contains one or more realms.
CombinedRealm() - Constructor for class org.apache.catalina.realm.CombinedRealm
 
comet - Variable in class org.apache.catalina.connector.Request
Comet state
comet - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Comet used.
comet - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
COMET_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports Comet API.
COMET_SUPPORTED_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports Comet API.
COMET_TIMEOUT_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that can be set to a value of type java.lang.Integer to specify per-connection request timeout for Comet API.
COMET_TIMEOUT_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that can be set to a value of type java.lang.Integer to specify per-connection request timeout for Comet API.
COMET_TIMEOUT_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports setting per-connection request timeout through Comet API.
COMET_TIMEOUT_SUPPORTED_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports setting per-connection request timeout through Comet API.
cometClose() - Method in class org.apache.catalina.connector.Request
 
CometConnectionManagerValve - Class in org.apache.catalina.valves
Implementation of a Valve that tracks Comet connections, and closes them when the associated session expires or the webapp is reloaded.
CometConnectionManagerValve() - Constructor for class org.apache.catalina.valves.CometConnectionManagerValve
 
CometEvent - Interface in org.apache.catalina.comet
The CometEvent interface.
CometEvent.EventSubType - Enum in org.apache.catalina.comet
Event details.
CometEvent.EventType - Enum in org.apache.catalina.comet
Enumeration describing the major events that the container can invoke the CometProcessors event() method with.
CometEventImpl - Class in org.apache.catalina.connector
 
CometEventImpl(Request, Response) - Constructor for class org.apache.catalina.connector.CometEventImpl
 
CometFilter - Interface in org.apache.catalina.comet
A Comet filter, similar to regular filters, performs filtering tasks on either the request to a resource (a Comet servlet), or on the response from a resource, or both.
CometFilterChain - Interface in org.apache.catalina.comet
A CometFilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered event for a resource.
cometInterest(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Deprecated. 
cometNotify - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
cometOps - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
CometProcessor - Interface in org.apache.catalina.comet
This interface should be implemented by servlets which would like to handle asynchronous IO, receiving events when data is available for reading, and being able to output data without the need for being invoked by the container.
cometRequests - Variable in class org.apache.catalina.valves.CometConnectionManagerValve
List of current Comet connections.
cometRequestsAttribute - Variable in class org.apache.catalina.valves.CometConnectionManagerValve
Name of session attribute used to store list of comet connections.
COMMA - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
commaDelimitedListToIntArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert a comma delimited list of numbers into an int[].
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert a given comma delimited list of strings into an array of String
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Convert a given comma delimited list of regular expressions into an array of String
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
Convert a given comma delimited String into an array of String
command - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Command, so that the custom payload doesn't have to be used This is for internal tribes use, such as SHUTDOWN_COMMAND
COMMAND_END - Static variable in class org.apache.catalina.ssi.SSIProcessor
The end pattern
COMMAND_START - Static variable in class org.apache.catalina.ssi.SSIProcessor
The start pattern
commands - Variable in class org.apache.catalina.ssi.SSIProcessor
 
commit() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 was successful.
commit() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
 
commit() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Commit the response.
commit() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
committed - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
Has our own commit() returned successfully?
committed - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Committed flag.
COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
commonRole - Variable in class org.apache.catalina.realm.JNDIRealm
Add this role to every authenticated user
comp - Static variable in class org.apache.catalina.tribes.group.AbsoluteOrder
 
compare(Session, Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
 
compare(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
compare(Object, Object) - Static method in class org.apache.el.lang.ELSupport
Compare two objects, after coercing to the same type if appropriate.
Compare() - Method in class org.apache.el.parser.ELParser
 
compare(String, String) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Performs a string comparison, using references unless the useEquals property is set to true.
compare(String, Method) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Compares a method name (String) to a method (Method) JdbcInterceptor.compare(String,String) Uses reference comparison unless the useEquals property is set to true
compare(ByteChunk, byte[]) - Static method in class org.apache.tomcat.util.buf.StringCache
Compare given byte chunk with byte array.
compare(CharChunk, char[]) - Static method in class org.apache.tomcat.util.buf.StringCache
Compare given char chunk with char array.
compareBytes(byte[], byte[]) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
compareBytes(byte, byte) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
compareCredentials(DirContext, JNDIRealm.User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the credentials presented by the user match those retrieved from the directory.
compareCredentials(String, String) - Method in class org.apache.catalina.realm.RealmBase
 
compareEntityTag(StringReader, boolean, String) - Static method in class org.apache.tomcat.util.http.parser.EntityTag
Parse the given input as (per RFC 7232) 1#entity-tag.
compareIds(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
compareInts(int, int) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
compareIps(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
comparePorts(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
compareTo(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
compCtx - Variable in class org.apache.catalina.core.NamingContextListener
Comp context.
compile() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context.
compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context.
compile(boolean, boolean) - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context.
compile - Variable in class org.apache.jasper.JspC
 
compile() - Method in class org.apache.jasper.JspCompilationContext
 
Compiler - Class in org.apache.jasper.compiler
Main JSP compiler class.
Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
 
compiler - Variable in class org.apache.jasper.JspC
 
compilerSourceVM - Variable in class org.apache.jasper.JspC
 
compilerTargetVM - Variable in class org.apache.jasper.JspC
 
complete() - Method in interface javax.servlet.AsyncContext
 
complete() - Method in class org.apache.catalina.core.AsyncContextImpl
 
complete() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
 
complete - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
completed(Long, Void) - Method in class org.apache.tomcat.websocket.SendHandlerToCompletionHandler
 
completeWebXml() - Method in class org.apache.jasper.JspC
 
COMPLEX_HTTP_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
Deprecated.
Not used. Will be removed in Tomcat 9.0.x onwards. All HTTP methods not in CorsFilter.SIMPLE_HTTP_METHODS are assumed to be non-simple.
component - Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The owning Catalina component that we are attached to.
composeName(Name, Name) - Method in class org.apache.naming.NamingContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.NamingContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
composeName(String, String) - Method in class org.apache.naming.resources.EmptyDirContext
 
composeName(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.SelectorContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.SelectorContext
Composes the name of this context with a name relative to this context.
CompositeELResolver - Class in javax.el
 
CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
 
CompositeExpression() - Method in class org.apache.el.parser.ELParser
 
compress(byte[]) - Static method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
compressableMimeTypes - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
List of MIMES which could be gzipped Note: This is not spelled correctly but can't be changed without breaking compatibility
compressionLevel - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Allowed compression level.
compressionMinSize - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Minimum content size to make compression.
compressionStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Compression output stream.
concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
 
concurrency - Variable in class org.apache.catalina.valves.SemaphoreValve
Concurrency level of the semaphore.
ConcurrentCache<K,V> - Class in org.apache.el.util
 
ConcurrentCache(int) - Constructor for class org.apache.el.util.ConcurrentCache
 
ConcurrentCache<K,V> - Class in org.apache.tomcat.util.collections
 
ConcurrentCache(int) - Constructor for class org.apache.tomcat.util.collections.ConcurrentCache
 
ConcurrentDateFormat - Class in org.apache.catalina.util
Deprecated.
Unused. This will be removed in Tomcat 10. Use ConcurrentDateFormat
ConcurrentDateFormat(String, Locale, TimeZone) - Constructor for class org.apache.catalina.util.ConcurrentDateFormat
Deprecated.
 
ConcurrentDateFormat - Class in org.apache.naming.resources
A thread safe wrapper around SimpleDateFormat that does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.
ConcurrentDateFormat(String, Locale, TimeZone) - Constructor for class org.apache.naming.resources.ConcurrentDateFormat
 
ConcurrentDateFormat - Class in org.apache.tomcat.util.http
A thread safe wrapper around SimpleDateFormat that does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.
ConcurrentDateFormat(String, Locale, TimeZone) - Constructor for class org.apache.tomcat.util.http.ConcurrentDateFormat
 
ConcurrentMessageDigest - Class in org.apache.tomcat.util.security
A thread safe wrapper around MessageDigest that does not make use of ThreadLocal and - broadly - only creates enough MessageDigest objects to satisfy the concurrency requirements.
condition - Variable in class org.apache.catalina.valves.AccessLogValve
Are we doing conditional logging. default null.
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
 
conditionIf - Variable in class org.apache.catalina.valves.AccessLogValve
Are we doing conditional logging. default null.
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
CONFIG - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletConfig in PageContext name table.
config - Variable in class org.apache.catalina.ant.DeployTask
URL of the context configuration file for this application, if any.
config - Variable in class org.apache.catalina.ssi.SSIFilter
 
configBase - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Path where context descriptors should be deployed.
configBase - Variable in class org.apache.catalina.manager.ManagerServlet
Path where context descriptors should be deployed.
configBase - Variable in class org.apache.catalina.startup.HostConfig
Config base.
configBase() - Method in class org.apache.catalina.startup.HostConfig
Return a File object representing the "configuration root" directory for our associated Host.
configClass - Variable in class org.apache.catalina.startup.HostConfig
Deprecated.
Will be removed in Tomcat 8.0.x
configErrMsg - Variable in class org.apache.catalina.ssi.SSIMediator
 
configFile - Variable in class org.apache.catalina.realm.JAASRealm
Path to find a JAAS configuration file, if not set global JVM JAAS configuration will be used.
configFile - Variable in class org.apache.catalina.startup.Catalina
Pathname to the server configuration file.
configFile() - Method in class org.apache.catalina.startup.Catalina
Return a File object representing our configuration file.
ConfigFileLoader - Class in org.apache.tomcat.util.file
This class is used to obtain InputStreams for configuration files from a given location String.
configSizeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
configTimeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
 
configurator(ClientEndpointConfig.Configurator) - Method in class javax.websocket.ClientEndpointConfig.Builder
 
configurator(ServerEndpointConfig.Configurator) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
 
configure() - Method in class org.apache.tomcat.util.digester.Digester
Provide a hook for lazy configuration of this Digester instance.
CONFIGURE_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "configure_start" event.
CONFIGURE_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "configure_stop" event.
configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configure Client authentication for this version of JSSE.
configureContext(Context) - Method in class org.apache.catalina.deploy.WebXml
Configure a Context using the stored web.xml representation.
configured - Variable in class org.apache.tomcat.util.digester.Digester
Has this Digester been configured yet.
configureInjectionRules(Digester, String) - Method in class org.apache.catalina.startup.WebRuleSet
 
configureNamingRules(Digester) - Method in class org.apache.catalina.startup.WebRuleSet
 
configureProcessor(AbstractHttp11Processor<S>) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
configureSessionContext(SSLSessionContext) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
configureSessionContext(SSLSessionContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
 
configureStart() - Method in class org.apache.catalina.startup.ContextConfig
Process a "contextConfig" event for this Context.
configureStop() - Method in class org.apache.catalina.startup.ContextConfig
Process a "stop" event for this Context.
configureTask(AbstractRxTask) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
configureUseServerCipherSuitesOrder(SSLEngine) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Configures SSLEngine to honor cipher suites ordering based upon endpoint configuration.
configureUseServerCipherSuitesOrder(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configures SSLEngine to honor cipher suites ordering based upon endpoint configuration.
connect() - Method in class org.apache.catalina.tribes.transport.AbstractSender
connect
connect() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
Connect other cluster member receiver
connect() - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
connect() - Method in interface org.apache.catalina.tribes.transport.DataSender
 
connect() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
connect - blocking in this operation
connect() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
connect() - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
connect() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
connect() - Method in class org.apache.naming.resources.DirContextURLConnection
Connect to the DirContext, and retrieve the bound object, as well as its attributes.
connect(String, Properties) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
connect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Connects the underlying connection to the database.
connect(long, long) - Static method in class org.apache.tomcat.jni.Local
Issue a connection request to a socket either on the same machine or a different one.
connect(long, long) - Static method in class org.apache.tomcat.jni.Socket
Issue a connection request to a socket either on the same machine or a different one.
connected - Variable in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
connecting - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
CONNECTION - Static variable in class org.apache.coyote.http11.Constants
 
connection - Variable in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
CONNECTION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
CONNECTION_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
 
connectionAttempt - Variable in class org.apache.catalina.realm.JNDIRealm
The number of connection attempts.
ConnectionFactory - Interface in org.apache.tomcat.dbcp.dbcp
Abstract factory interface for creating Connections.
connectionInitSqls - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
These SQL statements run once after a Connection is created.
connectionName - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The connection username to use when trying to connect to the database.
connectionName - Variable in class org.apache.catalina.realm.JNDIRealm
The connection username for the server we will contact.
connectionName - Variable in class org.apache.catalina.session.JDBCStore
The connection username to use when trying to connect to the database.
connectionPassword - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The connection URL to use when trying to connect to the database.
connectionPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The connection password for the server we will contact.
connectionPassword - Variable in class org.apache.catalina.session.JDBCStore
The connection URL to use when trying to connect to the database.
connectionPool - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The object pool that internally manages our connections.
ConnectionPool - Class in org.apache.tomcat.jdbc.pool
Implementation of simple connection pool.
ConnectionPool(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool
Instantiate a connection pool.
ConnectionPool - Class in org.apache.tomcat.jdbc.pool.jmx
 
ConnectionPool(ConnectionPool) - Constructor for class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
ConnectionPool.ConnectionFuture - Class in org.apache.tomcat.jdbc.pool
Tread safe wrapper around a future for the regular queue This one retrieves the pooled connection object and performs the initialization according to interceptors and validation rules.
ConnectionPool.ConnectionFuture(Future<PooledConnection>) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
 
ConnectionPool.ConnectionFuture(PooledConnection) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
 
ConnectionPool.PoolCleaner - Class in org.apache.tomcat.jdbc.pool
 
ConnectionPoolMBean - Interface in org.apache.tomcat.jdbc.pool.jmx
 
connectionProperties - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The connection properties that will be sent to our JDBC driver when establishing new connections.
connectionReaders - Variable in class org.apache.catalina.ha.backend.TcpSender
 
connections - Variable in class org.apache.catalina.ha.backend.TcpSender
Active connections.
connections - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
ConnectionState - Class in org.apache.tomcat.jdbc.pool.interceptor
Interceptor that keep track of connection state to avoid roundtrips to the database.
ConnectionState() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
connectionTimeout - Variable in class org.apache.catalina.realm.JNDIRealm
The timeout, in milliseconds, to use when trying to create a connection to the directory.
connectionUploadTimeout - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Maximum timeout on uploads. 5 minutes as in Apache HTTPD server.
connectionURL - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The connection URL to use when trying to connect to the database.
connectionURL - Variable in class org.apache.catalina.realm.JNDIRealm
The connection URL for the server we will contact.
connectionURL - Variable in class org.apache.catalina.session.JDBCStore
Connection string to use when connecting to the DB.
connectionWriters - Variable in class org.apache.catalina.ha.backend.TcpSender
 
Connector - Class in org.apache.catalina.connector
Implementation of a Coyote connector.
Connector() - Constructor for class org.apache.catalina.connector.Connector
 
Connector(String) - Constructor for class org.apache.catalina.connector.Connector
 
connector - Variable in class org.apache.catalina.connector.Request
Associated Catalina connector.
connector - Variable in class org.apache.catalina.connector.Response
Deprecated.
Unused
connector - Variable in class org.apache.catalina.startup.Tomcat
 
ConnectorCreateRule - Class in org.apache.catalina.startup
Rule implementation that creates a connector.
ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
 
ConnectorMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.coyote.tomcat5.CoyoteConnector component.
ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
Construct a ModelMBean with default ModelMBeanInfo information.
connectors - Variable in class org.apache.catalina.core.StandardService
The set of Connectors associated with this Service.
connectTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
 
connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
 
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
Creates a new connection to the WebSocket.
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface javax.websocket.WebSocketContainer
Creates a new connection to the WebSocket.
connectToServer(Object, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
connectToServer(Class<?>, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
connectUsingDataSource() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
connectUsingDriver() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
Const - Class in org.apache.tomcat.util.bcel
Constants for the project, mostly defined in the JVM specification.
Const() - Constructor for class org.apache.tomcat.util.bcel.Const
 
Constant - Class in org.apache.tomcat.util.bcel.classfile
Abstract superclass for classes to represent the different constant types in the constant pool of a class file.
CONSTANT_Class - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a Class
CONSTANT_Double - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as type Double.
CONSTANT_Dynamic - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as dynamically computed.
CONSTANT_Fieldref - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a Field Reference.
CONSTANT_Float - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as type Float.
CONSTANT_Integer - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as type Integer.
CONSTANT_InterfaceMethodref - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as an Interface Method Reference.
CONSTANT_InvokeDynamic - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as an Invoke Dynamic
CONSTANT_Long - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as type Long.
CONSTANT_MethodHandle - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a Method Handle.
CONSTANT_Methodref - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a Method Reference.
CONSTANT_MethodType - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a Method Type.
CONSTANT_Module - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a Module Reference.
CONSTANT_NameAndType - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a name and type.
CONSTANT_Package - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as a Package Reference.
CONSTANT_String - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as type String
CONSTANT_Utf8 - Static variable in class org.apache.tomcat.util.bcel.Const
Marks a constant pool entry as type UTF-8.
ConstantClass - Class in org.apache.tomcat.util.bcel.classfile
This class is derived from the abstract Constant and represents a reference to a (external) class.
ConstantDouble - Class in org.apache.tomcat.util.bcel.classfile
This class is derived from the abstract Constant and represents a reference to a Double object.
ConstantFloat - Class in org.apache.tomcat.util.bcel.classfile
This class is derived from the abstract Constant and represents a reference to a float object.
ConstantInteger - Class in org.apache.tomcat.util.bcel.classfile
This class is derived from the abstract Constant and represents a reference to an int object.
ConstantLong - Class in org.apache.tomcat.util.bcel.classfile
This class is derived from the abstract Constant and represents a reference to a long object.
ConstantPool - Class in org.apache.tomcat.util.bcel.classfile
This class represents the constant pool, i.e., a table of constants, of a parsed classfile.
Constants - Class in org.apache.catalina.authenticator
 
Constants() - Constructor for class org.apache.catalina.authenticator.Constants
 
Constants - Class in org.apache.catalina.connector
Static constants for this package.
Constants() - Constructor for class org.apache.catalina.connector.Constants
 
Constants - Class in org.apache.catalina.core
 
Constants() - Constructor for class org.apache.catalina.core.Constants
 
Constants - Class in org.apache.catalina.deploy
 
Constants() - Constructor for class org.apache.catalina.deploy.Constants
 
Constants - Class in org.apache.catalina.filters
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.filters.Constants
 
Constants - Class in org.apache.catalina.ha.deploy
Manifest constants for the org.apache.catalina.ha.deploy package.
Constants() - Constructor for class org.apache.catalina.ha.deploy.Constants
 
Constants - Class in org.apache.catalina.ha.session
Manifest constants for the org.apache.catalina.ha.session package.
Constants() - Constructor for class org.apache.catalina.ha.session.Constants
 
Constants - Class in org.apache.catalina.ha.tcp
Manifest constants for the org.apache.catalina.ha.tcp package.
Constants() - Constructor for class org.apache.catalina.ha.tcp.Constants
 
Constants - Class in org.apache.catalina.loader
 
Constants() - Constructor for class org.apache.catalina.loader.Constants
 
Constants - Class in org.apache.catalina.manager
 
Constants() - Constructor for class org.apache.catalina.manager.Constants
 
Constants - Class in org.apache.catalina.manager.host
 
Constants() - Constructor for class org.apache.catalina.manager.host.Constants
 
Constants - Class in org.apache.catalina.mbeans
 
Constants() - Constructor for class org.apache.catalina.mbeans.Constants
 
Constants - Class in org.apache.catalina.realm
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.realm.Constants
 
Constants - Class in org.apache.catalina.security
 
Constants() - Constructor for class org.apache.catalina.security.Constants
 
Constants - Class in org.apache.catalina.servlets
 
Constants() - Constructor for class org.apache.catalina.servlets.Constants
 
Constants - Class in org.apache.catalina.session
Manifest constants for the org.apache.catalina.session package.
Constants() - Constructor for class org.apache.catalina.session.Constants
 
Constants - Class in org.apache.catalina.startup
String constants for the startup package.
Constants() - Constructor for class org.apache.catalina.startup.Constants
 
Constants - Class in org.apache.catalina.tribes
Deprecated.
Unused - will be removed in 8.0.x
Constants() - Constructor for class org.apache.catalina.tribes.Constants
Deprecated.
 
Constants - Class in org.apache.catalina.tribes.membership
Manifest constants for the org.apache.catalina.tribes.membership package.
Constants() - Constructor for class org.apache.catalina.tribes.membership.Constants
 
Constants - Class in org.apache.catalina.tribes.transport
Manifest constants for the org.apache.catalina.tribes.transport package.
Constants() - Constructor for class org.apache.catalina.tribes.transport.Constants
 
Constants - Class in org.apache.catalina.users
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.users.Constants
 
Constants - Class in org.apache.catalina.valves
Manifest constants for the org.apache.catalina.valves package.
Constants() - Constructor for class org.apache.catalina.valves.Constants
 
Constants - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
Constants() - Constructor for class org.apache.catalina.websocket.Constants
Deprecated.
 
Constants - Class in org.apache.coyote.ajp
Constants.
Constants() - Constructor for class org.apache.coyote.ajp.Constants
 
Constants - Class in org.apache.coyote
Constants.
Constants() - Constructor for class org.apache.coyote.Constants
 
Constants - Class in org.apache.coyote.http11
Constants.
Constants() - Constructor for class org.apache.coyote.http11.Constants
 
Constants - Class in org.apache.coyote.http11.upgrade
 
Constants() - Constructor for class org.apache.coyote.http11.upgrade.Constants
 
Constants - Class in org.apache.jasper
Some constants and other global data that are used by the compiler and the runtime.
Constants() - Constructor for class org.apache.jasper.Constants
 
Constants - Class in org.apache.naming
Static constants for this package.
Constants() - Constructor for class org.apache.naming.Constants
 
Constants - Class in org.apache.naming.factory
Static constants for this package.
Constants() - Constructor for class org.apache.naming.factory.Constants
 
Constants - Class in org.apache.naming.resources
Static constants for this package.
Constants() - Constructor for class org.apache.naming.resources.Constants
 
Constants - Class in org.apache.tomcat.buildutil.translate
 
Constants() - Constructor for class org.apache.tomcat.buildutil.translate.Constants
 
Constants - Class in org.apache.tomcat.util.buf
String constants for the file package.
Constants() - Constructor for class org.apache.tomcat.util.buf.Constants
 
Constants - Class in org.apache.tomcat.util.descriptor
 
Constants() - Constructor for class org.apache.tomcat.util.descriptor.Constants
 
Constants - Class in org.apache.tomcat.util.net
 
Constants() - Constructor for class org.apache.tomcat.util.net.Constants
 
Constants - Class in org.apache.tomcat.util.scan
String constants for the scan package.
Constants() - Constructor for class org.apache.tomcat.util.scan.Constants
 
Constants - Class in org.apache.tomcat.util.threads
Static constants for this package.
Constants() - Constructor for class org.apache.tomcat.util.threads.Constants
 
Constants - Class in org.apache.tomcat.websocket
Internal implementation constants.
Constants - Class in org.apache.tomcat.websocket.pojo
Internal implementation constants.
Constants - Class in org.apache.tomcat.websocket.server
Internal implementation constants.
Constants.AccessLog - Class in org.apache.catalina.valves
 
Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
ConstantUtf8 - Class in org.apache.tomcat.util.bcel.classfile
This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.
ConstructorInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Constructor descriptor.
ConstructorInfo() - Constructor for class org.apache.tomcat.util.modeler.ConstructorInfo
 
constructors - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
the constructors that are used to create statement proxies
ConstructorUtil - Class in org.apache.tomcat.dbcp.jocl
Miscellaneous Constructor related utility functions.
ConstructorUtil() - Constructor for class org.apache.tomcat.dbcp.jocl.ConstructorUtil
 
Contained - Interface in org.apache.catalina
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
Container - Interface in org.apache.catalina
A Container is an object that can execute requests received from a client, and return responses based on those requests.
container - Variable in class org.apache.catalina.core.NamingContextListener
Associated container.
container - Variable in class org.apache.catalina.core.StandardPipeline
The Container with which this Pipeline is associated.
container - Variable in class org.apache.catalina.core.StandardService
The Container associated with this Service.
container - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The Container associated with this Cluster.
container - Variable in class org.apache.catalina.realm.RealmBase
The Container with which this Realm is associated.
container - Variable in class org.apache.catalina.session.ManagerBase
The Container with which this Manager is associated.
container - Variable in class org.apache.catalina.valves.ValveBase
The Container whose pipeline this Valve is a component of.
ContainerBase - Class in org.apache.catalina.core
Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
 
ContainerBase.ContainerBackgroundProcessor - Class in org.apache.catalina.core
Private runnable class to invoke the backgroundProcess method of this container and its children after a fixed delay.
ContainerBase.ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
ContainerBase.PrivilegedAddChild - Class in org.apache.catalina.core
Perform addChild with the permissions of this class.
containerClassLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
containerEvent(ContainerEvent) - Method in class org.apache.catalina.connector.MapperListener
 
ContainerEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a Container.
ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
Construct a new ContainerEvent with the specified parameters.
containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.NamingContextListener
Deprecated.
The ContainerListener interface and implementing methods will be removed from this class for Tomcat 10 onwards.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
 
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
 
containerEvent(ContainerEvent) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
ContainerListener - Interface in org.apache.catalina
Interface defining a listener for significant Container generated events.
containerLog - Variable in class org.apache.catalina.realm.RealmBase
Container log
containerLog - Variable in class org.apache.catalina.valves.ValveBase
Container log
ContainerMBean - Class in org.apache.catalina.mbeans
 
ContainerMBean() - Constructor for class org.apache.catalina.mbeans.ContainerMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContainerProvider - Class in javax.websocket
Use the ServiceLoader mechanism to provide instances of the WebSocket client container.
ContainerProvider() - Constructor for class javax.websocket.ContainerProvider
 
ContainerServlet - Interface in org.apache.catalina
A ContainerServlet is a servlet that has access to Catalina internal functionality, and is loaded from the Catalina class loader instead of the web application class loader.
ContainerThreadMarker - Class in org.apache.coyote
 
ContainerThreadMarker() - Constructor for class org.apache.coyote.ContainerThreadMarker
 
contains(T) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
 
contains(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
 
contains(Member) - Method in class org.apache.catalina.tribes.membership.Membership
 
contains(byte[], int, byte[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
 
contains(Object) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
contains(Object) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
containsAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
containsAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
containsAlphabetOrPad(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
containsHeader(String) - Method in class org.apache.catalina.connector.Response
Has the specified header been set already in this response?
containsHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
containsHeader(String) - Method in class org.apache.coyote.Response
Does the response contain the given header.
containsKey(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns true if the key has an entry in the map.
containsKey(Object) - Method in class org.apache.catalina.util.ParameterMap
 
containsKey(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
containsKey(Object) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
 
containsSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsValue(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
containsValue(Object) - Method in class org.apache.catalina.util.ParameterMap
 
containsValue(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
CONTENT_DISPOSITION - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content disposition header name.
CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
CONTENT_LENGTH - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content length header name.
CONTENT_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
MIME type of the content.
CONTENT_TYPE - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header name.
contentDelimitation - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Content delimiter for the request (if false, the connection will be closed at the end of the request).
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Content length.
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Content length.
contentLength - Variable in class org.apache.naming.resources.ResourceAttributes
Content length.
contentLength() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the content length of the request.
contentLength() - Method in interface org.apache.tomcat.util.http.fileupload.UploadContext
Retrieve the content length of the request.
contentType() - Method in class org.apache.coyote.Request
 
ContentType - Class in org.apache.tomcat.util.http
Useful methods for Content-Type processing
ContentType() - Constructor for class org.apache.tomcat.util.http.ContentType
 
contentTypeRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
regex pattern to match when evaluating content types
context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Context to which this Valve is attached.
context - Variable in class org.apache.catalina.connector.Request
Associated context.
Context - Interface in org.apache.catalina
A Context is a Container that represents a servlet context, and therefore an individual web application, in the Catalina servlet engine.
context - Variable in class org.apache.catalina.core.StandardContext
The ServletContext implementation associated with this Context.
context - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.catalina.manager.ManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.catalina.realm.JNDIRealm
The directory context linking us to our directory server.
context - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
context - Variable in class org.apache.catalina.startup.ContextConfig
The Context we are associated with.
context - Variable in class org.apache.jasper.JspC
The servlet context.
context - Variable in class org.apache.jasper.JspCompilationContext
 
CONTEXT - Static variable in class org.apache.naming.NamingEntry
 
context - Variable in class org.apache.naming.resources.CacheEntry
 
context - Variable in class org.apache.naming.resources.DirContextURLConnection
Directory context.
context - Variable in class org.apache.naming.resources.DirContextURLStreamHandler
Directory context.
CONTEXT - Static variable in class org.apache.naming.resources.ProxyDirContext
 
context - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
ContextAccessController - Class in org.apache.naming
Handles the access control on the JNDI contexts.
ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
 
ContextBindings - Class in org.apache.naming
Handles the associations : Object with a NamingContext Calling thread with a NamingContext Calling thread with object bound to the same naming context Thread context class loader with a NamingContext Thread context class loader with object bound to the same NamingContext The objects are typically Catalina Server or Context objects.
ContextBindings() - Constructor for class org.apache.naming.ContextBindings
 
contextClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context implementation we should use.
ContextConfig - Class in org.apache.catalina.startup
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
ContextConfig() - Constructor for class org.apache.catalina.startup.ContextConfig
 
contextConfig(Digester) - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
 
contextDescriptors - Variable in class org.apache.catalina.manager.ManagerServlet
Deprecated.
Unused
contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the servlet context is about to be shut down.
contextDestroyed(ServletContextEvent) - Method in class org.apache.tomcat.websocket.server.WsContextListener
 
ContextEjb - Class in org.apache.catalina.deploy
Representation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.
ContextEjb() - Constructor for class org.apache.catalina.deploy.ContextEjb
 
ContextEnvironment - Class in org.apache.catalina.deploy
Representation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
ContextEnvironment() - Constructor for class org.apache.catalina.deploy.ContextEnvironment
 
ContextEnvironmentMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.ContextEnvironment component.
ContextEnvironmentMBean() - Constructor for class org.apache.catalina.mbeans.ContextEnvironmentMBean
Construct a ModelMBean with default ModelMBeanInfo information.
contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
The JNDI context factory used to acquire our InitialContext.
ContextHandler - Class in org.apache.catalina.deploy
Representation of a handler reference for a web service, as represented in a <handler> element in the deployment descriptor.
ContextHandler() - Constructor for class org.apache.catalina.deploy.ContextHandler
 
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the web application initialization process is starting.
contextInitialized(ServletContextEvent) - Method in class org.apache.tomcat.websocket.server.WsContextListener
 
contextList - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
ContextLocalEjb - Class in org.apache.catalina.deploy
Representation of a local EJB resource reference for a web application, as represented in a <ejb-local-ref> element in the deployment descriptor.
ContextLocalEjb() - Constructor for class org.apache.catalina.deploy.ContextLocalEjb
 
ContextMBean - Class in org.apache.catalina.mbeans
 
ContextMBean() - Constructor for class org.apache.catalina.mbeans.ContextMBean
 
ContextName - Class in org.apache.catalina.util
Utility class to manage context names so there is one place where the conversions between baseName, path and version take place.
ContextName(String) - Constructor for class org.apache.catalina.util.ContextName
ContextName(String, boolean) - Constructor for class org.apache.catalina.util.ContextName
Creates an instance from a context name, display name, base name, directory name, WAR name or context.xml name.
ContextName(String, String) - Constructor for class org.apache.catalina.util.ContextName
Construct an instance from a path and version.
contextName - Variable in class org.apache.naming.resources.ProxyDirContext
Context name.
contextPath - Variable in class org.apache.naming.resources.ProxyDirContext
Context path.
contextPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
Deprecated.
Unused. This will be removed in Tomcat 10.
ContextResource - Class in org.apache.catalina.deploy
Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.
ContextResource() - Constructor for class org.apache.catalina.deploy.ContextResource
 
ContextResourceEnvRef - Class in org.apache.catalina.deploy
Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextResourceEnvRef() - Constructor for class org.apache.catalina.deploy.ContextResourceEnvRef
 
ContextResourceLink - Class in org.apache.catalina.deploy
Representation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.
ContextResourceLink() - Constructor for class org.apache.catalina.deploy.ContextResourceLink
 
ContextResourceLinkMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResourceLink component.
ContextResourceLinkMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceLinkMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextResourceMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResource component.
ContextResourceMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Context definition element.
ContextRuleSet() - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
ContextRuleSet(String) - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
ContextRuleSet(String, boolean) - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
contexts - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
contexts - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
ContextService - Class in org.apache.catalina.deploy
Representation of a web service reference for a web application, as represented in a <service-ref> element in the deployment descriptor.
ContextService() - Constructor for class org.apache.catalina.deploy.ContextService
 
contextSlashCount - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
contextStopping() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
contextStopping() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
ContextTransaction - Class in org.apache.catalina.deploy
Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextTransaction() - Constructor for class org.apache.catalina.deploy.ContextTransaction
 
contextXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per context.
controlConcurrency(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Subclass friendly method to add conditions.
conv - Variable in class org.apache.catalina.connector.InputBuffer
Current byte to char converter.
conv - Variable in class org.apache.catalina.connector.OutputBuffer
Current char to byte converter.
Conversions - Class in org.apache.catalina.util
 
convert(String) - Static method in class org.apache.catalina.tribes.util.Arrays
 
convert(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convert(String, String, Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
convert(TreeNode, Node) - Method in class org.apache.jasper.xmlparser.ParserUtils
Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
convert(ByteChunk, CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.B2CConverter
Convert the given bytes to characters.
convert(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
Convert the given characters to bytes.
convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source.
convert(ByteChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
convert(ByteChunk, EncodedSolidusHandling) - Method in class org.apache.tomcat.util.buf.UDecoder
 
convert(CharChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
convert(CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Unused. Will be removed in Tomcat 10
convert(MessageBytes) - Method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
convert(MessageBytes, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Unused. Will be removed in Tomcat 10
convert(String) - Method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Will be removed in Tomcat 10
convert(String, Class<?>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
convert - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
convert(T) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
 
convert(ByteBuffer) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
 
convert(String) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
 
convertDateFormat(String) - Method in class org.apache.catalina.util.Strftime
Search the provided pattern and get the C standard Date/Time formatting rules and convert them to the Java equivalent.
convertMB(MessageBytes) - Method in class org.apache.catalina.connector.CoyoteAdapter
Character conversion of the a US-ASCII MessageBytes.
convertPrimitiveType(Class<?>) - Static method in class org.apache.catalina.util.Introspection
Converts the primitive type to its corresponding wrapper.
convertStringToType(String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Convert string to datatype FIXME How we can transfer values from ant project reference store (ref)?
convertToBytes(String) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Convert specified String to a byte array.
convertToHexEscape(String) - Static method in class org.apache.catalina.realm.JNDIRealm
 
convertURI(MessageBytes, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Character conversion of the URI.
convertValue(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
EXPERIMENTAL Convert a string to object, based on type.
Cookie - Class in javax.servlet.http
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructs a cookie with a specified name and value.
cookies - Variable in class org.apache.catalina.connector.Request
The set of cookies associated with this Request.
Cookies - Class in org.apache.tomcat.util.http
A collection of cookies - reusable and tuned for server side performance.
Cookies(MimeHeaders) - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new cookie collection, that will extract the information from headers.
cookiesParsed - Variable in class org.apache.catalina.connector.Request
Cookie headers parsed flag.
CookieSupport - Class in org.apache.tomcat.util.http
Static constants for this package.
COORD_ALIVE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Alive message
COORD_CONF - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Coordination confirmation, for blocking installations
COORD_HEADER - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
header for a coordination message
COORD_REQUEST - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Coordination request
coordinator - Variable in class org.apache.catalina.tribes.group.GroupChannel
The ChannelCoordinator coordinates the bottom layer components:
- MembershipService
- ChannelSender
- ChannelReceiver
coordMsgReceived - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
copy(File, File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Copy a file to the specified temp directory.
copy(File, File) - Static method in class org.apache.catalina.manager.ManagerServlet
Copy the specified file or directory to the destination.
copy(CacheEntry, InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, InputStream, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, ServletOutputStream, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, ServletOutputStream, Iterator<DefaultServlet.Range>, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(File, File) - Static method in class org.apache.catalina.startup.ExpandWar
Copy the specified file or directory to the destination.
copy(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
Copy the specified file to another file.
copy(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Copies bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, boolean) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
copy(InputStream, OutputStream, boolean, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
copyBytes(byte[], int, int, int) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Copy an array of bytes to a different position.
copyInternal(File, File, byte[]) - Static method in class org.apache.catalina.manager.ManagerServlet
Copy the specified file or directory to the destination.
copyLarge(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Copies bytes from a large (over 2GB) InputStream to an OutputStream.
CopyParentClassLoaderRule - Class in org.apache.catalina.startup
Rule that copies the parentClassLoader property from the next-to-top item on the stack (which must be a Container) to the top item on the stack (which must also be a Container).
CopyParentClassLoaderRule() - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
Construct a new instance of this Rule.
copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyStateWithoutTransformers(WebappClassLoaderBase) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
copyWithoutTransformers() - Method in class org.apache.catalina.loader.ParallelWebappClassLoader
Returns a copy of this class loader without any class file transformers.
copyWithoutTransformers() - Method in class org.apache.catalina.loader.WebappClassLoader
Returns a copy of this class loader without any class file transformers.
copyWithoutTransformers() - Method in interface org.apache.tomcat.InstrumentableClassLoader
Returns a copy of this class loader without any class file transformers.
copyXML - Variable in class org.apache.catalina.startup.HostConfig
Should XML files be copied to $CATALINA_BASE/conf/<engine>/<host> by default when a web application is deployed?
CorsFilter - Class in org.apache.catalina.filters
A Filter that enable client-side cross-origin requests by implementing W3C's CORS (Cross-Origin Resource Sharing) specification for resources.
CorsFilter() - Constructor for class org.apache.catalina.filters.CorsFilter
 
CorsFilter.CORSRequestType - Enum in org.apache.catalina.filters
Enumerates varies types of CORS requests.
count() - Method in class org.apache.catalina.tribes.io.ObjectReader
Returns the number of packages that the reader has read
countAllocated - Variable in class org.apache.catalina.core.StandardWrapper
The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).
countDown(CountDownLatch) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
countDown() - Method in class org.apache.tomcat.util.threads.LimitLatch
Releases a shared latch, making it available for another thread to use.
countDownConnection() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
counter - Static variable in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
countPackages() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Internal mechanism to make a check if a complete package exists within the buffer
countPackages(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
countUpOrAwait() - Method in class org.apache.tomcat.util.threads.LimitLatch
Acquires a shared latch if one is available or waits for one if no shared latch is current available.
countUpOrAwaitConnection() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
CoyoteAdapter - Class in org.apache.catalina.connector
Implementation of a request processor which delegates the processing to a Coyote processor.
CoyoteAdapter(Connector) - Constructor for class org.apache.catalina.connector.CoyoteAdapter
Construct a new CoyoteProcessor associated with the specified connector.
CoyoteInputStream - Class in org.apache.catalina.connector
This class handles reading bytes.
CoyoteInputStream(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteInputStream
 
CoyoteOutputStream - Class in org.apache.catalina.connector
Coyote implementation of the servlet output stream.
CoyoteOutputStream(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteOutputStream
 
CoyotePrincipal - Class in org.apache.catalina.connector
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
CoyotePrincipal(String) - Constructor for class org.apache.catalina.connector.CoyotePrincipal
 
CoyoteReader - Class in org.apache.catalina.connector
Coyote implementation of the buffered reader.
CoyoteReader(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteReader
 
coyoteRequest - Variable in class org.apache.catalina.connector.Request
Coyote request.
coyoteResponse - Variable in class org.apache.catalina.connector.Response
Coyote response.
CoyoteWriter - Class in org.apache.catalina.connector
Coyote implementation of the servlet writer.
CoyoteWriter(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteWriter
 
CR - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
CR - Static variable in class org.apache.coyote.http11.Constants
CR.
CR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The Carriage Return ASCII character value.
CrawlerSessionManagerValve - Class in org.apache.catalina.valves
Web crawlers can trigger the creation of many thousands of sessions as they crawl a site which may result in significant memory consumption.
CrawlerSessionManagerValve() - Constructor for class org.apache.catalina.valves.CrawlerSessionManagerValve
Specifies a default constructor so async support can be configured.
create() - Static method in class javax.websocket.ClientEndpointConfig.Builder
 
create(Class<?>, String) - Static method in class javax.websocket.server.ServerEndpointConfig.Builder
 
create - Variable in class org.apache.catalina.startup.ContextRuleSet
Should the context be created.
create() - Method in class org.apache.el.lang.FunctionMapperFactory
 
create() - Method in class org.apache.el.lang.VariableMapperFactory
 
create(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Create a new pooled connection object.
create(long, int) - Static method in class org.apache.tomcat.jni.Buffer
Allocate a new ByteBuffer from already allocated memory.
create(String, int, long) - Static method in class org.apache.tomcat.jni.Global
Create and initialize a mutex that can be used to synchronize both processes and threads.
create(String, long) - Static method in class org.apache.tomcat.jni.Local
Create a socket.
create(String, int, long) - Static method in class org.apache.tomcat.jni.Lock
Create and initialize a mutex that can be used to synchronize processes.
create(long, long, long, int, long) - Static method in class org.apache.tomcat.jni.Mmap
Create a new mmap'ed file out of an existing APR file.
create(int, long, int, long) - Static method in class org.apache.tomcat.jni.Poll
Setup a pollset object.
create(long) - Static method in class org.apache.tomcat.jni.Pool
Create a new pool.
create(long, String, String[], String[], long, long) - Static method in class org.apache.tomcat.jni.Proc
Create a new process and execute a new program within that process.
create(long) - Static method in class org.apache.tomcat.jni.Procattr
Create and initialize a new procattr variable
create(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
Create or open a Registry Key.
create(long, String, long) - Static method in class org.apache.tomcat.jni.Shm
Create and make accessible a shared memory segment.
create(int, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Create a socket.
create(String, List<List<Extension.Parameter>>, boolean) - Method in class org.apache.tomcat.websocket.TransformationFactory
 
CREATE_STATEMENT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
CREATE_STATEMENT_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
createAbsoluteOrdering() - Method in class org.apache.catalina.deploy.WebXml
 
createAcceptor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Hook to allow Endpoints to provide a specific Acceptor implementation.
createAcceptor() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
createAcceptor() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
createAcceptor() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
createAccessLogElement(String, char) - Method in class org.apache.catalina.valves.AccessLogValve
create an AccessLogElement implementation which needs an element name
createAccessLogElement(char) - Method in class org.apache.catalina.valves.AccessLogValve
create an AccessLogElement implementation
createAccessLoggerValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Deprecated.
Will be removed in Tomcat 8.0.x. Replaced by MBeanFactory.createValve(String, String).
createAjpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AjpConnector
createArrayOf(String, Object[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createBlob() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createCacheKey(Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
createCacheKey(String, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
createClassLoader(File[], File[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClassLoader(List<ClassLoaderFactory.Repository>, ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClob() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createCompiler() - Method in class org.apache.jasper.JspCompilationContext
Create a "Compiler" object based on some init param data.
createCompiler(String) - Method in class org.apache.jasper.JspCompilationContext
 
createConnection() - Method in interface org.apache.tomcat.dbcp.dbcp.ConnectionFactory
Create a new Connection in an implementation specific fashion.
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory
 
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory
 
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp.DriverManagerConnectionFactory
 
createConnection(long, PooledConnection, String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Creates a JDBC connection and tries to connect to the database.
createConnectionFactory() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Creates a JDBC connection factory for this datasource.
createConnectionPool() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Creates a connection pool for this datasource.
createConnector(InetAddress, int, boolean) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createConnector(String, int, boolean) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
createConnector(InetAddress, int, String) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
createConnector(String, int, String) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
createConstraints(ServletSecurityElement, String) - Static method in class org.apache.catalina.deploy.SecurityConstraint
Convert a ServletSecurityElement to an array of SecurityConstraint(s).
createConstructorInfo() - Method in class org.apache.tomcat.util.modeler.ConstructorInfo
Create and return a ModelMBeanConstructorInfo object that corresponds to the attribute described by this instance.
createContext(String, String) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Create, configure, and return a Context that will process all HTTP requests received from one of the associated Connectors, and directed to the specified context path on the virtual host to which this Context is connected.
createContextDigester() - Method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the context configuration descriptor for an application.
createData(NonBlockingCoordinator.CoordinationMessage, MemberImpl) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
createDataPackage(ChannelData) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Creates a complete data package
createDataPackage(byte[], int, int, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
createDataPackage(byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
createDataSource() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Create (if necessary) and return the internal data source we are using to manage our connections.
createDataSource(Properties) - Static method in class org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory
Creates and configures a BasicDataSource instance based on the given properties.
createDataSource(Properties) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Creates and configures a DataSource instance based on the given properties.
createDataSource(Properties, Context, boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
createDataSourceInstance() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Creates the actual data source instance.
createDataSourceRealm(String, String, String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new DataSource Realm.
createDecorator(Object, Method, Object[], Object, Constructor<?>, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
createDecorator(Object, Method, Object[], Object, Constructor<?>, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Creates a proxy for a Statement.
createDigester(String) - Static method in class org.apache.catalina.startup.HostConfig
Create the digester which will be used to parse context config files.
createDigester() - Static method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
createEmptySession() - Method in class org.apache.catalina.ha.session.BackupManager
 
createEmptySession() - Method in class org.apache.catalina.ha.session.DeltaManager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in interface org.apache.catalina.Manager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
 
createEngine() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
createExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
 
createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createFilter(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createFilterChain(ServletRequest, Wrapper, Servlet) - Method in class org.apache.catalina.core.ApplicationFilterFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
createGroup(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Group and return the corresponding MBean Name.
createGroup(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Group defined in this user database.
createGroup(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Group defined in this user database.
createHost(String, String) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Create, configure, and return a Host that will process all HTTP requests received from one of the associated Connectors, and directed to the specified virtual host.
createHttpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpConnector
createHttpsConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpsConnector
createInputStream() - Method in class org.apache.catalina.connector.Request
Create and return a ServletInputStream to read the content associated with this Request.
createItem(String, String, boolean, String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Create a new DiskFileItem instance from the supplied parameters and the local factory configuration.
createItem(String, String, boolean, String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemFactory
Create a new FileItem instance from the supplied parameters and any local factory configuration.
createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
Create a compilation error.
createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
Create a compilation error.
createJDBCRealm(String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Deprecated.
This method will be removed in Tomcat 10. Use a DataSourceRealm instead.
createJMXConnection(String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Create a new JMX Connection with auth when username and password is set.
createJNDIRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JNDI Realm.
createKey(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create a PStmtKey for the given arguments.
createKey(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
 
createKey(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
 
createKey(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create a PStmtKey for the given arguments.
createKey(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
 
createKey(String, int, int, int, PoolingConnection.StatementType) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
 
createKey(String, int, int, PoolingConnection.StatementType) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create a PStmtKey for the given arguments.
createKey(String, PoolingConnection.StatementType) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create a PStmtKey for the given arguments.
createKey(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create a PStmtKey for the given arguments.
createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
 
createListener(Class<T>) - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
 
createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createListener(Class<T>) - Method in class org.apache.catalina.core.AsyncContextImpl
 
createListener(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createLoader(ClassLoader) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Create and return a class loader manager that can be customized, and then attached to a Context, before it is started.
createLogElements() - Method in class org.apache.catalina.valves.AccessLogValve
parse pattern string and create the array of AccessLogElement
createLogElements() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
createManagedBean(Registry, String, Class<?>, String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors
createManager(String) - Method in interface org.apache.catalina.Cluster
Create a new manager which will use this cluster to replicate its sessions.
createManager(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Create new Manager without add to cluster (comes with start the manager)
createMBean(ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextEnvironment object.
createMBean(ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextResource object.
createMBean(ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextResourceLink object.
createMBean() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Create MBean object that can be registered.
createMBean() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Create and return a ModelMBean that has been preconfigured with the ModelMBeanInfo information for this managed bean, but is not associated with any particular managed resource.
createMBean(Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Create and return a ModelMBean that has been preconfigured with the ModelMBeanInfo information for this managed bean, and is associated with the specified managed object instance.
createMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources.
createMBeans(String, Context) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources in the specified naming context.
createMBeans(String, UserDatabase) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the specified UserDatabase and its contents.
createMemoryRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Memory Realm.
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
Create a new method expression instance.
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.apache.el.ExpressionFactoryImpl
 
createMethodExpression(Class<?>, Class<?>[]) - Method in class org.apache.el.lang.ExpressionBuilder
 
createNClob() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createNode(String) - Static method in class org.apache.el.lang.ExpressionBuilder
 
createNotificationInfo() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Create and return a ModelMBeanNotificationInfo object that corresponds to the attribute described by this instance.
createObject(Attributes) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObject(Attributes) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObjectName(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
Create an ObjectName for this ContextResource object.
createObjectName(String, ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Service object.
createObjectName(String, ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResource object.
createObjectName(String, ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResourceLink object.
createObjectName(ObjectName) - Method in class org.apache.tomcat.jdbc.pool.DataSource
Creates the ObjectName for the ConnectionPoolMBean object to be registered
createObjectNameKeyProperties(String) - Method in class org.apache.catalina.connector.Connector
 
createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
createOutputStream() - Method in class org.apache.catalina.connector.Response
Deprecated.
createParameterInfo() - Method in class org.apache.tomcat.util.modeler.ParameterInfo
Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.
createPipeline(Container) - Method in class org.apache.catalina.CatalinaFactory
Deprecated.
 
createPool() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPool with the currently configured properties.
createPool() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create and return a new ObjectPool.
createPool() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Create a StackKeyedObjectPool with current property settings.
createPool() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Create a StackObjectPool.
createPool() - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPoolFactory
Create a new KeyedObjectPool.
createPool() - Method in interface org.apache.tomcat.dbcp.pool.ObjectPoolFactory
Create and return a new ObjectPool.
createPool() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Sets up the connection pool, by creating a pooling driver.
createPoolableConnectionFactory(ConnectionFactory, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, AbandonedConfig) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Creates the PoolableConnectionFactory and attaches it to the connection pool.
createPrimaryIndicator(Request) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Mark Request that processed at primary node with attribute primaryIndicatorName
createPrincipal(GenericPrincipal) - Static method in class org.apache.catalina.ha.session.SerializablePrincipal
 
createPrincipal(String, Subject, LoginContext) - Method in class org.apache.catalina.realm.JAASRealm
Identify and return a java.security.Principal instance representing the authenticated user for the specified Subject.
createProcessor() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
createProperty(Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from attribute resultproperty
createProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from property prefix When result is an array and isSeparateArrayResults is true, resultproperty used as prefix (resultproperty.0-array.length and store the result array length at resultproperty.length.
createQueryString(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
Create query string for the specified command.
createQueryString(String) - Method in class org.apache.catalina.ant.SessionsTask
 
createRegistry() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the registry of managed object descriptions.
createRemoteAddrValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Deprecated.
Will be removed in Tomcat 8.0.x. Replaced by MBeanFactory.createValve(String, String).
createRemoteHostValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Deprecated.
Will be removed in Tomcat 8.0.x. Replaced by MBeanFactory.createValve(String, String).
createRequest() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequest(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
createResponse() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createRole(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Role and return the corresponding MBean Name.
createRole(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Role defined in this user database.
createRole(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Role defined in this user database.
createRxTask() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
createRxTask() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
createRxTask() - Method in interface org.apache.catalina.tribes.transport.RxTaskPool.TaskCreator
 
createSAXException(String, Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createServer() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the MBeanServer with which we will be registering our DynamicMBean implementations.
createServerSocket(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.RmiServerBindSocketFactory
Deprecated.
 
createServerSocket(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
Deprecated.
 
createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
 
createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createServlet(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createSession(String) - Method in class org.apache.catalina.ha.session.DeltaManager
 
createSession(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Create new session with check maxActiveSessions and send session creation to other cluster nodes.
createSession(String) - Method in interface org.apache.catalina.Manager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
createSessionCookie(Context, String, boolean) - Static method in class org.apache.catalina.core.ApplicationSessionCookieConfig
Creates a new session cookie for the given session ID
createSingleSignOn(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Deprecated.
Will be removed in Tomcat 8.0.x. Replaced by MBeanFactory.createValve(String, String).
createSocket(String, int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
Deprecated.
 
createSocket(int) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
createSocket(int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createSQLXML() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createSSLContext() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSSLContext() - Method in interface org.apache.tomcat.util.net.SSLUtil
 
createSSLEngine() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
createStandardContext(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardContext(String, String, String, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardHost(String, String, String, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardHost.
createStandardManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardManager.
createStandardServiceEngine(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Creates a new StandardService and StandardEngine.
createStartDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for startup.
createStatement() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createStatement(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createStatement(int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createStatement(Connection) - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Creates a new Statement from the given Connection.
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
This method will be invoked after a successful statement creation.
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Creates a statement interceptor to monitor query response times
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
 
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Creates a statement interceptor to monitor query response times
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade
Creates a statement interceptor to monitor query response times
createStopDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for shutdown.
createStruct(String, Object[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
createSubcontext(Name) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
createSubcontext(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
createSubcontext(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createTypedArray(String, Object, Method, String[], Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Create a typed array.
createUpgradeProcessor(SocketWrapper<S>, UpgradeInbound) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
Deprecated.
Will be removed in Tomcat 8.0.x.
createUpgradeProcessor(SocketWrapper<S>, HttpUpgradeHandler) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
createUpgradeProcessor(SocketWrapper<S>, UpgradeInbound) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
Deprecated.
Will be removed in Tomcat 8.0.x.
createUpgradeProcessor(SocketWrapper<S>, HttpUpgradeHandler) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
 
createUpgradeProcessor(SocketWrapper<Long>, UpgradeInbound) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
Deprecated.
Will be removed in Tomcat 8.0.x.
createUpgradeProcessor(SocketWrapper<Long>, HttpUpgradeHandler) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
createUpgradeProcessor(SocketWrapper<NioChannel>, UpgradeInbound) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
Deprecated.
Will be removed in Tomcat 8.0.x.
createUpgradeProcessor(SocketWrapper<NioChannel>, HttpUpgradeHandler) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
createUpgradeProcessor(SocketWrapper<Socket>, UpgradeInbound) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
Deprecated.
Will be removed in Tomcat 8.0.x.
createUpgradeProcessor(SocketWrapper<Socket>, HttpUpgradeHandler) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
createURLStreamHandler(String) - Method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createUser(String, String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new User and return the corresponding MBean Name.
createUser(String, String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new User defined in this user database.
createUser(String, String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new User defined in this user database.
createUserDatabaseRealm(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new UserDatabaseRealm.
createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
Create a new value expression.
createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
 
createValueExpression(ELContext, String, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
 
createValueExpression(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
 
createValueExpression(Class<?>) - Method in class org.apache.el.lang.ExpressionBuilder
 
createValve(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Valve and associate it with a Container.
createWebappLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Web Application Loader.
createWebSocketInbound(String, HttpServletRequest) - Method in class org.apache.catalina.websocket.WebSocketServlet
Deprecated.
Create the instance that will process this inbound connection.
createWebXml() - Method in class org.apache.catalina.startup.ContextConfig
 
createWebXmlDigester(boolean, boolean) - Method in class org.apache.catalina.startup.ContextConfig
Create and return a Digester configured to process the web application deployment descriptor (web.xml).
createWrapper() - Method in interface org.apache.catalina.Context
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
createWrapper() - Method in class org.apache.catalina.core.StandardContext
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
createWrapper() - Method in class org.apache.catalina.startup.FailedContext
 
creation - Variable in class org.apache.naming.resources.ResourceAttributes
Creation time.
CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
creationDate - Variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
creationDateFormat - Static variable in class org.apache.catalina.servlets.WebdavServlet
Simple date format for the creation date ISO representation (partial).
creationFactory - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.
creationTime - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The time this instance was created.
creationTime - Variable in class org.apache.catalina.session.StandardSession
The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.
credentials(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return a PreparedStatement configured to perform the SELECT required to retrieve user credentials for the specified username.
CRLF - Static variable in class org.apache.catalina.security.Constants
 
CRLF - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
CRLF - Static variable in class org.apache.coyote.http11.Constants
CRLF.
CRLF_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
crossContextSessions - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
crossContext session container
csize - Variable in class org.apache.tomcat.jni.FileInfo
The storage size consumed by the file
csPlatform - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
CSRF_NONCE_REQUEST_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
The request attribute key under which the current requests's CSRF nonce can be found.
CSRF_NONCE_REQUEST_PARAM - Static variable in class org.apache.catalina.filters.Constants
The name of the request parameter which carries CSRF nonces from the client to the server for validation.
CSRF_NONCE_REQUEST_PARAM_NAME_KEY - Static variable in class org.apache.catalina.filters.Constants
The servlet context attribute key under which the CSRF request parameter name can be found.
CSRF_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
The session attribute key under which the CSRF nonce cache will be stored.
CSRF_REST_NONCE_HEADER_FETCH_VALUE - Static variable in class org.apache.catalina.filters.Constants
 
CSRF_REST_NONCE_HEADER_NAME - Static variable in class org.apache.catalina.filters.Constants
 
CSRF_REST_NONCE_HEADER_REQUIRED_VALUE - Static variable in class org.apache.catalina.filters.Constants
 
CSRF_REST_NONCE_HEDAER_NAME_KEY - Static variable in class org.apache.catalina.filters.Constants
The servlet context attribute key under which the CSRF REST header name can be found.
CSRF_REST_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
The session attribute key under which the CSRF REST nonce cache will be stored.
CsrfPreventionFilter - Class in org.apache.catalina.filters
Provides basic CSRF protection for a web application.
CsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter
 
CsrfPreventionFilter.CsrfResponseWrapper - Class in org.apache.catalina.filters
 
CsrfPreventionFilter.CsrfResponseWrapper(HttpServletResponse, String) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
CsrfPreventionFilter.LruCache<T> - Class in org.apache.catalina.filters
 
CsrfPreventionFilter.LruCache(int) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
 
CsrfPreventionFilterBase - Class in org.apache.catalina.filters
 
CsrfPreventionFilterBase() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilterBase
 
ctime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was created, or the inode was last changed
ctime(long) - Static method in class org.apache.tomcat.jni.Time
Formats dates in the ctime() format in an efficient manner.
ctxt - Variable in class org.apache.jasper.compiler.Compiler
 
curChar - Variable in class org.apache.el.parser.ELParserTokenManager
 
current - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
current() - Static method in class org.apache.tomcat.jni.Thread
 
currentLogFile - Variable in class org.apache.catalina.valves.AccessLogValve
The current log file we are writing to.
currentNode - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The node we are currently backing up data to, this index will rotate on a round robin basis
currentSize - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
currentSize - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
currentStatus - Variable in class org.apache.catalina.ha.deploy.WarWatcher
Currently deployed files
currentThreadShouldBeStopped() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
currentToken - Variable in exception org.apache.el.parser.ParseException
This is the last token that has been consumed successfully.
customAuthenticators - Variable in class org.apache.catalina.startup.ContextConfig
Custom mappings of login methods to authenticators
CustomObjectInputStream - Class in org.apache.catalina.util
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
CustomObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream without any filtering of deserialized classes.
CustomObjectInputStream(InputStream, ClassLoader, Log, Pattern, boolean) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream with filtering of deserialized classes.

D

daemon - Variable in class org.apache.catalina.core.StandardThreadExecutor
Run threads in daemon or non-daemon state
DASH - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The dash (-) ASCII character value.
data - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The bytes that we hold the data in, not thread safe.
data() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
Get the data object from the element.
data - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Thread <-> ByteArrayOutputStream associations.
database - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The UserDatabase we will use to authenticate users and identify associated roles.
database - Variable in class org.apache.catalina.users.MemoryGroup
The MemoryUserDatabase that owns this group.
database - Variable in class org.apache.catalina.users.MemoryRole
The MemoryUserDatabase that owns this role.
database - Variable in class org.apache.catalina.users.MemoryUser
The MemoryUserDatabase that owns this user.
dataChannel - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
dataDefinitionCausesTransactionCommit() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
dataGet(long, String) - Static method in class org.apache.tomcat.jni.Pool
Return the data associated with the current pool.
dataGet(long, String) - Static method in class org.apache.tomcat.jni.Socket
Return the data associated with the current socket
dataPkg - Variable in class org.apache.catalina.tribes.membership.MemberImpl
To avoid serialization over and over again, once the local dataPkg has been set, we use that to transmit data
DataSender - Interface in org.apache.catalina.tribes.transport
Title: Description: Company:
dataSet(long, String, Object) - Static method in class org.apache.tomcat.jni.Pool
Set the data associated with the current pool
dataSet(long, String, Object) - Static method in class org.apache.tomcat.jni.Socket
Set the data associated with the current socket.
dataSource - Variable in class org.apache.catalina.session.JDBCStore
DataSource to use
dataSource - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The data source we will use to manage connections.
DataSource - Class in org.apache.tomcat.jdbc.pool
A DataSource that can be instantiated through IoC and implements the DataSource interface since the DataSourceProxy is used as a generic proxy.
DataSource() - Constructor for class org.apache.tomcat.jdbc.pool.DataSource
Constructor for reflection only.
DataSource(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.DataSource
Constructs a DataSource object wrapping a connection
DataSourceClassName - Variable in class org.apache.naming.factory.SendMailFactory
 
DataSourceConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp
A DataSource-based implementation of ConnectionFactory.
DataSourceConnectionFactory(DataSource) - Constructor for class org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory
 
DataSourceConnectionFactory(DataSource, String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory
 
DataSourceDefinition - Annotation Type in javax.annotation.sql
 
DataSourceDefinitions - Annotation Type in javax.annotation.sql
 
DataSourceFactory - Class in org.apache.tomcat.jdbc.pool
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.
DataSourceFactory() - Constructor for class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
DataSourceLinkFactory - Class in org.apache.naming.factory
Object factory for resource links for shared data sources.
DataSourceLinkFactory() - Constructor for class org.apache.naming.factory.DataSourceLinkFactory
 
DataSourceLinkFactory.DataSourceHandler - Class in org.apache.naming.factory
Simple wrapper class that will allow a user to configure a ResourceLink for a data source so that when DataSource.getConnection() is called, it will invoke DataSource.getConnection(String, String) with the preconfigured username and password.
DataSourceLinkFactory.DataSourceHandler(DataSource, String, String) - Constructor for class org.apache.naming.factory.DataSourceLinkFactory.DataSourceHandler
 
dataSourceName - Variable in class org.apache.catalina.realm.DataSourceRealm
The name of the JNDI JDBC DataSource
dataSourceName - Variable in class org.apache.catalina.session.JDBCStore
name of the JNDI resource
DataSourceProxy - Class in org.apache.tomcat.jdbc.pool
The DataSource proxy lets us implements methods that don't exist in the current compiler JDK but might be methods that are part of a future JDK DataSource interface.
DataSourceProxy() - Constructor for class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
DataSourceProxy(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
DataSourceRealm - Class in org.apache.catalina.realm
Implementation of Realm that works with any JDBC JNDI DataSource.
DataSourceRealm() - Constructor for class org.apache.catalina.realm.DataSourceRealm
 
DATATYPES_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
date - Variable in class org.apache.naming.resources.DirContextURLConnection
Date.
DateFormatCache - Class in org.apache.juli
Cache structure for SimpleDateFormat formatted timestamps based on seconds.
DateFormatCache(int, String, DateFormatCache) - Constructor for class org.apache.juli.DateFormatCache
 
DateTool - Class in org.apache.catalina.util
Deprecated.
Mostly unused and will be removed in 8.0.x onwards
DateTool() - Constructor for class org.apache.catalina.util.DateTool
Deprecated.
 
dbConnection - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The connection to the database.
DBCP_DATASOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DbcpException - Exception in org.apache.tomcat.dbcp.dbcp
Deprecated.
This will be removed in a future version of DBCP.
DbcpException() - Constructor for exception org.apache.tomcat.dbcp.dbcp.DbcpException
Deprecated.
Construct a new runtime exception with null as its detail message.
DbcpException(String) - Constructor for exception org.apache.tomcat.dbcp.dbcp.DbcpException
Deprecated.
Construct a new runtime exception with the specified detail message.
DbcpException(String, Throwable) - Constructor for exception org.apache.tomcat.dbcp.dbcp.DbcpException
Deprecated.
Construct a new runtime exception with the specified detail message and cause.
DbcpException(Throwable) - Constructor for exception org.apache.tomcat.dbcp.dbcp.DbcpException
Deprecated.
Construct a new runtime exception with the specified cause and a detail message of (cause == null ? null : cause.toString()).
deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
Return this previously allocated servlet to the pool of available instances.
deallocate(Servlet) - Method in interface org.apache.catalina.Wrapper
Return this previously allocated servlet to the pool of available instances.
debug - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.manager.ManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIFilter
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIMediator
 
debug - Variable in class org.apache.catalina.ssi.SSIProcessor
 
debug - Variable in class org.apache.catalina.ssi.SSIServlet
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
debug(Object) - Method in interface org.apache.juli.logging.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with debug log level.
DEBUG_PROPERTY - Static variable in class org.apache.juli.ClassLoaderLogManager
 
debugStream - Variable in class org.apache.el.parser.ELParserTokenManager
Debug output.
DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
DeclareRoles - Annotation Type in javax.annotation.security
 
declareRoles(String...) - Method in interface javax.servlet.ServletContext
Add to the declared roles for this ServletContext.
declareRoles(String...) - Method in class org.apache.catalina.core.ApplicationContext
 
declareRoles(String...) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
declareRoles(String...) - Method in class org.apache.jasper.servlet.JspCServletContext
 
decode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
 
decode(InputStream) - Method in interface javax.websocket.Decoder.BinaryStream
 
decode(String) - Method in interface javax.websocket.Decoder.Text
 
decode(Reader) - Method in interface javax.websocket.Decoder.TextStream
 
decode(ByteChunk, CharChunk) - Static method in class org.apache.catalina.util.Base64
Deprecated.
Decodes Base64 data into octets
decode(ByteChunk, ByteChunk) - Static method in class org.apache.catalina.util.Base64
Deprecated.
Decodes Base64 data into octets
decode(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Decodes a byte[] containing characters in the Base-N alphabet.
decode(byte[], int, int) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
 
decode(String) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Decodes a String containing characters in the Base-N alphabet.
decode(Object) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
This unused method will be removed in Tomcat 9
decode(byte[]) - Method in interface org.apache.tomcat.util.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(Object) - Method in interface org.apache.tomcat.util.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(T) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
 
decode(ByteBuffer) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
 
decode(PongMessage) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholePong
 
decode(String) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
 
decodeBase64(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Decodes Base64 data into octets.
decodeBase64(byte[], int, int) - Static method in class org.apache.tomcat.util.codec.binary.Base64
 
decodeBase64(String) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Decodes a Base64 String into octets.
decodeBase64URLSafe(String) - Static method in class org.apache.tomcat.util.codec.binary.Base64
 
decodedURI() - Method in class org.apache.coyote.Request
 
DecodeException - Exception in javax.websocket
 
DecodeException(ByteBuffer, String, Throwable) - Constructor for exception javax.websocket.DecodeException
 
DecodeException(String, String, Throwable) - Constructor for exception javax.websocket.DecodeException
 
DecodeException(ByteBuffer, String) - Constructor for exception javax.websocket.DecodeException
 
DecodeException(String, String) - Constructor for exception javax.websocket.DecodeException
 
decodeInteger(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
decodeLoop(ByteBuffer, CharBuffer) - Method in class org.apache.tomcat.util.buf.Utf8Decoder
 
Decoder - Interface in javax.websocket
 
Decoder - Interface in org.apache.tomcat.util.codec
Provides the highest level of abstraction for Decoders.
Decoder.Binary<T> - Interface in javax.websocket
 
Decoder.BinaryStream<T> - Interface in javax.websocket
 
Decoder.Text<T> - Interface in javax.websocket
 
Decoder.TextStream<T> - Interface in javax.websocket
 
DecoderEntry - Class in org.apache.tomcat.websocket
 
DecoderEntry(Class<?>, Class<? extends Decoder>) - Constructor for class org.apache.tomcat.websocket.DecoderEntry
 
DecoderException - Exception in org.apache.tomcat.util.codec
Thrown when there is a failure condition during the decoding process.
DecoderException() - Constructor for exception org.apache.tomcat.util.codec.DecoderException
Constructs a new exception with null as its detail message.
DecoderException(String) - Constructor for exception org.apache.tomcat.util.codec.DecoderException
Constructs a new exception with the specified detail message.
DecoderException(String, Throwable) - Constructor for exception org.apache.tomcat.util.codec.DecoderException
Constructs a new exception with the specified detail message and cause.
DecoderException(Throwable) - Constructor for exception org.apache.tomcat.util.codec.DecoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
 
decoders(List<Class<? extends Decoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
 
decodeText(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.mime.MimeUtility
Decode a string of text obtained from a mail header into its proper form.
decodeText(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.mime.RFC2231Utility
Decode a string of text obtained from a HTTP header as per RFC 2231 Eg 1.
decompress(byte[]) - Static method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
decorateCORSProperties(HttpServletRequest, CorsFilter.CORSRequestType) - Static method in class org.apache.catalina.filters.CorsFilter
Decorates the HttpServletRequest, with CORS attributes.
decrementInProgressAsyncCount() - Method in interface org.apache.catalina.Context
 
decrementInProgressAsyncCount() - Method in class org.apache.catalina.core.StandardContext
 
decrementInProgressAsyncCount() - Method in class org.apache.catalina.startup.FailedContext
 
decrementKeepAlive() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
decTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
deepclone() - Method in interface org.apache.catalina.tribes.ChannelMessage
Deep clone, all fields MUST get cloned
deepclone - Variable in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
deepclone - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
deepclone() - Method in class org.apache.catalina.tribes.io.ChannelData
Complete clone
DEFAULT - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants This allows you to start separate components of the channel
DEFAULT - starts or stops all components in the channel
DEFAULT - Static variable in class org.apache.catalina.util.URLEncoder
 
DEFAULT - Static variable in interface org.apache.el.parser.ELParserConstants
Lexical state.
DEFAULT_ALLOWED_HTTP_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, following headers are supported: Origin,Accept,X-Requested-With, Content-Type, Access-Control-Request-Method, and Access-Control-Request-Headers.
DEFAULT_ALLOWED_HTTP_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, following methods are supported: GET, POST, HEAD and OPTIONS.
DEFAULT_ALLOWED_ORIGINS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, no origins are allowed to make requests.
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.InputBuffer
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.OutputBuffer
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.util.IOTools
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.websocket.WsOutbound
Deprecated.
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size of the JSP buffer.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UCSReader
Default byte buffer size (8192, larger than that of ASCIIReader since it's reasonable to surmise that the average UCS-4-encoded file should be 4 times as large as the average ASCII-encoded file).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
DEFAULT_BUFSIZE - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The default length of the buffer used for processing a request.
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.coyote.Constants
 
DEFAULT_CHARSET - Static variable in class org.apache.tomcat.util.buf.ByteChunk
Default encoding used to convert to strings.
DEFAULT_CHARSET - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_CONFIG_ERR_MSG - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_SIZE_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_TIME_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
DEFAULT_DECORATE_REQUEST - Static variable in class org.apache.catalina.filters.CorsFilter
By default, request is decorated with CORS attributes.
DEFAULT_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
 
DEFAULT_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.InputBuffer
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.OutputBuffer
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.ssi.SSIEcho
 
DEFAULT_ENCODING - Static variable in class org.apache.jasper.tagplugins.jstl.Util
 
DEFAULT_ENCODING - Static variable in class org.apache.tomcat.util.http.Parameters
 
DEFAULT_EXPOSED_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, none of the headers are exposed in response.
DEFAULT_FACTORY - Static variable in class org.apache.naming.EjbRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.HandlerRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceEnvRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceLinkRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ServiceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.TransactionRef
Default factory for this reference.
DEFAULT_HANDLER_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_HEADER_SIZE - Static variable in class org.apache.tomcat.util.http.MimeHeaders
Initial size - should be == average number of headers per request XXX make it configurable ( fine-tuning of web-apps )
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
DEFAULT_IE_CLASS_ID - Static variable in class org.apache.jasper.JspC
 
DEFAULT_INIT_SLEEPING_CAPACITY - Static variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
The default initial size of the pool (this specifies the size of the container, it does not cause the pool to be pre-populated.)
DEFAULT_INIT_SLEEPING_CAPACITY - Static variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
The default initial size of the pool (this specifies the size of the container, it does not cause the pool to be pre-populated.)
DEFAULT_INITIAL_CAPACITY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The default initial capacity - MUST be a power of two.
DEFAULT_JAAS_CONF - Static variable in class org.apache.catalina.authenticator.Constants
 
DEFAULT_JAR_SKIP_PROP - Static variable in class org.apache.jasper.Constants
Name of system property containing default list of JARs to skip when scanning JARs for configuration elements such as TLDs.
DEFAULT_JARS_TO_SKIP - Static variable in class org.apache.catalina.startup.Constants
 
DEFAULT_KEY_PASS - Static variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
DEFAULT_KRB5_CONF - Static variable in class org.apache.catalina.authenticator.Constants
 
DEFAULT_LIFO - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default LIFO status.
DEFAULT_LIFO - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default LIFO status.
DEFAULT_LOAD_FACTOR - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The load factor used when none specified in constructor.
DEFAULT_LOGGER_SLEEP_TIME - Static variable in class org.apache.juli.AsyncFileHandler
 
DEFAULT_LOGIN_MODULE_NAME - Static variable in class org.apache.catalina.authenticator.Constants
 
DEFAULT_LOOKUP_JNDI_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_MAX_ACTIVE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default cap on the total number of active instances (per key) from the pool.
DEFAULT_MAX_ACTIVE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default cap on the total number of active instances from the pool.
DEFAULT_MAX_ACTIVE - Static variable in class org.apache.tomcat.jdbc.pool.PoolProperties
 
DEFAULT_MAX_DAYS - Static variable in class org.apache.juli.FileHandler
 
DEFAULT_MAX_IDLE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default cap on the number of idle instances (per key) in the pool.
DEFAULT_MAX_IDLE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default cap on the number of "sleeping" instances in the pool.
DEFAULT_MAX_RECORDS - Static variable in class org.apache.juli.AsyncFileHandler
 
DEFAULT_MAX_SLEEPING - Static variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
The default cap on the number of "sleeping" instances in the pool.
DEFAULT_MAX_SLEEPING - Static variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
The cap on the number of "sleeping" instances in the pool.
DEFAULT_MAX_TOTAL - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default cap on the the overall maximum number of objects that can exist at one time.
DEFAULT_MAX_WAIT - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default maximum amount of time (in milliseconds) the GenericKeyedObjectPool.borrowObject(K) method should block before throwing an exception when the pool is exhausted and the "when exhausted" action is GenericKeyedObjectPool.WHEN_EXHAUSTED_BLOCK.
DEFAULT_MAX_WAIT - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default maximum amount of time (in milliseconds) the GenericObjectPool.borrowObject() method should block before throwing an exception when the pool is exhausted and the "when exhausted" action is GenericObjectPool.WHEN_EXHAUSTED_BLOCK.
DEFAULT_MBEAN_DOMAIN - Static variable in class org.apache.catalina.Globals
Default domain for MBeans if none can be determined
DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
DEFAULT_MIN_IDLE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default minimum level of idle objects in the pool.
DEFAULT_MIN_IDLE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default minimum number of "sleeping" instances in the pool before before the evictor thread (if active) spawns new objects.
DEFAULT_NAMESPACE - Static variable in class org.apache.catalina.servlets.WebdavServlet
Default namespace.
DEFAULT_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default number of objects to examine per run in the idle object evictor.
DEFAULT_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default number of objects to examine per run in the idle object evictor.
DEFAULT_OPENEJB_FACTORY - Static variable in class org.apache.naming.factory.OpenEjbFactory
 
DEFAULT_OVERFLOW_DROP_TYPE - Static variable in class org.apache.juli.AsyncFileHandler
 
DEFAULT_POOL_SIZE - Static variable in class org.apache.catalina.tribes.io.BufferPool
 
DEFAULT_PREFLIGHT_MAXAGE - Static variable in class org.apache.catalina.filters.CorsFilter
By default, time duration to cache pre-flight response is 30 mins.
DEFAULT_REPL_TIMEOUT - Static variable in class org.apache.catalina.ha.context.ReplicatedContext
 
DEFAULT_REPL_TIMEOUT - Static variable in class org.apache.catalina.ha.session.BackupManager
 
DEFAULT_RESOURCE - Static variable in class org.apache.catalina.util.CharsetMapper
Default properties resource name.
DEFAULT_RESOURCE_ENV_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_LINK_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_SERVICE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_SERVLET_METHODS - Static variable in class org.apache.catalina.core.StandardWrapper
 
DEFAULT_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLStringBuffer
Default buffer size (32).
DEFAULT_SIZE - Static variable in class org.apache.tomcat.util.collections.SynchronizedStack
 
DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
The default threshold above which uploads will be stored on disk.
DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
DEFAULT_SUPPORTS_CREDENTIALS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, support credentials is disabled.
DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size for the tag buffers.
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_TEST_ON_BORROW - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default "test on borrow" value.
DEFAULT_TEST_ON_BORROW - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default "test on borrow" value.
DEFAULT_TEST_ON_RETURN - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default "test on return" value.
DEFAULT_TEST_ON_RETURN - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default "test on return" value.
DEFAULT_TEST_WHILE_IDLE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default "test while idle" value.
DEFAULT_TEST_WHILE_IDLE - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default "test while idle" value.
DEFAULT_THREAD_RENEWAL_DELAY - Static variable in class org.apache.tomcat.util.threads.Constants
 
DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default "time between eviction runs" value.
DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default "time between eviction runs" value.
DEFAULT_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_USE_SENDFILE - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
DEFAULT_WHEN_EXHAUSTED_ACTION - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
The default "when exhausted action" for the pool.
DEFAULT_WHEN_EXHAUSTED_ACTION - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
The default "when exhausted action" for the pool.
DEFAULT_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
defaultAutoCommit - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The default auto-commit state of connections created by this pool.
defaultCatalog - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The default "catalog" of connections created by this pool.
DefaultContextXml - Static variable in class org.apache.catalina.startup.Constants
 
defaultContextXml - Variable in class org.apache.catalina.startup.ContextConfig
Deprecated.
Unnecessary
defaultEncoding(long) - Static method in class org.apache.tomcat.jni.OS
Get the name of the system default character set.
DefaultInstanceManager - Class in org.apache.catalina.core
 
DefaultInstanceManager(Context, Map<String, Map<String, String>>, Context, ClassLoader) - Constructor for class org.apache.catalina.core.DefaultInstanceManager
 
defaultLocale - Static variable in class org.apache.catalina.connector.Request
The default Locale if none are specified.
defaultReadOnly - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The default read-only state of connections created by this pool.
defaultRealm - Variable in class org.apache.catalina.startup.Tomcat
Deprecated.
DefaultServerEndpointConfigurator - Class in org.apache.tomcat.websocket.server
 
DefaultServerEndpointConfigurator() - Constructor for class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
DefaultServerSocketFactory - Class in org.apache.tomcat.util.net
Default server socket factory.
DefaultServerSocketFactory(AbstractEndpoint<?>) - Constructor for class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
DefaultServlet - Class in org.apache.catalina.servlets
The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet() - Constructor for class org.apache.catalina.servlets.DefaultServlet
 
DefaultServlet.Range - Class in org.apache.catalina.servlets
 
DefaultServlet.Range() - Constructor for class org.apache.catalina.servlets.DefaultServlet.Range
 
defaultTransactionIsolation - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The default TransactionIsolation state of connections created by this pool.
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
 
defaultWebXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's deployment descriptor location.
defaultWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
deferAccept - Variable in class org.apache.tomcat.util.net.AprEndpoint
Defer accept.
DeferredExpression() - Method in class org.apache.el.parser.ELParser
 
DeferredFileOutputStream - Class in org.apache.tomcat.util.http.fileupload
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
deflate() - Method in class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
defname() - Static method in class org.apache.tomcat.jni.Lock
Display the name of the default mutex: APR_LOCK_DEFAULT
defrag(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
delegate - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Should this class loader delegate to the parent class loader before searching its own repositories (i.e. the usual Java2 delegation model)?
delegate - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
 
delegate - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
delegate - Variable in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
DelegatingCallableStatement - Class in org.apache.tomcat.dbcp.dbcp
A base delegating implementation of CallableStatement.
DelegatingCallableStatement(DelegatingConnection, CallableStatement) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
DelegatingConnection - Class in org.apache.tomcat.dbcp.dbcp
A base delegating implementation of Connection.
DelegatingConnection(Connection) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Create a wrapper for the Connection which traces this Connection in the AbandonedObjectPool.
DelegatingConnection(Connection, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Create a wrapper for the Connection which traces the Statements created so that any unclosed Statements can be closed when this Connection is closed.
DelegatingDatabaseMetaData - Class in org.apache.tomcat.dbcp.dbcp
A base delegating implementation of DatabaseMetaData.
DelegatingDatabaseMetaData(DelegatingConnection, DatabaseMetaData) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
DelegatingPreparedStatement - Class in org.apache.tomcat.dbcp.dbcp
A base delegating implementation of PreparedStatement.
DelegatingPreparedStatement(DelegatingConnection, PreparedStatement) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
DelegatingResultSet - Class in org.apache.tomcat.dbcp.dbcp
A base delegating implementation of ResultSet.
DelegatingResultSet(Statement, ResultSet) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
Create a wrapper for the ResultSet which traces this ResultSet to the Statement which created it and the code which created it.
DelegatingResultSet(Connection, ResultSet) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
Create a wrapper for the ResultSet which traces this ResultSet to the Connection which created it (via, for example DatabaseMetadata, and the code which created it.
DelegatingStatement - Class in org.apache.tomcat.dbcp.dbcp
A base delegating implementation of Statement.
DelegatingStatement(DelegatingConnection, Statement) - Constructor for class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
delete() - Method in interface javax.servlet.http.Part
Deletes the underlying storage for a part, including deleting any associated temporary disk file.
delete() - Method in class org.apache.catalina.core.ApplicationPart
 
delete(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
delete(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
delete(long) - Static method in class org.apache.tomcat.jni.Mmap
Remove a mmap'ed.
delete() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
deleteDir(File) - Static method in class org.apache.catalina.loader.WebappClassLoaderBase
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDir(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
deleteDir(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
deleteDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Deletes a directory recursively.
deleteKey(int, String, boolean) - Static method in class org.apache.tomcat.jni.Registry
Delete the Registry subkey
deleteRow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
deletesAreDetected(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
deleteValue(long, String) - Static method in class org.apache.tomcat.jni.Registry
Delete the Registry value
DeltaManager - Class in org.apache.catalina.ha.session
The DeltaManager manages replicated sessions by only replicating the deltas in data.
DeltaManager() - Constructor for class org.apache.catalina.ha.session.DeltaManager
 
DeltaRequest - Class in org.apache.catalina.ha.session
 
DeltaRequest() - Constructor for class org.apache.catalina.ha.session.DeltaRequest
 
DeltaRequest(String, boolean) - Constructor for class org.apache.catalina.ha.session.DeltaRequest
 
DeltaSession - Class in org.apache.catalina.ha.session
Similar to the StandardSession except that this session will keep track of deltas during a request.
DeltaSession() - Constructor for class org.apache.catalina.ha.session.DeltaSession
 
DeltaSession(Manager) - Constructor for class org.apache.catalina.ha.session.DeltaSession
Construct a new Session associated with the specified Manager.
deny - Variable in class org.apache.catalina.filters.RequestFilter
The regular expression used to test for denied requests.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The regular expression used to test for denied requests.
DenyAll - Annotation Type in javax.annotation.security
 
denyRequest(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Reject the request that was denied by this valve.
denyStatus - Variable in class org.apache.catalina.filters.RequestFilter
The HTTP response status code that is used when rejecting denied request.
denyStatus - Variable in class org.apache.catalina.valves.RequestFilterValve
The HTTP response status code that is used when rejecting denied request.
denyValid - Variable in class org.apache.catalina.valves.RequestFilterValve
Helper variable to catch configuration errors.
denyValue - Variable in class org.apache.catalina.valves.RequestFilterValve
The current deny configuration value that may or may not compile into a valid Pattern.
deploy(PrintWriter, ContextName, String, boolean, HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Deploy a web application archive (included in the current request) at the specified context path.
deploy(PrintWriter, ContextName, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deploy(PrintWriter, String, ContextName, String, boolean, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deployApps() - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployApps(String) - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployDescriptor(ContextName, File) - Method in class org.apache.catalina.startup.HostConfig
 
deployDescriptors(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy XML context descriptors.
deployDir - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Deployment directory.
deployDirectories(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy directories.
deployDirectory(ContextName, File) - Method in class org.apache.catalina.startup.HostConfig
 
deployed - Variable in class org.apache.catalina.manager.ManagerServlet
File object representing the directory into which the deploy() command will deploy uploaded WAR files (normally the appBase).
deployed - Variable in class org.apache.catalina.startup.HostConfig
Map of deployed applications.
deployInternal(String, ContextName, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Deploy an application for the specified path from the specified web application archive.
deploymentCount - Static variable in class org.apache.catalina.startup.ContextConfig
Deployment count.
DeploymentException - Exception in javax.websocket
 
DeploymentException(String) - Constructor for exception javax.websocket.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception javax.websocket.DeploymentException
 
deploymentExists(String) - Method in class org.apache.catalina.startup.HostConfig
Check if a webapp is already deployed in this host.
DeployTask - Class in org.apache.catalina.ant
Ant task that implements the /deploy command, supported by the Tomcat manager application.
DeployTask() - Constructor for class org.apache.catalina.ant.DeployTask
 
deployWAR(ContextName, File) - Method in class org.apache.catalina.startup.HostConfig
 
deployWARs(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy WAR files.
deployXML - Variable in class org.apache.catalina.startup.HostConfig
Should we deploy XML Context config files packaged with WAR files and directories?
DeployXmlPermission - Class in org.apache.catalina.security
Grant this permission to a docBase to permit the web application to use any META-INF/context.xml that might be present with in the application when deployXML has been disabled at the Host level.
DeployXmlPermission(String) - Constructor for class org.apache.catalina.security.DeployXmlPermission
 
DeployXmlPermission(String, String) - Constructor for class org.apache.catalina.security.DeployXmlPermission
 
DEREF_ALIASES - Static variable in class org.apache.catalina.realm.JNDIRealm
Constant that holds the name of the environment property for specifying the manner in which aliases should be dereferenced.
derefAliases - Variable in class org.apache.catalina.realm.JNDIRealm
How aliases should be dereferenced during search operations.
deregister(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Deregister the specified single sign on identifier, and invalidate any associated sessions.
deregisterGlobalResourceAccess(Context, String) - Static method in class org.apache.naming.factory.ResourceLinkFactory
 
deregisterGlobalResourceAccess(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
 
deregisterJmx() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
derivedPackageName - Variable in class org.apache.jasper.JspCompilationContext
 
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Socket descriptors.
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
description - Variable in class org.apache.catalina.users.AbstractGroup
The description of this group.
description - Variable in class org.apache.catalina.users.AbstractRole
The description of this Role.
DESCRIPTION - Static variable in class org.apache.naming.ResourceRef
Description address type.
description - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
description - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
deserialize(byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
deserialize(byte[], int, int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
deserialize(byte[], int, int, ClassLoader[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
deserialize(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
deserializeAndExecuteDeltaRequest(byte[]) - Method in class org.apache.catalina.ha.session.DeltaSession
 
deserializeDeltaRequest(DeltaSession, byte[]) - Method in class org.apache.catalina.ha.session.DeltaManager
Deprecated.
Unused. This will be removed in Tomcat 10. Calling this method may result in a deadlock. See: https://bz.apache.org/bugzilla/show_bug.cgi?id=62841
deserializeSessionId(byte[]) - Method in class org.apache.catalina.ha.session.DeltaManager
Load sessionID
deserializeSessions(byte[]) - Method in class org.apache.catalina.ha.session.DeltaManager
Load sessions from other cluster node.
desiredEntryAccessRatio - Variable in class org.apache.naming.resources.ResourceCache
Entry hit ratio at which an entry will never be removed from the cache.
destcnt - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
destroy() - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.websocket.Decoder
 
destroy() - Method in interface javax.websocket.Encoder
 
destroy() - Method in class org.apache.catalina.filters.CorsFilter
 
destroy() - Method in class org.apache.catalina.filters.FilterBase
 
destroy() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
destroy() - Method in class org.apache.catalina.filters.RequestDumperFilter
 
destroy() - Method in class org.apache.catalina.filters.SessionInitializerFilter
 
destroy() - Method in class org.apache.catalina.filters.WebdavFixFilter
 
destroy() - Method in interface org.apache.catalina.Lifecycle
Prepare to discard the object.
destroy() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
destroy() - Method in class org.apache.catalina.manager.host.HostManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.manager.ManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.manager.StatusManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.DefaultServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.ssi.SSIFilter
 
destroy() - Method in class org.apache.catalina.startup.Bootstrap
Destroy the Catalina Daemon.
destroy() - Method in class org.apache.catalina.startup.ContextConfig
Process a "destroy" event for this Context.
destroy() - Method in class org.apache.catalina.startup.Tomcat
Destroy the server.
destroy() - Method in class org.apache.catalina.util.LifecycleBase
 
destroy() - Method in class org.apache.coyote.AbstractProtocol
 
destroy() - Method in interface org.apache.coyote.http11.upgrade.servlet31.HttpUpgradeHandler
This method is called after the upgraded connection has been closed.
destroy() - Method in interface org.apache.coyote.ProtocolHandler
Destroy the protocol (optional).
destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Process a "destroy" event for this web application context.
destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
destroy() - Method in class org.apache.jasper.servlet.JspServlet
 
destroy() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
destroy(long) - Static method in class org.apache.tomcat.jni.Global
Destroy the mutex and free the memory associated with the lock.
destroy(long) - Static method in class org.apache.tomcat.jni.Lock
Destroy the mutex and free the memory associated with the lock.
destroy(long) - Static method in class org.apache.tomcat.jni.Poll
Destroy a pollset object
destroy(long) - Static method in class org.apache.tomcat.jni.Pool
Destroy the pool.
destroy(long) - Static method in class org.apache.tomcat.jni.Shm
Destroy a shared memory segment and associated memory.
destroy(long) - Static method in class org.apache.tomcat.jni.Socket
Destroy a pool associated with socket
destroy() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
destroy() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Destroy the poller.
destroy() - Method in class org.apache.tomcat.websocket.server.WsFilter
 
destroy() - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
destroy() - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
destroy() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Cleans up the resources still in use by WebSocket sessions created from this container.
destroyInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
destroyInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
 
destroyInternal() - Method in class org.apache.catalina.connector.Connector
 
destroyInternal() - Method in class org.apache.catalina.core.ContainerBase
 
destroyInternal() - Method in class org.apache.catalina.core.StandardContext
Destroy needs to clean up the context completely.
destroyInternal() - Method in class org.apache.catalina.core.StandardPipeline
 
destroyInternal() - Method in class org.apache.catalina.core.StandardServer
 
destroyInternal() - Method in class org.apache.catalina.core.StandardService
 
destroyInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
destroyInternal() - Method in class org.apache.catalina.deploy.NamingResources
 
destroyInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
destroyInternal() - Method in class org.apache.catalina.realm.CombinedRealm
Ensure child Realms are destroyed when this Realm is destroyed.
destroyInternal() - Method in class org.apache.catalina.session.StoreBase
 
destroyInternal() - Method in class org.apache.catalina.util.LifecycleBase
Sub-classes implement this method to perform any instance destruction required.
destroyInternal() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Sub-classes wishing to perform additional clean-up should override this method, ensuring that super.destroyInternal() is the last call in the overriding method.
destroyInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
destroyMBean(ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextEnvironment object.
destroyMBean(ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextResource object.
destroyMBean(ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextResourceLink object.
destroyMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Destroy the MBeans for the interesting global JNDI resources.
destroyObject(PoolableConnection) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
destroyObject(PStmtKey, DelegatingPreparedStatement) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
KeyedPoolableObjectFactory method for destroying PoolablePreparedStatements and PoolableCallableStatements.
destroyObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedPoolableObjectFactory
Destroy an instance no longer needed by the pool.
destroyObject(T) - Method in class org.apache.tomcat.dbcp.pool.BasePoolableObjectFactory
No-op.
destroyObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool.KeyedPoolableObjectFactory
Destroy an instance no longer needed by the pool.
destroyObject(T) - Method in interface org.apache.tomcat.dbcp.pool.PoolableObjectFactory
Destroys an instance no longer needed by the pool.
destroySubcontext(Name) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
destroySubcontext(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
destroySubcontext(String) - Method in class org.apache.naming.resources.FileDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.WARDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.SelectorContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.SelectorContext
Destroys the named context and removes it from the namespace.
detach(int) - Static method in class org.apache.tomcat.jni.Proc
Detach the process from the controlling terminal.
detach(long) - Static method in class org.apache.tomcat.jni.Shm
Detach from a shared memory segment without destroying it.
detachSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if the child should start in detached state.
determineMethodsAllowed(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
 
determineMethodsAllowed(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
Determines the methods normally allowed for the resource.
device - Variable in class org.apache.tomcat.jni.FileInfo
The id of the device the file is on.
Diagnostics - Class in org.apache.tomcat.util
 
Diagnostics() - Constructor for class org.apache.tomcat.util.Diagnostics
 
dieLevel - Variable in class org.apache.jasper.JspC
 
diff(Membership, Membership, Member) - Static method in class org.apache.catalina.tribes.util.Arrays
 
diffLock - Variable in class org.apache.catalina.ha.session.DeltaSession
 
digest - Variable in class org.apache.catalina.realm.RealmBase
Digest algorithm used in storing passwords in a non-plaintext format.
digest(String) - Method in class org.apache.catalina.realm.RealmBase
Digest the password using the specified algorithm and convert the result to a corresponding hexadecimal string.
Digest(String, String, String) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm specified and convert the result to a corresponding hex string.
digest(String, byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
 
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Digest authentication.
DIGEST_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
Deprecated.
Replaced by HttpServletRequest.DIGEST_AUTH
DigestAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
DigestAuthenticator() - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator
 
DigestAuthenticator - Class in org.apache.tomcat.websocket
Authenticator supporting the DIGEST auth method.
DigestAuthenticator() - Constructor for class org.apache.tomcat.websocket.DigestAuthenticator
 
digestEncoding - Variable in class org.apache.catalina.realm.RealmBase
The encoding charset for the digest.
digester - Variable in class org.apache.catalina.startup.HostConfig
The Digester instance used to parse context descriptors.
digester - Variable in class org.apache.catalina.util.SchemaResolver
Deprecated.
The digester instance for which this class is the entity resolver.
Digester - Class in org.apache.tomcat.util.digester
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
Digester() - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester with default properties.
Digester(SAXParser) - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester, allowing a SAXParser to be passed in.
Digester(XMLReader) - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester, allowing an XMLReader to be passed in.
digester - Variable in class org.apache.tomcat.util.digester.Rule
The Digester with which this Rule is associated.
digester - Variable in class org.apache.tomcat.util.digester.RulesBase
The Digester instance with which this Rules instance is associated.
digester - Static variable in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
Digester.EnvironmentPropertySource - Class in org.apache.tomcat.util.digester
Deprecated.
Use EnvironmentPropertySource This will be removed in Tomcat 10 onwards.
Digester.EnvironmentPropertySource() - Constructor for class org.apache.tomcat.util.digester.Digester.EnvironmentPropertySource
Deprecated.
 
DigesterFactory - Class in org.apache.catalina.startup
Deprecated.
DigesterFactory() - Constructor for class org.apache.catalina.startup.DigesterFactory
Deprecated.
 
DigesterFactory - Class in org.apache.tomcat.util.descriptor
Wrapper class around the Digester that hide Digester's initialization details.
DigesterFactory() - Constructor for class org.apache.tomcat.util.descriptor.DigesterFactory
 
digestMD5(byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
 
digestSHA1(byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
 
DIGIT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
dirContext - Variable in class org.apache.naming.resources.ProxyDirContext
Associated DirContext.
DirContextURLConnection - Class in org.apache.naming.resources
Connection to a JNDI directory context.
DirContextURLConnection(DirContext, URL) - Constructor for class org.apache.naming.resources.DirContextURLConnection
 
DirContextURLStreamHandler - Class in org.apache.naming.resources
Stream handler to a JNDI directory context.
DirContextURLStreamHandler() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandler(DirContext) - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandlerFactory - Class in org.apache.naming.resources
Factory for Stream handlers to a JNDI directory context, or for Stream handlers to a classpath url, which also supports users specifying additional stream handler.
directBuffer - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable direct buffers for the network buffers Default value is disabled
DirectByteArrayOutputStream - Class in org.apache.catalina.tribes.io
Byte array output stream that exposes the byte array directly
DirectByteArrayOutputStream(int) - Constructor for class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
 
DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
Directory - Class in org.apache.tomcat.jni
Directory
Directory() - Constructor for class org.apache.tomcat.jni.Directory
 
dirSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
Set which directory the child process should start executing in.
disable() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
disable_tracing() - Method in class org.apache.el.parser.ELParser
Disable tracing.
disableCachingForJarUrlConnections() - Method in class org.apache.tomcat.util.compat.JreCompat
Disables caching for JAR URL connections.
disableKeepAlive() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Processors (currently only HTTP BIO) may elect to disable HTTP keep-alive in some circumstances.
disableKeepAlive() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
disableKeepAlive() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
disableKeepAlive() - Method in class org.apache.coyote.http11.Http11Processor
 
disableProxyCaching - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching, or leave the issue up to the webapp developer.
disableUploadTimeout - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Flag to disable setting a different time-out on uploads.
discard - Variable in class org.apache.catalina.tribes.io.XByteBuffer
Flag for discarding invalid packages If this flag is set to true, and append(byte[],...) is called, the data added will be inspected, and if it doesn't start with START_DATA it will be thrown away.
discardBodyData() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads body-data from the current encapsulation and discards it.
discardFacades - Variable in class org.apache.catalina.connector.Connector
The flag that controls recycling of the facades of the request processing objects.
disconnect() - Method in class org.apache.catalina.tribes.transport.AbstractSender
disconnect TODO Implement this org.apache.catalina.tribes.transport.DataSender method
disconnect() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
disconnect and close socket
disconnect() - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
disconnect() - Method in interface org.apache.catalina.tribes.transport.DataSender
 
disconnect() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
disconnect TODO Implement this org.apache.catalina.tribes.transport.IDataSender method
disconnect() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
disconnect() - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
disconnect() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
disconnected(ConnectionPool, PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
disconnected(ConnectionPool, PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
disconnected(ConnectionPool, PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Called when Connection.close() is called on the underlying connection.
disconnectEvent(PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Hook to perform final actions on a pooled connection object once it has been disconnected and will be discarded
discriminator - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
DiskFileItem - Class in org.apache.tomcat.util.http.fileupload.disk
The default implementation of the FileItem interface.
DiskFileItem(String, String, boolean, String, int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Constructs a new DiskFileItem instance.
DiskFileItemFactory - Class in org.apache.tomcat.util.http.fileupload.disk
The default FileItemFactory implementation.
DiskFileItemFactory() - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Constructs an unconfigured instance of this class.
DiskFileItemFactory(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Constructs a preconfigured instance of this class.
dispatch() - Method in interface javax.servlet.AsyncContext
 
dispatch(String) - Method in interface javax.servlet.AsyncContext
 
dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
 
dispatch(ServletRequest, ServletResponse) - Method in interface org.apache.catalina.AsyncDispatcher
Perform an asynchronous dispatch.
dispatch() - Method in class org.apache.catalina.core.AsyncContextImpl
 
dispatch(String) - Method in class org.apache.catalina.core.AsyncContextImpl
 
dispatch(ServletContext, String) - Method in class org.apache.catalina.core.AsyncContextImpl
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher path.
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher state.
DispatcherType - Enum in javax.servlet
 
dispatchForEvent(NioChannel, SocketStatus, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
displayClassPath(String, URL[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
displayName - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
displaySessionDetailPage(HttpServletRequest, HttpServletResponse, ContextName, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
displaySessionsListPage(ContextName, HttpServletRequest, HttpServletResponse, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
displaySize(StringBuilder, int) - Method in class org.apache.catalina.servlets.DefaultServlet
Deprecated.
Will be removed in Tomcat 8.0.x. Replaced by DefaultServlet.renderSize(long)
DisposableConnectionFacade - Class in org.apache.tomcat.jdbc.pool
A DisposableConnectionFacade object is the top most interceptor that wraps an object of type PooledConnection.
DisposableConnectionFacade(JdbcInterceptor) - Constructor for class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
distributable - Variable in class org.apache.catalina.session.ManagerBase
Deprecated.
Ignored. Context.getDistributable() always takes precedence. Will be removed in Tomcat 8.5.x.
DistributedManager - Interface in org.apache.catalina
Interface implemented by session managers that do not keep a complete copy of all sessions in memory but do know where every session is.
DIV0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
DIV1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
divide(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
DO_DNS_LOOKUPS - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
Deprecated.
This will be removed without replacement in Tomact 10 onwards
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing for a body.
doAsPrivilege(String, Servlet) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class<?>[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class<?>[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter, Class<?>[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter, Class<?>[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAttributeValueEscaping(String) - Method in class org.apache.catalina.realm.JNDIRealm
Implements the necessary escaping to represent an attribute value as a String as per RFC 4514.
DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
docBase - Variable in class org.apache.naming.resources.BaseDirContext
The document base path.
doChecks() - Method in class org.apache.catalina.security.SecurityListener
Execute the security checks.
doClose() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
doClose() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
doClose() - Method in class org.apache.coyote.http11.upgrade.AprServletInputStream
 
doClose() - Method in class org.apache.coyote.http11.upgrade.AprServletOutputStream
 
doClose() - Method in class org.apache.coyote.http11.upgrade.BioServletInputStream
 
doClose() - Method in class org.apache.coyote.http11.upgrade.BioServletOutputStream
 
doClose() - Method in class org.apache.coyote.http11.upgrade.NioServletInputStream
 
doClose() - Method in class org.apache.coyote.http11.upgrade.NioServletOutputStream
 
doClose() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
doClose() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
doClose() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
doClose(CloseReason, CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
WebSocket 1.0.
doClose(CloseReason, CloseReason, boolean) - Method in class org.apache.tomcat.websocket.WsSession
WebSocket 1.0.
doCopy(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
COPY Method.
doDefineClass(String, byte[], int, int, ProtectionDomain) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Expose this method for use by the unit tests.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a DELETE request for the specified resource.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
DELETE Method.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
doesPackageExist() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Method to check if a package exists in this byte buffer.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.ExpiresFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.FailedRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteAddrFilter
Extract the desired request property, and pass it (along with the specified request and response objects and associated filter chain) to the protected process() method to perform the actual filtering.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteCIDRFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteHostFilter
Extract the desired request property, and pass it (along with the specified request and response objects and associated filter chain) to the protected process() method to perform the actual filtering.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
Wrap the incoming request in a RemoteIpFilter.XForwardedRequest if the http header x-forwarded-for is not empty.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestDumperFilter
Log the interesting request parameters, invoke the next Filter in the sequence, and log the interesting response parameters.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.SessionInitializerFilter
Calls HttpServletRequest's getSession() to initialize the HttpSession and continues processing the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select and set (if specified) the character encoding to be used to interpret request parameters for this request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.WebdavFixFilter
Check for the broken MS WebDAV client and if detected issue a re-direct that hopefully will cause the non-broken client to be used.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.ssi.SSIFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tomcat.websocket.server.WsFilter
 
doFilterEscaping(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given an LDAP search string, returns the string with certain characters escaped according to RFC 2254 guidelines.
doFilterEvent(CometEvent, CometFilterChain) - Method in interface org.apache.catalina.comet.CometFilter
The doFilterEvent method of the CometFilter is called by the container each time a request/response pair is passed through the chain due to a client event for a resource at the end of the chain.
doFilterEvent(CometEvent) - Method in interface org.apache.catalina.comet.CometFilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilterEvent(CometEvent, CometFilterChain) - Method in class org.apache.catalina.filters.FailedRequestFilter
 
doFilterEvent(CometEvent, CometFilterChain) - Method in class org.apache.catalina.filters.RemoteAddrFilter
Extract the desired request property, and pass it (along with the comet event and filter chain) to the protected process() method to perform the actual filtering.
doFilterEvent(CometEvent, CometFilterChain) - Method in class org.apache.catalina.filters.RemoteHostFilter
Extract the desired request property, and pass it (along with the comet event and filter chain) to the protected process() method to perform the actual filtering.
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFlush(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
doFlush() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
doFlush() - Method in class org.apache.coyote.http11.upgrade.AprServletOutputStream
 
doFlush() - Method in class org.apache.coyote.http11.upgrade.BioServletOutputStream
 
doFlush() - Method in class org.apache.coyote.http11.upgrade.NioServletOutputStream
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.JMXProxyServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.ManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.StatusManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the GET request to our requestHandler()*
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.websocket.WebSocketServlet
Deprecated.
 
doGetAttributes(String, String[]) - Method in class org.apache.naming.resources.BaseDirContext
 
doGetAttributes(String, String[]) - Method in class org.apache.naming.resources.FileDirContext
Retrieves selected attributes associated with a named object.
doGetAttributes(String, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves selected attributes associated with a named object.
doGetRealPath(String) - Method in class org.apache.naming.resources.BaseDirContext
 
doGetRealPath(String) - Method in class org.apache.naming.resources.FileDirContext
Return the real path for a given virtual path, if possible; otherwise return null.
doGetRealPath(String) - Method in class org.apache.naming.resources.VirtualDirContext
 
doGetRealPath(String) - Method in class org.apache.naming.resources.WARDirContext
Return the real path for a given virtual path, if possible; otherwise return null.
doGetSession(boolean) - Method in class org.apache.catalina.connector.Request
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a HEAD request for the specified resource.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
doInternalDispatch() - Method in class org.apache.catalina.core.AsyncContextImpl
 
doIsReady() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
doIsReady() - Method in class org.apache.coyote.http11.upgrade.AprServletInputStream
 
doIsReady() - Method in class org.apache.coyote.http11.upgrade.BioServletInputStream
 
doIsReady() - Method in class org.apache.coyote.http11.upgrade.NioServletInputStream
 
doListBindings(String) - Method in class org.apache.naming.resources.BaseDirContext
 
doListBindings(String) - Method in class org.apache.naming.resources.FileDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
doListBindings(String) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
doListen() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
doLoad() - Method in class org.apache.catalina.session.StandardManager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
doLock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
LOCK Method.
doLogin(Request, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Process the login request.
doLookup(String) - Method in class org.apache.naming.resources.BaseDirContext
 
doLookup(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object.
doLookup(String) - Method in class org.apache.naming.resources.VirtualDirContext
 
doLookup(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object.
domain - Variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
domain - Variable in class org.apache.catalina.tribes.membership.McastService
 
domain - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Domain if we want to filter based on domain.
domain - Variable in class org.apache.coyote.AbstractProtocol
 
domain - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
DomainFilterInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Title: Member domain filter interceptor Description: Filters membership based on domain.
DomainFilterInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
doMkcol(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MKCOL Method.
doMove(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MOVE Method.
DomUtil - Class in org.apache.tomcat.util
Deprecated.
Unused: Will be removed in Tomcat 8.0.x
DomUtil() - Constructor for class org.apache.tomcat.util.DomUtil
Deprecated.
 
DomUtil.NullResolver - Class in org.apache.tomcat.util
Deprecated.
 
DomUtil.NullResolver() - Constructor for class org.apache.tomcat.util.DomUtil.NullResolver
Deprecated.
 
DOMWriter - Class in org.apache.catalina.util
A sample DOM writer.
DOMWriter(String, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
Deprecated.
Unused - will be removed in 8.0.x
DOMWriter(boolean) - Constructor for class org.apache.catalina.util.DOMWriter
Deprecated.
Unused - will be removed in 8.0.x
DOMWriter(Writer, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
Done() - Method in class org.apache.el.parser.SimpleCharStream
Reset buffer when finished.
dontUseTagPlugin() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Abandon optimization for this tag handler, and instruct Jasper to generate the tag handler calls, as usual.
doOnOpen(Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle an OPTIONS request.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Override default implementation to ensure that TRACE is correctly handled.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
OPTIONS Method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the POST request to our requestHandler().
doProcessingStats - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
doProcessingStats (default = off)
doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPPATCH Method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.ManagerServlet
Process a PUT request for the specified resource.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a PUT request for the specified resource.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Process a PUT request for the specified resource.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.AbstractInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Fills the given ByteChunk with the buffered request body.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Write some bytes.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.http11.InputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
Read bytes into the specified chunk.
doRead(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
Abstract method to be overridden by concrete implementations.
doRead(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AprServletInputStream
 
doRead(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.BioServletInputStream
 
doRead(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.NioServletInputStream
 
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.InputBuffer
Read from the input stream into the given buffer.
doRead(ByteChunk) - Method in class org.apache.coyote.Request
Read data from the input buffer and put it into a byte chunk.
doRFC2254Encoding(String) - Method in class org.apache.catalina.realm.JNDIRealm
Deprecated.
Will be removed in Tomcat 10.1.x onwards
doRun - Variable in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
doRunReceiver - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
 
doRunSender - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Internal flag used for the listen thread that listens to the multicasting socket.
doScanClassPath(ClassLoader, JarScannerCallback, Set<String>) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
doSessions(ContextName, HttpServletRequest, HttpServletResponse, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
doSetParentLogger(Logger, Logger) - Static method in class org.apache.juli.ClassLoaderLogManager
Set parent child relationship between the two specified loggers.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.
doStatistics() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Calc processing stats
DOT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
doTag() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Called by the container to invoke this tag.
doTag() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Default processing of the tag does nothing.
doTag(TagPluginContext) - Method in interface org.apache.jasper.compiler.tagplugin.TagPlugin
Generate codes for a custom tag.
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Catch
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Choose
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForEach
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForTokens
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.If
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Import
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Otherwise
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Out
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Param
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Redirect
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Remove
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Set
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Url
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.When
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
DotSuffix() - Method in class org.apache.el.parser.ELParser
 
DOUBLE - Static variable in class org.apache.el.lang.ELArithmetic
 
doUnload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
UNLOCK Method.
doUpgrade(UpgradeInbound) - Method in class org.apache.catalina.connector.Request
Deprecated.
Will be removed in Tomcat 8.0.x.
doUpgrade(UpgradeInbound) - Method in class org.apache.catalina.connector.RequestFacade
Sets the response status to HttpServletResponse.SC_SWITCHING_PROTOCOLS and flushes the response.
doUpgrade(WsServerContainer, HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Static method in class org.apache.tomcat.websocket.server.UpgradeUtil
 
doUpgrade(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Until the WebSocket specification provides such a mechanism, this Tomcat proprietary method is provided to enable applications to programmatically determine whether or not to upgrade an individual request to WebSocket.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.http11.OutputFilter
Write some bytes.
doWrite(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
Abstract method to be overridden by concrete implementations.
doWrite(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AprServletOutputStream
 
doWrite(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.BioServletOutputStream
 
doWrite(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.NioServletOutputStream
 
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.OutputBuffer
Write the given data to the response.
doWrite(ByteChunk) - Method in class org.apache.coyote.Response
Write a chunk of bytes.
doWrite(SendHandler, ByteBuffer...) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
doWrite(SendHandler, ByteBuffer...) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
doWrite(SendHandler, ByteBuffer...) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
drainChannel(SelectionKey, ObjectReader) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
The actual code which drains the channel associated with the given key.
drainSocket() - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
The actual code which drains the channel associated with the given key.
drainTo(Collection<? super E>, int) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
drainTo(Collection<? super E>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
drainTo(Collection<? super E>, int) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
drainTo(Collection<? super E>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
driver - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Instance of the JDBC Driver class we use as a connection factory.
driver - Variable in class org.apache.catalina.session.JDBCStore
Instance of the JDBC Driver class we use as a connection factory.
DriverAdapterCPDS - Class in org.apache.tomcat.dbcp.dbcp.cpdsadapter
An adapter for JDBC drivers that do not include an implementation of ConnectionPoolDataSource, but still include a DriverManager implementation.
DriverAdapterCPDS() - Constructor for class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Default no-arg constructor for Serialization
driverClassLoader - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The class loader instance to use to load the JDBC driver.
driverClassName - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The fully qualified Java class name of the JDBC driver to be used.
DriverConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp
A Driver-based implementation of ConnectionFactory.
DriverConnectionFactory(Driver, String, Properties) - Constructor for class org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory
 
DriverManagerConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp
A DriverManager-based implementation of ConnectionFactory.
DriverManagerConnectionFactory(String, Properties) - Constructor for class org.apache.tomcat.dbcp.dbcp.DriverManagerConnectionFactory
Constructor for DriverManagerConnectionFactory.
DriverManagerConnectionFactory(String, String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp.DriverManagerConnectionFactory
Constructor for DriverManagerConnectionFactory.
driverName - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The JDBC driver to use.
driverName - Variable in class org.apache.catalina.session.JDBCStore
Driver to use.
DUMMY_LOGIN_CONFIG - Static variable in class org.apache.catalina.startup.ContextConfig
 
DummyProxySession - Class in org.apache.catalina.manager
 
DummyProxySession(String) - Constructor for class org.apache.catalina.manager.DummyProxySession
 
dump(String) - Method in class org.apache.coyote.ajp.AjpMessage
Dump the contents of the message.
dumpBeans(MBeanServer, Set<ObjectName>) - Static method in class org.apache.catalina.mbeans.MBeanDumper
The following code to dump MBeans has been copied from JMXProxyServlet.
dup(long, long, long) - Static method in class org.apache.tomcat.jni.File
Duplicate the specified file descriptor.
dup(long, long) - Static method in class org.apache.tomcat.jni.Mmap
Duplicate the specified MMAP.
dup2(long, long, long) - Static method in class org.apache.tomcat.jni.File
Duplicate the specified file descriptor and close the original.
duplicate(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed.
duplicate(AprEndpoint.SocketList) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
duplicates - Variable in class org.apache.catalina.session.ManagerBase
 
DynamicAttributes - Interface in javax.servlet.jsp.tagext
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
DynamicExpression() - Method in class org.apache.el.parser.ELParser
 
dynamicServletAdded(Wrapper) - Method in class org.apache.catalina.core.StandardContext
Deprecated.
This will be removed in Tomcat 9. The registration should be created directly.
dynamicServletCreated(Servlet) - Method in class org.apache.catalina.core.StandardContext
Hook to track which Servlets were created via ServletContext.createServlet(Class).

E

EAGAIN - Static variable in class org.apache.tomcat.jni.Status
 
echoResult(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
EINPROGRESS - Static variable in class org.apache.tomcat.jni.Status
 
EINTR - Static variable in class org.apache.tomcat.jni.Status
 
EJB - Annotation Type in javax.ejb
 
EjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
EjbFactory() - Constructor for class org.apache.naming.factory.EjbFactory
 
EjbRef - Class in org.apache.naming
Represents a reference address to an EJB.
EjbRef(String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EjbRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EJBs - Annotation Type in javax.ejb
 
EL_INTERPRETER_CLASS_NAME - Static variable in class org.apache.jasper.compiler.ELInterpreterFactory
 
ELArithmetic - Class in org.apache.el.lang
A helper class of Arithmetic defined by the EL Specification
ELArithmetic() - Constructor for class org.apache.el.lang.ELArithmetic
 
ELArithmetic.BigDecimalDelegate - Class in org.apache.el.lang
 
ELArithmetic.BigDecimalDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
ELArithmetic.BigIntegerDelegate - Class in org.apache.el.lang
 
ELArithmetic.BigIntegerDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
ELArithmetic.DoubleDelegate - Class in org.apache.el.lang
 
ELArithmetic.DoubleDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
ELArithmetic.LongDelegate - Class in org.apache.el.lang
 
ELArithmetic.LongDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.LongDelegate
 
ELContext - Class in javax.el
 
ELContext() - Constructor for class javax.el.ELContext
 
ELContextEvent - Class in javax.el
 
ELContextEvent(ELContext) - Constructor for class javax.el.ELContextEvent
 
ELContextImpl - Class in org.apache.jasper.el
Implementation of ELContext
ELContextImpl() - Constructor for class org.apache.jasper.el.ELContextImpl
 
ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.el.ELContextImpl
 
ELContextListener - Interface in javax.el
 
ELContextWrapper - Class in org.apache.jasper.el
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
ELContextWrapper(ELContext, FunctionMapper) - Constructor for class org.apache.jasper.el.ELContextWrapper
 
electionMutex - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
element() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
element() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ElementValue - Class in org.apache.tomcat.util.bcel.classfile
 
ElementValuePair - Class in org.apache.tomcat.util.bcel.classfile
an annotation's element value pair
ELException - Exception in javax.el
Represents any of the exception conditions that can arise during expression evaluation.
ELException() - Constructor for exception javax.el.ELException
Creates an ELException with no detail message
ELException(String) - Constructor for exception javax.el.ELException
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given cause
ELException(String, Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given detail message and root cause.
ELException - Exception in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ELException
ELException() - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with no detail message.
ELException(String) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given root cause.
ELException(String, Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given detail message and root cause.
ELFunctionMapper - Class in org.apache.jasper.compiler
This class generates functions mappers for the EL expressions in the page.
ELFunctionMapper() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper
 
ELInterpreter - Interface in org.apache.jasper.compiler
Defines the interface for the expression language interpreter.
ELInterpreterFactory - Class in org.apache.jasper.compiler
Provides ELInterpreter instances for JSP compilation.
ELInterpreterFactory.DefaultELInterpreter - Class in org.apache.jasper.compiler
 
ELInterpreterFactory.DefaultELInterpreter() - Constructor for class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
 
ELParseException - Exception in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ELException
ELParseException() - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with no detail message.
ELParseException(String) - Constructor for exception javax.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with the provided detail message.
ELParser - Class in org.apache.el.parser
 
ELParser(InputStream) - Constructor for class org.apache.el.parser.ELParser
Constructor with InputStream.
ELParser(InputStream, String) - Constructor for class org.apache.el.parser.ELParser
Constructor with InputStream and supplied encoding
ELParser(Reader) - Constructor for class org.apache.el.parser.ELParser
Constructor.
ELParser(ELParserTokenManager) - Constructor for class org.apache.el.parser.ELParser
Constructor with generated Token Manager.
ELParser - Class in org.apache.jasper.compiler
This class implements a parser for EL expressions.
ELParser(String, boolean) - Constructor for class org.apache.jasper.compiler.ELParser
 
ELParserConstants - Interface in org.apache.el.parser
Token literal values and constants.
ELParserTokenManager - Class in org.apache.el.parser
Token Manager.
ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.el.parser.ELParserTokenManager
Constructor.
ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.el.parser.ELParserTokenManager
Constructor.
ELParserTreeConstants - Interface in org.apache.el.parser
 
ELResolver - Class in javax.el
 
ELResolver() - Constructor for class javax.el.ELResolver
 
ELResolverImpl - Class in org.apache.jasper.el
Deprecated.
ELResolverImpl(VariableResolver) - Constructor for class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
ELSupport - Class in org.apache.el.lang
A helper class that implements the EL Specification
ELSupport() - Constructor for class org.apache.el.lang.ELSupport
 
ELT_ARRAY - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "array" element.
ELT_BOOLEAN - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "boolean" element.
ELT_BYTE - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "byte" element.
ELT_CHAR - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "char" element.
ELT_COLLECTION - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "collection" element.
ELT_DOUBLE - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "double" element.
ELT_FLOAT - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "float" element.
ELT_INT - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "int" element.
ELT_LIST - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "list" element.
ELT_LONG - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "long" element.
ELT_OBJECT - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "object" element.
ELT_SHORT - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "short" element.
ELT_STRING - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The name of the "string" element.
Embedded - Class in org.apache.catalina.startup
Deprecated.
Use Tomcat instead.
Embedded() - Constructor for class org.apache.catalina.startup.Embedded
Deprecated.
Construct a new instance of this class with default properties.
Embedded(Realm) - Constructor for class org.apache.catalina.startup.Embedded
Deprecated.
Construct a new instance of this class with specified properties.
EmbeddedServletOptions - Class in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
empty - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Body empty flag.
EMPTY - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
empty() - Method in class org.apache.tomcat.util.digester.ArrayStack
Return true if this stack is currently empty.
EMPTY_ARRAY - Static variable in class org.apache.catalina.session.StandardSession
Type array.
EMPTY_DATA_ARRAY - Static variable in class org.apache.catalina.tribes.io.ChannelData
 
EMPTY_LIST - Static variable in exception org.apache.catalina.tribes.ChannelException
Empty list to avoid reinstantiating lists
EMPTY_MEMBERS - Static variable in class org.apache.catalina.tribes.membership.McastService
Return all the members
EMPTY_MEMBERS - Static variable in class org.apache.catalina.tribes.membership.Membership
 
emptyBuf - Static variable in class org.apache.tomcat.util.net.NioChannel
 
EmptyDirContext - Class in org.apache.naming.resources
A DirContext implementation that is not backed by a file system and behaves as if it has no resources available.
EmptyDirContext() - Constructor for class org.apache.naming.resources.EmptyDirContext
 
ENABLE_LOOKUPS_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
enable_tracing() - Method in class org.apache.el.parser.ELParser
Enable tracing.
enabled - Variable in class org.apache.catalina.core.StandardWrapper
Enabled
enabled - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
enabled this component
enabled - Variable in class org.apache.catalina.valves.AccessLogValve
enabled this component
enabled - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
enabledCiphers - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
enabledProtocols - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
enableLookups - Variable in class org.apache.catalina.connector.Connector
The "enable DNS lookups" flag for this Connector.
enableNaming() - Method in class org.apache.catalina.startup.Tomcat
Enables JNDI naming which is disabled by default.
encode(T) - Method in interface javax.websocket.Encoder.Binary
 
encode(T, OutputStream) - Method in interface javax.websocket.Encoder.BinaryStream
 
encode(T) - Method in interface javax.websocket.Encoder.Text
 
encode(T, Writer) - Method in interface javax.websocket.Encoder.TextStream
 
encode(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
encode(byte[]) - Static method in class org.apache.catalina.util.Base64
Deprecated.
Use DatatypeConverter.printBase64Binary(byte[]). This method will be removed in Tomcat 8.0.x.
encode(String) - Method in class org.apache.catalina.util.URLEncoder
encode(String, String) - Method in class org.apache.catalina.util.URLEncoder
URL encodes the provided path using the given encoding.
encode(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encode(byte[], int, int) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encode(Object) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
This unused method will be removed in Tomcat 9
encode(byte[]) - Method in interface org.apache.tomcat.util.codec.BinaryEncoder
Encodes a byte array and return the encoded data as a byte array.
encode(Object) - Method in interface org.apache.tomcat.util.codec.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encode(byte[]) - Static method in class org.apache.tomcat.util.security.MD5Encoder
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encodeAsString(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
encodeBase64(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64URLSafe(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
EncodedSolidusHandling - Enum in org.apache.tomcat.util.buf
 
EncodeException - Exception in javax.websocket
 
EncodeException(Object, String) - Constructor for exception javax.websocket.EncodeException
 
EncodeException(Object, String, Throwable) - Constructor for exception javax.websocket.EncodeException
 
encodeInteger(BigInteger) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
encodeLoop(CharBuffer, ByteBuffer) - Method in class org.apache.tomcat.util.buf.Utf8Encoder
 
Encoder - Interface in javax.websocket
 
Encoder - Interface in org.apache.tomcat.util.codec
Provides the highest level of abstraction for Encoders.
Encoder.Binary<T> - Interface in javax.websocket
 
Encoder.BinaryStream<T> - Interface in javax.websocket
 
Encoder.Text<T> - Interface in javax.websocket
 
Encoder.TextStream<T> - Interface in javax.websocket
 
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
As of Version 3.0 of the Java Servlet API
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.Response
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.Response
Deprecated.
As of Version 2.1 of the Java Servlet API, use encodeRedirectURL() instead.
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
Deprecated.
encodeRedirectURL(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
EncoderException - Exception in org.apache.tomcat.util.codec
Thrown when there is a failure condition during the encoding process.
EncoderException() - Constructor for exception org.apache.tomcat.util.codec.EncoderException
Constructs a new exception with null as its detail message.
EncoderException(String) - Constructor for exception org.apache.tomcat.util.codec.EncoderException
Constructs a new exception with the specified detail message.
EncoderException(String, Throwable) - Constructor for exception org.apache.tomcat.util.codec.EncoderException
Constructs a new exception with the specified detail message and cause.
EncoderException(Throwable) - Constructor for exception org.apache.tomcat.util.codec.EncoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.ClientEndpointConfig.Builder
 
encoders(List<Class<? extends Encoder>>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
 
encoders - Variable in class org.apache.catalina.connector.OutputBuffer
List of encoders.
encodeToString(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
As of Version 3.0 of the Java Servlet API
encodeURL(String) - Method in class org.apache.catalina.connector.Response
Encode the session identifier associated with this response into the specified URL, if necessary.
encodeUrl(String) - Method in class org.apache.catalina.connector.Response
Deprecated.
As of Version 2.1 of the Java Servlet API, use encodeURL() instead.
encodeURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeUrl(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeUrl(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
Deprecated.
encodeURL(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
encodeURL(String, int, int) - Method in class org.apache.tomcat.util.buf.UEncoder
URL Encode string, using a specified encoding.
encoding - Variable in class org.apache.catalina.valves.AccessLogValve
Character set used by the log file.
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING_ENTITY - Static variable in class org.apache.catalina.ssi.SSIMediator
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING_NONE - Static variable in class org.apache.catalina.ssi.SSIMediator
 
ENCODING_URL - Static variable in class org.apache.catalina.ssi.SSIMediator
 
EncodingMap - Class in org.apache.jasper.xmlparser
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EncodingMap() - Constructor for class org.apache.jasper.xmlparser.EncodingMap
Default constructor.
EncryptInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Adds encryption using a pre-shared key.
EncryptInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
EncryptInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
 
end - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
end(String, String) - Method in class org.apache.catalina.startup.ConnectorCreateRule
Process the end of this element.
end(String, String) - Method in class org.apache.catalina.startup.SetNextNamingRule
Process the end of this element.
end() - Method in class org.apache.coyote.ajp.AjpMessage
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
end - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Pos of the end of the header in the buffer, which is also the start of the body.
end() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
end() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
End the current request (has no effect).
end() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
End the current request.
end() - Method in interface org.apache.coyote.http11.InputFilter
End the current request.
end() - Method in interface org.apache.coyote.http11.OutputFilter
End the current request.
end - Variable in class org.apache.tomcat.util.buf.AbstractChunk
 
end(String, String) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process any body texts now.
end(String, String) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.NodeCreateRule
Pop the Node off the top of the stack.
end(String, String) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.Rule
Deprecated.
Use the end method with namespace and name parameters instead.
end(String, String) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the end of a matching XML element is encountered.
end(String, String) - Method in class org.apache.tomcat.util.digester.SetNextRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.SetRootRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.SetTopRule
Process the end of this element.
end - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
END_CHUNK - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
END_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
END_PACKAGE_MARKER - Static variable in class org.apache.tomcat.buildutil.translate.Constants
 
endAccess() - Method in class org.apache.catalina.ha.session.DeltaSession
End the access and register to ReplicationValve (crossContext support)
endAccess() - Method in class org.apache.catalina.manager.DummyProxySession
 
endAccess() - Method in interface org.apache.catalina.Session
End access to the session.
endAccess() - Method in class org.apache.catalina.session.StandardSession
End the access.
endAndCloseMessageArray - Static variable in class org.apache.coyote.ajp.AbstractAjpProcessor
 
endChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true when the end chunk has been read.
endChunk - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Chunk used to read leftover bytes.
endColumn - Variable in class org.apache.el.parser.Token
The column number of the last character of this Token.
endDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of the document being reached.
endElement(String, String, String) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
 
endElement(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of an XML element being reached.
endHeaders() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
End the header block.
endLine - Variable in class org.apache.el.parser.Token
The line number of the last character of this Token.
endMessageArray - Static variable in class org.apache.coyote.ajp.AbstractAjpProcessor
End message array.
endOfStream - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
End of stream flag.
Endpoint - Class in javax.websocket
 
Endpoint() - Constructor for class javax.websocket.Endpoint
 
endpoint - Variable in class org.apache.coyote.AbstractProcessor
 
endpoint - Variable in class org.apache.coyote.AbstractProtocol
Endpoint that provides low-level network I/O - must be matched to the ProtocolHandler implementation (ProtocolHandler using BIO, requires BIO Endpoint etc.).
EndpointConfig - Interface in javax.websocket
 
endPrefixMapping(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is going out of scope.
endRequest() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
endRequest() - Method in class org.apache.coyote.http11.AbstractInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
End request.
endRequest() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End request.
endRequest() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
End request.
endRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End request.
endsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
 
ENFORCE_NO_ADD_AFTER_HANDSHAKE_CONTEXT_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
 
Engine - Interface in org.apache.catalina
An Engine is a Container that represents the entire Catalina servlet engine.
engine - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The associated engine.
engine - Variable in class org.apache.catalina.startup.EngineConfig
The Engine we are associated with.
engine - Variable in class org.apache.catalina.startup.Tomcat
 
engineBase() - Method in class org.apache.catalina.core.StandardContext
 
EngineConfig - Class in org.apache.catalina.startup
Startup event listener for an Engine that configures the properties of that Engine, and the associated defined contexts.
EngineConfig() - Constructor for class org.apache.catalina.startup.EngineConfig
 
EngineRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Engine definition element.
EngineRuleSet() - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
EngineRuleSet(String) - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
engines - Variable in class org.apache.catalina.startup.Embedded
Deprecated.
The set of Engines that have been deployed in this server.
ensureBufferSize(int, BaseNCodec.Context) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Ensure that the buffer has room for size bytes
entityResolver - Variable in class org.apache.tomcat.util.digester.Digester
The EntityResolver used by the SAX parser.
EntityTag - Class in org.apache.tomcat.util.http.parser
 
EntityTag() - Constructor for class org.apache.tomcat.util.http.parser.EntityTag
 
entityValidator - Variable in class org.apache.catalina.util.SchemaResolver
Deprecated.
The URLs of dtds and schemas that have been registered, keyed by the public identifier that corresponds.
entityValidator - Variable in class org.apache.tomcat.util.digester.Digester
The URLs of entityValidator that have been registered, keyed by the public identifier that corresponds.
entries - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Entries.
entries - Variable in class org.apache.naming.resources.WARDirContext
WAR entries.
entries - Variable in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
The set of registered BaseNotificationBroadcasterEntry entries.
ENTRY - Static variable in class org.apache.naming.NamingEntry
 
entry - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.WARDirContext.WARResource
 
entryExists(String) - Method in class org.apache.tomcat.util.scan.FileUrlJar
Deprecated.
entryExists(String) - Method in interface org.apache.tomcat.util.scan.Jar
Deprecated.
Unused.
entryExists(String) - Method in class org.apache.tomcat.util.scan.UrlJar
Deprecated.
entrySet() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
entrySet() - Method in class org.apache.catalina.util.ParameterMap
Returns an unmodifiable Set view of the mappings contained in this map if it is locked.
entrySet() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
entrySet() - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
 
entrySetFull() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns the entire contents of the map Map.Entry.getValue() will return a LazyReplicatedMap.MapEntry object containing all the information about the object.
ENUM_CONSTANT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
EnumElementValue - Class in org.apache.tomcat.util.bcel.classfile
 
enumeration - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Underlying enumeration.
Enumerator<T> - Class in org.apache.catalina.util
Deprecated.
Replaced by java.util.Collections#enumeration(..)
Enumerator(Collection<T>) - Constructor for class org.apache.catalina.util.Enumerator
Deprecated.
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection<T>, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Deprecated.
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator<T>) - Constructor for class org.apache.catalina.util.Enumerator
Deprecated.
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator<T>, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Deprecated.
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map<?, T>) - Constructor for class org.apache.catalina.util.Enumerator
Deprecated.
Return an Enumeration over the values of the specified Map.
Enumerator(Map<?, T>, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Deprecated.
Return an Enumeration over the values of the specified Map.
Enumerator<T> - Class in org.apache.jasper.util
Deprecated.
Replaced by java.util.Collections#enumeration(..)
Enumerator(Iterator<T>) - Constructor for class org.apache.jasper.util.Enumerator
Deprecated.
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator<T>, boolean) - Constructor for class org.apache.jasper.util.Enumerator
Deprecated.
Return an Enumeration over the values returned by the specified Iterator.
enumKeys(long) - Static method in class org.apache.tomcat.jni.Registry
Enumerate the Registry subkeys
enumValues(long) - Static method in class org.apache.tomcat.jni.Registry
Enumerate the Registry values
env - Variable in class org.apache.naming.NamingContext
Environment.
env - Variable in class org.apache.naming.resources.BaseDirContext
Environment.
env - Variable in class org.apache.naming.resources.ProxyDirContext
Environment.
env - Variable in class org.apache.naming.SelectorContext
Environment.
envCtx - Variable in class org.apache.catalina.core.NamingContextListener
Env context.
EnvironmentPropertySource - Class in org.apache.tomcat.util.digester
A IntrospectionUtils.SecurePropertySource that uses environment variables to resolve expressions.
EnvironmentPropertySource() - Constructor for class org.apache.tomcat.util.digester.EnvironmentPropertySource
 
eof() - Method in interface org.apache.catalina.tribes.tipis.Streamable
Deprecated.
returns true if the stream has reached its end
EOF - Static variable in interface org.apache.el.parser.ELParserConstants
End of File.
eof(long) - Static method in class org.apache.tomcat.jni.File
Are we at the end of the file
eol - Variable in exception org.apache.el.parser.ParseException
The end of line string for this machine.
EQ0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
EQ1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
equal(long, long) - Static method in class org.apache.tomcat.jni.Address
See if the IP addresses in two APR socket addresses are equivalent.
Equality() - Method in class org.apache.el.parser.ELParser
 
equals(Object) - Method in class javax.el.Expression
 
equals(Object) - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
equals(Object) - Method in class org.apache.catalina.core.ApplicationTaglibDescriptor
 
equals(Object) - Method in class org.apache.catalina.deploy.ApplicationListener
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextEjb
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextHandler
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextResource
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
equals(Object) - Method in class org.apache.catalina.deploy.ContextService
 
equals(Object) - Method in class org.apache.catalina.deploy.LoginConfig
 
equals(Object) - Method in class org.apache.catalina.deploy.MessageDestination
 
equals(Object) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
equals(Object) - Method in class org.apache.catalina.deploy.MultipartDef
 
equals(Object) - Method in class org.apache.catalina.deploy.ResourceBase
 
equals(Object) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
equals(Object) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
equals(Object) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
Deprecated.
 
equals(Object) - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
equals(Object) - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
equals(Object) - Method in interface org.apache.catalina.tribes.ChannelListener
 
equals(Object) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
 
equals(Object) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
equals(Object) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
 
equals(Object) - Method in class org.apache.catalina.tribes.io.ChannelData
Compares to ChannelData objects, only compares on getUniqueId().equals(o.getUniqueId())
equals(Object) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Returns true if the param o is a McastMember with the same name
equals(Object) - Method in interface org.apache.catalina.tribes.MessageListener
 
equals(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
equals(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
equals(Object) - Method in class org.apache.catalina.tribes.UniqueId
 
equals(byte[], byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
equals(Object[], Object[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
equals(Object, Object) - Static method in class org.apache.el.lang.ELSupport
Compare two objects for equality, after coercing to the same type if appropriate.
equals(Object) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
equals(Object) - Method in class org.apache.el.MethodExpressionImpl
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class org.apache.el.MethodExpressionLiteral
 
equals(Object) - Method in class org.apache.el.parser.SimpleNode
 
equals(Object) - Method in class org.apache.el.ValueExpressionImpl
 
equals(Object) - Method in class org.apache.el.ValueExpressionLiteral
 
equals(ValueExpressionLiteral) - Method in class org.apache.el.ValueExpressionLiteral
 
equals(Object) - Method in class org.apache.jasper.el.JspMethodExpression
 
equals(Object) - Method in class org.apache.jasper.el.JspValueExpression
 
equals(String) - Method in class org.apache.jasper.xmlparser.XMLString
Returns true if the contents of this XMLString structure and the specified string are equal.
equals(Object) - Method in class org.apache.naming.NamingEntry
 
equals(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
This method considers two objects to be equal if the underlying JDBC objects are equal.
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
This method considers two objects to be equal if the underlying JDBC objects are equal.
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
equals(Object) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equals(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(Object) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
equals(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
equals(Object) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
equals(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
equals(Object) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs for equality.
EQUALS_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
erodingPool(ObjectPool<T>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
erodingPool(ObjectPool<T>, float) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
erodingPool(KeyedObjectPool<K, V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
erodingPool(KeyedObjectPool<K, V>, float) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
erodingPool(KeyedObjectPool<K, V>, float, boolean) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
errDispatcher - Variable in class org.apache.jasper.compiler.BeanRepository
 
errDispatcher - Variable in class org.apache.jasper.compiler.Compiler
 
errfnSet(long, long, Object) - Static method in class org.apache.tomcat.jni.Procattr
Specify an error function to be called in the child process if APR encounters an error in the child prior to running the specified program.
error - Variable in class org.apache.catalina.connector.CoyoteWriter
 
ERROR - Static variable in class org.apache.catalina.deploy.FilterMap
The name of this filter to be executed when this mapping matches a particular request.
error(SAXParseException) - Method in class org.apache.catalina.startup.XmlErrorHandler
Deprecated.
 
error(Object) - Method in interface org.apache.juli.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with error log level.
Error - Exception in org.apache.tomcat.jni
Error
error(SAXParseException) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
error(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parsing error to the application supplied error handler (if any).
error - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
ERROR_EXCEPTION - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
ERROR_EXCEPTION_TYPE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
ERROR_MESSAGE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
ERROR_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
ERROR_SERVLET_NAME - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
ERROR_STATUS_CODE - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
errorCheckSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Specify that apr_proc_create() should do whatever it can to report failures to the caller of apr_proc_create(), rather than find out in the child.
ErrorData - Class in javax.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class javax.servlet.jsp.ErrorData
Creates a new ErrorData object.
errorDispatch(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
errorDispatch() - Method in class org.apache.coyote.AbstractProcessor
 
errorDispatch(Request, Response) - Method in interface org.apache.coyote.Adapter
 
errorDispatch() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
errorDispatch() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
errorDispatch() - Method in interface org.apache.coyote.Processor
 
ErrorDispatcher - Class in org.apache.jasper.compiler
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
ErrorDispatcher(boolean) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher
 
ErrorHandler - Interface in org.apache.catalina.tribes
The ErrorHandler class is used when sending messages that are sent asynchronously and the application still needs to get confirmation when the message was sent successfully or when a message errored out.
ErrorHandler - Interface in org.apache.jasper.compiler
Interface for handling JSP parse and javac compilation errors.
errorHandler - Variable in class org.apache.tomcat.util.digester.Digester
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.
errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.JspC
Needs better documentation, this data member does.
ErrorPage - Class in org.apache.catalina.deploy
Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
ErrorPage() - Constructor for class org.apache.catalina.deploy.ErrorPage
 
ErrorReportValve - Class in org.apache.catalina.valves
Implementation of a Valve that outputs HTML error pages.
ErrorReportValve() - Constructor for class org.apache.catalina.valves.ErrorReportValve
 
ErrorState - Enum in org.apache.coyote
 
escape(String) - Static method in class org.apache.catalina.mbeans.MBeanDumper
 
escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Escape special shell characters.
escapeXml(Object) - Static method in class org.apache.catalina.manager.JspHelper
 
escapeXml(String) - Static method in class org.apache.catalina.manager.JspHelper
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> &amp; < -> &lt; > -> &gt; " -> &#034; ' -> &#039; See also OutSupport.writeEscapedXml().
escapeXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Escape the 5 entities defined by XML.
escapeXml(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> &amp; < -> &lt; > -> &gt; " -> &#034; ' -> &#039; See also OutSupport.writeEscapedXml().
escapeXml(char[], int) - Static method in class org.apache.jasper.tagplugins.jstl.Util
 
ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
ETIMEDOUT - Static variable in class org.apache.tomcat.jni.Status
 
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
This method evaluates the condition It support for operation ">,>=,<,<=" the types long and double.
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Deprecated.
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
Deprecated.
Evaluates an expression that was previously prepared.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Evaluates an expression.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
Deprecated.
 
evaluate(VariableResolver) - Method in class org.apache.jasper.el.ExpressionImpl
Deprecated.
 
evaluateNodes(Node.Nodes, SmapStratum, HashMap<String, SmapStratum>, boolean) - Static method in class org.apache.jasper.compiler.SmapUtil
 
evaluateTree() - Method in class org.apache.catalina.ssi.ExpressionParseTree
Evaluates the tree and returns true or false.
EvaluationContext - Class in org.apache.el.lang
 
EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.apache.el.lang.EvaluationContext
 
event(CometEvent) - Method in interface org.apache.catalina.comet.CometProcessor
Process the given Comet event.
event(Request, Response, SocketStatus) - Method in class org.apache.catalina.connector.CoyoteAdapter
Event method.
event - Variable in class org.apache.catalina.connector.Request
Associated event.
event(Request, Response, CometEvent) - Method in interface org.apache.catalina.Valve
Process a Comet event.
event(Request, Response, CometEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
Use events to update the connection state.
event(Request, Response, CometEvent) - Method in class org.apache.catalina.valves.ValveBase
Process a Comet event.
event(SocketStatus) - Method in class org.apache.coyote.AbstractProcessor
Process in-progress Comet requests.
event(Request, Response, SocketStatus) - Method in interface org.apache.coyote.Adapter
 
event(SocketStatus) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11AprProcessor
Process pipelined HTTP requests using the specified input and output streams.
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11NioProcessor
Process pipelined HTTP requests using the specified input and output streams.
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11Processor
 
event(SocketStatus) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
event(SocketStatus) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
event(SocketStatus) - Method in interface org.apache.coyote.Processor
 
eventCache - Variable in class org.apache.tomcat.util.net.NioEndpoint
Cache for poller events
eventCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable poller event cache, this bounded cache stores PollerEvent objects to reduce GC for the poller Default is 500 -1 is unlimited 0 is disabled >0 the max number of objects to keep in cache.
events - Variable in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
events() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
events - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
events() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
events - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
events() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Processes events in the event queue of the Poller.
eventSubType - Variable in class org.apache.catalina.connector.CometEventImpl
Event sub type.
eventType - Variable in class org.apache.catalina.connector.CometEventImpl
Event type.
evict() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Perform numTests idle object eviction tests, evicting examined objects that meet the criteria for eviction.
evict() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Perform numTests idle object eviction tests, evicting examined objects that meet the criteria for eviction.
EVT_ALL_SESSION_DATA - Static variable in interface org.apache.catalina.ha.session.SessionMessage
When a session state is transferred, this is the event.
EVT_ALL_SESSION_NOCONTEXTMANAGER - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when context manager doesn't exist.
EVT_ALL_SESSION_TRANSFERCOMPLETE - Static variable in interface org.apache.catalina.ha.session.SessionMessage
When a session state is complete transferred, this is the event.
EVT_CHANGE_SESSION_ID - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a sessionID has been changed.
EVT_CONF_RX - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_ELECT_ABANDONED - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_GET_ALL_SESSIONS - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a server comes online for the first time.
EVT_MBR_ADD - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_MBR_DEL - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_MSG_ARRIVE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_POST_MERGE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_PRE_MERGE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_PROCESS_ELECT - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_SEND_MSG - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_SESSION_ACCESSED - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a session has been accessed (ie, last access time has been updated.
EVT_SESSION_CREATED - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a session has been created on a node
EVT_SESSION_DELTA - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when an attribute has been added to a session, the attribute will be sent to all the other nodes in the cluster
EVT_SESSION_EXPIRED - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a session has expired
EVT_START - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_START_ELECT - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_STOP - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
EVT_WAIT_FOR_MSG - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
exactWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
ExceptionUtils - Class in org.apache.jasper.runtime
Utilities for handling Throwables and Exceptions.
ExceptionUtils() - Constructor for class org.apache.jasper.runtime.ExceptionUtils
 
ExceptionUtils - Class in org.apache.tomcat.util
Utilities for handling Throwables and Exceptions.
ExceptionUtils() - Constructor for class org.apache.tomcat.util.ExceptionUtils
 
exclude(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
Use StandardSession.exclude(String, Object). Will be removed in Tomcat 9.0.x.
exclude(String, Object) - Method in class org.apache.catalina.session.StandardSession
Should the given session attribute be excluded?
excludedAttributeNames - Static variable in class org.apache.catalina.session.Constants
Set of session attribute names used internally by Tomcat that should always be removed from the session before it is persisted, replicated or equivalent.
excludedAttributes - Static variable in class org.apache.catalina.session.StandardSession
Deprecated.
Use Constants.excludedAttributeNames instead. Will be removed in Tomcat 9.
excludeFromSet(Member[], Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
excludes - Variable in class org.apache.catalina.startup.SetAllPropertiesRule
 
execute() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command.
execute(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute(String, InputStream, String, int) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute() - Method in class org.apache.catalina.ant.DeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.FindLeaksTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command.
execute() - Method in class org.apache.catalina.ant.JMXGetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXQueryTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXSetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ListTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ReloadTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ResourcesTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ServerinfoTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.SessionsTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StartTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StopTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ThreaddumpTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.UndeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ValidatorTask
Execute the specified command.
execute() - Method in class org.apache.catalina.ant.VminfoTask
Execute the requested operation.
execute(Runnable, long, TimeUnit) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
execute(Runnable) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
execute(Runnable, long, TimeUnit) - Method in interface org.apache.catalina.Executor
Executes the given command at some time in the future.
execute(DeltaSession, boolean) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
execute() - Method in class org.apache.catalina.startup.TldConfig
Scan for and configure all tag library descriptors found in this web application.
execute() - Method in class org.apache.catalina.tribes.io.ObjectReader
Send buffer to cluster listener (callback).
execute(ObjectReader) - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
 
execute() - Method in class org.apache.jasper.JspC
Executes the compilation.
execute() - Method in class org.apache.tomcat.buildutil.CheckEol
Perform the check
execute() - Method in class org.apache.tomcat.buildutil.Txt2Html
Perform the conversion
execute() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
execute(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
execute(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
execute(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
execute(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
EXECUTE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
execute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Deprecated.
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
execute(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
execute(Runnable, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Executes the given command at some time in the future.
EXECUTE_BATCH - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
EXECUTE_QUERY - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
EXECUTE_QUERY - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
EXECUTE_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
EXECUTE_UPDATE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
executeBatch() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
executePartialPut(HttpServletRequest, DefaultServlet.Range, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Handle a partial PUT.
executeQuery() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
executeQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
executeUpdate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
executeUpdate(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
executeUpdate(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
executeUpdate(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
executeUpdate(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
executor - Variable in class org.apache.catalina.core.StandardThreadExecutor
The executor we use for this component
Executor - Interface in org.apache.catalina
 
executor - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
executor - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Dont interrupt the sender/receiver thread, but pass off to an executor
EXECUTOR_CORE_SIZE_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
 
EXECUTOR_KEEPALIVETIME_SECONDS_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
 
EXECUTOR_MAX_SIZE_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
Deprecated.
No longer used and will be removed in Tomcat 9.0.x
ExecutorFactory - Class in org.apache.catalina.tribes.util
 
ExecutorFactory() - Constructor for class org.apache.catalina.tribes.util.ExecutorFactory
 
executors - Variable in class org.apache.catalina.core.StandardService
 
exists(String) - Method in class org.apache.catalina.deploy.NamingResources
Deprecated.
exists() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
exists - Variable in class org.apache.naming.resources.CacheEntry
 
expand(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
expand(String) - Static method in class org.apache.tomcat.jni.OS
Expand environment variables.
expand(ByteBuffer, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
expand(ByteBuffer, int) - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
 
ExpandBuff(boolean) - Method in class org.apache.el.parser.SimpleCharStream
 
expandCGIScript() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Extracts requested resource from web app archive to context work directory to enable CGI script to be executed.
ExpandWar - Class in org.apache.catalina.startup
Expand out a WAR in a Host's appBase.
ExpandWar() - Constructor for class org.apache.catalina.startup.ExpandWar
 
expectation - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Is there an expectation ?
expectedTokenSequences - Variable in exception org.apache.el.parser.ParseException
Each entry in this array is an array of integers.
expire(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
expire() - Method in class org.apache.catalina.manager.DummyProxySession
 
expire() - Method in interface org.apache.catalina.Session
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(boolean) - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
expire(long) - Method in class org.apache.catalina.tribes.membership.Membership
Runs a refresh cycle and returns a list of members that has expired.
expireAllLocalSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
Expire all find sessions.
expired(long) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
 
expired(long) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
 
expired(long, long) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
expiredKeys() - Method in class org.apache.catalina.session.JDBCStore
 
expiredKeys() - Method in class org.apache.catalina.session.StoreBase
Get only those keys of sessions, that are saved in the Store and are to be expired.
expiredMutex - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
 
expiredSessions - Variable in class org.apache.catalina.session.ManagerBase
Number of sessions that have expired.
expires - Variable in class org.apache.catalina.ssi.SSIFilter
Expiration time in seconds for the doc.
expires - Variable in class org.apache.catalina.ssi.SSIServlet
Expiration time in seconds for the doc.
expireSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
expireSessions(ContextName, HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Extract the expiration request parameter
expireSessions(PrintWriter, ContextName, HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Extract the expiration request parameter
ExpiresFilter - Class in org.apache.catalina.filters
ExpiresFilter is a Java Servlet API port of Apache mod_expires to add 'Expires' and 'Cache-Control: max-age=' headers to HTTP response according to its 'Content-Type'.
ExpiresFilter() - Constructor for class org.apache.catalina.filters.ExpiresFilter
 
ExpiresFilter.Duration - Class in org.apache.catalina.filters
ExpiresFilter.Duration(int, ExpiresFilter.DurationUnit) - Constructor for class org.apache.catalina.filters.ExpiresFilter.Duration
 
ExpiresFilter.DurationUnit - Enum in org.apache.catalina.filters
Duration unit
ExpiresFilter.ExpiresConfiguration - Class in org.apache.catalina.filters
Main piece of configuration of the filter.
ExpiresFilter.ExpiresConfiguration(ExpiresFilter.StartingPoint, List<ExpiresFilter.Duration>) - Constructor for class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
ExpiresFilter.StartingPoint - Enum in org.apache.catalina.filters
Expiration configuration starting point.
ExpiresFilter.XHttpServletResponse - Class in org.apache.catalina.filters
Wrapping extension of the HttpServletResponse to yrap the "Start Write Response Body" event.
ExpiresFilter.XHttpServletResponse(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
ExpiresFilter.XPrintWriter - Class in org.apache.catalina.filters
Wrapping extension of PrintWriter to trap the "Start Write Response Body" event.
ExpiresFilter.XPrintWriter(PrintWriter, HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
ExpiresFilter.XServletOutputStream - Class in org.apache.catalina.filters
Wrapping extension of ServletOutputStream to trap the "Start Write Response Body" event.
ExpiresFilter.XServletOutputStream(ServletOutputStream, HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
expiring - Variable in class org.apache.catalina.session.StandardSession
We are currently processing a session expiration, so bypass certain IllegalStateException tests.
EXPONENT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
Expression - Class in javax.el
 
Expression() - Constructor for class javax.el.Expression
 
Expression - Class in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ValueExpression
Expression() - Constructor for class javax.servlet.jsp.el.Expression
Deprecated.
 
Expression() - Method in class org.apache.el.parser.ELParser
 
EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ExpressionBuilder - Class in org.apache.el.lang
 
ExpressionBuilder(String, ELContext) - Constructor for class org.apache.el.lang.ExpressionBuilder
 
ExpressionEvaluator - Class in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ExpressionFactory
ExpressionEvaluator() - Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
 
ExpressionEvaluatorImpl - Class in org.apache.jasper.el
Deprecated.
ExpressionEvaluatorImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionEvaluatorImpl
Deprecated.
 
ExpressionFactory - Class in javax.el
 
ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
 
ExpressionFactoryImpl - Class in org.apache.el
 
ExpressionFactoryImpl() - Constructor for class org.apache.el.ExpressionFactoryImpl
 
ExpressionImpl - Class in org.apache.jasper.el
Deprecated.
ExpressionImpl(ValueExpression) - Constructor for class org.apache.jasper.el.ExpressionImpl
Deprecated.
 
ExpressionParseTree - Class in org.apache.catalina.ssi
Represents a parsed expression.
ExpressionParseTree(String, SSIMediator) - Constructor for class org.apache.catalina.ssi.ExpressionParseTree
Creates a new parse tree for the specified expression.
ExpressionTokenizer - Class in org.apache.catalina.ssi
Parses an expression string to return the individual tokens.
ExpressionTokenizer(String) - Constructor for class org.apache.catalina.ssi.ExpressionTokenizer
Creates a new parser for the specified expression.
extendedAccessLogInfo - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The descriptive information about this implementation.
ExtendedAccessLogValve - Class in org.apache.catalina.valves
An implementation of the W3c Extended Log File Format.
ExtendedAccessLogValve() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve
 
ExtendedAccessLogValve.CookieElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.CookieElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
ExtendedAccessLogValve.DateElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.DateElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
ExtendedAccessLogValve.PatternTokenizer - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.PatternTokenizer(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
ExtendedAccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
ExtendedAccessLogValve.RequestHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
ExtendedAccessLogValve.RequestParameterElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestParameterElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
ExtendedAccessLogValve.ResponseAllHeaderElement - Class in org.apache.catalina.valves
write a specific response header - x-O(xxx)
ExtendedAccessLogValve.ResponseAllHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
ExtendedAccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
ExtendedAccessLogValve.ServletContextElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ServletContextElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
ExtendedAccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
ExtendedAccessLogValve.TimeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.TimeElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
ExtendedRpcCallback - Interface in org.apache.catalina.tribes.group
Extension to the RpcCallback interface.
Extension - Interface in javax.websocket
 
Extension - Class in org.apache.catalina.util
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Extension() - Constructor for class org.apache.catalina.util.Extension
 
Extension.Parameter - Interface in javax.websocket
 
extensions(List<Extension>) - Method in class javax.websocket.ClientEndpointConfig.Builder
 
extensions(List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
 
extensions - Variable in class org.apache.jasper.JspC
The file extensions to be handled as JSP files.
ExtensionValidator - Class in org.apache.catalina.util
Ensures that all extension dependencies are resolved for a WEB application are met.
ExtensionValidator() - Constructor for class org.apache.catalina.util.ExtensionValidator
 
extensionWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
externalLoaders - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
External class loaders if serialization and deserialization is to be performed successfully.
extract(Member[], Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
extract(int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.
extractDataPackage(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Extracts the message bytes from a package.
extractPackage(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 

F

facade - Variable in class org.apache.catalina.connector.Request
The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.Response
The facade associated with this response.
facade - Variable in class org.apache.catalina.core.StandardWrapper
The facade associated with this wrapper.
facade - Variable in class org.apache.catalina.session.StandardSession
The facade associated with this session.
FACTORY - Static variable in class org.apache.naming.factory.Constants
 
factory - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParserFactory that is created the first time we need it.
FACTORY_DEFAULT - Static variable in class org.apache.juli.logging.LogFactory
The fully qualified class name of the fallback LogFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class org.apache.juli.logging.LogFactory
The name of the properties file to search for.
FACTORY_PROPERTY - Static variable in class org.apache.juli.logging.LogFactory
The name of the property used to identify the LogFactory implementation class name.
FactoryBase - Class in org.apache.naming.factory
Abstract base class that provides common functionality required by sub-classes.
FactoryBase() - Constructor for class org.apache.naming.factory.FactoryBase
 
FactoryCreateRule - Class in org.apache.tomcat.util.digester
Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.
FactoryCreateRule(String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class<?>) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Class<?>, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(ObjectCreationFactory) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
FactoryCreateRule(String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class<?>, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Class<?>, String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(ObjectCreationFactory, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
factoryType - Static variable in class org.apache.naming.factory.MailSessionFactory
The Java type for which this factory knows how to create objects.
FAIL_ACK_COMMAND - Static variable in class org.apache.catalina.tribes.transport.Constants
 
FAIL_ACK_DATA - Static variable in class org.apache.catalina.tribes.transport.Constants
 
failed(Throwable, Void) - Method in class org.apache.tomcat.websocket.SendHandlerToCompletionHandler
 
FAILED_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
FAILED_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
FailedContext - Class in org.apache.catalina.startup
An implementation of Context that is used as a place-holder for deployed applications when their deployment fails and a Context instance (usually StandardContext but may be any Context implementation) cannot be created.
FailedContext() - Constructor for class org.apache.catalina.startup.FailedContext
 
FailedRequestFilter - Class in org.apache.catalina.filters
Filter that will reject requests if there was a failure during parameter parsing.
FailedRequestFilter() - Constructor for class org.apache.catalina.filters.FailedRequestFilter
 
failedUsers - Variable in class org.apache.catalina.realm.LockOutRealm
Users whose last authentication attempt failed.
failFast - Variable in class org.apache.jasper.JspC
 
FAILING - Static variable in class org.apache.catalina.tribes.transport.SenderState
 
failOnError - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
failOnError - Variable in class org.apache.jasper.JspC
Throw an exception if there's a compilation error, or swallow it.
failure(long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
failureCount - Variable in class org.apache.catalina.realm.LockOutRealm
The number of times in a row a user has to fail authentication to be locked out.
FairBlockingQueue<E> - Class in org.apache.tomcat.jdbc.pool
A simple implementation of a blocking queue with fairness waiting.
FairBlockingQueue() - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Creates a new fair blocking queue.
FairBlockingQueue.ExchangeCountDownLatch<T> - Class in org.apache.tomcat.jdbc.pool
 
FairBlockingQueue.ExchangeCountDownLatch(int) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
 
FairBlockingQueue.FairIterator - Class in org.apache.tomcat.jdbc.pool
 
FairBlockingQueue.FairIterator() - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
 
FairBlockingQueue.ItemFuture<T> - Class in org.apache.tomcat.jdbc.pool
 
FairBlockingQueue.ItemFuture(T) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
FairBlockingQueue.ItemFuture(FairBlockingQueue<E>.ExchangeCountDownLatch<T>) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
Fairness of the semaphore.
fakeAttributes - Variable in class org.apache.tomcat.util.digester.Digester
Fake attributes map (attributes are often used for object creation).
fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Fake internal output stream.
FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
fallToDebug() - Method in enum org.apache.tomcat.util.log.UserDataHelper.Mode
Deprecated.
Unused, removed in Tomcat 8.
FALSE - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
family - Variable in class org.apache.tomcat.jni.Sockaddr
The family
FarmWarDeployer - Class in org.apache.catalina.ha.deploy
A farm war deployer is a class that is able to deploy/undeploy web applications in WAR from within the cluster.
FarmWarDeployer() - Constructor for class org.apache.catalina.ha.deploy.FarmWarDeployer
 
FastHttpDateFormat - Class in org.apache.tomcat.util.http
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.apache.tomcat.util.http.FastHttpDateFormat
 
FastQueue - Class in org.apache.catalina.tribes.transport.bio.util
A fast queue that remover thread lock the adder thread.
FastQueue() - Constructor for class org.apache.catalina.tribes.transport.bio.util.FastQueue
Generate Queue SingleRemoveSynchronizedAddLock and set add and wait Timeouts
FastRemovalDequeue<T> - Class in org.apache.jasper.util
The FastRemovalDequeue is a Dequeue that supports constant time removal of entries.
FastRemovalDequeue(int) - Constructor for class org.apache.jasper.util.FastRemovalDequeue
Initialize empty queue.
FastRemovalDequeue.Entry - Class in org.apache.jasper.util
Implementation of a doubly linked list entry.
fatal(Object) - Method in interface org.apache.juli.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with fatal log level.
fatalError(SAXParseException) - Method in class org.apache.catalina.startup.XmlErrorHandler
Deprecated.
 
fatalError(SAXParseException) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a fatal parsing error to the application supplied error handler (if any).
fBuckets - Variable in class org.apache.jasper.xmlparser.SymbolTable
Buckets.
fBuffer - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UCSReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Byte buffer.
fchannel - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
fd - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fdpool - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
FeatureInfo - Class in org.apache.tomcat.util.modeler
Convenience base class for AttributeInfo, ConstructorInfo, and OperationInfo classes that will be used to collect configuration information for the ModelMBean beans exposed for management.
FeatureInfo() - Constructor for class org.apache.tomcat.util.modeler.FeatureInfo
 
fEncoding - Variable in class org.apache.jasper.xmlparser.UCSReader
 
fIANA2JavaMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fIANA2JavaMap
FIELD_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that that follows a delimiter that will be followed by an encapsulation (CRLF).
file - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The file that we are reading/writing
file() - Method in class org.apache.catalina.session.StandardManager
Return a File object representing the pathname to our persistence file, if any.
file(String) - Method in class org.apache.naming.resources.FileDirContext
Return a File object representing the specified normalized context-relative path if it exists and is readable.
file(String, boolean) - Method in class org.apache.naming.resources.FileDirContext
Return a File object representing the specified normalized context-relative path if it exists and is readable.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResource
Associated file object.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
file(String) - Method in class org.apache.naming.resources.VirtualDirContext
 
file(String, boolean) - Method in class org.apache.naming.resources.VirtualDirContext
 
File - Class in org.apache.tomcat.jni
File
File() - Constructor for class org.apache.tomcat.jni.File
 
FILE_MODIFICATION_RESOLUTION_MS - Static variable in class org.apache.catalina.startup.HostConfig
The resolution, in milliseconds, of file modification times.
FileChangeListener - Interface in org.apache.catalina.ha.deploy
 
fileDateFormat - Variable in class org.apache.catalina.valves.AccessLogValve
Date format to place in log file name.
fileDateFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
A date formatter to format a Date using the format given by fileDateFormat.
FileDirContext - Class in org.apache.naming.resources
Filesystem Directory Context implementation helper class.
FileDirContext() - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext(Hashtable<String, Object>) - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext.FileResource - Class in org.apache.naming.resources
This specialized resource implementation avoids opening the InputStream to the file right away (which would put a lock on the file).
FileDirContext.FileResource(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResource
 
FileDirContext.FileResourceAttributes - Class in org.apache.naming.resources
This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).
FileDirContext.FileResourceAttributes(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
fileEncoding - Variable in class org.apache.catalina.servlets.DefaultServlet
File encoding to be used when reading static files.
fileFactories - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
filehand - Variable in class org.apache.tomcat.jni.FileInfo
The file's handle, if accessed (can be submitted to apr_duphandle)
FileHandler - Class in org.apache.juli
Implementation of Handler that appends log messages to a file named {prefix}{date}{suffix} in a configured directory.
FileHandler() - Constructor for class org.apache.juli.FileHandler
 
FileHandler(String, String, String) - Constructor for class org.apache.juli.FileHandler
 
FileHandler(String, String, String, int) - Constructor for class org.apache.juli.FileHandler
 
FileInfo - Class in org.apache.tomcat.jni
Fileinfo
FileInfo() - Constructor for class org.apache.tomcat.jni.FileInfo
 
FileItem - Interface in org.apache.tomcat.util.http.fileupload
This class represents a file or form item that was received within a multipart/form-data POST request.
FileItemFactory - Interface in org.apache.tomcat.util.http.fileupload
A factory interface for creating FileItem instances.
FileItemHeaders - Interface in org.apache.tomcat.util.http.fileupload
This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST request.
FileItemHeadersImpl - Class in org.apache.tomcat.util.http.fileupload.util
Default implementation of the FileItemHeaders interface.
FileItemHeadersImpl() - Constructor for class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
FileItemHeadersSupport - Interface in org.apache.tomcat.util.http.fileupload
Interface that will indicate that FileItem or FileItemStream implementations will accept the headers read for the item.
FileItemIterator - Interface in org.apache.tomcat.util.http.fileupload
FileItemIteratorImpl - Class in org.apache.tomcat.util.http.fileupload.impl
The iterator, which is returned by FileUploadBase.getItemIterator(RequestContext).
FileItemIteratorImpl(FileUploadBase, RequestContext) - Constructor for class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Creates a new instance.
FileItemStream - Interface in org.apache.tomcat.util.http.fileupload
This interface provides access to a file or form item that was received within a multipart/form-data POST request.
FileItemStream.ItemSkippedException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemStream.openStream(), after Iterator.hasNext() has been invoked on the iterator, which created the FileItemStream.
FileItemStream.ItemSkippedException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException
 
FileItemStreamImpl - Class in org.apache.tomcat.util.http.fileupload.impl
Default implementation of FileItemStream.
FileItemStreamImpl(FileItemIteratorImpl, String, String, String, boolean, long) - Constructor for class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Creates a new instance.
FileMessage - Class in org.apache.catalina.ha.deploy
Contains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory
FileMessage(Member, String, String) - Constructor for class org.apache.catalina.ha.deploy.FileMessage
 
FileMessageFactory - Class in org.apache.catalina.ha.deploy
This factory is used to read files and write files by splitting them up into smaller messages.
fileModified(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
fileModified(File) - Method in interface org.apache.catalina.ha.deploy.FileChangeListener
 
fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fileName - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
fileRemoved(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
fileRemoved(File) - Method in interface org.apache.catalina.ha.deploy.FileChangeListener
 
files - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Repositories translated as path in the work directory (for Jasper originally), but which is used to generate fake URLs should getURLs be called.
FileSizeLimitExceededException - Exception in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate that A files size exceeds the configured maximum.
FileSizeLimitExceededException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
FileStore - Class in org.apache.catalina.session
Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FileStore() - Constructor for class org.apache.catalina.session.FileStore
 
filetype - Variable in class org.apache.tomcat.jni.FileInfo
The type of file.
FileUpload - Class in org.apache.tomcat.util.http.fileupload
High level API for processing file uploads.
FileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUpload
Constructs an uninitialised instance of this class.
FileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.FileUpload
Constructs an instance of this class which uses the supplied factory to create FileItem instances.
FileUploadBase - Class in org.apache.tomcat.util.http.fileupload
High level API for processing file uploads.
FileUploadBase() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUploadBase
 
FileUploadException - Exception in org.apache.tomcat.util.http.fileupload
Exception for errors encountered while processing the request.
FileUploadException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
Constructs a new FileUploadException without message.
FileUploadException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
Constructs a new FileUploadException with specified detail message.
FileUploadException(String, Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
Creates a new FileUploadException with the given detail message and cause.
FileUploadException(Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
Creates a new FileUploadException with the given cause.
FileUploadIOException - Exception in org.apache.tomcat.util.http.fileupload.impl
This exception is thrown for hiding an inner FileUploadException in an IOException.
FileUploadIOException(FileUploadException) - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.FileUploadIOException
Creates a FileUploadIOException with the given cause.
FileUrlJar - Class in org.apache.tomcat.util.scan
Implementation of Jar that is optimised for file based JAR URLs (e.g URLs of the form jar:file:...).
FileUrlJar(URL) - Constructor for class org.apache.tomcat.util.scan.FileUrlJar
 
FileUtil - Class in org.apache.catalina.util
 
FileUtil(File) - Constructor for class org.apache.catalina.util.FileUtil
 
FileUtils - Class in org.apache.tomcat.util.http.fileupload
General file manipulation utilities.
FileUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUtils
Instances should NOT be constructed in standard programming.
fill(Membership, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
fill(boolean) - Method in class org.apache.coyote.http11.AbstractInputBuffer
 
fill(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
 
fill() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Fill the internal buffer using data from the underlying input stream.
fill() - Method in class org.apache.coyote.http11.InternalInputBuffer
Fill the internal buffer using data from the underlying input stream.
fill(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
 
fill(boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Fill the internal buffer using data from the underlying input stream.
fill(boolean, boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
fill(Sockaddr, long) - Static method in class org.apache.tomcat.jni.Address
Fill the Sockaddr class from apr_sockaddr_t
FillBuff() - Method in class org.apache.el.parser.SimpleCharStream
 
fillInStackTrace() - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
Filter - Interface in javax.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
filter - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Filter expression
filter(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Filter classes.
filter(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.apache.catalina.util.RequestUtil
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.apache.jasper.security.SecurityUtil
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
Filter the specified message string for characters that are sensitive in HTML.
filterAppPaths(String[]) - Method in class org.apache.catalina.startup.HostConfig
Filter the list of application file paths to remove those that match the regular expression defined by Host.getDeployIgnore().
FilterBase - Class in org.apache.catalina.filters
Base class for filters that provides generic initialisation and a simple no-op destruction.
FilterBase() - Constructor for class org.apache.catalina.filters.FilterBase
 
FilterChain - Interface in javax.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
filterChain - Variable in class org.apache.catalina.connector.Request
Filter chain associated with the request.
FilterConfig - Interface in javax.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
FilterDef - Class in org.apache.catalina.deploy
Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
FilterDef() - Constructor for class org.apache.catalina.deploy.FilterDef
 
filterLibrary - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Filter library.
FilterMap - Class in org.apache.catalina.deploy
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.apache.catalina.deploy.FilterMap
 
FilterRegistration - Interface in javax.servlet
 
FilterRegistration.Dynamic - Interface in javax.servlet
 
filterStart() - Method in class org.apache.catalina.core.StandardContext
Configure and initialize the set of filters for this Context.
filterStop() - Method in class org.apache.catalina.core.StandardContext
Finalize and release the set of filters for this Context.
filterXml(String) - Static method in class org.apache.catalina.manager.StatusTransformer
Escape the 5 entities defined by XML.
finalize() - Method in class org.apache.catalina.tribes.group.RpcChannel
 
finalize() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
finalize() - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
finalize() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
finalize(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Hook to perform final actions on a pooled connection object once it has been disconnected and will be discarded
finalize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Removes the file contents from the temporary storage.
finalize() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.KeyReference
 
find(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
find(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
findAliases() - Method in class org.apache.catalina.core.StandardHost
 
findAliases() - Method in interface org.apache.catalina.Host
 
findAncestorWithClass(JspTag, Class<?>) - Static method in class javax.servlet.jsp.tagext.SimpleTagSupport
Find the instance of a given class type that is closest to a given instance.
findAncestorWithClass(Tag, Class) - Static method in class javax.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findApplicationListeners() - Method in interface org.apache.catalina.Context
 
findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of application listener class names configured for this application.
findApplicationListeners() - Method in class org.apache.catalina.startup.FailedContext
 
findApplicationParameters() - Method in interface org.apache.catalina.Context
 
findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.startup.FailedContext
 
findAttribute(String) - Method in class javax.servlet.jsp.JspContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
findAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the value of the specified node attribute if it exists, or null otherwise.
findAttributes() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of the attribute names of this node.
findAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified role is permitted access to the resources protected by this security constraint.
findAuthRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the set of roles that are permitted access to the resources protected by this security constraint.
findByte(byte[], int, int, byte) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given byte in the byte array between the specified start and end.
findByte(byte, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Searches for a byte of specified value in the buffer, starting at the specified position.
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Deprecated.
Unused. Will be removed in Tomcat 8.5.x.
findBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of any of the given bytes in the byte array between the specified start and end.
findCGI(String, String, String, String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Resolves core information about the cgi script.
findChar(char) - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findChild(String) - Method in interface org.apache.catalina.Container
Obtain a child Container by name.
findChild(String) - Method in class org.apache.catalina.core.ContainerBase
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChild(String) - Method in class org.apache.catalina.startup.FailedContext
 
findChild(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the first child node of this node with the specified name, if there is one; otherwise, return null.
findChildren() - Method in interface org.apache.catalina.Container
Obtain the child Containers associated with this Container.
findChildren() - Method in class org.apache.catalina.core.ContainerBase
Return the set of children Containers associated with this Container.
findChildren() - Method in class org.apache.catalina.startup.FailedContext
 
findChildren() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of all children of this node.
findChildren(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator over all children of this node that have the specified name.
findChildWithAtt(Node, String, String, String) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Find the first direct child with a given attribute.
findClass(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the specified class in our local repositories, if possible.
findClassInternal(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find specified class in local repositories.
findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findClusterListeners() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Get the cluster listeners associated with this cluster.
findCollection(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the web resource collection for the specified name, if any; otherwise, return null.
findCollections() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return all of the web resource collections protected by this security constraint.
findColumn(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
findConnectors() - Method in class org.apache.catalina.core.StandardService
Find and return the set of Connectors associated with this Service.
findConnectors() - Method in class org.apache.catalina.mbeans.ServiceMBean
Find and return the set of Connectors associated with this Service.
findConnectors() - Method in interface org.apache.catalina.Service
Find and return the set of Connectors associated with this Service.
findConstraints() - Method in interface org.apache.catalina.Context
 
findConstraints() - Method in class org.apache.catalina.core.StandardContext
Return the security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.startup.FailedContext
 
findContainerListenerNames() - Method in class org.apache.catalina.mbeans.ContainerMBean
List the class name of each of the container listeners added to this container.
findContainerListeners() - Method in interface org.apache.catalina.Container
Obtain the container listeners associated with this Container.
findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
Return the set of container listeners associated with this Container.
findContainerListeners() - Method in class org.apache.catalina.startup.FailedContext
 
findEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined EJB resource references for this application.
findEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironments() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of defined environment entries for this web application.
findErrorPage(int) - Method in interface org.apache.catalina.Context
 
findErrorPage(String) - Method in interface org.apache.catalina.Context
 
findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(int) - Method in class org.apache.catalina.mbeans.ContextMBean
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in class org.apache.catalina.mbeans.ContextMBean
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(int) - Method in class org.apache.catalina.startup.FailedContext
 
findErrorPage(String) - Method in class org.apache.catalina.startup.FailedContext
 
findErrorPages() - Method in interface org.apache.catalina.Context
 
findErrorPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined error pages for all specified error codes and exception types.
findErrorPages() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of defined error pages for all specified error codes and exception types.
findErrorPages() - Method in class org.apache.catalina.startup.FailedContext
 
findExecutors() - Method in class org.apache.catalina.core.StandardService
Retrieves all executors
findExecutors() - Method in class org.apache.catalina.mbeans.ServiceMBean
Retrieves all executors
findExecutors() - Method in interface org.apache.catalina.Service
Retrieves all executors
findExternalClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
 
findFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in interface org.apache.catalina.Context
 
findFilterDef(String) - Method in class org.apache.catalina.core.StandardContext
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in class org.apache.catalina.mbeans.ContextMBean
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in class org.apache.catalina.startup.FailedContext
 
findFilterDefs() - Method in interface org.apache.catalina.Context
 
findFilterDefs() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined filters for this Context.
findFilterDefs() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of defined filters for this Context.
findFilterDefs() - Method in class org.apache.catalina.startup.FailedContext
 
findFilterMaps() - Method in interface org.apache.catalina.Context
 
findFilterMaps() - Method in class org.apache.catalina.core.StandardContext
Return the set of filter mappings for this Context.
findFilterMaps() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of filter mappings for this Context.
findFilterMaps() - Method in class org.apache.catalina.startup.FailedContext
 
findGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified group name (if any); otherwise return null.
findGroup(String) - Method in interface org.apache.catalina.UserDatabase
 
findGroup(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Group with the specified group name, if any; otherwise return null.
findHeader(String, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Find the index of a header with the given name.
findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
 
findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
Return the names of all defined initialization parameters for this servlet.
findInitParameters() - Method in interface org.apache.catalina.Wrapper
 
findInstanceListeners() - Method in interface org.apache.catalina.Context
 
findInstanceListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - Method in class org.apache.catalina.startup.FailedContext
 
findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
Find a property that best matches the supplied resource.
findleaks(StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Find potential memory leaks caused by web application reload.
findleaks(boolean, PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Find potential memory leaks caused by web application reload.
FindLeaksTask - Class in org.apache.catalina.ant
Ant task that implements the /findleaks command, supported by the Tomcat manager application.
FindLeaksTask() - Constructor for class org.apache.catalina.ant.FindLeaksTask
 
findLifecycleListenerNames() - Method in class org.apache.catalina.mbeans.ContainerMBean
List the class name of each of the lifecycle listeners added to this container.
findLifecycleListeners() - Method in interface org.apache.catalina.Lifecycle
Get the life cycle listeners associated with this life cycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleBase
Get the life cycle listeners associated with this life cycle.
findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleSupport
Deprecated.
Get the lifecycle listeners associated with this lifecycle.
findLoadedClass0(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLoadedResource(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLocale(String, Locale) - Static method in class org.apache.catalina.valves.AccessLogValve
Find a locale by name
findLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined local EJB resource references for this application.
findManagedBean(String) - Method in class org.apache.tomcat.util.modeler.Registry
Find and return the managed bean definition for the specified bean name, if any; otherwise return null.
findManagedBean(Object, Class<?>, String) - Method in class org.apache.tomcat.util.modeler.Registry
Find or load metadata.
findManagedBean(Class<?>, String) - Method in class org.apache.tomcat.util.modeler.Registry
Deprecated. 
findManagedBeans() - Method in class org.apache.tomcat.util.modeler.Registry
Return the set of bean names for all managed beans known to this registry.
findManagedBeans(String) - Method in class org.apache.tomcat.util.modeler.Registry
Return the set of bean names for all managed beans known to this registry that belong to the specified group.
findMapping(String) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
findMappingObject() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
findMappingObject() - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
findMappings() - Method in class org.apache.catalina.core.StandardWrapper
Return the mappings associated with this wrapper.
findMappings() - Method in interface org.apache.catalina.Wrapper
 
findMemberByName(String) - Method in class org.apache.catalina.tribes.membership.McastService
Return the member by name
findMemberByName(String) - Method in interface org.apache.catalina.tribes.MembershipService
Return the member by name
findMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
 
findMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
 
findMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the message destination reference with the specified name, if any; otherwise, return null.
findMessageDestinationRefs() - Method in class org.apache.catalina.core.StandardContext
 
findMessageDestinationRefs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined message destination references for this application.
findMessageDestinations() - Method in class org.apache.catalina.core.StandardContext
 
findMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Return true if the specified HTTP request method is part of this web resource collection.
findMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findMethods() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of HTTP request methods that are part of this web resource collection, or a zero-length array if no methods have been explicitly included.
findMethods(Class<?>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findMimeMapping(String) - Method in interface org.apache.catalina.Context
 
findMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
findMimeMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
findMimeMappings() - Method in interface org.apache.catalina.Context
 
findMimeMappings() - Method in class org.apache.catalina.core.StandardContext
 
findMimeMappings() - Method in class org.apache.catalina.startup.FailedContext
 
findNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the currently mapped namespace URI for the specified prefix, if any; otherwise return null.
findNotBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
findObjectName(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Deprecated.
Unused
findOmittedMethods() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of HTTP request methods that are explicitly excluded from this web resource collection, or a zero-length array if no request methods are excluded.
findParameter(String) - Method in interface org.apache.catalina.Context
 
findParameter(String) - Method in class org.apache.catalina.core.StandardContext
 
findParameter(String) - Method in class org.apache.catalina.startup.FailedContext
 
findParameters() - Method in interface org.apache.catalina.Context
 
findParameters() - Method in class org.apache.catalina.core.StandardContext
 
findParameters() - Method in class org.apache.catalina.startup.FailedContext
 
findPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Is the specified pattern part of this web resource collection?
findPatterns() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of URL patterns that are part of this web resource collection.
findPostConstructMethod(String) - Method in interface org.apache.catalina.Context
Returns the method name that is specified as post construct method for the given class, if it exists; otherwise NULL will be returned.
findPostConstructMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
findPostConstructMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
findPostConstructMethods() - Method in interface org.apache.catalina.Context
Returns a map with keys - fully qualified class names of the classes that have post construct methods and the values are the corresponding method names.
findPostConstructMethods() - Method in class org.apache.catalina.core.StandardContext
 
findPostConstructMethods() - Method in class org.apache.catalina.startup.FailedContext
 
findPreDestroyMethod(String) - Method in interface org.apache.catalina.Context
Returns the method name that is specified as pre destroy method for the given class, if it exists; otherwise NULL will be returned.
findPreDestroyMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
findPreDestroyMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
findPreDestroyMethods() - Method in interface org.apache.catalina.Context
Returns a map with keys - fully qualified class names of the classes that have pre destroy methods and the values are the corresponding method names.
findPreDestroyMethods() - Method in class org.apache.catalina.core.StandardContext
 
findPreDestroyMethods() - Method in class org.apache.catalina.startup.FailedContext
 
findReloadedContextMemoryLeaks() - Method in class org.apache.catalina.core.StandardHost
Attempt to identify the contexts that have a class loader memory leak.
findReplicationClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
 
findRepositories() - Method in interface org.apache.catalina.Loader
 
findRepositories() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.WebappLoader
Return the set of repositories defined for this class loader.
findResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the specified resource in our local repository, and return a URL referring to it, or null if this resource cannot be found.
findResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRefs() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of resource environment reference names for this web application.
findResourceInternal(File, String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find specified resource in local repositories.
findResourceInternal(String, String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find specified resource in local repositories.
findResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource link with the specified name, if any; otherwise return null.
findResourceLinks() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource links for this application.
findResources() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource references for this application.
findResources(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return an enumeration of URLs representing all of the resources with the given name.
findRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified role name (if any); otherwise return null.
findRole(String) - Method in interface org.apache.catalina.UserDatabase
 
findRole(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Role with the specified role name, if any; otherwise return null.
findRoleMapping(String) - Method in interface org.apache.catalina.Context
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
findSecurityConstraints(Request, Context) - Method in interface org.apache.catalina.Realm
Find the SecurityConstraints configured to guard the request URI for this request.
findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.RealmBase
Return the SecurityConstraints configured to guard the request URI for this request, or null if there is no such constraint.
findSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
 
findSecurityReferences() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
 
findSecurityRole(String) - Method in interface org.apache.catalina.Context
 
findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
 
findSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
 
findSecurityRoles() - Method in interface org.apache.catalina.Context
 
findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
 
findSecurityRoles() - Method in class org.apache.catalina.startup.FailedContext
 
findSeparator() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Searches for the boundary in the buffer region delimited by head and tail.
findService(String) - Method in class org.apache.catalina.core.StandardServer
 
findService(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the web service reference for the specified name, if any; otherwise return null.
findService(String) - Method in interface org.apache.catalina.Server
Find the specified Service
findServices() - Method in class org.apache.catalina.core.StandardServer
 
findServices() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined web service references for this application.
findServices() - Method in interface org.apache.catalina.Server
 
findServletMapping(String) - Method in interface org.apache.catalina.Context
 
findServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
findServletMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
findServletMappings() - Method in interface org.apache.catalina.Context
 
findServletMappings() - Method in class org.apache.catalina.core.StandardContext
 
findServletMappings() - Method in class org.apache.catalina.startup.FailedContext
 
findSession(String) - Method in interface org.apache.catalina.Manager
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
findSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSessionMasterMember() - Method in class org.apache.catalina.ha.session.DeltaManager
Find the master of the session state
findSessions() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Returns the HTTP Session identifiers associated with this SSO.
findSessions() - Method in interface org.apache.catalina.Manager
Return the set of active Sessions associated with this Manager.
findSessions() - Method in class org.apache.catalina.session.ManagerBase
 
findStaticResources() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
findStatusPage(int) - Method in interface org.apache.catalina.Context
 
findStatusPage(int) - Method in class org.apache.catalina.core.StandardContext
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
findStatusPage(int) - Method in class org.apache.catalina.startup.FailedContext
 
findStatusPages() - Method in interface org.apache.catalina.Context
 
findStatusPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of HTTP status codes for which error pages have been specified.
findStatusPages() - Method in class org.apache.catalina.startup.FailedContext
 
findStream() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Find PrintStream to which the output must be written to.
findStream() - Method in class org.apache.tomcat.util.log.SystemLogHandler
Find PrintStream to which the output must be written to.
findText() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified user name (if any); otherwise return null.
findUser(String) - Method in interface org.apache.catalina.UserDatabase
 
findUser(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the User with the specified user name, if any; otherwise return null.
findWatchedResources() - Method in interface org.apache.catalina.Context
 
findWatchedResources() - Method in class org.apache.catalina.core.StandardContext
 
findWatchedResources() - Method in class org.apache.catalina.startup.FailedContext
 
findWelcomeFile(String) - Method in interface org.apache.catalina.Context
 
findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
 
findWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
 
findWelcomeFiles() - Method in interface org.apache.catalina.Context
 
findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
 
findWelcomeFiles() - Method in class org.apache.catalina.startup.FailedContext
 
findWhite() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
findWrapperLifecycles() - Method in interface org.apache.catalina.Context
 
findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardContext
 
findWrapperLifecycles() - Method in class org.apache.catalina.startup.FailedContext
 
findWrapperListeners() - Method in interface org.apache.catalina.Context
 
findWrapperListeners() - Method in class org.apache.catalina.core.StandardContext
 
findWrapperListeners() - Method in class org.apache.catalina.startup.FailedContext
 
findXsltInputStream(DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet
Return a Source for the xsl template (if possible).
finish() - Method in class org.apache.catalina.connector.ResponseFacade
 
finish() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
finish() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Finish AJP response.
finish() - Method in class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
finish() - Method in class org.apache.coyote.Response
 
finish() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.Rule
This method is called after all parsing methods have been called, to allow Rules to remove temporary data.
finished - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Finished response.
finished - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Finished flag.
finishRequest() - Method in class org.apache.catalina.connector.Request
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishResponse() - Method in class org.apache.catalina.connector.Response
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
fInputStream - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UCSReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Input stream.
FIPSMode - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
fipsModeActive - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
fipsModeGet() - Static method in class org.apache.tomcat.jni.SSL
Get the status of FIPS Mode.
fipsModeSet(int) - Static method in class org.apache.tomcat.jni.SSL
Enable/Disable FIPS Mode.
fireContainerEvent(String, Object) - Method in interface org.apache.catalina.Container
Notify all container event listeners that a particular event has occurred for this Container.
fireContainerEvent(String, Object) - Method in class org.apache.catalina.core.ContainerBase
Notify all container event listeners that a particular event has occurred for this Container.
fireContainerEvent(Context, String, Object) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
No longer necessary since StandardContext implements the Container interface.
fireContainerEvent(String, Object) - Method in class org.apache.catalina.startup.FailedContext
 
fireInstanceEvent(String, Filter) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
 
fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleBase
Allow sub classes to fire Lifecycle events.
fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleSupport
Deprecated.
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireOnComplete() - Method in class org.apache.catalina.core.AsyncContextImpl
 
fireOnComplete(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
fireOnComplete() - Method in interface org.apache.coyote.AsyncContextCallback
 
fireOnError(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
fireOnStartAsync(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
fireOnTimeout(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
fireRequestDestroyEvent(ServletRequest) - Method in interface org.apache.catalina.Context
Notify all ServletRequestListeners that a request has ended.
fireRequestDestroyEvent(ServletRequest) - Method in class org.apache.catalina.core.StandardContext
 
fireRequestDestroyEvent(ServletRequest) - Method in class org.apache.catalina.startup.FailedContext
 
fireRequestInitEvent(ServletRequest) - Method in interface org.apache.catalina.Context
Notify all ServletRequestListeners that a request has started.
fireRequestInitEvent(ServletRequest) - Method in class org.apache.catalina.core.StandardContext
 
fireRequestInitEvent(ServletRequest) - Method in class org.apache.catalina.startup.FailedContext
 
fireSessionEvent(String, Object) - Method in class org.apache.catalina.session.StandardSession
Notify all session event listeners that a particular event has occurred for this Session.
first - Variable in class org.apache.catalina.core.StandardPipeline
The first valve associated with this Pipeline.
first - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
First read.
first - Variable in class org.apache.jasper.util.FastRemovalDequeue
First element of the queue.
first() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
FIRST_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
 
firstIndexOf(byte[], int, byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Similar to a String.IndexOf, but uses pure bytes.
fixDocBase() - Method in class org.apache.catalina.startup.ContextConfig
Adjust docBase.
FixedNotificationFilter - Class in org.apache.tomcat.util.modeler
Special NotificationFilter that allows modeler to optimize its notifications.
FixedNotificationFilter(String[]) - Constructor for class org.apache.tomcat.util.modeler.FixedNotificationFilter
Construct a new filter that accepts only the specified notification names.
fJava2IANAMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fJava2IANAMap
flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
flagsGet(long) - Static method in class org.apache.tomcat.jni.File
Retrieve the flags that were passed into apr_file_open() when the file was opened.
FLOATING_POINT_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
FloatingPoint() - Method in class org.apache.el.parser.ELParser
 
flow(Reader, Writer, char[]) - Static method in class org.apache.catalina.util.IOTools
Read input from reader and write it to writer until there is no more input from reader.
flow(Reader, Writer) - Static method in class org.apache.catalina.util.IOTools
 
flow(InputStream, OutputStream, byte[]) - Static method in class org.apache.catalina.util.IOTools
Read input from input stream and write it to output stream until there is no more input from input stream.
flow(InputStream, OutputStream) - Static method in class org.apache.catalina.util.IOTools
 
flush() - Method in class javax.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class javax.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flush() - Method in class org.apache.catalina.connector.CoyoteOutputStream
Will send the buffer to the client.
flush() - Method in class org.apache.catalina.connector.CoyoteWriter
 
flush() - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
flush() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
flush() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
flush() - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Flush any message (binary or textual) that may be buffered.
flush(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Callback to write data from the buffer.
flush() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Added to allow flushing to happen for the gzip'ed outputstream
flush() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.upgrade.UpgradeAprProcessor
Deprecated.
 
flush() - Method in class org.apache.coyote.http11.upgrade.UpgradeBioProcessor
Deprecated.
 
flush() - Method in class org.apache.coyote.http11.upgrade.UpgradeNioProcessor
Deprecated.
 
flush() - Method in class org.apache.coyote.http11.upgrade.UpgradeOutbound
Deprecated.
 
flush() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
flush() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the stream.
flush() - Method in class org.apache.juli.AsyncFileHandler.LogEntry
 
flush() - Method in class org.apache.juli.FileHandler
Flush the writer.
flush(long) - Static method in class org.apache.tomcat.jni.File
Flush the file's buffer.
flush() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
flush(boolean, Selector, long) - Method in class org.apache.tomcat.util.net.NioChannel
Returns true if the network buffer has been flushed out and is empty.
flush(boolean, Selector, long) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Flush the channel.
flush(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Flushes the buffer to the network, non blocking
FlushableGZIPOutputStream - Class in org.apache.coyote.http11.filters
Extension of GZIPOutputStream to workaround for a couple of long standing JDK bugs (FlushableGZIPOutputStream(OutputStream) - Constructor for class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
flushBatch() - Method in interface javax.websocket.RemoteEndpoint
Flush any currently batched messages to the remote endpoint.
flushBatch() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
flushBatch() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
flushBuffer() - Method in class org.apache.catalina.connector.Response
Flush the buffer and commit this response.
flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Send the buffer to the sink.
flushBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
Send the buffer to the sink.
flushMessageArray - Static variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Flush message array.
flushOutbound() - Method in class org.apache.tomcat.util.net.NioChannel
Return true if the buffer wrote data
flushOutbound() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
flushOutputStreamOrWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Flush the servletOutputStream or printWriter ( only one will be non-null ) This must be called after a requestDispatcher.include, since we can't assume that the included servlet flushed its stream.
fname - Variable in class org.apache.tomcat.jni.FileInfo
The pathname of the file (possibly unrooted)
fOffset - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Offset into buffer.
force(Runnable) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
force(Runnable, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
forceClose() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
 
forceDelete(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Deletes a file.
forceDeleteOnExit(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Schedules a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Makes a directory, including any necessary but nonexistent parent directories.
forceMkdirParent(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Makes any necessary but nonexistent parent directories for a given File.
ForEach - Class in org.apache.jasper.tagplugins.jstl.core
 
ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForEach
 
fork - Variable in class org.apache.jasper.EmbeddedServletOptions
Should Ant fork its java compiles of JSP pages.
fork(long[], long) - Static method in class org.apache.tomcat.jni.Proc
This is currently the only non-portable call in APR.
forLanguageTag(String) - Method in class org.apache.tomcat.util.compat.JreCompat
 
FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_ACTION - Static variable in class org.apache.catalina.realm.Constants
 
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Form authentication.
FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Content-disposition value for form data.
FORM_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
Deprecated.
Replaced by HttpServletRequest.FORM_AUTH
FORM_METHOD - Static variable in class org.apache.catalina.realm.Constants
 
FORM_PASSWORD - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_PRINCIPAL_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
Deprecated.
Unused. Will be removed in Tomcat 10.
FORM_REQUEST_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The original request information, to which the user will be redirected if authentication succeeds.
FORM_USERNAME - Static variable in class org.apache.catalina.authenticator.Constants
 
format - Variable in class org.apache.catalina.connector.Response
Deprecated.
Unused. This will be removed in Tomcat 10
format(Date) - Method in class org.apache.catalina.util.ConcurrentDateFormat
Deprecated.
 
format(Date) - Method in class org.apache.catalina.util.Strftime
Format the date according to the strftime-style string given in the constructor.
format(LogRecord) - Method in class org.apache.juli.JdkLoggerFormatter
 
format(LogRecord) - Method in class org.apache.juli.OneLineFormatter
 
format(LogRecord) - Method in class org.apache.juli.VerbatimFormatter
 
format(Date) - Method in class org.apache.naming.resources.ConcurrentDateFormat
 
format - Static variable in class org.apache.naming.resources.ResourceAttributes
Deprecated.
format(Date) - Method in class org.apache.tomcat.util.http.ConcurrentDateFormat
 
formatDate(Date, String) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
 
formatDate(long, DateFormat) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Deprecated.
Unused. This will be removed in Tomcat 10
formatDate(long) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the HTTP format of the specified date.
formatNumber(long) - Static method in class org.apache.catalina.manager.JspHelper
 
formatRfc1123(Date) - Static method in class org.apache.catalina.util.ConcurrentDateFormat
Deprecated.
 
formatRfc1123(Date) - Static method in class org.apache.naming.resources.ConcurrentDateFormat
 
formats - Variable in class org.apache.catalina.connector.Request
Deprecated.
Unused. This will be removed in Tomcat 10
formats - Static variable in class org.apache.naming.resources.ResourceAttributes
Deprecated.
Not thread safe. Use ConcurrentDateFormat.
formatSeconds(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
Formats the given time (given in seconds) as a string.
formatSize(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given size in bytes, either as KB or MB.
formatSize(long, String) - Method in class org.apache.catalina.ssi.SSIFsize
 
formatTime(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given time in ms, either as ms or s.
FormAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification.
FormAuthenticator() - Constructor for class org.apache.catalina.authenticator.FormAuthenticator
 
forName(String) - Static method in class org.apache.el.util.ReflectionUtil
 
forNamePrimitive(String) - Static method in class org.apache.el.util.ReflectionUtil
 
ForTokens - Class in org.apache.jasper.tagplugins.jstl.core
 
ForTokens() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForTokens
 
forward(String) - Method in class javax.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
 
forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
FORWARD_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.forward(ServletRequest, ServletResponse) method is called.
FORWARD_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.forward(ServletRequest, ServletResponse) method is called.
FORWARD_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.forward(ServletRequest, ServletResponse) method is called.
FORWARD_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.forward(ServletRequest, ServletResponse) method is called.
FORWARD_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.forward(ServletRequest, ServletResponse) method is called.
forwardToErrorPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the error page
forwardToLoginPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the login page
FOUND - Static variable in class org.apache.tomcat.websocket.Constants
 
frag(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
fragment - Variable in class org.apache.catalina.startup.WebRuleSet
Flag that indicates if this ruleset is for a web-fragment.xml file or for a web.xml file.
FragmentationInterceptor - Class in org.apache.catalina.tribes.group.interceptors
The fragmentation interceptor splits up large messages into smaller messages and assembles them on the other end.
FragmentationInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
FragmentationInterceptor.FragCollection - Class in org.apache.catalina.tribes.group.interceptors
 
FragmentationInterceptor.FragCollection(ChannelMessage) - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
 
FragmentationInterceptor.FragKey - Class in org.apache.catalina.tribes.group.interceptors
 
FragmentationInterceptor.FragKey(byte[]) - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
 
fragpieces - Variable in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
free(ByteBuffer) - Static method in class org.apache.tomcat.jni.Buffer
Deallocates or frees a memory block used by ByteBuffer
Warning : Call this method only on ByteBuffers that were created by calling Buffer.alloc or Buffer.calloc.
free(long) - Static method in class org.apache.tomcat.jni.SSLContext
Free the resources used by the Context
free(long) - Static method in class org.apache.tomcat.jni.Stdlib
Deallocates or frees a memory block.
FRG_WEBXML - Static variable in class org.apache.jasper.JspC
 
fromStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
Is the parameter to be set from the stack?
fromString(String) - Static method in class org.apache.catalina.tribes.util.Arrays
 
fromString(String) - Static method in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
 
fTableSize - Variable in class org.apache.jasper.xmlparser.SymbolTable
 
FULL - Static variable in class org.apache.catalina.servlets.DefaultServlet
Full range marker.
fullName - Variable in class org.apache.catalina.users.AbstractUser
The full name of this user.
fullPrefix - Variable in class org.apache.catalina.startup.WebRuleSet
The full pattern matching prefix, including the webapp or web-fragment component, to use for matching elements
fullstop - Variable in class org.apache.jasper.JspC
 
Function() - Method in class org.apache.el.parser.ELParser
 
FunctionInfo - Class in javax.servlet.jsp.tagext
Information for a function in a Tag Library.
FunctionInfo(String, String, String) - Constructor for class javax.servlet.jsp.tagext.FunctionInfo
Constructor for FunctionInfo.
FunctionMapper - Class in javax.el
 
FunctionMapper() - Constructor for class javax.el.FunctionMapper
 
FunctionMapper - Interface in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.FunctionMapper
FunctionMapperFactory - Class in org.apache.el.lang
 
FunctionMapperFactory(FunctionMapper) - Constructor for class org.apache.el.lang.FunctionMapperFactory
 
FunctionMapperImpl - Class in org.apache.el.lang
 
FunctionMapperImpl() - Constructor for class org.apache.el.lang.FunctionMapperImpl
 
FunctionMapperImpl - Class in org.apache.jasper.el
Deprecated.
FunctionMapperImpl(FunctionMapper) - Constructor for class org.apache.jasper.el.FunctionMapperImpl
Deprecated.
 
FunctionMapperImpl.Function - Class in org.apache.el.lang
 
FunctionMapperImpl.Function(String, String, Method) - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
 
FunctionMapperImpl.Function() - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
 
functions - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
functions - Variable in class org.apache.el.lang.FunctionMapperImpl
 
FUNCTIONSUFFIX - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
FWD_SLASH_IS_SEPARATOR - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to true, the / character will be treated as a separator.

G

GE0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
GE1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
generalBroadcaster - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Notification broadcaster for general notifications.
generateAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate codes to evaluate value of a attribute in the custom tag The codes is a Java expression.
generateBody() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate codes for the body of the custom tag
generateClass(String[]) - Method in class org.apache.jasper.compiler.AntCompiler
Compile the servlet from .java file to .class file
generateClass(String[]) - Method in class org.apache.jasper.compiler.Compiler
Servlet compilation.
generateClass(String[]) - Method in class org.apache.jasper.compiler.JDTCompiler
Compile the servlet from .java file to .class file
generateCookieString(Cookie) - Method in class org.apache.catalina.connector.Response
 
Generated - Annotation Type in javax.annotation
 
generateDeclaration(String, String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate a declaration in the of the generated class.
generatedKeyAlwaysReturned() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
generatedKeyAlwaysReturned(DatabaseMetaData) - Method in class org.apache.tomcat.util.compat.JreCompat
 
generateETag(ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Provides the entity tag (the ETag header) for the given resource.
generateImport(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate an import statement
generateJava() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file into equivalent servlet in .java file
generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate Java source code scriptlet
generateNonce(Request) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generate a unique token.
generateNonce() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Generate a once time token (nonce) for authenticating subsequent requests.
generateParseException() - Method in class org.apache.el.parser.ELParser
Generate ParseException.
generateRSATempKey(int) - Static method in class org.apache.tomcat.jni.SSL
Deprecated.
Only useful in combination with EXPORT Cipher
generateSessionId() - Method in class org.apache.catalina.session.ManagerBase
Generate and return a new session identifier.
generateSessionId() - Method in interface org.apache.catalina.SessionIdGenerator
Generate and return a new session identifier.
generateSessionId(String) - Method in interface org.apache.catalina.SessionIdGenerator
Generate and return a new session identifier.
generateSessionId() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Generate and return a new session identifier.
generateSessionId(String) - Method in class org.apache.catalina.util.StandardSessionIdGenerator
 
generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.jasper.compiler.SmapUtil
Generates an appropriate SMAP representing the current compilation context.
generateUUID() - Method in class org.apache.catalina.tribes.io.ChannelData
Generates a UUID and invokes setUniqueId
generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
Adds servlet declaration and mapping for the JSP page servlet to the generated web.xml fragment.
GenericKeyedObjectPool<K,V> - Class in org.apache.tomcat.dbcp.pool.impl
A configurable KeyedObjectPool implementation.
GenericKeyedObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool with no factory.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, GenericKeyedObjectPool.Config) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Create a new GenericKeyedObjectPool using the specified values.
GenericKeyedObjectPool.Config - Class in org.apache.tomcat.dbcp.pool.impl
A simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool.
GenericKeyedObjectPool.Config() - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
GenericKeyedObjectPoolFactory<K,V> - Class in org.apache.tomcat.dbcp.pool.impl
A factory for creating GenericKeyedObjectPool instances.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, GenericKeyedObjectPool.Config) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Create a new GenericKeyedObjectPoolFactory.
GenericNamingResourcesFactory - Class in org.apache.tomcat.jdbc.naming
Simple way of configuring generic resources by using reflection.
GenericNamingResourcesFactory() - Constructor for class org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory
 
GenericObjectPool<T> - Class in org.apache.tomcat.dbcp.pool.impl
A configurable ObjectPool implementation.
GenericObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool with default properties.
GenericObjectPool(PoolableObjectFactory<T>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified factory.
GenericObjectPool(PoolableObjectFactory<T>, GenericObjectPool.Config) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Create a new GenericObjectPool using the specified values.
GenericObjectPool.Config - Class in org.apache.tomcat.dbcp.pool.impl
A simple "struct" encapsulating the configuration information for a GenericObjectPool.
GenericObjectPool.Config() - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
GenericObjectPoolFactory<T> - Class in org.apache.tomcat.dbcp.pool.impl
A factory for creating GenericObjectPool instances.
GenericObjectPoolFactory(PoolableObjectFactory<T>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, GenericObjectPool.Config) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericObjectPoolFactory(PoolableObjectFactory<T>, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long, boolean) - Constructor for class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Create a new GenericObjectPoolFactory.
GenericParser - Class in org.apache.tomcat.util.digester
Create a SAXParser configured to support XML Schema and DTD.
GenericParser() - Constructor for class org.apache.tomcat.util.digester.GenericParser
 
GenericPrincipal - Class in org.apache.catalina.realm
Generic implementation of java.security.Principal that is available for use by Realm implementations.
GenericPrincipal(String, String) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Deprecated.
Unused
GenericPrincipal(String, String, List<String>) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(String, String, List<String>, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(String, String, List<String>, Principal, LoginContext) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(String, String, List<String>, Principal, LoginContext, GSSCredential) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericServlet - Class in javax.servlet
Defines a generic, protocol-independent servlet.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
Does nothing.
genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
Are Text strings to be generated as char arrays?
genStringAsCharArray - Variable in class org.apache.jasper.JspC
 
genStringAsCharArray() - Method in class org.apache.jasper.JspC
Indicates whether text strings are to be generated as char arrays.
genStringAsCharArray() - Method in interface org.apache.jasper.Options
Indicates whether text strings are to be generated as char arrays.
get(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
get(Object) - Method in class org.apache.catalina.util.ParameterMap
 
GET - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
GET - Static variable in class org.apache.coyote.http11.Constants
GET.
get(K) - Method in class org.apache.el.util.ConcurrentCache
 
get(String) - Static method in class org.apache.el.util.MessageFactory
 
get(String, Object...) - Static method in class org.apache.el.util.MessageFactory
 
get() - Method in class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
 
get(Class<? extends Tag>) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
Deprecated.
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty.
get(Class<? extends Tag>) - Method in class org.apache.jasper.runtime.TagHandlerPool
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty.
get() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(Thread) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(String) - Method in class org.apache.naming.resources.ResourceAttributes
Get attribute.
get() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
get() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
get() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
get(int, long) - Static method in class org.apache.tomcat.jni.Address
Return an apr_sockaddr_t from an apr_socket_t
get(K) - Method in class org.apache.tomcat.util.collections.ConcurrentCache
 
get(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
get() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the contents of the file as an array of bytes.
get() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as an array of bytes.
get() - Method in class org.apache.tomcat.util.MutableInteger
Deprecated.
 
get() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
get() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
get(Object) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
 
GET_GENERATED_KEYS - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
GET_RESOURCE_REQUIRE_SLASH - Static variable in class org.apache.catalina.core.ApplicationContext
 
GET_RESULTSET - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
getAbandonTimeout() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns abandon timeout in milliseconds
getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getAbandonWhenPercentageFull() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
getAbsoluteOrdering() - Method in class org.apache.catalina.deploy.WebXml
 
getAbsolutePath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getAcceptorThreadCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getAcceptorThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getAcceptorThreadPriority() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getAccessCount() - Method in class org.apache.naming.resources.ResourceCache
Return the access count.
getAccessCount() - Method in class org.apache.tomcat.util.buf.StringCache
 
getAccessFlags() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
 
getAccessLog() - Method in interface org.apache.catalina.Container
Obtain the AccessLog to use to log a request/response that is destined for this container.
getAccessLog() - Method in class org.apache.catalina.core.ContainerBase
 
getAccessLog() - Method in class org.apache.catalina.startup.FailedContext
 
getAccessTimeout() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getAccessTimeout() - Method in class org.apache.catalina.ha.session.BackupManager
 
getAccessTimeout() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getActive() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the number of connections that are in use
getActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getActive() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getActiveCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getActiveCount() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
 
getActiveCount() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
Returns the approximate number of threads that are actively executing tasks.
getActiveSessions() - Method in interface org.apache.catalina.Manager
Gets the number of currently active sessions.
getActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
 
getActiveSessionsFull() - Method in interface org.apache.catalina.DistributedManager
Returns the total session count for primary, backup and proxy.
getActiveSessionsFull() - Method in class org.apache.catalina.ha.session.BackupManager
 
getActiveSessionsFull() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getActualProxy() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
getActualSize() - Method in exception org.apache.tomcat.util.http.fileupload.impl.SizeException
Retrieves the actual size of the request.
getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
Gets the tag that is being adapted to the Tag interface.
getAdapter() - Method in class org.apache.coyote.AbstractProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.AbstractProtocol
 
getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
Return the adapter associated with the protocol handler.
getAdCompat() - Method in class org.apache.catalina.realm.JNDIRealm
 
getAddConnectorPort() - Method in class org.apache.catalina.valves.RequestFilterValve
Get the flag deciding whether we add the server connector port to the property compared in the filtering method.
getAddress() - Method in class org.apache.catalina.core.StandardServer
Return the address on which we listen to for shutdown commands.
getAddress() - Method in interface org.apache.catalina.ha.ClusterMessage
 
getAddress() - Method in class org.apache.catalina.ha.ClusterMessageBase
getAddress
getAddress() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getAddress() - Method in interface org.apache.catalina.Server
 
getAddress() - Method in interface org.apache.catalina.tribes.ChannelMessage
Get the address that this message originated from.
getAddress() - Method in class org.apache.catalina.tribes.io.ChannelData
Returns the source or reply-to address
getAddress() - Method in class org.apache.catalina.tribes.membership.McastService
 
getAddress() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getAddress() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getAddress() - Method in class org.apache.coyote.AbstractProtocol
 
getAddress() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getAddWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
get current add wait timeout
getAddWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
 
getAddWebinfClassesResources() - Method in class org.apache.catalina.core.StandardContext
 
getAfterOrdering() - Method in class org.apache.catalina.deploy.WebXml
 
getAjpFlush() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
getAjpFlush() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
getAlgorithm() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getAlgorithm() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getAliases() - Method in class org.apache.catalina.core.StandardContext
 
getAliases() - Method in class org.apache.catalina.core.StandardHost
 
getAliases() - Method in class org.apache.naming.resources.BaseDirContext
Get the current alias configuration in String form.
getAliases() - Method in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
getAll() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attributes.
getAllClusterSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
get from first session master the backup from all clustered sessions
getAllDeclaredMethods(Class<?>) - Method in class org.apache.catalina.core.StandardWrapper
 
getAllow() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Return a string representation of the NetMask list in #allow.
getAllow() - Method in class org.apache.catalina.filters.RequestFilter
Return the regular expression used to test for allowed requests for this Filter, if any; otherwise, return null.
getAllow() - Method in class org.apache.catalina.startup.UserConfig
Return the regular expression used to test for user who deployment is allowed.
getAllow() - Method in class org.apache.catalina.valves.RemoteCIDRValve
Return a string representation of the NetMask list in #allow.
getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
Return the regular expression used to test for allowed requests for this Valve, if any; otherwise, return null.
getAllowCasualMultipartParsing() - Method in interface org.apache.catalina.Context
Returns true if requests mapped to servlets without "multipart config" to parse multipart/form-data requests anyway.
getAllowCasualMultipartParsing() - Method in class org.apache.catalina.core.StandardContext
Returns true if requests mapped to servlets without "multipart config" to parse multipart/form-data requests anyway.
getAllowCasualMultipartParsing() - Method in class org.apache.catalina.startup.FailedContext
 
getAllowCorsPreflight() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
getAllowedHttpHeaders() - Method in class org.apache.catalina.filters.CorsFilter
Returns a Set of headers support by resource.
getAllowedHttpMethods() - Method in class org.apache.catalina.filters.CorsFilter
Returns a Set of HTTP methods that are allowed to make requests.
getAllowedOrigins() - Method in class org.apache.catalina.filters.CorsFilter
Returns the Set of allowed origins that are allowed to make requests.
getAllowedRequestAttributesPattern() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
getAllowedRequestAttributesPatternPattern() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
getAllowedTrailerHeaders() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getAllowedTrailerHeadersAsSet() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getAllowHostHeaderMismatch() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Will Tomcat accept an HTTP 1.1 request where the host header does not agree with the host specified (if any) in the request line?
getAllowHostHeaderMismatch() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Will Tomcat accept an HTTP 1.1 request where the host header does not agree with the host specified (if any) in the request line?
getAllowLinking() - Method in class org.apache.naming.resources.FileDirContext
Is linking allowed.
getAllowMultipleLeadingForwardSlashInPath() - Method in interface org.apache.catalina.Context
When returning a context path from HttpServletRequest.getContextPath(), is it allowed to contain multiple leading '/' characters?
getAllowMultipleLeadingForwardSlashInPath() - Method in class org.apache.catalina.core.StandardContext
 
getAllowMultipleLeadingForwardSlashInPath() - Method in class org.apache.catalina.startup.FailedContext
 
getAllowTrace() - Method in class org.apache.catalina.connector.Connector
 
getAllowTrace() - Method in class org.apache.catalina.connector.RequestFacade
 
getAllowUnsafeLegacyRenegotiation() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getAllowUnsafeLegacyRenegotiation() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getAllRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Was the "all roles" wildcard included in this authentication constraint?
getAllRolesMode() - Method in class org.apache.catalina.realm.RealmBase
Return the all roles mode.
getAltDDName() - Method in interface org.apache.catalina.Context
Return the alternate Deployment Descriptor name.
getAltDDName() - Method in class org.apache.catalina.core.StandardContext
 
getAltDDName() - Method in class org.apache.catalina.startup.FailedContext
 
getAlternateURL() - Method in class org.apache.catalina.realm.JNDIRealm
Getter for property alternateURL.
getAlwaysUseSession() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
getAmount() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface javax.websocket.server.ServerApplicationConfig
Enables applications to filter the discovered classes annotated with ServerEndpoint.
getAnnotationCacheSize() - Method in class org.apache.catalina.core.DefaultInstanceManager
Makes cache size available to unit tests.
getAnnotationEntries() - Method in class org.apache.tomcat.util.bcel.classfile.Annotations
 
getAnnotationEntries() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
Return annotations entries from "RuntimeVisibleAnnotations" attribute on the class, if there is any.
getAnnotationEntry() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
 
getAnnotationType() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationEntry
 
getAntiClickJackingOption() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
getAntiClickJackingUri() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
getAntiJARLocking() - Method in class org.apache.catalina.core.StandardContext
 
getAntiJARLocking() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getAntiResourceLocking() - Method in class org.apache.catalina.core.StandardContext
 
getAppBase() - Method in class org.apache.catalina.core.StandardContext
 
getAppBase() - Method in class org.apache.catalina.core.StandardHost
Return the application root for this Host.
getAppBase() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Return a File object representing the "application root" directory for our associated Host.
getAppBase() - Method in interface org.apache.catalina.Host
 
getAppBase() - Method in class org.apache.catalina.manager.ManagerServlet
Deprecated.
Unused
getApplicationData() - Method in interface javax.websocket.PongMessage
Get the payload of the Pong message.
getApplicationData() - Method in class org.apache.tomcat.websocket.WsPongMessage
 
getApplicationEventListeners() - Method in interface org.apache.catalina.Context
Obtain the registered application event listeners.
getApplicationEventListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationEventListeners() - Method in class org.apache.catalina.startup.FailedContext
 
getApplicationLifecycleListeners() - Method in interface org.apache.catalina.Context
Obtain the registered application lifecycle listeners.
getApplicationLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationLifecycleListeners() - Method in class org.apache.catalina.startup.FailedContext
 
getApplyJava8u40Fix() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
getAppName() - Method in class org.apache.catalina.realm.JAASRealm
getter for the appName member variable
getAppReadBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getAppWriteBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
getArray() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
 
getArray(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getArray(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getArray(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getArray(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getArrayDirect() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
 
getAsciiStream(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getAsciiStream(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getAsyncContext() - Method in class javax.servlet.AsyncEvent
 
getAsyncContext() - Method in interface javax.servlet.ServletRequest
Get the current AsyncContext.
getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getAsyncContext() on the wrapped request object.
getAsyncContext() - Method in class org.apache.catalina.connector.Request
 
getAsyncContext() - Method in class org.apache.catalina.connector.RequestFacade
 
getAsyncContext() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getAsyncContextInternal() - Method in class org.apache.catalina.connector.Request
 
getAsyncRemote() - Method in interface javax.websocket.Session
 
getAsyncRemote() - Method in class org.apache.tomcat.websocket.WsSession
 
getAsyncStateMachine() - Method in class org.apache.coyote.AbstractProcessor
 
getAsyncStateMachine() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
getAsyncStateMachine() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
getAsyncStateMachine() - Method in interface org.apache.coyote.Processor
 
getAsyncSupported() - Method in class org.apache.catalina.deploy.FilterDef
 
getAsyncSupported() - Method in class org.apache.catalina.deploy.ServletDef
 
getAsyncTimeout() - Method in class org.apache.catalina.connector.Connector
 
getAsyncTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getAttachment() - Method in class org.apache.tomcat.util.net.NioChannel
 
getAttempt() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class javax.servlet.jsp.JspContext
Returns the object associated with the name in the page scope or null if not found.
getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
Return the object associated with the name in the specified scope or null if not found.
getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
The value of the attribute.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getAttribute() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the attribute name
getAttribute() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute name
getAttribute(String) - Method in class org.apache.catalina.connector.Connector
Deprecated.
Use Connector.getProperty(String). This will be removed in Tomcat 10 onwards.
getAttribute(String) - Method in class org.apache.catalina.connector.Request
 
getAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttribute(String) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getAttribute(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name in this session, or null if no object is bound with that name.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttribute(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getAttribute(String) - Method in class org.apache.coyote.Request
 
getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the specified context attribute, if any.
getAttribute(String) - Method in class org.apache.juli.logging.LogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
 
getAttribute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
getAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Used by sub-components to retrieve configuration information.
getAttributeInternal(String) - Method in class org.apache.catalina.ha.session.DeltaSession
Return the value of an attribute without a check for validity.
getAttributeMap() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Returns an Enumeration containing the attribute names available within this servlet context.
getAttributeNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributeNames() - Method in class org.apache.catalina.connector.Request
Return the names of all request attributes for this Request, or an empty Enumeration if there are none.
getAttributeNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContext
 
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttributeNames() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getAttributeNames() - Method in class org.apache.catalina.session.StandardSession
Return an Enumeration of String objects containing the names of the objects bound to this session.
getAttributeNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttributeNames() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Return an enumeration of context attribute names.
getAttributeNames() - Method in class org.apache.juli.logging.LogFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
Enumerate all the attributes in a given scope.
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
Enumerates the attributes.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Attribute information (in the TLD) on this tag.
getAttributes() - Method in class org.apache.coyote.Request
 
getAttributes(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
getAttributes(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.EmptyDirContext
 
getAttributes(String, String[]) - Method in class org.apache.naming.resources.EmptyDirContext
 
getAttributes(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.VirtualDirContext
 
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getAttributes() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getAttributes(String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Obtain and return the values of several attributes of this MBean.
getAttributes() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The collection of attributes for this MBean.
getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
Get the scope where a given attribute is defined.
getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
Get the value for a given attribute.
getAttributeValue(String, Attributes) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
getAttributeValue(String, Attributes, String) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Returns the value of attribute with the given localname within the JOCL namespace from the given set of Attributes.
getAuth() - Method in class org.apache.catalina.deploy.ContextResource
 
getAuthConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the authorization constraint present flag for this security constraint.
getAuthentication() - Method in class org.apache.catalina.realm.JNDIRealm
 
getAuthenticator() - Method in interface org.apache.catalina.Context
 
getAuthenticator() - Method in class org.apache.catalina.core.StandardContext
 
getAuthenticator() - Method in class org.apache.catalina.startup.FailedContext
 
getAuthenticator(String) - Static method in class org.apache.tomcat.websocket.AuthenticatorFactory
Return a new authenticator instance.
getAuthMethod() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.FormAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Return the authentication method, which is vendor-specific and not defined by HttpServletRequest.
getAuthMethod() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.deploy.LoginConfig
 
getAuthority() - Method in class org.apache.tomcat.util.net.URL
Return the authority part of the URL.
getAuthorization(String, String, Map<String, Object>) - Method in class org.apache.tomcat.websocket.Authenticator
Generate the authentication header that will be sent to the server.
getAuthorization(String, String, Map<String, Object>) - Method in class org.apache.tomcat.websocket.BasicAuthenticator
 
getAuthorization(String, String, Map<String, Object>) - Method in class org.apache.tomcat.websocket.DigestAuthenticator
 
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAuthType() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the name of the authentication type originally used to authenticate the user associated with the SSO.
getAuthType() - Method in class org.apache.catalina.connector.Request
Return the authentication type used for this Request.
getAuthType() - Method in class org.apache.catalina.connector.RequestFacade
 
getAuthType() - Method in class org.apache.catalina.manager.DummyProxySession
 
getAuthType() - Method in interface org.apache.catalina.Session
 
getAuthType() - Method in class org.apache.catalina.session.StandardSession
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getAuthType() - Method in class org.apache.coyote.Request
 
getAutoBind() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getAutoDeploy() - Method in class org.apache.catalina.core.StandardHost
 
getAutoDeploy() - Method in interface org.apache.catalina.Host
 
getAutoGeneratedKeys() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Gets a flag indicating whether auto-generated keys should be returned; one of Statement.RETURN_GENERATED_KEYS or Statement.NO_GENERATED_KEYS.
getAvailable() - Method in class org.apache.catalina.connector.Request
 
getAvailable() - Method in interface org.apache.catalina.Context
Deprecated.
This will be removed in Tomcat 8.0.x onwards. Use Lifecycle.getState().isAvailable() instead
getAvailable() - Method in class org.apache.catalina.core.StandardContext
 
getAvailable() - Method in class org.apache.catalina.core.StandardWrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in class org.apache.catalina.startup.FailedContext
 
getAvailable() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
getAvailable() - Method in interface org.apache.catalina.Wrapper
 
getAvailable() - Method in class org.apache.coyote.Request
 
getAvailableExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of available extensions
getAvailableExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of available extensions
getAwait() - Method in class org.apache.catalina.startup.Bootstrap
 
getBackgroundProcessorDelay() - Method in interface org.apache.catalina.Container
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBackgroundProcessorDelay() - Method in class org.apache.catalina.core.ContainerBase
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBackgroundProcessorDelay() - Method in class org.apache.catalina.startup.FailedContext
 
getBacklog() - Method in class org.apache.coyote.AbstractProtocol
 
getBacklog() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getBackupNodes() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
getBackupNodes() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getBackupSessionID() - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
getBase() - Method in class javax.el.ValueReference
 
getBaseDir() - Method in class org.apache.catalina.core.StandardEngine
 
getBaseDir() - Method in class org.apache.catalina.startup.ContextConfig
 
getBaseName() - Method in interface org.apache.catalina.Context
 
getBaseName() - Method in class org.apache.catalina.core.StandardContext
 
getBaseName() - Method in class org.apache.catalina.startup.FailedContext
 
getBaseName() - Method in class org.apache.catalina.util.ContextName
 
getBasePath() - Method in class org.apache.catalina.core.StandardContext
 
getBasic() - Method in class org.apache.catalina.core.StandardPipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - Method in interface org.apache.catalina.Pipeline
 
getBasicRemote() - Method in interface javax.websocket.Session
 
getBasicRemote() - Method in class org.apache.tomcat.websocket.WsSession
 
getBatchingAllowed() - Method in interface javax.websocket.RemoteEndpoint
Obtains the current batching status of the endpoint.
getBatchingAllowed() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
getBatchingAllowed() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
getBean() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the bean name
getBean() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the bean name
getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
getBeforeOrdering() - Method in class org.apache.catalina.deploy.WebXml
 
getBeginColumn() - Method in class org.apache.el.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.el.parser.SimpleCharStream
Get token beginning line number.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getBigDecimal(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
Deprecated. 
getBigDecimal(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBigDecimal(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBigDecimal(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
Deprecated. 
getBigDecimal(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
Deprecated. 
getBigDecimal(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBigDecimal(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBinaryDecoders() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
 
getBinaryMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
 
getBinaryStream(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBinaryStream(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBind() - Method in class org.apache.catalina.tribes.membership.McastService
 
getBind() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getBindOnInit() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getBlob(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBlob(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBlob(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBlob(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBlock() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getBlockingStatus() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getBlockingStatusReadLock() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getBlockingStatusWriteLock() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getBody() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getBody() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the body text associated with this node (if any).
getBodyBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
 
getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get current bodyContent.
getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
The bodycontent information for this tag.
getBodyMessageArray - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
GetBody message array.
getBoolean(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBoolean(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBoolean(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBoolean(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections borrowed from this pool.
getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections borrowed from this pool.
getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getBorrowedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getBoundary(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the boundary from the Content-type header.
getBoundContext() - Method in class org.apache.naming.SelectorContext
Get the bound context.
getBuffer() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getBuffer() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getBuffer() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getBuffer() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
getBuffer(int, boolean) - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
 
getBuffer(int, boolean) - Method in class org.apache.catalina.tribes.io.BufferPool
 
getBuffer() - Method in class org.apache.coyote.ajp.AjpMessage
Return the underlying byte buffer.
getBuffer() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getBufferElement(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
getBufferElement(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getBufferElement(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
getBufferPool() - Static method in class org.apache.catalina.tribes.io.BufferPool
 
getBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getBufferPoolSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getBufferSize() - Method in class javax.servlet.jsp.JspWriter
This method returns the size of the buffer used by the JspWriter.
getBufferSize() - Method in interface javax.servlet.ServletResponse
Returns the actual buffer size used for the response.
getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getBufferSize() on the wrapped response object.
getBufferSize() - Method in class org.apache.catalina.connector.OutputBuffer
 
getBufferSize() - Method in class org.apache.catalina.connector.Response
 
getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
 
getBufferSize() - Method in class org.apache.jasper.runtime.BodyContentImpl
This method returns the size of the buffer used by the JspWriter.
getBufferSize() - Method in class org.apache.tomcat.util.net.NioChannel
 
getBufferSize() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getBufHandler() - Method in class org.apache.tomcat.util.net.NioChannel
getBufHandler
getBufHandler() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getByte() - Method in class org.apache.coyote.ajp.AjpMessage
 
getByte(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getByte(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getByte(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getByte(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getByteBufferMaxSize() - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
Obtain the current maximum size (in bytes) of the buffer used for binary messages.
getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getByteEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
 
getBytes() - Method in exception javax.websocket.DecodeException
 
getBytes() - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
getBytes() - Method in class org.apache.catalina.tribes.UniqueId
 
getBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
 
getBytes(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBytes(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getBytes(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBytes(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantDouble
 
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantFloat
 
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantInteger
 
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantLong
 
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantUtf8
 
getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getBytesDirect() - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
getBytesRead() - Method in class org.apache.coyote.Request
 
getBytesRead() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the number of bytes, which have been read by the stream.
getBytesReceived() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getBytesUtf8(String) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
getBytesWritten(boolean) - Method in class org.apache.catalina.connector.Response
 
getBytesWritten() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor.SocketOutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer.SocketOutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
 
getBytesWritten() - Method in interface org.apache.coyote.OutputBuffer
Bytes written to the underlying socket.
getBytesWritten(boolean) - Method in class org.apache.coyote.Response
Bytes written to socket - i.e. after compression, chunking, etc.
getc(long) - Static method in class org.apache.tomcat.jni.File
Read a character from the specified file.
getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the cache authenticated Principals flag.
getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCache() - Method in class org.apache.jasper.JspC
The web-application wide cache for the TagLibraryInfo tag library descriptors, used if Options.isCaching() returns true.
getCache() - Method in interface org.apache.jasper.Options
The web-application wide cache for the TagLibraryInfo tag library descriptors, used if Options.isCaching() returns true.
getCache() - Method in class org.apache.naming.resources.ProxyDirContext
Get the cache used for this context.
getCache() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
getCacheControlHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getCacheKey() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
 
getCacheMaxSize() - Method in class org.apache.catalina.core.StandardContext
 
getCacheMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
Return the maximum size of the cache in KB.
getCacheMaxSize() - Method in class org.apache.naming.resources.ResourceCache
Return the maximum size of the cache in KB.
getCacheObjectMaxSize() - Method in class org.apache.catalina.core.StandardContext
 
getCacheObjectMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
Return the maximum size of objects to be cached in KB.
getCacheRemovalWarningTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
getCacheSize() - Method in class org.apache.catalina.realm.LockOutRealm
Get the maximum number of users for which authentication failure will be kept in the cache.
getCacheSize() - Method in class org.apache.naming.resources.ResourceCache
Return the current cache size in KB.
getCacheSize() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
getCacheSize() - Method in class org.apache.tomcat.util.buf.StringCache
 
getCacheTTL() - Method in class org.apache.catalina.core.StandardContext
 
getCacheTTL() - Method in class org.apache.naming.resources.BaseDirContext
Get cache TTL.
getCalendardField() - Method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
 
getCallback() - Method in class org.apache.catalina.tribes.group.RpcChannel
 
getCallback() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
getCanonicalPath() - Method in class org.apache.catalina.util.FileUtil
 
getCanonicalPath() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get canonical path.
getCanonicalPath() - Method in class org.apache.naming.resources.ResourceAttributes
Return the canonical path of the resource, to possibly be used for direct file serving.
getCanReauthenticate() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets whether the authentication type associated with the original authentication supports reauthentication.
getCapacity() - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
getCatalina() - Method in class org.apache.catalina.core.StandardServer
Return the outer Catalina startup/shutdown component if present.
getCatalina() - Method in interface org.apache.catalina.Server
 
getCatalinaBase() - Static method in class org.apache.catalina.startup.Bootstrap
Get the value of the catalina.base environment variable.
getCatalinaBase() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
getCatalinaHome() - Static method in class org.apache.catalina.startup.Bootstrap
Get the value of the catalina.home environment variable.
getCatalinaHome() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
getCatalog() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getCatalog() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
The catalog.
getCatalogs() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getCatalogSeparator() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getCatalogTerm() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getCause() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
getCause() - Method in exception org.apache.tomcat.dbcp.dbcp.DbcpException
Deprecated.
Return the root cause of this exception (if any).
getCause() - Method in exception org.apache.tomcat.util.http.fileupload.impl.FileUploadIOException
Returns the exceptions cause.
getCause() - Method in exception org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException
Returns the exceptions cause.
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the certificate chain associated with the given alias.
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getChangeSessionIdOnAuthentication() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we should change the session ID of an existing session upon successful authentication.
getChannel() - Method in interface org.apache.catalina.ha.CatalinaCluster
 
getChannel() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getChannel() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
Return the channel that is related to this interceptor
getChannel() - Method in class org.apache.catalina.tribes.group.RpcChannel
 
getChannel() - Method in class org.apache.catalina.tribes.membership.McastService
 
getChannel() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
getChannel() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getChannel() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getChannel() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
getChannel() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getChannelReceiver() - Method in class org.apache.catalina.tribes.group.GroupChannel
Returns the channel receiver component
getChannelReceiver() - Method in interface org.apache.catalina.tribes.ManagedChannel
returns the channel receiver
getChannelSender() - Method in class org.apache.catalina.tribes.group.GroupChannel
Returns the channel sender component
getChannelSender() - Method in interface org.apache.catalina.tribes.ManagedChannel
returns the channel sender
getChannelSendOptions() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getChannelSendOptions() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getChannelStartOptions() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getCharacterEncoding() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the character encoding to use to read the user name and password.
getCharacterEncoding() - Method in class org.apache.catalina.connector.Request
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.Response
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getCharacterEncoding() - Method in class org.apache.coyote.Request
Get the character encoding used for this request.
getCharacterEncoding() - Method in class org.apache.coyote.Response
 
getCharacterEncoding() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the character encoding for the request.
getCharacterEncoding() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the character encoding for the request.
getCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getCharBufferMaxSize() - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
Obtain the current maximum size (in characters) of the buffer used for binary messages.
getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getCharEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
 
getCharEncoding() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getCharset() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getCharset() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
 
getCharset(Locale) - Method in interface org.apache.catalina.Context
Obtain the character set name to use with the given Locale.
getCharset(Locale) - Method in class org.apache.catalina.core.StandardContext
 
getCharset(Locale) - Method in class org.apache.catalina.startup.FailedContext
 
getCharset(Locale) - Method in class org.apache.catalina.util.CharsetMapper
Calculate the name of a character set to be assumed, given the specified Locale and the absence of a character set specified as part of the content type header.
getCharset(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
 
getCharset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getCharset(String) - Method in class org.apache.tomcat.util.buf.CharsetCache
 
getCharset() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
getCharSet() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the content charset passed by the agent or null if not defined.
getCharset() - Method in class org.apache.tomcat.util.http.parser.MediaType
 
getCharsetFromContentType(String) - Static method in class org.apache.tomcat.util.http.ContentType
Parse the character encoding from the specified content type header.
getCharsetLower(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
Only to be used when it is known that the encoding name is in lower case.
getCharsetMapper() - Method in interface org.apache.catalina.Context
getCharsetMapper() - Method in class org.apache.catalina.core.StandardContext
 
getCharsetMapper() - Method in class org.apache.catalina.startup.FailedContext
Deprecated.
getCharsetMapperClass() - Method in class org.apache.catalina.core.StandardContext
 
getCheckedOsUsers() - Method in class org.apache.catalina.security.SecurityListener
Returns the current list of operating system users not permitted to run Tomcat.
getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Background JSP compile thread check interval
getCheckInterval() - Method in class org.apache.jasper.JspC
In JspC this always returns 0.
getCheckInterval() - Method in interface org.apache.jasper.Options
Background compile thread check interval in seconds
getChild(String) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getChild(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Get the first element child.
getChild(Node, int) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Get the first direct child with a given type
getChildContent(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Get the first child's content ( ie it's included TEXT node ).
getChildren() - Method in class org.apache.catalina.core.ContainerBase
 
getChildren() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getChunkSeparator() - Static method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Gets a copy of the chunk separator per RFC 2045 section 2.1.
getCiphers() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getCiphers() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
Should class files be compiled with debug information?
getClassDebugInfo() - Method in class org.apache.jasper.JspC
Should we include debug information in compiled class?
getClassDebugInfo() - Method in interface org.apache.jasper.Options
Should we include debug information in compiled class?
getClassesToInitialize() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
 
getClassLoader() - Method in interface javax.servlet.ServletContext
Get the web application class loader associated with this ServletContext.
getClassLoader() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
getClassLoader() - Method in class org.apache.catalina.core.ApplicationContext
 
getClassLoader() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getClassLoader() - Method in interface org.apache.catalina.Loader
 
getClassLoader() - Method in class org.apache.catalina.loader.WebappLoader
Return the Java class loader to be used by this Container.
getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
What class loader to use for loading classes while compiling this JSP?
getClassLoader() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getClassLoader() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a class loader.
getClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
Return the class loader to be used for instantiating application objects when required.
getClassLoaderInfo(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Retrieve the configuration associated with the specified classloader.
getClassLoaders() - Method in class org.apache.catalina.ha.context.ReplicatedContext
 
getClassLoaders(Container) - Static method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getClassLoaders() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getClassLoaders() - Method in class org.apache.catalina.ha.session.DeltaSession
 
getClassLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <variable-class> element.
getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the type of this variable.
getClassName() - Method in interface javax.servlet.Registration
 
getClassName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
getClassName() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getClassName() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getClassName() - Method in class org.apache.catalina.deploy.ApplicationListener
 
getClassName() - Method in class org.apache.catalina.mbeans.ClassNameMBean
Return the fully qualified Java class name of the managed object for this MBean.
getClassName() - Method in class org.apache.catalina.session.ManagerBase
 
getClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
getClassName() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
 
getClassName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getClassName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The fully qualified name of the Java class of the MBean described by this descriptor.
getClasspath() - Method in class org.apache.catalina.loader.WebappLoader
Classpath, as set in org.apache.catalina.jsp_classpath context property
getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
 
getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in class org.apache.jasper.JspC
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in interface org.apache.jasper.Options
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath(Vector<URL>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Is used only by deprecated method
getClassPath(String, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
getClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
getClazz() - Method in class org.apache.tomcat.websocket.DecoderEntry
 
getClearReferencesHttpClientKeepAliveThread() - Method in class org.apache.catalina.core.StandardContext
 
getClearReferencesHttpClientKeepAliveThread() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the clearReferencesHttpClientKeepAliveThread flag for this Context.
getClearReferencesLogFactoryRelease() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the clearReferencesLogFactoryRelease flag for this Context.
getClearReferencesObjectStreamClassCaches() - Method in class org.apache.catalina.core.StandardContext
 
getClearReferencesObjectStreamClassCaches() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getClearReferencesRmiTargets() - Method in class org.apache.catalina.core.StandardContext
 
getClearReferencesRmiTargets() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getClearReferencesStatic() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
This option will be removed in Tomcat 8.5
getClearReferencesStatic() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Deprecated.
Will be removed in 8.5
getClearReferencesStopThreads() - Method in class org.apache.catalina.core.StandardContext
 
getClearReferencesStopThreads() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the clearReferencesStopThreads flag for this Context.
getClearReferencesStopTimerThreads() - Method in class org.apache.catalina.core.StandardContext
 
getClearReferencesStopTimerThreads() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the clearReferencesStopTimerThreads flag for this Context.
getClearReferencesThreadLocals() - Method in class org.apache.catalina.core.StandardContext
 
getClearReferencesThreadLocals() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getClientAuth() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getClientAuth() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getClientCertProvider() - Method in class org.apache.coyote.AbstractProtocol
 
getClientCertProvider() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
getClientCertProvider() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getClientInfo() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getClientInfo(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getClientInfoProperties() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getClientIpSessionId() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
getClientToServerElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getClob(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getClob(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getClob(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getClob(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getClone() - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
getClone() - Method in class org.apache.tomcat.util.buf.CharChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
getClone() - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
getCloseCode(int) - Static method in enum javax.websocket.CloseReason.CloseCodes
 
getCloseCode() - Method in class javax.websocket.CloseReason
 
getCloseMethod() - Method in class org.apache.catalina.deploy.ContextResource
 
getCloseReason() - Method in exception org.apache.tomcat.websocket.WsIOException
 
getCluster() - Method in interface org.apache.catalina.Container
Get the Cluster for this container.
getCluster() - Method in class org.apache.catalina.core.ContainerBase
Return the Cluster with which this Container is associated.
getCluster() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getCluster() - Method in interface org.apache.catalina.ha.ClusterDeployer
Returns the cluster the cluster deployer is associated with
getCluster() - Method in class org.apache.catalina.ha.ClusterListener
 
getCluster() - Method in interface org.apache.catalina.ha.ClusterManager
 
getCluster() - Method in interface org.apache.catalina.ha.ClusterValve
Returns the cluster the cluster deployer is associated with
getCluster() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getCluster() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
getCluster() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getCluster() - Method in class org.apache.catalina.startup.FailedContext
 
getClusterDeployer() - Method in interface org.apache.catalina.ha.CatalinaCluster
 
getClusterDeployer() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getClusterInternal() - Method in class org.apache.catalina.core.ContainerBase
 
getClusterName() - Method in interface org.apache.catalina.Cluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterName() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterReceiver() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
getClusterSender() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
getCode() - Method in interface javax.websocket.CloseReason.CloseCode
 
getCode() - Method in enum javax.websocket.CloseReason.CloseCodes
 
getCodeSource() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager Policy CodeSource for this web application context.
getColumn() - Method in class org.apache.el.parser.SimpleCharStream
Deprecated.
getColumnIndexes() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Gets an array of column indexes indicating the columns that should be returned from the inserted row or rows.
getColumnNames() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Gets an array of column names indicating the columns that should be returned from the inserted row or rows.
getColumnPrivileges(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getCometNotify() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getCometOps() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
Deprecated.
Unused - will be removed in Tomcat 8
getCommand() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived command string
getCommand() - Method in interface org.apache.catalina.tribes.Member
returns the command associated with this member
getCommand() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getComment() - Method in class javax.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in interface javax.servlet.SessionCookieConfig
 
getComment() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getComment() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
getCommitOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
 
getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
getCommitTime() - Method in class org.apache.coyote.Response
Return the time the response was committed (based on System.currentTimeMillis).
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ArrayELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ListELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.el.MapELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
getCommonRole() - Method in class org.apache.catalina.realm.JNDIRealm
 
getComparableObject(Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
 
getComparator(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getCompContext() - Method in class org.apache.catalina.core.NamingContextListener
Deprecated.
getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
 
getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspC
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspCompilationContext
 
getCompiler() - Method in interface org.apache.jasper.Options
Compiler to use.
getCompilerClassName() - Method in class org.apache.jasper.EmbeddedServletOptions
Java compiler class to use.
getCompilerClassName() - Method in class org.apache.jasper.JspC
Jasper Java compiler class to use.
getCompilerClassName() - Method in interface org.apache.jasper.Options
Jasper Java compiler class to use.
getCompilerClasspath() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerSourceVM() - Method in class org.apache.jasper.JspC
The compiler source VM, e.g. 1.3, 1.4, 1.5 or 1.6.
getCompilerSourceVM() - Method in interface org.apache.jasper.Options
The compiler source VM, e.g. 1.3, 1.4, 1.5 or 1.6.
getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerTargetVM() - Method in class org.apache.jasper.JspC
The compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, 1.5 or 1.6.
getCompilerTargetVM() - Method in interface org.apache.jasper.Options
The compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, 1.5 or 1.6.
getCompletedTaskCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getCompositeData(CompositeType) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getCompositeType() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
getCompress() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
getCompressableMimeTypes() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
getCompressibleMimeType() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getCompression() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getCompressionMinSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getComputedFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardContext
 
getConcurrency() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getConcurrency() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getCondition() - Method in class org.apache.catalina.valves.AccessLogValve
Return whether the attribute name to look for when performing conditional logging.
getConditionalState() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConditionIf() - Method in class org.apache.catalina.valves.AccessLogValve
Return whether the attribute name to look for when performing conditional logging.
getConditionUnless() - Method in class org.apache.catalina.valves.AccessLogValve
Return whether the attribute name to look for when performing conditional logging.
getConfig() - Method in class org.apache.catalina.ant.DeployTask
 
getConfig() - Method in class org.apache.catalina.realm.JAASRealm
Load custom JAAS Configuration
getConfig() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Get the abandoned config for this object.
getConfigBase(String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Get config base.
getConfigBase() - Method in class org.apache.catalina.startup.ContextConfig
Deprecated.
Unused - will be removed in 8.0.x
getConfigBaseName() - Method in class org.apache.catalina.startup.HostConfig
Get the name of the configBase.
getConfigClass() - Method in class org.apache.catalina.core.StandardHost
 
getConfigClass() - Method in interface org.apache.catalina.Host
 
getConfigClass() - Method in class org.apache.catalina.startup.HostConfig
Deprecated.
Will be removed in Tomcat 8.0.x
getConfigClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context configuration class name.
getConfigErrMsg() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigFile() - Method in interface org.apache.catalina.Context
Return the URL of the XML descriptor for this context.
getConfigFile() - Method in class org.apache.catalina.core.StandardContext
 
getConfigFile() - Method in class org.apache.catalina.realm.JAASRealm
Getter for the configfile member variable.
getConfigFile() - Method in class org.apache.catalina.startup.Catalina
 
getConfigFile() - Method in class org.apache.catalina.startup.FailedContext
 
getConfigSizeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigTimeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigurator() - Method in interface javax.websocket.ClientEndpointConfig
 
getConfigurator() - Method in interface javax.websocket.server.ServerEndpointConfig
 
getConfigured() - Method in interface org.apache.catalina.Context
Return the "correctly configured" flag for this Context.
getConfigured() - Method in class org.apache.catalina.core.StandardContext
 
getConfigured() - Method in class org.apache.catalina.startup.FailedContext
 
getConnection() - Method in class org.apache.catalina.session.JDBCStore
Check the connection associated with this store, if it's null or closed try to reopen it.
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Create (if necessary) and return a connection to the database.
getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
BasicDataSource does NOT support this method.
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Attempt to retrieve a database connection using InstanceKeyDataSource.getPooledConnectionAndInfo(String, String) with the provided username and password.
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
Return a Connection from my pool, according to the contract specified by ObjectPool.borrowObject().
getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
getConnection() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Borrows a connection from the pool.
getConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Borrows a connection from the pool.
getConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getConnection() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
getConnection() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the underlying connection
getConnection() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
GETCONNECTION_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
getConnectionAsync() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Retrieves a Connection future.
getConnectionAsync() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Invokes an sync operation to retrieve the connection.
getConnectionCount() - Method in class org.apache.coyote.AbstractProtocol
 
getConnectionCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Return the current count of connections handled by this endpoint, if the connections are counted (which happens when the maximum count of connections is limited), or -1 if they are not.
getConnectionCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
getConnectionInitSqls() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the list of SQL statements executed when a physical connection is first created.
getConnectionManager(UserPassKey) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
getConnectionManager(UserPassKey) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
 
getConnectionManager(UserPassKey) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
 
getConnectionName() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the username to use to connect to the database.
getConnectionName() - Method in class org.apache.catalina.realm.JNDIRealm
 
getConnectionName() - Method in class org.apache.catalina.session.JDBCStore
 
getConnectionName() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getConnectionPassword() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the password to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.realm.JNDIRealm
 
getConnectionPassword() - Method in class org.apache.catalina.session.JDBCStore
 
getConnectionPassword() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getConnectionPool(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
getConnectionPoolDataSource() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the value of connectionPoolDataSource.
getConnectionProperties() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Get the connection properties passed to the JDBC driver.
getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The connection properties that will be sent to the JDBC driver when establishing new connections.
getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getConnectionProperties() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The connection properties that will be sent to the JDBC driver when establishing new connections.
getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The connection properties that will be sent to the JDBC driver when establishing new connections.
getConnectionTimeout() - Method in class org.apache.catalina.realm.JNDIRealm
 
getConnectionTimeout() - Method in class org.apache.coyote.AbstractProtocol
 
getConnectionUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Get the upload timeout.
getConnectionUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Specifies a different (usually longer) connection timeout during data upload.
getConnectionURL() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the URL to use to connect to the database.
getConnectionURL() - Method in class org.apache.catalina.realm.JNDIRealm
 
getConnectionURL() - Method in class org.apache.catalina.session.JDBCStore
 
getConnectionVersion() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getConnector() - Method in class org.apache.catalina.connector.Request
 
getConnector() - Method in class org.apache.catalina.connector.Response
Deprecated.
getConnector() - Method in class org.apache.catalina.startup.Tomcat
Get the default http connector.
getConnectorName() - Method in class org.apache.catalina.connector.MapperListener
Deprecated.
getConnectorNames() - Method in class org.apache.catalina.core.StandardService
 
getConnectTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getConnectTime() - Method in interface org.apache.catalina.tribes.transport.DataSender
 
getConnectTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getConstant(int) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
Gets constant from constant pool.
getConstant(int, byte) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
Gets constant from constant pool and check whether it has the expected type.
getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
getConstantName(int) - Static method in class org.apache.tomcat.util.bcel.Const
 
getConstructor(Class<T>, Class<?>[]) - Static method in class org.apache.tomcat.dbcp.jocl.ConstructorUtil
Returns a Constructor for the given method signature, or null if no such Constructor can be found.
getConstructor(int, Class<?>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Creates a constructor for a proxy class, if one doesn't already exist
getConstructor() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
getContainer() - Method in class javax.websocket.ContainerProvider
 
getContainer() - Method in interface javax.websocket.Session
Get the container that created this session.
getContainer() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the Container to which this Valve is attached.
getContainer() - Method in interface org.apache.catalina.Cluster
Get the Container associated with our Cluster
getContainer() - Method in interface org.apache.catalina.Contained
Get the Container with which this instance is associated.
getContainer() - Method in class org.apache.catalina.ContainerEvent
Return the Container on which this event occurred.
getContainer() - Method in class org.apache.catalina.core.StandardPipeline
Return the Container with which this Pipeline is associated.
getContainer() - Method in class org.apache.catalina.core.StandardService
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - Method in class org.apache.catalina.deploy.NamingResources
Get the container with which the naming resources are associated.
getContainer() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Get the Container associated with our Cluster
getContainer() - Method in interface org.apache.catalina.Loader
 
getContainer() - Method in class org.apache.catalina.loader.WebappLoader
Return the Container with which this Logger has been associated.
getContainer() - Method in interface org.apache.catalina.Manager
Get the Container with which this Manager is associated.
getContainer() - Method in interface org.apache.catalina.Pipeline
 
getContainer() - Method in interface org.apache.catalina.Realm
 
getContainer() - Method in class org.apache.catalina.realm.RealmBase
Return the Container with which this Realm has been associated.
getContainer() - Method in interface org.apache.catalina.Service
 
getContainer() - Method in class org.apache.catalina.session.ManagerBase
 
getContainer() - Method in class org.apache.catalina.valves.ValveBase
Return the Container with which this Valve is associated, if any.
getContainer() - Method in class org.apache.tomcat.websocket.WsContainerProvider
 
getContainer() - Method in class org.apache.tomcat.websocket.WsSession
 
getContainerKeyProperties(Container) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deprecated.
To be removed since to creates a circular dependency. Will be replaced in Tomcat 8 by a new method on Container.
getContainerSciFilter() - Method in interface org.apache.catalina.Context
Obtains the regular expression that specifies which container provided SCIs should be filtered out and not used for this context.
getContainerSciFilter() - Method in class org.apache.catalina.core.StandardContext
 
getContainerSciFilter() - Method in class org.apache.catalina.startup.FailedContext
 
getContent() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
 
getContent() - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent(Class[]) - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
getContent(Node) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Get the trimmed text content of a node or null if there is no text
getContentLanguage() - Method in class org.apache.coyote.Response
Return the content language.
getContentLength() - Method in interface javax.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentLength() - Method in class org.apache.catalina.connector.Request
 
getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLength() - Method in class org.apache.catalina.connector.Response
 
getContentLength() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Deprecated.
Unused - will be removed in 8.0.x
getContentLength() - Method in class org.apache.coyote.Request
 
getContentLength() - Method in class org.apache.coyote.RequestInfo
 
getContentLength() - Method in class org.apache.coyote.Response
 
getContentLength() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content length value.
getContentLength() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.naming.resources.ResourceAttributes
Get content length.
getContentLengthLong() - Method in class org.apache.coyote.Request
 
getContentLengthLong() - Method in class org.apache.coyote.Response
 
getContentType() - Method in interface javax.servlet.http.Part
Obtain the content type passed by the browser.
getContentType() - Method in interface javax.servlet.ServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentType() on the wrapped request object.
getContentType() - Method in interface javax.servlet.ServletResponse
Returns the content type used for the MIME body sent in this response.
getContentType() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getContentType() on the wrapped response object.
getContentType() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getContentType() - Method in class org.apache.catalina.connector.Request
 
getContentType() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentType() - Method in class org.apache.catalina.connector.Response
 
getContentType() - Method in class org.apache.catalina.connector.ResponseFacade
 
getContentType() - Method in class org.apache.catalina.core.ApplicationPart
 
getContentType() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getContentType() - Method in class org.apache.coyote.Request
 
getContentType() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content type value.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the content type passed by the agent or null if not defined.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the items content type, or null.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the content type of the request.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the content type of the request.
getContentTypeAttribute(String, String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Get the value associated with a content-type attribute.
getContentWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
getContentWritten() - Method in class org.apache.catalina.connector.Response
 
getContentWritten() - Method in class org.apache.catalina.connector.ResponseFacade
 
getContentWritten() - Method in class org.apache.coyote.Response
Bytes written by application - i.e. before compression, chunking, etc.
getContext(Class) - Method in class javax.el.ELContext
Obtain the context object for the given key.
getContext(String) - Method in interface javax.servlet.ServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContext() - Method in class org.apache.catalina.connector.Request
Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.catalina.connector.Response
 
getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getContext() - Method in class org.apache.catalina.core.ApplicationContext
 
getContext(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContext() - Method in class org.apache.catalina.startup.TldConfig
Deprecated.
Unused - will be removed in 8.0.x
getContext(Class) - Method in class org.apache.el.lang.EvaluationContext
 
getContext(Class) - Method in class org.apache.jasper.el.ELContextWrapper
 
getContext(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the servlet context for the specified path.
getContextClass() - Method in class org.apache.catalina.core.StandardHost
 
getContextClass() - Method in class org.apache.catalina.startup.HostConfig
Return the Context implementation class name.
getContextClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context implementation class name.
getContextFactory() - Method in class org.apache.catalina.realm.JNDIRealm
 
getContextName() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
getContextName() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getContextName() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getContextName() - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
getContextName() - Method in interface org.apache.catalina.ha.session.SessionMessage
 
getContextName() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getContextName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the context name for this class loader.
getContextName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the context name.
getContextParams() - Method in class org.apache.catalina.deploy.WebXml
 
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPath() - Method in interface javax.servlet.ServletContext
Return the main path associated with this context.
getContextPath() - Method in class org.apache.catalina.connector.Request
Return the portion of the request URI used to select the Context of the Request.
getContextPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getContextPath() - Method in class org.apache.catalina.core.ApplicationContext
 
getContextPath() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContextPath() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getContextPath() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the context path.
getContextPath() - Method in class org.apache.naming.resources.ProxyDirContext
Return the context path.
getContextPathMB() - Method in class org.apache.catalina.connector.Request
Deprecated.
getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Convert a possibly relative resource path into a context-relative resource path that starts with a '/'.
getContextWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
Identify the application web.xml to be used and obtain an input source for it.
getCookie(int) - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieComment() - Method in class org.apache.catalina.deploy.SessionConfig
 
getCookieCount() - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieDomain() - Method in class org.apache.catalina.authenticator.SingleSignOn
Returns the optional cookie domain.
getCookieDomain() - Method in class org.apache.catalina.deploy.SessionConfig
 
getCookieHttpOnly() - Method in class org.apache.catalina.deploy.SessionConfig
 
getCookieMaxAge() - Method in class org.apache.catalina.deploy.SessionConfig
 
getCookieName() - Method in class org.apache.catalina.deploy.SessionConfig
 
getCookiePath() - Method in class org.apache.catalina.deploy.SessionConfig
 
getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getCookies() on the wrapped request object.
getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getCookies() - Method in class org.apache.catalina.connector.Request
Return the set of Cookies received with this Request.
getCookies() - Method in class org.apache.catalina.connector.RequestFacade
 
getCookies() - Method in interface org.apache.catalina.Context
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.core.StandardContext
 
getCookies() - Method in class org.apache.catalina.startup.FailedContext
 
getCookies() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getCookies() - Method in class org.apache.coyote.Request
 
getCookieSecure() - Method in class org.apache.catalina.deploy.SessionConfig
 
getCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Returns coordinator if one is available
getCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
getCopyXML() - Method in class org.apache.catalina.core.StandardContext
Flag which indicates if bundled context.xml files should be copied to the config folder.
getCorePoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getCount() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
getCount() - Method in class org.apache.tomcat.util.digester.Digester
 
getCount() - Method in class org.apache.tomcat.util.threads.LimitLatch
Returns the current count for the latch
getCountAllocated() - Method in class org.apache.catalina.core.StandardWrapper
Return the number of active allocations of this servlet, even if they are all for the same instance (as will be true for servlets that do not implement SingleThreadModel.
getCounter() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
 
getCounterNoStateTransfered() - Method in class org.apache.catalina.ha.session.DeltaManager
Deprecated.
Use DeltaManager.getCounterNoStateTransferred(). Will be removed in Tomcat 10 onwards.
getCounterNoStateTransferred() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_ALL_SESSION_NOCONTEXTMANAGER() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_SESSION_CREATED() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_SESSION_DELTA() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterReceive_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_SESSION_CREATED() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_SESSION_DELTA() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCounterSend_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getCoyoteRequest() - Method in class org.apache.catalina.connector.Request
Get the Coyote request.
getCoyoteResponse() - Method in class org.apache.catalina.connector.Response
 
getCrawlerIps() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
getCrawlerUserAgents() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
getCreatedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections created by this pool.
getCreatedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections created by this pool.
getCreatedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getCreatedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getCreateDirs() - Method in class org.apache.catalina.core.StandardHost
 
getCreateDirs() - Method in interface org.apache.catalina.Host
Returns true if the Host will attempt to create directories for appBase and xmlBase unless they already exist.
getCreateUploadTargets() - Method in interface org.apache.catalina.Context
Will Tomcat attempt to create an upload target used by this web application if it does not exist when the web application attempts to use it?
getCreateUploadTargets() - Method in class org.apache.catalina.core.StandardContext
 
getCreateUploadTargets() - Method in class org.apache.catalina.startup.FailedContext
 
getCreation() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation time.
getCreation() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation time.
getCreationDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation date.
getCreationDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation date.
getCreationTime() - Method in interface javax.servlet.http.HttpSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCreationTime() - Method in class org.apache.catalina.manager.DummyProxySession
 
getCreationTime() - Method in interface org.apache.catalina.Session
 
getCreationTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getCreationTime() - Method in class org.apache.catalina.session.StandardSession
Return the time when this session was created, in milliseconds since midnight, January 1, 1970 GMT.
getCreationTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getCreationTime() - Method in class org.apache.tomcat.util.threads.TaskThread
 
getCreationTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getCreationTimeInternal() - Method in interface org.apache.catalina.Session
 
getCreationTimeInternal() - Method in class org.apache.catalina.session.StandardSession
Return the time when this session was created, in milliseconds since midnight, January 1, 1970 GMT, bypassing the session validation checks.
getCreationTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
 
getCrlFile() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getCrlFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getCRLs(String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Load the collection of CRLs.
getCrossContext() - Method in interface org.apache.catalina.Context
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardContext
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.startup.FailedContext
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the current date.
getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentElementName() - Method in class org.apache.tomcat.util.digester.Digester
 
getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
 
getCurrentSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
getCurrentSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Return the amount of threads that are in use
getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getCurrentUri() - Method in class org.apache.coyote.RequestInfo
 
getCursorName() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDaemon() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getData() - Method in class org.apache.catalina.ContainerEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getData() - Method in class org.apache.catalina.LifecycleEvent
 
getData() - Method in class org.apache.catalina.SessionEvent
 
getData() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Create a data package to send over the wire representing this member.
getData(boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Highly optimized version of serializing a member into a byte array Returns a cached byte[] reference, do not modify this data
getData(boolean, boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getData() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getDatabaseMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDataFromPackage(XByteBuffer) - Static method in class org.apache.catalina.tribes.io.ChannelData
Deserializes a ChannelData object from a byte array
getDataFromPackage(byte[]) - Static method in class org.apache.catalina.tribes.io.ChannelData
 
getDataLength() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getDataLength() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getDataPackage() - Method in class org.apache.catalina.tribes.io.ChannelData
Serializes the ChannelData object into a byte[] array
getDataPackage(byte[], int) - Method in class org.apache.catalina.tribes.io.ChannelData
 
getDataPackageLength() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getDataPackageLength(int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
getDataSource() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns a datasource, if one exists that is being used to create connections.
getDataSource() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns a datasource, if one exists that is being used to create connections.
getDataSource() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns a datasource, if one exists that is being used to create connections.
getDataSource() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns a datasource, if one exists that is being used to create connections.
getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the JNDI string configured for data source usage.
getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns the JNDI string configured for data source usage.
getDataSourceJNDI() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the JNDI string configured for data source usage.
getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the JNDI string configured for data source usage.
getDataSourceName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the name of the JNDI JDBC DataSource.
getDataSourceName() - Method in class org.apache.catalina.session.JDBCStore
 
getDataSourceName() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the name of the ConnectionPoolDataSource which backs this pool.
getDate() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getDate(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getDate(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getDate(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getDate(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getDate(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDate(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDate(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDate(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
getDateHeader(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getDateHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getDateHeader(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the database properties that are passed into the Driver.connect(String, Properties) method.
getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDbProperties() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the database properties that are passed into the Driver.connect(String, Properties) method.
getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the database properties that are passed into the Driver.connect(String, Properties) method.
getDec(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
 
getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <declare> element.
getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns whether this is a new variable.
getDeclaredFields(Class<?>) - Static method in class org.apache.catalina.util.Introspection
Obtain the declared fields for a class taking account of any security manager that may be configured.
getDeclaredMethods(Class<?>) - Static method in class org.apache.catalina.util.Introspection
Obtain the declared methods for a class taking account of any security manager that may be configured.
getDecodedRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getDecodedRequestURI() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecodedRequestURIMB() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecoderClazz() - Method in class org.apache.tomcat.websocket.DecoderEntry
 
getDecoders() - Method in interface javax.websocket.EndpointConfig
 
getDecoders(List<Class<? extends Decoder>>) - Static method in class org.apache.tomcat.websocket.Util
 
getDeepclone() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
getDefaultAsyncSendTimeout() - Method in interface javax.websocket.WebSocketContainer
Get the default timeout for sending a message asynchronously.
getDefaultAsyncSendTimeout() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Get the default timeout for sending a message asynchronously.
getDefaultAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the default auto-commit property.
getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The default auto-commit state of connections created by this pool.
getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultAutoCommit() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The default auto-commit state of connections created by this pool.
getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The default auto-commit state of connections created by this pool.
getDefaultBufferSize() - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Get the default buffer size.
getDefaultCatalog() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the default catalog.
getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultCatalog() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
getDefaultCharset() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the default charset for use when no explicit charset parameter is provided by the sender.
getDefaultCharset() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Returns the default charset for use when no explicit charset parameter is provided by the sender.
getDefaultContentType() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getDefaultContentType() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getDefaultContentType() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getDefaultContentType() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getDefaultContextXml() - Method in class org.apache.catalina.core.StandardContext
 
getDefaultContextXml() - Method in class org.apache.catalina.startup.ContextConfig
Deprecated.
Never changed from default
getDefaultExpiresConfiguration() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
Returns the default factory for this implementation.
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.EjbFactory
 
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.FactoryBase
If a default factory is available for the given reference type, create the default factory.
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.ResourceEnvFactory
 
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.ResourceFactory
 
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.TransactionFactory
 
getDefaultFactoryClassName() - Method in class org.apache.naming.AbstractRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.EjbRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.HandlerRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.LookupRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceEnvRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceLinkRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ServiceRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.TransactionRef
 
getDefaultHost() - Method in class org.apache.catalina.core.StandardEngine
Return the default host.
getDefaultHost() - Method in interface org.apache.catalina.Engine
 
getDefaultMaxActive() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
getDefaultMaxBinaryMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
Get the default maximum buffer size for binary messages.
getDefaultMaxBinaryMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
getDefaultMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
getDefaultMaxSessionIdleTimeout() - Method in interface javax.websocket.WebSocketContainer
Get the current default session idle timeout.
getDefaultMaxSessionIdleTimeout() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
getDefaultMaxTextMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
Get the default maximum buffer size for text messages.
getDefaultMaxTextMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
getDefaultMaxWait() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
getDefaultNotificationInfo() - Static method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultPipelineClassName() - Method in class org.apache.catalina.CatalinaFactory
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
getDefaultReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the default readOnly property.
getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultReadOnly() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
getDefaultRealm() - Method in class org.apache.catalina.startup.Tomcat
Deprecated.
Will be removed in Tomcat 8.0.x
getDefaultResolver() - Static method in class org.apache.jasper.el.ELContextImpl
 
getDefaultResolver() - Static method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
Use ELContextImpl.getDefaultResolver() instead. This method will be removed in Tomcat 8.0.x onwards.
getDefaults() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets Rule's which will be fired when the wrapped implementation returns no matches
getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Obtains the default session tracking modes for this web application.
getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContext
 
getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the default transaction isolation state of returned connections.
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the value of defaultTransactionIsolation, which defines the state of connections handed out from this pool.
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the default transaction isolation level.
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultTransactionIsolation() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the default transaction isolation level.
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the default transaction isolation level.
getDefaultWebXml() - Method in class org.apache.catalina.core.StandardContext
 
getDefaultWebXml() - Method in class org.apache.catalina.startup.ContextConfig
Obtain the location of the default deployment descriptor.
getDefaultWebXmlListener() - Method in class org.apache.catalina.startup.Tomcat
Return a listener that provides the required configuration items for JSP processing.
getDeferAccept() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDeferAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getDeferAccept() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getDeferAccept() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getDeferAccept() - Method in class org.apache.tomcat.util.net.NioEndpoint
Is deferAccept supported?
getDeferredSyntax() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getDelegate() - Method in class org.apache.catalina.core.StandardContext
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in interface org.apache.catalina.Loader
 
getDelegate() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.apache.catalina.loader.WebappLoader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Returns my underlying Connection.
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
Returns my underlying Statement.
getDelegate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
getDelegateConnection() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
getDelegateInternal() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Should be final but can't be for compatibility with previous releases.
getDelimiter() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getDeltaRequest() - Method in class org.apache.catalina.ha.session.DeltaSession
 
getDeltaRequestPool() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getDeny() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Return a string representation of the NetMask list in #deny.
getDeny() - Method in class org.apache.catalina.filters.RequestFilter
Return the regular expression used to test for denied requests for this Filter, if any; otherwise, return null.
getDeny() - Method in class org.apache.catalina.startup.UserConfig
Return the regular expression used to test for user who deployment is denied.
getDeny() - Method in class org.apache.catalina.valves.RemoteCIDRValve
Return a string representation of the NetMask list in #deny.
getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return the regular expression used to test for denied requests for this Valve, if any; otherwise, return null.
getDenyStatus() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Return response status code that is used to reject denied request.
getDenyStatus() - Method in class org.apache.catalina.filters.RequestFilter
Return response status code that is used to reject denied request.
getDenyStatus() - Method in class org.apache.catalina.valves.RequestFilterValve
Return response status code that is used to reject denied request.
getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
Returns a map of file names and last modified time where the current page has a source dependency on the file.
getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
Get a list of files that the current page has source dependency on.
getDeployDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getDeployDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getDeployIgnore() - Method in class org.apache.catalina.core.StandardHost
 
getDeployIgnore() - Method in interface org.apache.catalina.Host
 
getDeployIgnorePattern() - Method in class org.apache.catalina.core.StandardHost
 
getDeployIgnorePattern() - Method in interface org.apache.catalina.Host
 
getDeploymentDescriptor() - Method in class org.apache.catalina.core.StandardContext
JSR77 deploymentDescriptor attribute
getDeploymentTime(String) - Method in class org.apache.catalina.startup.HostConfig
Get the instant where an application was deployed.
getDeployOnStartup() - Method in class org.apache.catalina.core.StandardHost
 
getDeployOnStartup() - Method in interface org.apache.catalina.Host
 
getDerefAliases() - Method in class org.apache.catalina.realm.JNDIRealm
 
getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
 
getDescription() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
 
getDescription() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getDescription() - Method in class org.apache.catalina.deploy.FilterDef
 
getDescription() - Method in class org.apache.catalina.deploy.ResourceBase
 
getDescription() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the description of this web resource collection.
getDescription() - Method in class org.apache.catalina.deploy.ServletDef
 
getDescription() - Method in interface org.apache.catalina.Group
 
getDescription() - Method in interface org.apache.catalina.Role
 
getDescription() - Method in class org.apache.catalina.users.AbstractGroup
Return the description of this group.
getDescription() - Method in class org.apache.catalina.users.AbstractRole
Return the description of this role.
getDescription() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Get the value of description.
getDescription() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the description.
getDescription() - Method in exception org.apache.tomcat.jni.Error
Get the APR description of the exception.
getDescription() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
The human-readable description of this feature.
getDescription() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The human-readable description of this MBean.
getDesiredEntryAccessRatio() - Method in class org.apache.naming.resources.ResourceCache
Deprecated.
- unused
getDestination() - Method in class org.apache.catalina.ha.tcp.SendMessageData
 
getDestination() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getDestination() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
 
getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
Is Jasper being used in development mode?
getDevelopment() - Method in class org.apache.jasper.JspC
In JspC this always returns false.
getDevelopment() - Method in interface org.apache.jasper.Options
Is Jasper being used in development mode?
getDiff() - Method in class org.apache.catalina.ha.session.DeltaSession
Returns a diff and sets the dirty map to false
getDiff() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Returns a diff and sets the dirty map to false
getDiffValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getDigest() - Method in class org.apache.catalina.realm.RealmBase
Return the digest algorithm used for storing credentials.
getDigest(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the digest associated with given principal's user name.
getDigestCharset() - Method in class org.apache.catalina.realm.RealmBase
 
getDigestEncoding() - Method in class org.apache.catalina.realm.RealmBase
Returns the digest encoding charset.
getDigester() - Method in class org.apache.catalina.realm.MemoryRealm
Return a configured Digester to use for processing the XML input file, creating a new one if necessary.
getDigester() - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in class org.apache.tomcat.util.digester.Rule
Return the Digester with which this Rule is associated.
getDigester() - Method in interface org.apache.tomcat.util.digester.Rules
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.tomcat.util.digester.RulesBase
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets digester using these Rules
getDirContext() - Method in class org.apache.naming.resources.ProxyDirContext
Deprecated.
- unused
getDirect() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getDirect() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getDirectBuffer() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getDirectBuffer() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getDirectBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getDirectory() - Method in class org.apache.catalina.session.FileStore
 
getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
Return the directory in which we create log files.
getDirectoryContextEnvironment() - Method in class org.apache.catalina.realm.JNDIRealm
Create our directory context configuration.
getDirectoryName() - Method in class org.apache.catalina.startup.UserConfig
Return the directory name for user web applications.
getDisableKeepAlivePercentage() - Method in class org.apache.coyote.http11.Http11Processor
 
getDisableKeepAlivePercentage() - Method in class org.apache.coyote.http11.Http11Protocol
 
getDisableProxyCaching() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we add headers to disable caching by proxies.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the flag that controls upload time-outs.
getDiscard() - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
getDiscardFacades() - Method in class org.apache.catalina.connector.Connector
 
getDiscardFacades() - Method in class org.apache.catalina.connector.Request
Get the recycling strategy of the facade objects.
getDispatcherMapping() - Method in class org.apache.catalina.deploy.FilterMap
 
getDispatcherNames() - Method in class org.apache.catalina.deploy.FilterMap
 
getDispatchersUseEncodedPaths() - Method in interface org.apache.catalina.Context
Are paths used in calls to obtain a request dispatcher expected to be encoded?
getDispatchersUseEncodedPaths() - Method in class org.apache.catalina.core.StandardContext
Are paths used in calls to obtain a request dispatcher expected to be encoded?
getDispatchersUseEncodedPaths() - Method in class org.apache.catalina.startup.FailedContext
 
getDispatcherType() - Method in interface javax.servlet.ServletRequest
 
getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call getDispatcherType() on the wrapped request object.
getDispatcherType() - Method in class org.apache.catalina.connector.Request
 
getDispatcherType() - Method in class org.apache.catalina.connector.RequestFacade
 
getDispatcherType() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getDisplayCreationTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayLastAccessedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the displayName.
getDisplayName() - Method in interface org.apache.catalina.Context
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.core.StandardContext
 
getDisplayname() - Method in class org.apache.catalina.deploy.ContextService
 
getDisplayName() - Method in class org.apache.catalina.deploy.FilterDef
 
getDisplayName() - Method in class org.apache.catalina.deploy.MessageDestination
 
getDisplayName() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the display name of this security constraint.
getDisplayName() - Method in class org.apache.catalina.deploy.ServletDef
 
getDisplayName() - Method in class org.apache.catalina.deploy.WebXml
 
getDisplayName() - Method in class org.apache.catalina.startup.FailedContext
 
getDisplayName() - Method in class org.apache.catalina.util.ContextName
 
getDisplayName() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
The display name of this attribute.
getDisplaySourceFragment() - Method in class org.apache.jasper.EmbeddedServletOptions
Should we include a source fragment in exception messages, which could be displayed to the developer ?
getDisplaySourceFragment() - Method in class org.apache.jasper.JspC
In JspC this always returns true.
getDisplaySourceFragment() - Method in interface org.apache.jasper.Options
Should we include a source fragment in exception messages, which could be displayed to the developer ?
getDisplayTTLForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDistinguishedName(DirContext, String, SearchResult) - Method in class org.apache.catalina.realm.JNDIRealm
Returns the distinguished name of a search result.
getDistributable() - Method in interface org.apache.catalina.Context
Get the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.core.StandardContext
 
getDistributable() - Method in interface org.apache.catalina.Manager
Deprecated.
Ignored. Context.getDistributable() always takes precedence. Will be removed in Tomcat 8.5.x.
getDistributable() - Method in class org.apache.catalina.session.ManagerBase
Deprecated.
getDistributable() - Method in class org.apache.catalina.startup.FailedContext
 
getDN() - Method in class org.apache.catalina.realm.JNDIRealm.User
 
getDocBase() - Method in interface org.apache.catalina.Context
Obtain the document root for this Context.
getDocBase() - Method in class org.apache.catalina.core.StandardContext
 
getDocBase() - Method in class org.apache.catalina.startup.FailedContext
 
getDocBase() - Method in class org.apache.naming.resources.BaseDirContext
Return the document root for this component.
getDocBase() - Method in class org.apache.naming.resources.ProxyDirContext
Deprecated.
- unused
getDocumentBuilder() - Method in class org.apache.catalina.servlets.WebdavServlet
Return JAXP document builder instance.
getDocumentLocator() - Method in class org.apache.tomcat.util.digester.Digester
Gets the document locator associated with our parser.
getDomain() - Method in class javax.servlet.http.Cookie
Returns the domain name set for this cookie.
getDomain() - Method in interface javax.servlet.SessionCookieConfig
 
getDomain() - Method in class org.apache.catalina.connector.CoyoteAdapter
 
getDomain() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getDomain() - Method in interface org.apache.catalina.JmxEnabled
 
getDomain(Service) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deprecated.
To be removed since to creates a circular dependency. Will be replaced in Tomcat 8 by a new method on Service.
getDomain(Container) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deprecated.
To be removed since to creates a circular dependency. Will be replaced in Tomcat 8 by a new method on Container.
getDomain() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getDomain() - Method in interface org.apache.catalina.tribes.Member
Domain for this cluster
getDomain() - Method in class org.apache.catalina.tribes.membership.McastService
 
getDomain() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getDomain() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Obtain the domain under which this component will be / has been registered.
getDomain() - Method in class org.apache.coyote.AbstractProtocol
 
getDomain() - Method in interface org.apache.coyote.Adapter
Provide the name of the domain to use to register MBeans for components associated with the connector.
getDomain() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getDomain() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The (optional) ObjectName domain in which this MBean should be registered in the MBeanServer.
getDomainInternal() - Method in class org.apache.catalina.connector.Connector
 
getDomainInternal() - Method in class org.apache.catalina.connector.MapperListener
 
getDomainInternal() - Method in class org.apache.catalina.core.ContainerBase
 
getDomainInternal() - Method in class org.apache.catalina.core.StandardServer
Obtain the MBean domain for this server.
getDomainInternal() - Method in class org.apache.catalina.core.StandardService
 
getDomainInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getDomainInternal() - Method in class org.apache.catalina.deploy.NamingResources
 
getDomainInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getDomainInternal() - Method in class org.apache.catalina.loader.WebappLoader
 
getDomainInternal() - Method in class org.apache.catalina.realm.RealmBase
 
getDomainInternal() - Method in class org.apache.catalina.session.ManagerBase
 
getDomainInternal() - Method in class org.apache.catalina.startup.FailedContext
Deprecated.
getDomainInternal() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Method implemented by sub-classes to identify the domain in which MBeans should be registered.
getDomainInternal() - Method in class org.apache.catalina.valves.ValveBase
 
getDouble(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getDouble(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getDouble(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDouble(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getDriver() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Get the driver classname.
getDriverClassLoader() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the class loader specified for loading the JDBC driver.
getDriverClassName() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the JDBC driver class name.
getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The fully qualified Java class name of the JDBC driver to be used.
getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDriverClassName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The fully qualified Java class name of the JDBC driver to be used.
getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The fully qualified Java class name of the JDBC driver to be used.
getDriverMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDriverName() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the JDBC driver that will be used.
getDriverName() - Method in class org.apache.catalina.session.JDBCStore
 
getDriverName() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getDropTime() - Method in class org.apache.catalina.tribes.membership.McastService
 
getDuplicates() - Method in class org.apache.catalina.session.ManagerBase
Number of duplicated session IDs generated by the random source.
getDuration() - Method in class org.apache.catalina.session.ManagerBase.SessionTiming
 
getDurations() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
getEffectiveMajorVersion() - Method in interface javax.servlet.ServletContext
 
getEffectiveMajorVersion() - Method in interface org.apache.catalina.Context
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.StandardContext
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.startup.FailedContext
 
getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEffectiveMinorVersion() - Method in interface javax.servlet.ServletContext
 
getEffectiveMinorVersion() - Method in interface org.apache.catalina.Context
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.StandardContext
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.startup.FailedContext
 
getEffectiveMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEffectiveSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Obtains the currently enabled session tracking modes for this web application.
getEffectiveSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEjbLocalRefs() - Method in class org.apache.catalina.deploy.WebXml
 
getEjbRefs() - Method in class org.apache.catalina.deploy.WebXml
 
getELContext() - Method in class javax.el.ELContextEvent
 
getELContext() - Method in class javax.servlet.jsp.JspContext
 
getELContext() - Method in class org.apache.el.lang.EvaluationContext
 
getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getElementValuePairs() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationEntry
 
getElementValuesArray() - Method in class org.apache.tomcat.util.bcel.classfile.ArrayElementValue
 
getElIgnored() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getElIgnored() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getElIgnored() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getELInterpreter(ServletContext) - Static method in class org.apache.jasper.compiler.ELInterpreterFactory
Obtain the correct EL Interpreter for the given web application.
getELResolver() - Method in class javax.el.ELContext
 
getELResolver() - Method in class org.apache.el.lang.EvaluationContext
 
getELResolver() - Method in class org.apache.jasper.el.ELContextImpl
 
getELResolver() - Method in class org.apache.jasper.el.ELContextWrapper
 
getEmptyBuf() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
TODO
getEnableableCiphers(SSLContext) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getEnableableCiphers(SSLContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
Determines the SSL cipher suites that can be enabled, based on the configuration of the endpoint and the ciphers supported by the SSL implementation.
getEnableableProtocols(SSLContext) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getEnableableProtocols(SSLContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
Determines the SSL protocol variants that can be enabled, based on the configuration of the endpoint and the ciphers supported by the SSL implementation.
getEnabled() - Method in class org.apache.catalina.deploy.ServletDef
 
getEnabled() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
getEnabled() - Method in class org.apache.catalina.valves.AccessLogValve
 
getEnableLookups() - Method in class org.apache.catalina.connector.Connector
 
getEnableLookups() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
Get the enclosing JspWriter.
getEncodedLength(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Calculates the amount of space needed to encode the supplied array.
getEncodedPath() - Method in interface org.apache.catalina.Context
Return the URL encoded context path
getEncodedPath() - Method in class org.apache.catalina.core.StandardContext
 
getEncodedPath() - Method in class org.apache.catalina.startup.FailedContext
 
getEncodedSolidusHandling() - Method in class org.apache.catalina.connector.Connector
 
getEncodedSolidusHandlingInternal() - Method in class org.apache.catalina.connector.Connector
 
getEncoders() - Method in interface javax.websocket.EndpointConfig
 
getEncoding() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
getEncoding() - Method in class org.apache.catalina.valves.AccessLogValve
Return the character set name that is used to write the log file.
getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Autodetects the encoding of the XML document supplied by the given input stream.
getEncoding() - Method in class org.apache.tomcat.util.http.Parameters
 
getEncoding() - Method in class org.apache.tomcat.util.http.parser.AcceptEncoding
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Return the name of the associated encoding; here, the value is null.
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Return the name of the associated encoding; Here, the value is "void".
getEncodingName() - Method in interface org.apache.coyote.http11.InputFilter
Get the name of the encoding handled by this filter.
getEncryptionAlgorithm() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Gets the encryption algorithm being used to encrypt and decrypt channel messages.
getEncryptionAlgorithm() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
getEncryptionKey() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Gets the encryption key being used for encryption and decryption.
getEncryptionKey() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
getEncryptionKeyString() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
getEnd() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
getEndColumn() - Method in class org.apache.el.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.el.parser.SimpleCharStream
Get token end line number.
getEndpoint() - Method in class org.apache.coyote.AbstractProcessor
 
getEndpoint() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getEndpointClass() - Method in interface javax.websocket.server.ServerEndpointConfig
 
getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface javax.websocket.server.ServerApplicationConfig
Enables applications to filter the discovered implementations of ServerEndpointConfig.
getEndpointInstance(Class<T>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
 
getEndpointInstance(Class<T>) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
getEngine() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the enclosing Engine for this Manager.
getEngine() - Method in class org.apache.catalina.startup.Tomcat
Access to the engine, for further customization.
getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
called to get implementation-specific information on the current JSP engine.
getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getEntityResolver() - Method in class org.apache.tomcat.util.digester.Digester
Return the Entity Resolver used by the SAX parser.
getEntry(String) - Method in interface org.apache.jasper.compiler.JarResource
 
getEntry(String) - Method in class org.apache.jasper.compiler.JarURLResource
 
getEntry() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getEntryInputStream() - Method in class org.apache.tomcat.util.scan.FileUrlJar
 
getEntryInputStream() - Method in interface org.apache.tomcat.util.scan.Jar
Obtains the input stream for the current entry.
getEntryInputStream() - Method in class org.apache.tomcat.util.scan.UrlJar
 
getEntryName() - Method in class org.apache.tomcat.util.scan.FileUrlJar
 
getEntryName() - Method in interface org.apache.tomcat.util.scan.Jar
Obtains the name of the current entry.
getEntryName() - Method in class org.apache.tomcat.util.scan.UrlJar
 
getEnvContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the env context.
getEnvEntries() - Method in class org.apache.catalina.deploy.WebXml
 
getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI environment
getEnvironment() - Method in class org.apache.naming.NamingContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.EmptyDirContext
 
getEnvironment() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.SelectorContext
Retrieves the environment in effect for this context.
getEnvironments() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of the set of defined environment entries for this web application
getError() - Method in exception org.apache.tomcat.jni.Error
Get the APR error code of the exception.
getError() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getErrorCode() - Method in class org.apache.catalina.deploy.ErrorPage
Return the error code.
getErrorCount() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative error count of all servlets in this StandardContext.
getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getErrorCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getErrorCount() - Method in class org.apache.coyote.RequestInfo
 
getErrorData() - Method in class javax.servlet.jsp.PageContext
Provides convenient access to error information.
getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
 
getErrorException() - Method in class org.apache.coyote.Response
Get the Exception that occurred during request processing.
getErrorHandler() - Method in class org.apache.catalina.tribes.group.InterceptorPayload
 
getErrorHandler() - Method in class org.apache.tomcat.util.digester.Digester
 
getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error message.
getErrorOnUndeclaredNamespace() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getErrorOnUndeclaredNamespace() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getErrorOnUndeclaredNamespace() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.JspC
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
getErrorPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getErrorPages() - Method in class org.apache.catalina.deploy.WebXml
 
getErrorReportValveClass() - Method in class org.apache.catalina.core.StandardHost
 
getErrors() - Method in class org.apache.catalina.startup.XmlErrorHandler
Deprecated.
 
getErrors() - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
getErrorState() - Method in class org.apache.coyote.AbstractProcessor
 
getETag() - Method in class org.apache.naming.resources.ResourceAttributes
Get ETag.
getEvent() - Method in class org.apache.catalina.connector.Request
Get the event associated with the request.
getEventCache() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getEventSubType() - Method in interface org.apache.catalina.comet.CometEvent
Returns the sub type of this event.
getEventSubType() - Method in class org.apache.catalina.connector.CometEventImpl
 
getEventType() - Method in interface org.apache.catalina.comet.CometEvent
Returns the event type.
getEventType() - Method in class org.apache.catalina.connector.CometEventImpl
 
getEventType() - Method in interface org.apache.catalina.ha.session.SessionMessage
returns the event type
getEventType() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
returns the event type
getEventType() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
 
getEventType() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
getEventTypeDesc() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
 
getEventTypeDesc() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
getEventTypeString() - Method in interface org.apache.catalina.ha.session.SessionMessage
 
getEventTypeString() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
clear text event type name (for logging purpose only)
getException() - Method in class javax.servlet.jsp.PageContext
The current value of the exception object (an Exception).
getException() - Method in class javax.websocket.SendResult
 
getException() - Method in class org.apache.catalina.ha.tcp.SendMessageData
 
getException() - Method in class org.apache.catalina.InstanceEvent
 
getException() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getException() - Method in class org.apache.jasper.runtime.PageContextImpl
Returns the exception associated with this page context, if any.
getExceptionOnFailedWrite() - Method in class org.apache.catalina.core.NamingContextListener
Returns whether or not an attempt to modify the JNDI context will trigger an exception or if the request will be ignored.
getExceptionOnFailedWrite() - Method in class org.apache.naming.NamingContext
 
getExceptionType() - Method in class org.apache.catalina.deploy.ErrorPage
Return the exception type.
getExcludedResponseStatusCodes() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getExcludedResponseStatusCodesAsInts() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getExecutor(String) - Method in class org.apache.catalina.core.StandardService
Retrieves executor by name, null if not found
getExecutor(String) - Method in class org.apache.catalina.mbeans.ServiceMBean
Retrieves executor by name
getExecutor(String) - Method in interface org.apache.catalina.Service
Retrieves executor by name, null if not found
getExecutor() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getExecutor() - Method in class org.apache.coyote.AbstractProcessor
 
getExecutor() - Method in class org.apache.coyote.AbstractProtocol
 
getExecutor() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
getExecutor() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
getExecutor() - Method in interface org.apache.coyote.Processor
 
getExecutor() - Method in interface org.apache.coyote.ProtocolHandler
The executor, provide access to the underlying thread pool.
getExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getExecutorName() - Method in class org.apache.catalina.connector.Connector
 
getExecutorTerminationTimeoutMillis() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getExpectedType() - Method in class javax.el.ValueExpression
 
getExpectedType() - Method in class org.apache.el.ValueExpressionImpl
 
getExpectedType() - Method in class org.apache.el.ValueExpressionLiteral
 
getExpectedType() - Method in class org.apache.jasper.el.JspValueExpression
 
getExpectedTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
 
getExpirationDate(ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the expiration date of the given ExpiresFilter.XHttpServletResponse or null if no expiration date has been configured for the declared content type.
getExpirationDate(ExpiresFilter.ExpiresConfiguration, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
getExpiredSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that have expired.
getExpiredSessions() - Method in class org.apache.catalina.session.ManagerBase
 
getExpiresConfigurationByContentType() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getExpireSessionsOnShutdown() - Method in class org.apache.catalina.ha.session.BackupManager
Deprecated.
Unused - will be removed in Tomcat 8.0.x
getExportedKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getExposedHeaders() - Method in class org.apache.catalina.filters.CorsFilter
Returns a Set of headers that should be exposed by browser.
getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
Deprecated.
As of JSP 2.1, replaced by JspApplicationContext.getExpressionFactory()
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
Deprecated.
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
Deprecated.
getExpressionFactory() - Method in interface javax.servlet.jsp.JspApplicationContext
Returns the JSP container's ExpressionFactory implementation for EL use.
getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
getExpressionString() - Method in class javax.el.Expression
 
getExpressionString() - Method in class org.apache.el.MethodExpressionImpl
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class org.apache.el.MethodExpressionLiteral
 
getExpressionString() - Method in class org.apache.el.ValueExpressionImpl
Returns the type the result of the expression will be coerced to after evaluation.
getExpressionString() - Method in class org.apache.el.ValueExpressionLiteral
 
getExpressionString() - Method in class org.apache.jasper.el.JspMethodExpression
 
getExpressionString() - Method in class org.apache.jasper.el.JspValueExpression
 
getExprInXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Takes a potential expression and converts it into XML form.
getExtension() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
 
getExtensionName() - Method in class org.apache.catalina.util.Extension
 
getExtensionResponse() - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
getExtensionResponse() - Method in interface org.apache.tomcat.websocket.Transformation
Obtain the extension that describes the information to be returned to the client.
getExtensions() - Method in interface javax.websocket.ClientEndpointConfig
 
getExtensions() - Method in interface javax.websocket.server.ServerEndpointConfig
 
getExtensions() - Method in class org.apache.jasper.JspC
Returns the list of file extensions that are treated as JSP files.
getExternalLoaders() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getExternalSubset(String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
 
getExtraNameCharacters() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getFacade() - Method in class org.apache.catalina.core.ApplicationContext
 
getFacade() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getFactory() - Static method in class org.apache.catalina.CatalinaFactory
Deprecated.
 
getFactory() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getFactory(FileMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
create factory for all transported war files
getFactory() - Static method in class org.apache.juli.logging.LogFactory
Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFactory() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getFactory() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getFactory() - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Returns the PoolableObjectFactory used by this pool to create and manage object instances.
getFactory() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
 
getFactory() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Returns the KeyedPoolableObjectFactory used by StackKeyedObjectPools created by this factory
getFactory() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Returns the PoolableObjectFactory used by this pool to create and manage object instances.
getFactory() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Returns the factory used by created pools.
getFactory() - Method in class org.apache.tomcat.util.digester.Digester
SAX parser factory method.
getFactory(Attributes) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Return an instance of our associated object creation factory, creating one if necessary.
getFactoryClassName() - Method in class org.apache.naming.AbstractRef
Retrieves the class name of the factory of the object to which this reference refers.
getFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardContext
 
getFailOnError() - Method in class org.apache.jasper.JspC
Returns true if an exception will be thrown in case of a compilation error.
getFailureCount() - Method in class org.apache.catalina.realm.LockOutRealm
Get the number of failed authentication attempts required to lock the user account.
getFailures() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getFakeAttributes() - Method in class org.apache.tomcat.util.digester.Digester
 
getFaultyMembers() - Method in exception org.apache.catalina.tribes.ChannelException
Returns an array of members that failed and the reason they failed.
getFeature(String) - Method in class org.apache.tomcat.util.digester.Digester
Returns a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.CompositeELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ListELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.MapELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
getFetchDirection() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getFetchDirection() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getFetchSize() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getFetchSize() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getFieldDescriptions() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the field name from the Content-disposition header.
getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the items field name.
getFieldName() - Method in exception org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Returns the field name of the item, which caused the exception.
getFieldNames() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getFieldTypes() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getFile() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
 
getFile() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns either the output file specified in the constructor or the temporary file created or null.
getFile() - Method in class org.apache.tomcat.util.net.URL
Return the filename part of the URL.
getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
Return the date format date based log rotation.
getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
Returns the factory class used when creating file items.
getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the factory class used when creating file items.
getFileItems() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
 
getFileItems() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
getFileLastModified(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFilename() - Method in class org.apache.catalina.core.ApplicationPart
Deprecated.
Use ApplicationPart.getSubmittedFileName() from Servlet 3.1 instead. This method will be removed in Tomcat 8.
getFileName() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getFileName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the file name from the Content-disposition header.
getFileName() - Method in exception org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Returns the file name of the item, which caused the exception.
getFilesByExt(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Is used only by deprecated method
getFileSize(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFileSizeMax() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the maximum size of a single file.
getFileSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
getFileSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
 
getFileSizeThreshold() - Method in class org.apache.catalina.deploy.MultipartDef
 
getFileText(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFilter() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilter() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getFilter() - Method in class org.apache.catalina.InstanceEvent
 
getFilterChain() - Method in class org.apache.catalina.connector.Request
Get filter chain associated with the request.
getFilterClass() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getFilterClass() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterInitParameterMap() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getFilterMappings() - Method in class org.apache.catalina.deploy.WebXml
 
getFilterName() - Method in interface javax.servlet.FilterConfig
Get the name of the filter.
getFilterName() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return the name of the filter we are configuring.
getFilterName() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterName() - Method in class org.apache.catalina.deploy.FilterMap
 
getFilterRegistration(String) - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
getFilterRegistration(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getFilterRegistration(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getFilterRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getFilterRegistrations() - Method in interface javax.servlet.ServletContext
 
getFilterRegistrations() - Method in class org.apache.catalina.core.ApplicationContext
 
getFilterRegistrations() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getFilterRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getFilters() - Method in class org.apache.catalina.deploy.WebXml
 
getFilters() - Method in class org.apache.coyote.http11.AbstractInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Get filters.
getFin() - Method in class org.apache.catalina.websocket.WsFrame
Deprecated.
 
getFIPSMode() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getFireRequestListenersOnForwards() - Method in interface org.apache.catalina.Context
 
getFireRequestListenersOnForwards() - Method in class org.apache.catalina.core.StandardContext
 
getFireRequestListenersOnForwards() - Method in class org.apache.catalina.startup.FailedContext
 
getFirst() - Method in class org.apache.catalina.core.StandardPipeline
 
getFirst() - Method in interface org.apache.catalina.Pipeline
 
getFirstInterceptor() - Method in class org.apache.catalina.tribes.group.GroupChannel
Returns the first interceptor of the stack.
getfirstInterceptor() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
getFloat(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getFloat(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getFloat(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getFloat(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getFloatingPoint() - Method in class org.apache.el.parser.AstFloatingPoint
 
getFlushableGZipOutputStream(OutputStream) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getForceDnHexEscape() - Method in class org.apache.catalina.realm.JNDIRealm
 
getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getFork() - Method in class org.apache.jasper.JspC
The boolean flag to tell Ant whether to fork JSP page compilations.
getFork() - Method in interface org.apache.jasper.Options
The boolean flag to tell Ant whether to fork JSP page compilations.
getForkJoinCommonPoolProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
getFormat(long) - Method in class org.apache.catalina.valves.AccessLogValve.DateFormatCache
 
getFormat(String, Locale, long) - Method in class org.apache.catalina.valves.AccessLogValve.DateFormatCache
 
getFormat(long) - Method in class org.apache.juli.DateFormatCache
 
getForwardExpired() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
getFQCN() - Method in class org.apache.jasper.JspCompilationContext
 
getFragCollection(FragmentationInterceptor.FragKey, ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
getFrequency() - Method in class org.apache.catalina.tribes.membership.McastService
 
getFullName() - Method in interface org.apache.catalina.User
 
getFullName() - Method in class org.apache.catalina.users.AbstractUser
Return the full name of this user.
getFunction(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
getFunctionClass() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The class of the function.
getFunctionColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getFunctionMapper() - Method in class javax.el.ELContext
 
getFunctionMapper() - Method in class org.apache.el.lang.EvaluationContext
 
getFunctionMapper() - Method in class org.apache.jasper.el.ELContextImpl
 
getFunctionMapper() - Method in class org.apache.jasper.el.ELContextWrapper
 
getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
getFunctions(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The signature of the function.
getGeneratedKeys() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getGetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
The name of the property getter method, if non-standard.
getGlobal() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getGlobal() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
getGlobal() - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
Obtain the GlobalRequestProcessor associated with the handler.
getGlobalNamingContext() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources context.
getGlobalNamingContext() - Method in interface org.apache.catalina.Server
 
getGlobalNamingResources() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources.
getGlobalNamingResources() - Method in interface org.apache.catalina.Server
 
getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
 
getGlobalWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
Identify the default web.xml to be used and obtain an input source for it.
getGroup() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
getGroup() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The (optional) group to which this MBean belongs.
getGroupname() - Method in interface org.apache.catalina.Group
 
getGroupname() - Method in class org.apache.catalina.users.AbstractGroup
Return the group name of this group, which must be unique within the scope of a UserDatabase.
getGroups() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all groups defined in this database.
getGroups() - Method in class org.apache.catalina.mbeans.UserMBean
Return the MBean Names of all groups this user is a member of.
getGroups() - Method in interface org.apache.catalina.User
 
getGroups() - Method in interface org.apache.catalina.UserDatabase
 
getGroups() - Method in class org.apache.catalina.users.AbstractUser
Return the set of Groups to which this user belongs.
getGroups() - Method in class org.apache.catalina.users.MemoryUser
Return the set of Groups to which this user belongs.
getGroups() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Groups defined in this user database.
getGssCredential() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getHandler(String) - Method in class org.apache.catalina.deploy.ContextService
 
getHandler() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
 
getHandler() - Method in class org.apache.coyote.AbstractProtocol
Obtain the handler associated with the underlying Endpoint
getHandler() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getHandler() - Method in class org.apache.coyote.ajp.AjpNioProtocol
 
getHandler() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getHandler() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getHandler() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getHandler() - Method in class org.apache.coyote.http11.Http11Protocol
 
getHandler() - Method in class org.apache.naming.ServiceRef
Add and Get Handlers classes.
getHandler() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the first handler in the interceptor chain
getHandler() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getHandler() - Method in class org.apache.tomcat.websocket.MessageHandlerResult
 
getHandlerclass() - Method in class org.apache.catalina.deploy.ContextHandler
 
getHandlers() - Method in class org.apache.catalina.deploy.ContextService
 
getHandlersSize() - Method in class org.apache.naming.ServiceRef
 
getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in interface javax.servlet.http.Part
Obtains the value of the specified part header as a String.
getHeader(String) - Method in class org.apache.catalina.connector.Request
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeader(String) - Method in class org.apache.catalina.connector.Response
 
getHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeader(String) - Method in class org.apache.catalina.core.ApplicationPart
 
getHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeader() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
getHeader(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getHeader(String) - Method in class org.apache.coyote.Request
 
getHeader(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns the value of the specified part header as a String.
getHeader(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
Returns the value of the specified part header as a String.
getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Retrieves the character encoding used when reading the headers of an individual part.
getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Retrieves the character encoding used when reading the headers of an individual part.
getHeaderEntry(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaderField(String) - Method in class org.apache.naming.resources.DirContextURLConnection
Returns the name of the specified header field.
getHeaderFields() - Method in class org.apache.naming.resources.DirContextURLConnection
Returns an unmodifiable Map of the header fields.
getHeaderForCode(int) - Static method in class org.apache.coyote.ajp.Constants
Converts an AJP coded HTTP request header to the header name.
getHeaderLength() - Method in class org.apache.coyote.ajp.AjpMessage
 
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
Get the header names set for this HTTP response.
getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
Get the header names set for this HTTP response.
getHeaderNames() - Method in interface javax.servlet.http.Part
Get the header names provided for this part.
getHeaderNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeaderNames() - Method in class org.apache.catalina.connector.Request
 
getHeaderNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaderNames() - Method in class org.apache.catalina.connector.Response
 
getHeaderNames() - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeaderNames() - Method in class org.apache.catalina.core.ApplicationPart
 
getHeaderNames() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaderNames() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getHeaderNames() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns an Iterator of all the header names.
getHeaderNames() - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
Returns an Iterator of all the header names.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletResponse
Return a Collection of all the header values associated with the specified header name.
getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Return a Collection of all the header values associated with the specified header name.
getHeaders(String) - Method in interface javax.servlet.http.Part
Obtain all the values of the specified part header.
getHeaders() - Method in interface javax.websocket.HandshakeResponse
 
getHeaders() - Method in interface javax.websocket.server.HandshakeRequest
 
getHeaders(String) - Method in class org.apache.catalina.connector.Request
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaders(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaders(String) - Method in class org.apache.catalina.connector.Response
 
getHeaders(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeaders(String) - Method in class org.apache.catalina.core.ApplicationPart
 
getHeaders(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaders(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getHeaders() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the file item headers.
getHeaders(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns all the values of the specified item header as an Iterator of String objects.
getHeaders() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
Returns the collection of headers defined locally within this item.
getHeaders() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the file item headers.
getHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
Returns all the values of the specified item header as an Iterator of String objects.
getHeaders() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getHeaders() - Method in class org.apache.tomcat.websocket.WsHandshakeResponse
 
getHeaderValueAsString(Object) - Method in class org.apache.naming.resources.DirContextURLConnection
 
getHeaderValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getHeartbeatSleeptime() - Method in class org.apache.catalina.tribes.group.GroupChannel
Returns the sleep time in milliseconds that the internal heartbeat will sleep in between invocations of Channel.heartbeat()
getHex(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
 
getHitCount() - Method in class org.apache.tomcat.util.buf.StringCache
 
getHitsCount() - Method in class org.apache.naming.resources.ResourceCache
Return the number of cache hits.
getHoldability() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getHoldability() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getHome() - Method in class org.apache.catalina.deploy.ContextEjb
 
getHome() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getHome(String) - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in interface org.apache.catalina.startup.UserDatabase
Return an absolute pathname to the home directory for the specified user.
getHomeBase() - Method in class org.apache.catalina.startup.UserConfig
Return the base directory containing user home directories.
getHook() - Method in class org.apache.coyote.Response
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getHost() - Method in class org.apache.catalina.connector.Request
 
getHost() - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
getHost() - Method in class org.apache.catalina.startup.Tomcat
 
getHost() - Method in interface org.apache.catalina.tribes.ChannelReceiver
String representation of the IPv4 or IPv6 address that this host is listening to.
getHost() - Method in interface org.apache.catalina.tribes.Member
Returns the listen host for the ChannelReceiver implementation
getHost() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Return the TCP listen host for this member
getHost() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getHost() - Method in class org.apache.tomcat.util.net.URL
Return the host name part of the URL.
getHostConfigBase() - Method in class org.apache.catalina.startup.ContextConfig
 
getHostHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
Obtain the name of the HTTP header used to override the value returned by Request.getServerName() and (optionally depending on {link RemoteIpValve.isChangeLocalName() Request.getLocalName().
getHostName() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
getHostname() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
getHostname() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getHostName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the host name.
getHostnameVerifier() - Method in class org.apache.catalina.realm.JNDIRealm
 
getHostnameVerifierClassName() - Method in class org.apache.catalina.realm.JNDIRealm
 
getHostWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
Identify the host web.xml to be used and obtain an input source for it.
getHstsMaxAgeSeconds() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
 
getHttpServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getHttpServletRequest() - Method in interface org.apache.catalina.comet.CometEvent
Returns the HttpServletRequest.
getHttpServletRequest() - Method in class org.apache.catalina.connector.CometEventImpl
 
getHttpServletResponse() - Method in interface org.apache.catalina.comet.CometEvent
Returns the HttpServletResponse.
getHttpServletResponse() - Method in class org.apache.catalina.connector.CometEventImpl
 
getHttpSession() - Method in interface javax.websocket.server.HandshakeRequest
Get the HTTP Session object associated with this request.
getHttpSession() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getHttpSessionId() - Method in class org.apache.tomcat.websocket.WsSession
 
getHttpsServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getHttpsServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getHttpUpgradeHandler() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
getHttpUpgradeHandler() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
getHttpUpgradeHandler() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
getHttpUpgradeHandler() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
getHttpUpgradeHandler() - Method in interface org.apache.coyote.Processor
 
getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getId() - Method in interface javax.servlet.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class javax.servlet.jsp.tagext.TagData
The value of the tag's id attribute.
getId() - Method in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
Get the jsp:id.
getId() - Method in interface javax.websocket.Session
Provides a unique identifier for the session.
getId() - Method in class org.apache.catalina.manager.DummyProxySession
 
getId() - Method in interface org.apache.catalina.Session
 
getId() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getId() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
getId() - Method in interface org.apache.catalina.UserDatabase
 
getId() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the unique global identifier of this user database.
getId(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
Return an int ID for faster access.
getId(String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Return an int ID for faster access.
getId() - Method in class org.apache.tomcat.websocket.WsSession
 
getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
getIdentifierQuoteString() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getIdInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getIdInternal() - Method in interface org.apache.catalina.Session
 
getIdInternal() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getIdle() - Method in class org.apache.catalina.ant.SessionsTask
 
getIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the number of idle connections
getIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If the pool has not been created, it will be created during this call.
getIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated.
As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getIDs() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attribute IDs.
getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
Class ID for use in the plugin tag when the browser is IE.
getIeClassId() - Method in class org.apache.jasper.JspC
Gets the class-id value that is sent to Internet Explorer when using <jsp:plugin> tags.
getIeClassId() - Method in interface org.apache.jasper.Options
Gets the class-id value that is sent to Internet Explorer when using <jsp:plugin> tags.
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getIgnoreAnnotations() - Method in interface org.apache.catalina.Context
Determine if annotations parsing is currently disabled
getIgnoreAnnotations() - Method in class org.apache.catalina.core.StandardContext
 
getIgnoreAnnotations() - Method in class org.apache.catalina.startup.FailedContext
 
getImage() - Method in interface org.apache.el.parser.Node
 
GetImage() - Method in class org.apache.el.parser.SimpleCharStream
Get token literal value.
getImage() - Method in class org.apache.el.parser.SimpleNode
 
getImpact() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The "impact" of this operation, which should be a (case-insensitive) string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN".
getImplementationName() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getImplementationURL() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendor() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendorId() - Method in class org.apache.catalina.util.Extension
 
getImplementationVersion() - Method in class org.apache.catalina.util.Extension
 
getImportedKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
getIncludeCoda() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getIncludeCodas() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getIncludeCodas() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getIncludeCodas() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getIncluded() - Method in class org.apache.catalina.connector.Response
Deprecated.
getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getIncludePreludes() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getIncludePreludes() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getInCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
getIndex() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the current index for error reporting purposes.
getIndex() - Method in class org.apache.catalina.util.StringParser
Return the zero-relative index of our current parsing position within the string being parsed.
getIndex() - Method in class org.apache.tomcat.util.bcel.classfile.SimpleElementValue
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
getInfo() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in interface org.apache.catalina.Cluster
 
getInfo() - Method in class org.apache.catalina.connector.Connector
 
getInfo() - Method in class org.apache.catalina.connector.Request
 
getInfo() - Method in class org.apache.catalina.connector.Response
 
getInfo() - Method in interface org.apache.catalina.Container
 
getInfo() - Method in class org.apache.catalina.core.ContainerBase
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardContext
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardEngine
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardHost
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardPipeline
Return descriptive information about this implementation class.
getInfo() - Method in class org.apache.catalina.core.StandardServer
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardService
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardWrapper
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Return descriptive information about this deployer implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ha.session.ClusterSessionListener
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.ha.session.DeltaManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Loader
 
getInfo() - Method in class org.apache.catalina.loader.WebappLoader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.manager.DummyProxySession
 
getInfo() - Method in interface org.apache.catalina.Manager
 
getInfo() - Method in class org.apache.catalina.realm.DataSourceRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Realm
 
getInfo() - Method in class org.apache.catalina.realm.JAASRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.JNDIRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.MemoryRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.RealmBase
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Server
 
getInfo() - Method in interface org.apache.catalina.Service
 
getInfo() - Method in class org.apache.catalina.session.FileStore
 
getInfo() - Method in interface org.apache.catalina.Session
 
getInfo() - Method in class org.apache.catalina.session.JDBCStore
 
getInfo() - Method in class org.apache.catalina.session.ManagerBase
Deprecated.
getInfo() - Method in class org.apache.catalina.session.PersistentManager
 
getInfo() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getInfo() - Method in class org.apache.catalina.session.StandardManager
 
getInfo() - Method in class org.apache.catalina.session.StandardSession
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StoreBase
 
getInfo() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.startup.FailedContext
 
getInfo() - Method in interface org.apache.catalina.Store
 
getInfo() - Method in class org.apache.catalina.tribes.membership.McastService
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
 
getInfo() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Valve
 
getInfo() - Method in class org.apache.catalina.valves.AccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.CometConnectionManagerValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.PersistentValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteAddrValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteIpValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestFilterValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.SemaphoreValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ValveBase
Return descriptive information about this Valve implementation.
getInfo(long) - Static method in class org.apache.tomcat.jni.Address
Create the Sockaddr object from apr_sockaddr_t
getInfo(int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
getInfoB(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Return SSL Info parameter as byte array.
getInfoI(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Return SSL Info parameter as integer.
getInfoS(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Return SSL Info parameter as String.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
The information string for the tag.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
getInitCapacity() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Returns the initial capacity of created pools.
getInitialCapacity() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Returns the initial capacity of StackKeyedObjectPools created by this factory.
getInitialContext(Hashtable<?, ?>) - Method in class org.apache.naming.java.javaURLContextFactory
Get a new (writable) initial context.
getInitialSize() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the initial size of the connection pool.
getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the number of connections that will be established when the connection pool is started.
getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getInitialSize() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the number of connections that will be established when the connection pool is started.
getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the number of connections that will be established when the connection pool is started.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.Registration
Get the value of an initialisation parameter.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the initialization parameter value for the specified name, if any; otherwise return null.
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameter(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the specified context initialization parameter.
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContext
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return an Enumeration of the names of the initialization parameters for this Filter.
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of initialization parameter names defined for this servlet.
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameterNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Return an enumeration of the names of context initialization parameters.
getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Get the init parameters data as an immutable Map.
getInitParameters() - Method in interface javax.servlet.Registration
Get the names and values of all the initialisation parameters.
getInitParameters() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getInitParameters() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getInitSleepingCapacity() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
 
getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
A custom query to be run when a connection is first created.
getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getInitSQL() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A custom query to be run when a connection is first created.
getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
A custom query to be run when a connection is first created.
getInjectionTargets() - Method in interface org.apache.catalina.deploy.Injectable
 
getInjectionTargets() - Method in class org.apache.catalina.deploy.ResourceBase
 
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
If my underlying Connection is not a DelegatingConnection, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
If my underlying ResultSet is not a DelegatingResultSet, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
If my underlying ResultSet is not a DelegatingResultSet, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
If my underlying Statement is not a DelegatingStatement, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegateInternal() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getInPoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
getInProgressAsyncCount() - Method in class org.apache.catalina.core.StandardContext
 
getInputBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Exposes input buffer to super class to allow better code re-use.
getInputBuffer() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getInputBuffer() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
getInputBuffer() - Method in class org.apache.coyote.http11.Http11Processor
 
getInputBuffer() - Method in class org.apache.coyote.Request
 
getInputSource() - Method in class org.apache.jasper.compiler.WebXml
 
getInputStream() - Method in interface javax.servlet.http.Part
Obtain an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
Returns an input stream on the XML view of a JSP page.
getInputStream() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInputStream() - Method in class org.apache.catalina.connector.Request
 
getInputStream() - Method in class org.apache.catalina.connector.RequestFacade
 
getInputStream() - Method in class org.apache.catalina.core.ApplicationPart
 
getInputStream() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getInputStream() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
getInputStream() - Method in interface org.apache.coyote.http11.upgrade.servlet31.WebConnection
Provides access to the AbstractServletInputStream for reading data from the client.
getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
 
getInputStream() - Method in class org.apache.naming.resources.DirContextURLConnection
Get input stream.
getInputStream(String) - Static method in class org.apache.tomcat.util.file.ConfigFileLoader
Load the resource from the specified location.
getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the input stream for the request.
getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the input stream for the request.
getInputStream() - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Deprecated.
Unused - will be removed in Tomcat 8.0.x
getInputStream(String) - Method in class org.apache.tomcat.util.scan.FileUrlJar
 
getInputStream(String) - Method in interface org.apache.tomcat.util.scan.Jar
Obtain an InputStream for a given entry in a JAR.
getInputStream(String) - Method in class org.apache.tomcat.util.scan.UrlJar
 
getInstalledExtensions() - Method in interface javax.websocket.WebSocketContainer
Get the installed extensions.
getInstalledExtensions() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Get the installed extensions.
getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
 
getInstance(Properties) - Static method in class javax.mail.Session
 
getInstance() - Static method in class org.apache.catalina.core.ApplicationFilterFactory
 
getInstance(File, boolean) - Static method in class org.apache.catalina.ha.deploy.FileMessageFactory
Creates a factory to read or write from a file.
getInstance() - Static method in class org.apache.el.util.JreCompat
 
getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldLocationsCache
Obtains the TLD location cache for the given ServletContext and creates one if one does not currently exist.
getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.
getInstance(String) - Method in class org.apache.juli.logging.LogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(Class<?>) - Method in class org.apache.juli.logging.LogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance() - Static method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
 
getInstance() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
getInstance(Locale) - Static method in class org.apache.tomcat.util.http.HttpMessages
 
getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstance() - Static method in class org.apache.tomcat.websocket.BackgroundProcessManager
 
getInstance() - Static method in class org.apache.tomcat.websocket.TransformationFactory
 
getInstanceManager() - Method in interface org.apache.catalina.Context
 
getInstanceManager() - Method in class org.apache.catalina.core.StandardContext
 
getInstanceManager() - Method in class org.apache.catalina.startup.FailedContext
 
getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
 
getInstanceSupport() - Method in class org.apache.catalina.core.StandardWrapper
Return the InstanceSupport object for this Wrapper instance.
getInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read an integer from packet, and advance the read position past it.
getInt(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getInt(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getInt(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getInt(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getInt() - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
getInt() - Method in class org.apache.tomcat.util.buf.CharChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
getInt() - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
getInteger() - Method in class org.apache.el.parser.AstInteger
 
getInterceptor() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
 
getInterceptor() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
getInterceptorClass() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
getInterceptors() - Method in class org.apache.catalina.tribes.group.GroupChannel
Returns an iterator of all the interceptors in this stack
getInterceptors() - Method in interface org.apache.catalina.tribes.ManagedChannel
Returns the interceptor stack
getInterface() - Method in class org.apache.catalina.deploy.ContextService
 
getInterfaceNames() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
 
getInternal(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getInternalid() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getInternalProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getInternalProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getInterruptedThreadsCount() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getInterruptible() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getInterruptThreadThreshold() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getInterval() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
getInterval() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
getIntHeader(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getIntHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getIntHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getIntHeader(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getInUsePoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
getInvalidatedSessions() - Method in interface org.apache.catalina.ha.ClusterManager
When the manager expires session not tied to a request.
getInvalidatedSessions() - Method in class org.apache.catalina.ha.session.BackupManager
 
getInvalidatedSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getInvalidAuthenticationWhenDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return true if a deny is handled by setting an invalid auth header.
getInvoke(String, Object[], String[], BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
getIOChannel() - Method in class org.apache.tomcat.util.net.NioChannel
getIOChannel
getip(long) - Static method in class org.apache.tomcat.jni.Address
Return the IP address (in numeric address string format) in an APR socket address.
getIsXml() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getIsXml() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getIsXml() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getItem() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
 
getItem() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
 
getItemIterator(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
getItemIterator(HttpServletRequest) - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
getJ2EEApplication() - Method in class org.apache.catalina.core.StandardContext
 
getJ2EEServer() - Method in class org.apache.catalina.core.StandardContext
 
getJarFile() - Method in interface org.apache.jasper.compiler.JarResource
 
getJarFile() - Method in class org.apache.jasper.compiler.JarURLResource
 
getJarName() - Method in class org.apache.catalina.deploy.WebXml
 
getJarOpenInterval() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the interval to keep all jar files open if no jar is accessed
getJarOpenInterval() - Method in class org.apache.catalina.loader.WebappLoader
Return the interval to keep all jar files open if no jar is accessed
getJarPath() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the JAR path.
getJarResource() - Method in class org.apache.jasper.compiler.TldLocation
 
getJarScanner() - Method in interface org.apache.catalina.Context
Get the Jar Scanner to be used to scan for JAR resources for this context.
getJarScanner() - Method in class org.apache.catalina.core.StandardContext
 
getJarScanner() - Method in class org.apache.catalina.startup.FailedContext
 
getJarScanner(ServletContext) - Static method in class org.apache.jasper.compiler.JarScannerFactory
Obtain the JarScanner associated with the specified ServletContext.
getJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJavaEncoding() - Method in class org.apache.jasper.JspC
Returns the encoding to use for java files.
getJavaEncoding() - Method in interface org.apache.jasper.Options
Java platform encoding to generate the JSP page servlet.
getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the Java source file in which the compilation error occurred.
getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
 
getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error line number.
getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
Path of the Java file relative to the work directory.
getJavaseClassLoader() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getJavaVMs() - Method in class org.apache.catalina.core.StandardContext
 
getJaxrpcmappingfile() - Method in class org.apache.catalina.deploy.ContextService
 
getJdbcInterceptors() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
A semicolon separated list of classnames extending JdbcInterceptor class.
getJdbcInterceptors() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getJdbcInterceptors() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A semicolon separated list of classnames extending JdbcInterceptor class.
getJdbcInterceptors() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
A semicolon separated list of classnames extending JdbcInterceptor class.
getJdbcInterceptorsAsArray() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the PoolConfiguration.getJdbcInterceptors() as an array of objects with properties and the classes.
getJdbcInterceptorsAsArray() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getJdbcInterceptorsAsArray() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the PoolConfiguration.getJdbcInterceptors() as an array of objects with properties and the classes.
getJdbcInterceptorsAsArray() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the PoolConfiguration.getJdbcInterceptors() as an array of objects with properties and the classes.
getJDBCMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get JMXConnection (default look at jmx.server project reference from jmxOpen Task).
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get JMXConnection
getJmxName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getJmxPool() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Return the object that is potentially registered in JMX for notifications
getJndiEnvironment(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the value of jndiEnvironment which is used when instantiating a jndi InitialContext.
getJndiExceptionOnFailedWrite() - Method in class org.apache.catalina.core.StandardContext
 
getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
Obtain the JspApplicationContext instance that was associated within the passed ServletContext for this web application.
getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the start line number (in the JSP file) of the JSP element responsible for the compilation error.
getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the body passed in by the container via setJspBody.
getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspConfig() - Method in class org.apache.jasper.JspC
Obtain JSP configuration information specified in web.xml.
getJspConfig() - Method in interface org.apache.jasper.Options
Obtain JSP configuration information specified in web.xml.
getJspConfigDescriptor() - Method in interface javax.servlet.ServletContext
 
getJspConfigDescriptor() - Method in interface org.apache.catalina.Context
 
getJspConfigDescriptor() - Method in class org.apache.catalina.core.ApplicationContext
 
getJspConfigDescriptor() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getJspConfigDescriptor() - Method in class org.apache.catalina.core.StandardContext
 
getJspConfigDescriptor() - Method in class org.apache.catalina.startup.FailedContext
 
getJspConfigDescriptor() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getJspContext() - Method in class javax.servlet.jsp.tagext.JspFragment
Returns the JspContext that is bound to this JspFragment.
getJspContext() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the page context passed in by the container via setJspContext.
getJspContext() - Method in class org.apache.jasper.runtime.JspFragmentHelper
 
getJspCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp.
getJspCount() - Method in class org.apache.jasper.servlet.JspServlet
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp with which this JspServlet is associated.
getJspEngineContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getJspExtract() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the extract of the JSP that corresponds to this message.
getJspFile() - Method in class org.apache.catalina.deploy.ServletDef
 
getJspFile() - Method in class org.apache.jasper.JspCompilationContext
Path of the JSP URI.
getJspFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the JSP file from which the Java source file was generated.
getJspIdleTimeout() - Method in class org.apache.jasper.EmbeddedServletOptions
Should any jsps be unloaded when being idle for this time in seconds?
getJspIdleTimeout() - Method in class org.apache.jasper.JspC
 
getJspIdleTimeout() - Method in interface org.apache.jasper.Options
The idle time in seconds after which a JSP is unloaded.
getJspLastModified() - Method in class org.apache.jasper.JspCompilationContext
Deprecated.
Will be removed in Tomcat 8.0.x. Use JspCompilationContext.getLastModified(String) instead.
getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
 
getJspProperty() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
 
getJspPropertyGroups() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
 
getJspPropertyGroups() - Method in class org.apache.catalina.core.ApplicationJspConfigDescriptor
 
getJspPropertyGroups() - Method in class org.apache.catalina.deploy.WebXml
 
getJspQueueLength() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the number of JSPs that are in the JSP limiter queue
getJspQueueLength() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that are in the JSP limiter queue This info may be used for monitoring purposes.
getJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the current value of the JSP reload counter.
getJspReloadCount() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that have been reloaded.
getJspUnloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the number of JSPs that have been unloaded.
getJspUnloadCount() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that have been unloaded.
getJspUri() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getJvmRoute() - Method in class org.apache.catalina.core.StandardEngine
Retrieve the cluster-wide unique identifier for this Engine.
getJvmRoute() - Method in interface org.apache.catalina.Engine
 
getJvmRoute() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the JvmRoute for the enclosing Engine.
getJvmRoute() - Method in interface org.apache.catalina.SessionIdGenerator
 
getJvmRoute() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Return the node identifier associated with this node which will be included in the generated session ID.
getKeepAliveCount() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Obtain the number of kept alive sockets.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
Number of keepalive sockets.
getKeepAliveTime() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
getKeepAliveTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getKeepAliveTimeout() - Method in class org.apache.coyote.AbstractProtocol
 
getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Return the number Keep-Alive timeout.
getKeepAliveTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we keeping generated code around?
getKeepGenerated() - Method in class org.apache.jasper.JspC
In JspC this always returns true.
getKeepGenerated() - Method in interface org.apache.jasper.Options
Are we keeping generated code around?
getKey() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getKey() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
getKey() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getKey() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
Get the unique message id
getKeyAlias() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getKeyAlias() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getKeyCache() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getKeyCount() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
getKeyData() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getKeyManagers() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeyManagers(String, String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Gets the initialized key managers.
getKeyManagers() - Method in interface org.apache.tomcat.util.net.SSLUtil
 
getKeyPass() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getKeyPass() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the keysize.
getKeystore(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystoreFile() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getKeystoreFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getKeystorePass() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getKeystorePass() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystoreProvider() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getKeystoreProvider() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getKeystoreType() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getKeystoreType() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getLandingPage() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the landing page to use when FORM auth is mis-used.
getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the large icon.
getLargeIcon() - Method in class org.apache.catalina.deploy.ContextService
 
getLargeIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getLargeIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getLargeIcon() - Method in class org.apache.catalina.deploy.ServletDef
 
getLargestPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getLastAccess() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
getLastAccess() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
getLastAccessedTime() - Method in class org.apache.catalina.manager.DummyProxySession
 
getLastAccessedTime() - Method in interface org.apache.catalina.Session
 
getLastAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSession
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getLastAccessedTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getLastAccessedTimeInternal() - Method in interface org.apache.catalina.Session
 
getLastAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
Return the last client access time without invalidation check
getLastAccessedTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
 
getLastCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getLastConnected() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the timestamp of when the connection was last connected to the database.
getLastError() - Static method in class org.apache.tomcat.jni.SSL
Return last SSL error string
getLastFailureTime() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
getLastJspQueueUpdate() - Method in class org.apache.jasper.compiler.JspRuntimeContext
 
getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastModified() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Returns the value of the last-modified header field.
getLastModified(String) - Method in class org.apache.jasper.JspCompilationContext
 
getLastModified() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getLastModified() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get last modified time.
getLastModified() - Method in class org.apache.naming.resources.ResourceAttributes
Get last modified time.
getLastModifiedDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get lastModified date.
getLastModifiedDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get lastModified date.
getLastModifiedHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getLastModifiedHttp() - Method in class org.apache.naming.resources.ResourceAttributes
 
getLastRegistered() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
Deprecated.
Unused - will be removed in Tomcat 8
getLastRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getLastSendTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getLastTimeReplicated() - Method in class org.apache.catalina.ha.session.DeltaSession
 
getLastTimeReplicated() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Return the last replicate time.
getLastUsageTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getLastUsed() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Get the last time this object was used in ms.
getLastValidated() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the timestamp of the last successful validation query execution.
getLbForceSession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbRecovertime() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbRetries() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbStickySession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLeader() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
getLen() - Method in class org.apache.coyote.ajp.AjpMessage
Return the current message length.
getLength() - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
getLength() - Method in class org.apache.catalina.util.StringParser
Return the length of the string we are parsing.
getLength() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the length of the original buffer.
getLibraryName() - Method in class org.apache.catalina.core.JniLifecycleListener
 
getLibraryNames() - Method in error org.apache.tomcat.jni.LibraryNotFoundError
 
getLibraryPath() - Method in class org.apache.catalina.core.JniLifecycleListener
 
getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
 
getLifecycleEvent() - Method in enum org.apache.catalina.LifecycleState
 
getLifo() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the LIFO property.
getLifo() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Whether or not the idle object pools act as LIFO queues.
getLifo() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getLifo() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Whether or not the idle object pool acts as a LIFO queue.
getLifo() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getLimit() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
getLimit() - Method in class org.apache.tomcat.util.threads.LimitLatch
Obtain the current limit.
getLimitInternal() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
getLine() - Method in class org.apache.el.parser.SimpleCharStream
Deprecated.
getLink() - Method in class org.apache.catalina.deploy.ContextEjb
 
getLink() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getLink() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getLink() - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
getLinked(Reference) - Method in class org.apache.naming.factory.EjbFactory
 
getLinked(Reference) - Method in class org.apache.naming.factory.FactoryBase
If this reference is a link to another JNDI object, obtain that object.
getLinked(Reference) - Method in class org.apache.naming.factory.ResourceEnvFactory
 
getLinked(Reference) - Method in class org.apache.naming.factory.ResourceFactory
 
getLinked(Reference) - Method in class org.apache.naming.factory.TransactionFactory
 
getListener() - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
getListener() - Method in class org.apache.catalina.ha.deploy.WarWatcher
 
getListener() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getListeners() - Method in class org.apache.catalina.deploy.WebXml
 
getLoader() - Method in interface org.apache.catalina.Container
 
getLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the Loader with which this Container is associated.
getLoader() - Method in class org.apache.catalina.startup.FailedContext
 
getLoaderClass() - Method in class org.apache.catalina.loader.WebappLoader
Return the ClassLoader class name.
getLoaderInternal() - Method in class org.apache.catalina.core.ContainerBase
 
getLoaderRepositories() - Method in class org.apache.catalina.loader.WebappLoader
 
getLoaderRepositoriesString() - Method in class org.apache.catalina.loader.WebappLoader
 
getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartup() - Method in class org.apache.catalina.deploy.ServletDef
 
getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
 
getLoadOnStartupString() - Method in class org.apache.catalina.core.StandardWrapper
 
getLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getLocal() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getLocal() - Method in class org.apache.tomcat.websocket.WsSession
 
getLocalAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
getLocalAddr() - Method in class org.apache.catalina.connector.Request
 
getLocalAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalAddr() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getLocalDataSource() - Method in class org.apache.catalina.realm.DataSourceRealm
Return if the datasource will be looked up in the webapp JNDI Context.
getLocale() - Method in class javax.el.ELContext
 
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocale() - Method in class org.apache.catalina.connector.Request
 
getLocale() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocale() - Method in class org.apache.catalina.connector.Response
 
getLocale() - Method in class org.apache.catalina.connector.ResponseFacade
 
getLocale() - Method in class org.apache.catalina.tribes.util.StringManager
Identify the Locale this StringManager is associated with
getLocale() - Method in class org.apache.catalina.valves.AccessLogValve
Return the locale used to format timestamps in log entries and in log file name suffix.
getLocale() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getLocale() - Method in class org.apache.coyote.Response
 
getLocale() - Method in class org.apache.el.lang.EvaluationContext
 
getLocale() - Method in class org.apache.jasper.el.ELContextWrapper
 
getLocale() - Method in class org.apache.tomcat.util.res.StringManager
Identify the Locale this StringManager is associated with.
getLocalEncodingMappings() - Method in class org.apache.catalina.deploy.WebXml
 
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocales() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getLocales() - Method in class org.apache.catalina.connector.Request
 
getLocales() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocales() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getLocalJvmRoute(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
get jvmroute from engine
getLocalLoopbackDisabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
 
getLocalMember() - Method in interface org.apache.catalina.ha.CatalinaCluster
Return the member that represents this node.
getLocalMember() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Return the member that represents this node.
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.Channel
Return the member that represents this node.
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.getLocalMember(boolean) method
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Return the member that represents this node.
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
Return the member that represents this node.
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Return the member that represents this node.
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Return the member that represents this node.
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
Return the local member
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.MembershipService
Returns the member object that defines this member
getLocalMemberName() - Method in class org.apache.catalina.tribes.membership.McastService
Return the local member name
getLocalName() - Method in interface javax.servlet.ServletRequest
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalName() on the wrapped request object.
getLocalName() - Method in class org.apache.catalina.connector.Request
 
getLocalName() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalName() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getLocalName() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getLocalName() - Method in class org.apache.el.parser.AstFunction
 
getLocalparts() - Method in class org.apache.catalina.deploy.ContextHandler
 
getLocalPort() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalPort() on the wrapped request object.
getLocalPort() - Method in class org.apache.catalina.connector.Connector
 
getLocalPort() - Method in class org.apache.catalina.connector.Request
 
getLocalPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalPort() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getLocalPort() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getLocalPort() - Method in class org.apache.coyote.AbstractProtocol
 
getLocalPort() - Method in class org.apache.coyote.Request
 
getLocalPort() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getLocalPort() - Method in class org.apache.tomcat.util.net.AprEndpoint
Port in use.
getLocalPort() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Port in use.
getLocalPort() - Method in class org.apache.tomcat.util.net.NioEndpoint
Port in use.
getLocalWar() - Method in class org.apache.catalina.ant.DeployTask
 
getLocation() - Method in class javax.servlet.MultipartConfigElement
 
getLocation() - Method in class org.apache.catalina.deploy.ErrorPage
Return the location.
getLocation() - Method in class org.apache.catalina.deploy.MultipartDef
 
getLocation() - Method in class org.apache.catalina.startup.ClassLoaderFactory.Repository
 
getLocation(String) - Method in class org.apache.jasper.compiler.TldLocationsCache
Gets the 'location' of the TLD associated with the given taglib 'uri'.
getLocation() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
getLock() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
getLockOutTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the period for which an account will be locked.
getLog() - Method in class org.apache.catalina.valves.RemoteAddrValve
 
getLog() - Method in class org.apache.catalina.valves.RemoteHostValve
 
getLog() - Method in class org.apache.catalina.valves.RequestFilterValve
 
getLog() - Method in class org.apache.coyote.AbstractProcessor
 
getLog() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
getLog() - Method in class org.apache.coyote.AbstractProtocol
Concrete implementations need to provide access to their logger to be used by the abstract classes.
getLog() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
getLog() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
getLog() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getLog() - Method in class org.apache.coyote.ajp.AjpNioProcessor
 
getLog() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
 
getLog() - Method in class org.apache.coyote.ajp.AjpNioProtocol
 
getLog() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getLog() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
getLog() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getLog() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getLog() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getLog() - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
getLog() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
getLog() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getLog() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
getLog() - Method in class org.apache.coyote.http11.Http11Processor
 
getLog() - Method in class org.apache.coyote.http11.Http11Protocol
 
getLog() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
getLog() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
getLog() - Method in class org.apache.coyote.http11.upgrade.AprProcessor
 
getLog() - Method in class org.apache.coyote.http11.upgrade.BioProcessor
 
getLog() - Method in class org.apache.coyote.http11.upgrade.NioProcessor
 
getLog(Class<?>) - Static method in class org.apache.juli.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog(String) - Static method in class org.apache.juli.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getLog() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getLog() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getLog() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getLog() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
getLog() - Method in class org.apache.tomcat.websocket.WsFrameBase
 
getLog() - Method in class org.apache.tomcat.websocket.WsFrameClient
 
getLogAbandoned() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Flag to log stack traces for application code which abandoned a Statement or Connection.
getLogAbandoned() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Flag to log stack traces for application code which abandoned a Statement or Connection.
getLogArgs() - Method in class org.apache.catalina.startup.VersionLoggerListener
 
getLogEffectiveWebXml() - Method in interface org.apache.catalina.Context
Should the effective web.xml for this context be logged on context start?
getLogEffectiveWebXml() - Method in class org.apache.catalina.core.StandardContext
 
getLogEffectiveWebXml() - Method in class org.apache.catalina.startup.FailedContext
 
getLogElement(String, ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getLogEnv() - Method in class org.apache.catalina.startup.VersionLoggerListener
 
getLogger() - Method in interface org.apache.catalina.Container
Obtain the log to which events for this container should be logged.
getLogger() - Method in class org.apache.catalina.core.ContainerBase
Return the Logger for this Container.
getLogger() - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
getLogger() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
 
getLogger() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getLogger() - Method in class org.apache.catalina.filters.FailedRequestFilter
 
getLogger() - Method in class org.apache.catalina.filters.FilterBase
 
getLogger() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
getLogger() - Method in class org.apache.catalina.filters.RemoteAddrFilter
 
getLogger() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
 
getLogger() - Method in class org.apache.catalina.filters.RemoteHostFilter
 
getLogger() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
getLogger() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns the associates logger with this cluster.
getLogger() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getLogger() - Method in class org.apache.catalina.startup.FailedContext
 
getLogger(String) - Method in class org.apache.juli.ClassLoaderLogManager
Get the logger associated with the specified name inside the classloader local configuration.
getLogger() - Method in class org.apache.tomcat.util.digester.Digester
 
getLoggerNames() - Method in class org.apache.juli.ClassLoaderLogManager
Get an enumeration of the logger names currently defined in the classloader local configuration.
getLoginConfig() - Method in interface org.apache.catalina.Context
 
getLoginConfig() - Method in class org.apache.catalina.core.StandardContext
 
getLoginConfig() - Method in class org.apache.catalina.deploy.WebXml
 
getLoginConfig() - Method in class org.apache.catalina.startup.FailedContext
 
getLoginConfigName() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
getLoginPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getLogInterval() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
BasicDataSource does NOT support this method.
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the value of loginTimeout.
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
getLoginTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getLogProps() - Method in class org.apache.catalina.startup.VersionLoggerListener
 
getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if errors that happen during validation will be logged
getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns true if errors that happen during validation will be logged
getLogValidationErrors() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if errors that happen during validation will be logged
getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if errors that happen during validation will be logged
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Returns the log writer being used by this configuration to log information on abandoned objects.
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the log writer being used by this data source.
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Get the log writer for this data source.
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the value of logWriter.
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
Returns my log writer.
getLogWriter() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getLong(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getLong(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getLong(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getLong(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getLong() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLong() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to an long, cache the value.
getLongInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read a 32 bits integer from packet, and advance the read position past it.
getLookupName() - Method in class org.apache.catalina.deploy.ResourceBase
 
getLoopbackAddress() - Method in class org.apache.tomcat.util.compat.JreCompat
 
getMajorVersion() - Method in interface javax.servlet.ServletContext
Returns the major version of the Java Servlet API that this servlet container supports.
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMajorVersion() - Method in class org.apache.catalina.deploy.WebXml
 
getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the Servlet API major version number.
getMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
getManagedBean(Object) - Static method in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
getManagedResource() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Get the instance handle of the object against which we execute all methods in this ModelMBean management interface.
getManager() - Method in interface org.apache.catalina.Container
 
getManager() - Method in class org.apache.catalina.core.ContainerBase
Return the Manager with which this Container is associated.
getManager(String) - Method in interface org.apache.catalina.ha.CatalinaCluster
 
getManager(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
get ClusterManager
getManager(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getManager() - Method in class org.apache.catalina.manager.DummyProxySession
 
getManager() - Method in interface org.apache.catalina.Session
 
getManager() - Method in class org.apache.catalina.session.StandardSession
Return the Manager within which this Session is valid.
getManager() - Method in class org.apache.catalina.session.StoreBase
 
getManager() - Method in class org.apache.catalina.startup.FailedContext
 
getManager() - Method in interface org.apache.catalina.Store
 
getManager(Class<?>) - Static method in class org.apache.catalina.tribes.util.StringManager
The StringManager will be returned for the package in which the class is located.
getManager(String) - Static method in class org.apache.catalina.tribes.util.StringManager
If a manager for a package already exists, it will be reused, else a new StringManager will be created and returned.
getManager(String, Locale) - Static method in class org.apache.catalina.tribes.util.StringManager
If a manager for a package/Locale combination already exists, it will be reused, else a new StringManager will be created and returned.
getManager(String, Enumeration<Locale>) - Static method in class org.apache.catalina.tribes.util.StringManager
Retrieve the StringManager for a list of Locales.
getManager(String) - Static method in class org.apache.naming.StringManager
Get the StringManager for a particular package.
getManager(Class<?>) - Static method in class org.apache.naming.StringManager
 
getManager(Class<?>) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a given class.
getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(String, Locale) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package and Locale.
getManager(String, Enumeration<Locale>) - Static method in class org.apache.tomcat.util.res.StringManager
Retrieve the StringManager for a list of Locales.
getManagerInternal() - Method in class org.apache.catalina.core.ContainerBase
 
getManagerName(String, Manager) - Method in interface org.apache.catalina.ha.CatalinaCluster
 
getManagerName(String, Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getManagers() - Method in interface org.apache.catalina.ha.CatalinaCluster
 
getManagers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getManagerTemplate() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getMapContextName() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getMapForFunction(String, Class<?>, String, Class<?>[]) - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Creates an instance for this class, and stores the Method for the given EL function prefix and name.
getMapId() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getMapMembers(HashMap<Member, Long>) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getMapMembers() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getMapMembersExcl(Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getMapName() - Method in class org.apache.catalina.ha.session.BackupManager
 
getMapOwner() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we supporting HTML mapped servlets?
getMappedFile() - Method in class org.apache.jasper.JspC
Are we supporting HTML mapped servlets?
getMappedFile() - Method in interface org.apache.jasper.Options
Are we supporting HTML mapped servlets?
getMapper() - Method in class org.apache.catalina.connector.Connector
 
getMapper() - Method in interface org.apache.catalina.Context
 
getMapper() - Method in class org.apache.catalina.core.StandardContext
 
getMapper() - Method in class org.apache.catalina.startup.FailedContext
 
getMapperContextRootRedirectEnabled() - Method in interface org.apache.catalina.Context
Determines if requests for a web application context root will be redirected (adding a trailing slash) by the Mapper.
getMapperContextRootRedirectEnabled() - Method in class org.apache.catalina.core.StandardContext
Determines if requests for a web application context root will be redirected (adding a trailing slash) by the Mapper.
getMapperContextRootRedirectEnabled() - Method in class org.apache.catalina.startup.FailedContext
 
getMapperDirectoryRedirectEnabled() - Method in interface org.apache.catalina.Context
Determines if requests for a directory will be redirected (adding a trailing slash) by the Mapper.
getMapperDirectoryRedirectEnabled() - Method in class org.apache.catalina.core.StandardContext
Determines if requests for a directory will be redirected (adding a trailing slash) by the Mapper.
getMapperDirectoryRedirectEnabled() - Method in class org.apache.catalina.startup.FailedContext
 
getMapping() - Method in class org.apache.tomcat.util.http.mapper.WrapperMappingInfo
 
getMappingData() - Method in class org.apache.catalina.connector.Request
 
getMappingObject() - Method in interface org.apache.catalina.Container
Deprecated.
getMappingObject() - Method in class org.apache.catalina.core.ContainerBase
Deprecated.
getMappingObject() - Method in class org.apache.catalina.startup.FailedContext
 
getMappings() - Method in interface javax.servlet.ServletRegistration
 
getMappings() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getMapSendOptions() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getMapSendOptions() - Method in class org.apache.catalina.ha.context.ReplicatedContext
 
getMapSendOptions() - Method in class org.apache.catalina.ha.session.BackupManager
 
getMask() - Method in class org.apache.catalina.websocket.WsFrame
Deprecated.
 
getMatch() - Method in class org.apache.tomcat.util.digester.Digester
 
getMatchAllServletNames() - Method in class org.apache.catalina.deploy.FilterMap
 
getMatchAllUrlPatterns() - Method in class org.apache.catalina.deploy.FilterMap
 
getMaxActive() - Method in interface org.apache.catalina.Manager
Gets the maximum number of sessions that have been active at the same time.
getMaxActive() - Method in class org.apache.catalina.session.ManagerBase
 
getMaxActive() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the maximum number of active connections that can be allocated at the same time.
getMaxActive() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
The maximum number of active statements that can be allocated from this pool at the same time, or non-positive for no limit.
getMaxActive() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
getMaxActive() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the cap on the number of object instances allocated by the pool (checked out or idle), per key.
getMaxActive() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getMaxActive() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the maximum number of objects that can be allocated by the pool (checked out to clients, or idle awaiting checkout) at a given time.
getMaxActive() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The maximum number of active connections that can be allocated from this pool at the same time.
getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxActive() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of active connections that can be allocated from this pool at the same time.
getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The maximum number of active connections that can be allocated from this pool at the same time.
getMaxActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
 
getMaxActiveSessions() - Method in exception org.apache.catalina.session.TooManyActiveSessionsException
Gets the maximum number of sessions allowed by the session manager.
getMaxAge() - Method in class javax.servlet.http.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxAge() - Method in interface javax.servlet.SessionCookieConfig
 
getMaxAge() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Time in milliseconds to keep this connection before reconnecting.
getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxAge() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Time in milliseconds to keep this connection before reconnecting.
getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Time in milliseconds to keep this connection before reconnecting.
getMaxAge() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getMaxAllocateIterations() - Method in class org.apache.naming.resources.ResourceCache
Deprecated.
- unused
getMaxBinaryLiteralLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxBinaryMessageBufferSize() - Method in interface javax.websocket.Session
Get the current maximum buffer size for binary messages.
getMaxBinaryMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsSession
 
getMaxCacheSize() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
getMaxCatalogNameLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.coyote.AbstractProtocol
 
getMaxConnections() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getMaxCookieCount() - Method in class org.apache.coyote.AbstractProcessor
 
getMaxCookieCount() - Method in class org.apache.coyote.AbstractProtocol
 
getMaxCursorNameLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxDays() - Method in class org.apache.catalina.valves.AccessLogValve
 
getMaxExtensionSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getMaxFieldSize() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getMaxFileSize() - Method in class javax.servlet.MultipartConfigElement
 
getMaxFileSize() - Method in class org.apache.catalina.deploy.MultipartDef
 
getMaxHeaderCount() - Method in class org.apache.catalina.connector.Connector
 
getMaxHeaderCount() - Method in class org.apache.coyote.AbstractProtocol
 
getMaxHeaderCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the maximum number of connections that can remain idle in the pool.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
The maximum number of statements that can remain idle in the pool, without extra ones being released, or negative for no limit.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the cap on the number of "idle" instances per key.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getMaxIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the cap on the number of "idle" instances in the pool.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getMaxIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
getMaxIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
getMaxIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
getMaxIdleBackup() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store.
getMaxIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getMaxIdleTime() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getMaxIdleTime() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getMaxIdleTimeout() - Method in interface javax.websocket.Session
Get the idle timeout for this session.
getMaxIdleTimeout() - Method in class org.apache.tomcat.websocket.WsSession
 
getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxInactiveInterval() - Method in class org.apache.catalina.manager.DummyProxySession
 
getMaxInactiveInterval() - Method in interface org.apache.catalina.Manager
Deprecated.
Ignored. Context.getSessionTimeout() always takes precedence. Will be removed in Tomcat 8.5.x.
getMaxInactiveInterval() - Method in interface org.apache.catalina.Session
 
getMaxInactiveInterval() - Method in class org.apache.catalina.session.ManagerBase
 
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSession
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getMaxIndexLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxInstances() - Method in class org.apache.catalina.core.StandardWrapper
Return maximum number of instances that will be allocated when a single thread model servlet is used.
getMaxInvocationDate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getMaxInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Maximum number of requests which can be performed over a keepalive connection.
getMaxKeepAliveRequests() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getMaxLoadedJsps() - Method in class org.apache.jasper.EmbeddedServletOptions
Should jsps be unloaded if to many are loaded?
getMaxLoadedJsps() - Method in class org.apache.jasper.JspC
 
getMaxLoadedJsps() - Method in interface org.apache.jasper.Options
The maximum number of loaded jsps per web-application.
getMaxMessageSize() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
getMaxMessageSize() - Method in interface org.apache.tomcat.websocket.WrappedMessageHandler
 
getMaxOpenPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Gets the value of the BasicDataSource.maxOpenPreparedStatements property.
getMaxParameterCount() - Method in class org.apache.catalina.connector.Connector
 
getMaxPostSize() - Method in class org.apache.catalina.connector.Connector
 
getMaxPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Returns the maximun number of prepared statements.
getMaxProcedureNameLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxQueue() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
getMaxQueueLength() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
getMaxQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getMaxQueueSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getMaxRequestSize() - Method in class javax.servlet.MultipartConfigElement
 
getMaxRequestSize() - Method in class org.apache.catalina.deploy.MultipartDef
 
getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
 
getMaxRetryAttempts() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getMaxRows() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getMaxRowSize() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxSavePostSize() - Method in class org.apache.catalina.connector.Connector
 
getMaxSavePostSize() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Return the maximum size of the post which will be saved during FORM or CLIENT-CERT authentication.
getMaxSchemaNameLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getMaxSize() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
getMaxSize() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
getMaxSleeping() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
 
getMaxSleeping() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Returns the maximum number of idle instances in each keyed pool for StackKeyedObjectPools created by this factory
getMaxSleeping() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Returns the maximum number of idle instances in the pool.
getMaxSleeping() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Returns the maxIdle setting for created pools.
getMaxSpareSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getMaxSpareThreads() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
getMaxStatementLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxStatements() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxSwallowSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getMaxTableNameLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxTasks() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getMaxTextMessageBufferSize() - Method in interface javax.websocket.Session
Get the maximum buffer size for text messages.
getMaxTextMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsSession
 
getMaxThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getMaxThreads() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
getMaxThreads() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getMaxThreads() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
getMaxThreads() - Method in class org.apache.coyote.AbstractProtocol
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getMaxThreads() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
 
getMaxThreadsInternal() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getMaxThreadsWithExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getMaxTime() - Method in class org.apache.catalina.core.StandardContext
Gets the maximum processing time of all servlets in this StandardContext.
getMaxTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getMaxTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getMaxTime() - Method in class org.apache.coyote.RequestInfo
 
getMaxTotal() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the overall maximum number of objects (across pools) that can exist at one time.
getMaxTotal() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getMaxTrailerSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getMaxUserNameLength() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getMaxValidTime() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getMaxValidTime() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
 
getMaxWait() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
getMaxWait() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the maximum number of milliseconds that the pool will wait for a connection to be returned before throwing an exception.
getMaxWait() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
getMaxWait() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the maximum amount of time (in milliseconds) the GenericKeyedObjectPool.borrowObject(K) method should block before throwing an exception when the pool is exhausted and the "when exhausted" action is GenericKeyedObjectPool.WHEN_EXHAUSTED_BLOCK.
getMaxWait() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getMaxWait() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the maximum amount of time (in milliseconds) the GenericObjectPool.borrowObject() method should block before throwing an exception when the pool is exhausted and the "when exhausted" action is GenericObjectPool.WHEN_EXHAUSTED_BLOCK.
getMaxWait() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxWait() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
getMbAppTx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMBeanAttributeType(MBeanServerConnection, String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get MBean Attribute from Mbean Server
getMBeanInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Return the MBeanInfo object for this MBean.
getMBeanParameterInfo() - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
getMBeans() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
Return the list of mbeans created by this source.
getMBeans() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Deprecated.
Return the list of loaded mbeans names
getMBeanServer() - Static method in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
getMBeanServer() - Method in class org.apache.tomcat.util.modeler.Registry
Factory method to create (if necessary) and return our MBeanServer instance.
getMbRx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMbTx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMcastAddr() - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use getAddress
getMcastBindAddress() - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use getBind
getMcastDropTime() - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use getDropTime
getMcastFrequency() - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use getFrequency
getMcastPort() - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use getPort()
getMcastSoTimeout() - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use getSoTimeout
getMcastTTL() - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use getTtl
getMember(Member) - Method in interface org.apache.catalina.tribes.Channel
Returns the member from the membership service with complete and recent data.
getMember() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
getMember(Member) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.getMember(Member) method
getMember(Member) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getMember(Member) - Method in class org.apache.catalina.tribes.membership.McastService
 
getMember(byte[], MemberImpl) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
Deserializes a member from data sent over the wire
getMember(byte[], int, int, MemberImpl) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
 
getMember(byte[]) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
 
getMember(byte[], int, int) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
 
getMember(Member) - Method in class org.apache.catalina.tribes.membership.Membership
 
getMember() - Method in class org.apache.catalina.tribes.membership.Membership.MbrEntry
Return the actual Member object
getMember(Member) - Method in interface org.apache.catalina.tribes.MembershipService
 
getMemberAliveTime() - Method in interface org.apache.catalina.tribes.Member
Contains information on how long this member has been online.
getMemberAliveTime() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Contains information on how long this member has been online.
getMemberEntries() - Method in class org.apache.catalina.tribes.membership.Membership
get a copy from all member entries
getMembers() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns all the members currently participating in the cluster.
getMembers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Get all current cluster members
getMembers() - Method in interface org.apache.catalina.tribes.Channel
Get all current group members
getMembers() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.getMembers() method
getMembers() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Get all current cluster members
getMembers() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
Get all current cluster members
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Get all current cluster members
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Get all current cluster members
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getMembers() - Method in class org.apache.catalina.tribes.membership.McastService
 
getMembers() - Method in class org.apache.catalina.tribes.membership.Membership
Returning a list of all the members in the membership We not need a copy: add and remove generate new arrays.
getMembers() - Method in interface org.apache.catalina.tribes.MembershipService
Returns a list of all the members in the cluster.
getMembersByName() - Method in class org.apache.catalina.tribes.membership.McastService
Return all the members by name
getMembersByName() - Method in interface org.apache.catalina.tribes.MembershipService
Return all members by name
getMembershipService() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
getMembershipService() - Method in class org.apache.catalina.tribes.group.GroupChannel
Returns the membership service component
getMembershipService() - Method in interface org.apache.catalina.tribes.ManagedChannel
Returns the membership service
getMessage() - Method in class javax.servlet.jsp.tagext.ValidationMessage
Get the localized validation message.
getMessage() - Method in class org.apache.catalina.connector.Response
 
getMessage() - Method in class org.apache.catalina.ha.tcp.SendMessageData
 
getMessage() - Method in class org.apache.catalina.tribes.ByteMessage
Returns the message contents of this byte message
getMessage() - Method in exception org.apache.catalina.tribes.ChannelException
Returns the message for this exception
getMessage() - Method in interface org.apache.catalina.tribes.ChannelMessage
returns the byte buffer that contains the actual message payload
getMessage() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
getMessage() - Method in class org.apache.catalina.tribes.group.Response
 
getMessage() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getMessage() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
getMessage() - Method in class org.apache.coyote.Response
Get the status message.
getMessage() - Method in error org.apache.el.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(String) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(String, Object...) - Static method in class org.apache.jasper.compiler.Localizer
 
getMessage(int) - Method in class org.apache.tomcat.util.http.HttpMessages
Get the status string associated with a status code.
getMessageDestinationRefs() - Method in class org.apache.catalina.deploy.WebXml
 
getMessageDestinations() - Method in class org.apache.catalina.deploy.WebXml
 
getMessageHandlers() - Method in interface javax.websocket.Session
 
getMessageHandlers(Object, Map<String, String>, Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getMessageHandlers() - Method in class org.apache.tomcat.websocket.WsSession
 
getMessageListener() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the message listener that is associated with this receiver
getMessageListener() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
getMessageListener
getMessageNumber() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getMessageNumber() - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
getMetaData() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getMetaData() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
getMetaData() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethod() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getMethod() - Method in class org.apache.catalina.connector.Request
 
getMethod() - Method in class org.apache.catalina.connector.RequestFacade
 
getMethod() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getMethod() - Method in class org.apache.coyote.RequestInfo
 
getMethod() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
getMethod(Object, Object, Class<?>[], Object[]) - Static method in class org.apache.el.util.ReflectionUtil
Returns a method based on the criteria.
getMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
getMethodForCode(int) - Static method in class org.apache.coyote.ajp.Constants
Converts an AJP coded HTTP method to the method name.
getMethodInfo(ELContext) - Method in class javax.el.MethodExpression
 
getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionLiteral
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.AstIdentifier
 
getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.AstValue
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.apache.el.parser.Node
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.SimpleNode
 
getMethodInfo(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
 
getMethodInfo(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Find the operation info for a method
getMethodInfo(ObjectName, String, int) - Method in class org.apache.tomcat.util.modeler.Registry
Find the operation info for a method.
getMethodMapping() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
getMethodName() - Method in class javax.servlet.HttpMethodConstraintElement
 
getMethodNames() - Method in class javax.servlet.ServletSecurityElement
 
getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
 
getMimeHeaders() - Method in class org.apache.coyote.Request
 
getMimeHeaders() - Method in class org.apache.coyote.Response
 
getMimeMappings() - Method in class org.apache.catalina.deploy.WebXml
 
getMimeType(String) - Method in interface javax.servlet.ServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the MIME type of the specified file, or null if the MIME type cannot be determined.
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMimeType(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the MIME type for the specified filename.
getMimeType() - Method in class org.apache.naming.resources.ResourceAttributes
 
getMinBufferSize() - Method in exception org.apache.tomcat.websocket.ReadBufferOverflowException
 
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Returns the minimum amount of time a statement may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any).
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Returns the minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any).
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any).
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
getMinIdle() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the minimum number of idle connections in the pool.
getMinIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the minimum number of idle objects to maintain in each of the keyed pools.
getMinIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getMinIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the minimum number of objects allowed in the pool before the evictor thread (if active) spawns new objects.
getMinIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The minimum number of established connections that should be kept in the pool at all times.
getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMinIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum number of established connections that should be kept in the pool at all times.
getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The minimum number of established connections that should be kept in the pool at all times.
getMinIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getMinimumUmask() - Method in class org.apache.catalina.security.SecurityListener
Get the minimum umask that must be configured before Tomcat will start.
getMinInvocationDate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getMinInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getMinorVersion() - Method in interface javax.servlet.ServletContext
Returns the minor version of the Servlet API that this servlet container supports.
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMinorVersion() - Method in class org.apache.catalina.deploy.WebXml
 
getMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the Servlet API minor version number.
getMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
getMinSpareThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getMinSpareThreads() - Method in class org.apache.coyote.AbstractProtocol
 
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getMinTasks() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getMinThreads() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getMinThreads() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
getMinTime() - Method in class org.apache.catalina.core.StandardContext
Gets the minimum processing time of all servlets in this StandardContext.
getMinTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getModelerType() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Modification test interval.
getModificationTestInterval() - Method in class org.apache.jasper.JspC
In JspC this always returns 0.
getModificationTestInterval() - Method in interface org.apache.jasper.Options
Modification test interval.
getModuleName(Class<?>) - Method in class org.apache.tomcat.util.compat.JreCompat
What is the module of the given class?
getMoreData(byte, boolean, int, ByteBuffer) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
getMoreData(byte, boolean, int, ByteBuffer) - Method in interface org.apache.tomcat.websocket.Transformation
Obtain more input data.
getMoreResults() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getMoreResults(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getMostSevere(ErrorState) - Method in enum org.apache.coyote.ErrorState
Compare this ErrorState with the provided ErrorState and return the most severe.
getMsgCount() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getMsgNr() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
getMsgRxCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMsgTxCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMsgTxErr() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMsgType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getMultipartConfigElement() - Method in class org.apache.catalina.core.StandardWrapper
 
getMultipartConfigElement() - Method in interface org.apache.catalina.Wrapper
 
getMultipartDef() - Method in class org.apache.catalina.deploy.ServletDef
 
getMultiPartStream() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
getMultiport() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
getName() - Method in class javax.el.MethodInfo
 
getName() - Method in class javax.servlet.http.Cookie
Returns the name of the cookie.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in interface javax.servlet.http.Part
Obtain the name of the field in the multipart form corresponding to this part.
getName() - Method in class javax.servlet.jsp.tagext.FunctionInfo
The name of the function.
getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
The name of this attribute.
getName() - Method in class javax.servlet.jsp.tagext.TagFileInfo
The unique action name of this tag.
getName() - Method in interface javax.servlet.Registration
 
getName() - Method in class javax.servlet.ServletContextAttributeEvent
Return the name of the attribute that changed on the ServletContext.
getName() - Method in class javax.servlet.ServletRequestAttributeEvent
Return the name of the attribute that changed on the ServletRequest.
getName() - Method in interface javax.servlet.SessionCookieConfig
 
getName() - Method in interface javax.websocket.Extension
 
getName() - Method in interface javax.websocket.Extension.Parameter
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the name used at remote MbeanServer.
getName() - Method in class org.apache.catalina.connector.CoyotePrincipal
 
getName() - Method in interface org.apache.catalina.Container
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getName() - Method in class org.apache.catalina.core.ApplicationPart
 
getName() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getName() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getName() - Method in class org.apache.catalina.core.ContainerBase
Return a name string (suitable for use by humans) that describes this Container.
getName(Method) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Deprecated.
getName() - Method in class org.apache.catalina.core.NamingContextListener
Return the "name" property.
getName() - Method in class org.apache.catalina.core.StandardHost
 
getName() - Method in class org.apache.catalina.core.StandardService
Return the name of this Service.
getName() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getName() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getName() - Method in class org.apache.catalina.deploy.ErrorPage
 
getName() - Method in interface org.apache.catalina.deploy.Injectable
 
getName() - Method in class org.apache.catalina.deploy.ResourceBase
 
getName() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the name of this web resource collection.
getName() - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
getName() - Method in class org.apache.catalina.deploy.WebXml
 
getName() - Method in interface org.apache.catalina.Executor
 
getName() - Method in interface org.apache.catalina.ha.ClusterManager
Return the name of the manager, at host /context name and at engine hostname+/context.
getName() - Method in class org.apache.catalina.ha.session.BackupManager
 
getName() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getName() - Method in class org.apache.catalina.ha.session.SerializablePrincipal
 
getName() - Method in class org.apache.catalina.realm.CombinedRealm
 
getName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in class org.apache.catalina.realm.JAASRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JNDIRealm
 
getName() - Method in class org.apache.catalina.realm.LockOutRealm
 
getName() - Method in class org.apache.catalina.realm.MemoryRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.NullRealm
 
getName() - Method in class org.apache.catalina.realm.RealmBase
Return a short name for this Realm implementation, for use in log messages.
getName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return a short name for this Realm implementation.
getName() - Method in interface org.apache.catalina.Service
 
getName() - Method in class org.apache.catalina.session.JDBCStore
 
getName() - Method in class org.apache.catalina.session.ManagerBase
 
getName() - Method in class org.apache.catalina.session.PersistentManager
 
getName() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getName() - Method in class org.apache.catalina.session.StandardManager
 
getName() - Method in class org.apache.catalina.startup.FailedContext
 
getName() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getName() - Method in interface org.apache.catalina.tribes.Member
 
getName() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Return the name of this object
getName() - Method in class org.apache.catalina.users.AbstractGroup
Make the principal name the same as the group name.
getName() - Method in class org.apache.catalina.users.AbstractRole
Make the principal name the same as the role name.
getName() - Method in class org.apache.catalina.users.AbstractUser
Make the principal name the same as the group name.
getName() - Method in class org.apache.catalina.util.ContextName
 
getName() - Method in class org.apache.coyote.AbstractProtocol
The name will be prefix-address-port if address is non-null and prefix-port if the address is null.
getName() - Method in class org.apache.jasper.compiler.TldLocation
 
getName() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the name of this node.
getName() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.ResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getName() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the name of this pool
getName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the name of the connection pool.
getName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the name of the connection pool.
getName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the name of the connection pool.
getName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the original file name in the client's file system.
getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the original file name in the client's file system, as provided by the browser (or other client software).
getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the original file name in the client's file system, as provided by the browser (or other client software).
getName() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the items file name.
getName() - Method in exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
Returns the invalid file name.
getName(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
getName() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getName() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
The name of this feature, which must be unique among features in the same collection.
getName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The name of this managed bean, which must be unique among all MBeans managed by a particular MBeans server.
getName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getName() - Method in class org.apache.tomcat.websocket.pojo.PojoPathParam
 
getName() - Method in class org.apache.tomcat.websocket.WsExtension
 
getName() - Method in class org.apache.tomcat.websocket.WsExtensionParameter
 
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a request dispatcher for the specified servlet name.
getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-from-attribute> element.
getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-given> element.
getNameIndex() - Method in class org.apache.coyote.AbstractProtocol
 
getNameIndex() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantClass
 
getnameinfo(long, int) - Static method in class org.apache.tomcat.jni.Address
Look up the host name from an apr_sockaddr_t.
getNameInNamespace() - Method in class org.apache.naming.NamingContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.EmptyDirContext
 
getNameInNamespace() - Method in class org.apache.naming.resources.FileDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.WARDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.SelectorContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
getNameParser(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNamePrefix() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getNamePrefix() - Method in class org.apache.coyote.AbstractProtocol
Obtain the prefix to be used when construction a name for this protocol handler.
getNamePrefix() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getNamePrefix() - Method in class org.apache.coyote.ajp.AjpNioProtocol
 
getNamePrefix() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getNamePrefix() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getNamePrefix() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getNamePrefix() - Method in class org.apache.coyote.http11.Http11Protocol
 
getNames() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Return the set of names that are accepted by this filter.
getNames() - Method in class org.apache.tomcat.util.modeler.FixedNotificationFilter
Return the set of names that are accepted by this filter.
getNamespaceAware() - Method in class org.apache.tomcat.util.digester.Digester
 
getNamespaceuri(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.Rule
Return the namespace URI for which this Rule is relevant, if any.
getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.Rules
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RulesBase
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.RuleSet
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RuleSetBase
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets namespace to apply to Rule's added
getNameString() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValuePair
 
getNamingContext() - Method in class org.apache.catalina.core.NamingContextListener
Deprecated.
getNamingContextListener() - Method in class org.apache.catalina.core.StandardContext
Naming context listener accessor.
getNamingResources() - Method in interface org.apache.catalina.Context
 
getNamingResources() - Method in class org.apache.catalina.core.StandardContext
 
getNamingResources() - Method in class org.apache.catalina.deploy.ContextTransaction
Deprecated.
getNamingResources() - Method in class org.apache.catalina.deploy.ResourceBase
 
getNamingResources() - Method in class org.apache.catalina.startup.FailedContext
 
getNCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getNCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getNCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getNCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getNClob(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getNClob(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getNClob(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getNClob(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
 
getNegotiatedExtensions() - Method in interface javax.websocket.Session
 
getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
getNegotiatedExtensions() - Method in class org.apache.tomcat.websocket.WsSession
 
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
 
getNegotiatedSubprotocol() - Method in interface javax.websocket.Session
 
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
getNegotiatedSubprotocol() - Method in class org.apache.tomcat.websocket.WsSession
 
getNetworkTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getNetworkTimeout(Connection) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getNewDataSender() - Method in class org.apache.catalina.tribes.transport.bio.PooledMultiSender
getNewDataSender
getNewDataSender() - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
getNewDataSender() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
getNewDeltaSession() - Method in class org.apache.catalina.ha.session.DeltaManager
Deprecated.
Unused. This will be removed in Tomcat 10.
getNewInstance(Reference) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSourceFactory
 
getNewInstance(Reference) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSourceFactory
 
getNewSession() - Method in class org.apache.catalina.session.ManagerBase
Get new session class to be used in the doLoad() method.
getNext() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Retrieve the next interceptor in the list
getNext() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getNext() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
getNext() - Method in interface org.apache.catalina.Valve
 
getNext() - Method in class org.apache.catalina.valves.ValveBase
Return the next Valve in this pipeline, or null if this is the last Valve in the pipeline.
getNext() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Returns the next interceptor in the chain
getNext(Node) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Get the next sibling with the same name and type
getNext(Node, String, int) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Return the next sibling with a given name and type
getNextBackupIndex() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getNextBackupNode() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getNextInLine(MemberImpl, MemberImpl[]) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
getNextMode() - Method in class org.apache.tomcat.util.log.UserDataHelper
Returns log mode for the next log message, or null if the message should not be logged.
getNextPoll() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
getNextPut() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
getNextToken() - Method in class org.apache.el.parser.ELParser
Get the next Token.
getNextToken() - Method in class org.apache.el.parser.ELParserTokenManager
Get the next Token.
getNoCompressionStrongETag() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getNoKeepAliveUserAgents() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
getNonceCacheSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getNonceCountWindowSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getNonceValidity() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getNormalizedPath() - Method in class org.apache.tomcat.websocket.server.UriTemplate
 
getNote(String) - Method in class org.apache.catalina.connector.Request
 
getNote(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
getNote(String) - Method in interface org.apache.catalina.Session
 
getNote(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(int) - Method in class org.apache.coyote.Request
 
getNote(int) - Method in class org.apache.coyote.Response
 
getNoteNames() - Method in class org.apache.catalina.connector.Request
Deprecated.
getNoteNames() - Method in class org.apache.catalina.manager.DummyProxySession
 
getNoteNames() - Method in interface org.apache.catalina.Session
 
getNoteNames() - Method in class org.apache.catalina.session.StandardSession
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNotificationInfo() - Method in class org.apache.catalina.core.StandardContext
 
getNotificationInfo() - Method in class org.apache.catalina.core.StandardWrapper
 
getNotificationInfo() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
getNotificationInfo() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Return an MBeanNotificationInfo object describing the notifications sent by this MBean.
getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Return an MBeanNotificationInfo object describing the notifications sent by this MBean.
getNotifications() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The collection of notifications for this MBean.
getNotifTypes() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
The set of notification types for this MBean.
getNrOfCrossContextSendRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getNrOfFilterRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getNrOfInvocations() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getNrOfRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getNrOfSendRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getNString(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getNString(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getNString(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getNString(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getNumActive() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
[Read Only] The current number of active connections that have been allocated from this data source.
getNumActive() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
Get the number of active connections in the default pool.
getNumActive(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
Get the number of active connections in the pool for a given user.
getNumActive() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
Get the number of active connections in the pool.
getNumActive(K) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Not supported in this base implementation.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the total number of instances current borrowed from this pool but not yet returned.
getNumActive(Object) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the number of instances currently borrowed from but not yet returned to the pool corresponding to the given key.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Return the number of instances currently borrowed from this pool.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Return the number of instances currently borrowed from this pool.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Returns the total number of instances current borrowed from this pool but not yet returned.
getNumActive(K) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Returns the number of instances currently borrowed from but not yet returned to the pool corresponding to the given key.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Return the number of instances currently borrowed from this pool.
getNumActive(K) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Returns the number of instances currently borrowed from but not yet returned to the pool corresponding to the given key (optional operation).
getNumActive() - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Returns the total number of instances current borrowed from this pool but not yet returned (optional operation).
getNumActive() - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Return the number of instances currently borrowed from this pool (optional operation).
getNumActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getNumActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNumActive() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getNumberOfSessions() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
getNumberOfSessions() - Method in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
 
getNumericFunctions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getNumIdle() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
[Read Only] The current number of idle connections that are waiting to be allocated from this data source.
getNumIdle() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
Get the number of idle connections in the default pool.
getNumIdle(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
Get the number of idle connections in the pool for a given user.
getNumIdle() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
Get the number of idle connections in the pool.
getNumIdle(K) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Not supported in this base implementation.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Not supported in this base implementation.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the total number of instances currently idle in this pool.
getNumIdle(Object) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the number of instances corresponding to the given key currently idle in this pool.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Return the number of instances currently idle in this pool.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Returns an approximation not less than the of the number of idle instances in the pool.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Returns the total number of instances currently idle in this pool.
getNumIdle(K) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Returns the number of instances corresponding to the given key currently idle in this pool.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Return the number of instances currently idle in this pool.
getNumIdle(K) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Returns the number of instances corresponding to the given key currently idle in this pool (optional operation).
getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Returns the total number of instances currently idle in this pool (optional operation).
getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Return the number of instances currently idle in this pool (optional operation).
getNumIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getNumIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNumIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the value of the BasicDataSource.numTestsPerEvictionRun property.
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Returns the number of statements to examine during each run of the idle object evictor thread (if any).
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Returns the number of objects to examine during each run of the idle object evictor thread (if any).
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the max number of objects to examine during each run of the idle object evictor thread (if any).
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the max number of objects to examine during each run of the idle object evictor thread (if any).
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Property not used
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNumTestsPerEvictionRun() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Property not used
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Property not used
getObject() - Method in exception javax.websocket.EncodeException
 
getObject(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getObject(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getObject(int, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getObject(String, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getObject(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getObject(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getObject(int, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getObject(String, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getObject(CallableStatement, int, Class<T>) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getObject(CallableStatement, String, Class<T>) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getObject(ResultSet, int, Class<T>) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getObject(ResultSet, String, Class<T>) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getObjectInputStream(InputStream) - Method in class org.apache.catalina.session.StoreBase
Create the object input stream to use to read a session from the store.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.catalina.users.MemoryUserDatabaseFactory
Create and return a new MemoryUserDatabase instance that has been configured according to the properties of the specified Reference.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.BeanFactory
Create a new Bean instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.DataSourceLinkFactory
Create a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.FactoryBase
Creates a new object instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.LookupFactory
Create a new Resource env instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.MailSessionFactory
Create and return an object instance based on the specified characteristics.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.OpenEjbFactory
Create a new EJB instance using OpenEJB.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.ResourceLinkFactory
Create a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.SendMailFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.webservices.ServiceRefFactory
Create a new serviceref instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.java.javaURLContextFactory
Crete a new Context's instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory
Create and return a new BasicDataSource instance.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
implements ObjectFactory to create an instance of this class
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Create and return a new BasicDataSource instance.
getObjectName() - Method in interface org.apache.catalina.Container
Obtain the JMX name for this container.
getObjectName() - Method in interface org.apache.catalina.JmxEnabled
 
getObjectName() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Obtain the name under which this component has been registered with JMX.
getObjectName() - Method in class org.apache.coyote.AbstractProtocol
 
getObjectName(Class<?>, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
getObjectName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.connector.Connector
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.connector.MapperListener
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardContext
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardEngine
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardHost
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardServer
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardService
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardWrapper
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.deploy.NamingResources
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.loader.WebappLoader
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.realm.RealmBase
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.session.ManagerBase
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.startup.FailedContext
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Allow sub-classes to specify the key properties component of the ObjectName that will be used to register this component.
getObjectNameKeyProperties() - Method in class org.apache.catalina.valves.ValveBase
 
getOffset() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
getOnClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getOnCloseArgs(Map<String, String>, Session, CloseReason) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getOnError() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getOnErrorArgs(Map<String, String>, Session, Throwable) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getOnOpen() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getOnOpenArgs(Map<String, String>, Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getOoBInline() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getOoBInline() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getOoBInline() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getOomParachute() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getOomParachuteData() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getOpaque() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getOpCode() - Method in class org.apache.catalina.websocket.WsFrame
Deprecated.
 
getOpenSessions() - Method in interface javax.websocket.Session
Obtain the set of open sessions associated with the same local endpoint as this session.
getOpenSessions() - Method in class org.apache.tomcat.websocket.WsSession
 
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
getOperations() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The collection of operations for this MBean.
getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
 
getOptionCheck() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getOptionFlag() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
An interceptor can react to a message based on a set bit on the message options.
getOptionFlag() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
getOptions() - Method in interface org.apache.catalina.tribes.ChannelMessage
The message options is a 32 bit flag set that triggers interceptors and message behavior.
getOptions() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getOptions() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
getOptions() - Method in class org.apache.jasper.JspCompilationContext
Get hold of the Options object for this context.
getOriginalDocBase() - Method in class org.apache.catalina.core.StandardContext
 
getOrignalSessionID() - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
getOut() - Method in class javax.servlet.jsp.JspContext
The current value of the out object (a JspWriter).
getOut() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getOut() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getOutboundByteBufferSize() - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
 
getOutboundCharBufferSize() - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
 
getOutboundRemaining() - Method in class org.apache.tomcat.util.net.NioChannel
 
getOutboundRemaining() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getOutCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
getOutputBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Exposes output buffer to super class to allow better code re-use.
getOutputBuffer() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
getOutputBuffer() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
getOutputBuffer() - Method in class org.apache.coyote.http11.Http11Processor
 
getOutputBuffer() - Method in class org.apache.coyote.Response
 
getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
The output directory to generate code into.
getOutputName() - Method in class org.apache.el.parser.AstFunction
 
getOutputStream() - Method in interface javax.servlet.ServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getOutputStream() on the wrapped response object.
getOutputStream() - Method in class org.apache.catalina.connector.Response
 
getOutputStream() - Method in class org.apache.catalina.connector.ResponseFacade
 
getOutputStream() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getOutputStream() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a OutputStream, throws and exception if a printwriter already been returned.
getOutputStream() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
getOutputStream() - Method in interface org.apache.coyote.http11.upgrade.servlet31.WebConnection
Provides access to the AbstractServletOutputStream for writing data to the client.
getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
getOutputStream() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getOutputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOutputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOverride() - Method in interface org.apache.catalina.Context
 
getOverride() - Method in class org.apache.catalina.core.StandardContext
 
getOverride() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getOverride() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getOverride() - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
getOverride() - Method in class org.apache.catalina.startup.FailedContext
 
getPacketSize() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
getPacketSize() - Method in class org.apache.coyote.ajp.AjpMessage
 
getPage() - Method in class javax.servlet.jsp.PageContext
The current value of the page object (In a Servlet environment, this is an instance of javax.servlet.Servlet).
getPage() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getPage() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.JspFactory
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getPageEncoding() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getPageEncoding() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getPageEncoding() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getPageEncoding() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
 
getPageNodes() - Method in class org.apache.jasper.compiler.Compiler
Retrieves the parsed nodes of the JSP page, if they are available.
getParameter(String) - Method in interface javax.servlet.ServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
getParameter(String) - Method in class org.apache.catalina.connector.Request
 
getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getParameter(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getParameter(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParameterCount() - Method in class org.apache.tomcat.util.http.parser.MediaType
 
getParameterMap() - Method in interface javax.servlet.ServletRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterMap() on the wrapped request object.
getParameterMap() - Method in interface javax.websocket.server.HandshakeRequest
 
getParameterMap() - Method in class org.apache.catalina.connector.Request
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterMap() - Method in class org.apache.catalina.deploy.FilterDef
 
getParameterMap() - Method in class org.apache.catalina.deploy.ServletDef
 
getParameterMap() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getParameterMap() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getParameterMetaData() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
getParameterNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameterNames() - Method in class org.apache.catalina.connector.Request
 
getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterNames() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
 
getParameters() - Method in interface javax.websocket.Extension
 
getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI query parameters
getParameters() - Method in class org.apache.coyote.Request
 
getParameters(EvaluationContext) - Method in class org.apache.el.parser.AstMethodParameters
 
getParameters(String, String, KeyStore) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Return the initialization parameters for the TrustManager.
getParameters() - Method in class org.apache.tomcat.websocket.WsExtension
 
getParameterTypes(EvaluationContext) - Method in class org.apache.el.parser.AstMethodParameters
 
getParameterValue(String) - Method in class org.apache.tomcat.util.http.parser.MediaType
 
getParameterValues(String) - Method in interface javax.servlet.ServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getParameterValues(String) - Method in class org.apache.catalina.connector.Request
 
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterValues(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParamTypes() - Method in class javax.el.MethodInfo
 
getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in interface javax.servlet.jsp.tagext.Tag
Get the parent (closest enclosing tag handler) for this tag handler.
getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
Returns the parent of this tag, which is always getAdaptee().getParent().
getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
The Tag instance most closely enclosing this tag instance.
getParent() - Method in interface org.apache.catalina.Container
Get the parent container.
getParent() - Method in class org.apache.catalina.core.ContainerBase
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getParent() - Method in class org.apache.catalina.startup.FailedContext
 
getParentClassLoader() - Method in interface org.apache.catalina.Container
Get the parent class loader.
getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the parent class loader (if any) for this web application.
getParentClassLoader() - Method in class org.apache.catalina.core.StandardContext
 
getParentClassLoader() - Method in class org.apache.catalina.core.StandardEngine
Return the parent class loader for this component.
getParentClassLoader() - Method in class org.apache.catalina.core.StandardServer
Return the parent class loader for this component.
getParentClassLoader() - Method in class org.apache.catalina.core.StandardService
Return the parent class loader for this component.
getParentClassLoader() - Method in interface org.apache.catalina.Server
 
getParentClassLoader() - Method in interface org.apache.catalina.Service
 
getParentClassLoader() - Method in class org.apache.catalina.startup.Catalina
 
getParentClassLoader() - Method in class org.apache.catalina.startup.FailedContext
 
getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the parent ClassLoader.
getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the PluginContext for the parent of this custom tag.
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
getParentLogger() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getParentPool() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
 
getParseBodyMethods() - Method in class org.apache.catalina.connector.Connector
 
getParsedHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Parses the header-part and returns as key/value pairs.
getParseFailedReason() - Method in class org.apache.tomcat.util.http.Parameters
 
getParser() - Method in class org.apache.tomcat.util.digester.Digester
 
getParsingRequestLinePhase() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
getPart(String) - Method in interface javax.servlet.http.HttpServletRequest
Gets the named Part or null if the Part does not exist.
getPart(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Gets the named Part or null if the Part does not exist.
getPart(String) - Method in class org.apache.catalina.connector.Request
Gets the named Part or null if the Part does not exist.
getPart(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getPart(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getPartialServletStackTrace(Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Print out a partial servlet stack trace (truncating at the last occurrence of javax.servlet.).
getParts() - Method in interface javax.servlet.http.HttpServletRequest
Return a collection of all uploaded Parts.
getParts() - Method in class javax.servlet.http.HttpServletRequestWrapper
Return a collection of all uploaded Parts.
getParts() - Method in class org.apache.catalina.connector.Request
Return a collection of all uploaded Parts.
getParts() - Method in class org.apache.catalina.connector.RequestFacade
 
getParts() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getPassword() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getPassword() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the password credential (if any) associated with the SSO.
getPassword() - Method in class org.apache.catalina.ha.session.SerializablePrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Get the password for the specified user.
getPassword() - Method in class org.apache.catalina.realm.JNDIRealm.User
 
getPassword(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.NullRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.RealmBase
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the password associated with the given principal's user name.
getPassword() - Method in interface org.apache.catalina.User
 
getPassword() - Method in class org.apache.catalina.users.AbstractUser
Return the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
getPassword() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the password passed to the JDBC driver to establish connections.
getPassword() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Get the value of password for the default user.
getPassword() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getPassword() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getPassword() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the password used when establishing connections to the database.
getPassword() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the password used when establishing connections to the database.
getPasswordAuthentication() - Method in class javax.mail.Authenticator
 
getPath() - Method in class javax.servlet.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in class javax.servlet.jsp.tagext.TagFileInfo
Where to find the .tag file implementing this action.
getPath() - Method in interface javax.servlet.SessionCookieConfig
 
getPath() - Method in interface javax.websocket.server.ServerEndpointConfig
Returns the path at which this WebSocket server endpoint has been registered.
getPath() - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
 
getPath() - Method in class org.apache.catalina.ant.ValidatorTask
 
getPath() - Method in interface org.apache.catalina.Context
 
getPath() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getPath() - Method in class org.apache.catalina.core.StandardContext
 
getPath() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getPath() - Method in class org.apache.catalina.startup.FailedContext
 
getPath() - Method in class org.apache.catalina.util.ContextName
 
getPath() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
 
getPath() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getPath() - Method in class org.apache.tomcat.util.net.URL
Return the path part of the URL.
getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathInfo() on the wrapped request object.
getPathInfo() - Method in class org.apache.catalina.connector.Request
 
getPathInfo() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathInfo() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getPathInfoMB() - Method in class org.apache.catalina.connector.Request
Deprecated.
getPathname() - Method in class org.apache.catalina.realm.MemoryRealm
Return the pathname of our XML file containing user definitions.
getPathname() - Method in class org.apache.catalina.session.StandardManager
 
getPathname() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the relative or absolute pathname to the persistent storage file.
getPathParameter(String) - Method in class org.apache.catalina.connector.Request
 
getPathParameters() - Method in interface javax.websocket.Session
 
getPathParameters() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
getPathParameters() - Method in class org.apache.tomcat.websocket.WsSession
 
getPathPrefix(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Determines the appropriate path to prepend resources with when generating directory listings.
getPathPrefix(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
Determines the prefix for standard directory GET listings.
getPathsAcceptingParams() - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
 
getPathTranslated() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPathTranslated() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
getPathTranslated() - Method in class org.apache.catalina.connector.Request
 
getPathTranslated() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathTranslated() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getPathWithoutContext(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
Return the format pattern.
getPaused() - Method in interface org.apache.catalina.Context
Is this Context paused whilst it is reloaded?
getPaused() - Method in class org.apache.catalina.core.StandardContext
 
getPaused() - Method in class org.apache.catalina.startup.FailedContext
 
getPayload() - Method in interface org.apache.catalina.tribes.Member
returns the payload associated with this member
getPayload() - Method in class org.apache.catalina.tribes.membership.McastService
 
getPayload() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getPayload() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
 
getPayLoad() - Method in class org.apache.catalina.websocket.WsFrame
Deprecated.
 
getPayLoadLength() - Method in class org.apache.catalina.websocket.WsFrame
Deprecated.
 
getPeerCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain(boolean) - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPerformanceBandwidth() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getPerformanceConnectionTime() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getPerformanceLatency() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getPerformConnectTest() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Deprecated.
getPerformReadTest() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getPerformSendTest() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getPermission() - Method in class org.apache.naming.resources.DirContextURLConnection
Get the Permission for this URL
getPermissionCollection() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager PermissionCollection for this web application context.
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the Permissions for a CodeSource.
getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
Get the Permissions for a CodeSource.
getPermittedSize() - Method in exception org.apache.tomcat.util.http.fileupload.impl.SizeException
Retrieves the permitted size of the request.
getPersistAuthentication() - Method in class org.apache.catalina.session.ManagerBase
Return whether sessions managed by this manager shall persist authentication information or not.
getPerUserDefaultAutoCommit(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The keys are usernames and the value is the --.
getPerUserDefaultReadOnly(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The keys are usernames and the value is the --.
getPerUserDefaultTransactionIsolation(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The isolation level of connections when returned from getConnection.
getPerUserMaxActive(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
getPerUserMaxIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
getPerUserMaxWait(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
getpid() - Static method in class org.apache.tomcat.jni.Stdlib
Get current process pid.
getPipeline() - Method in interface org.apache.catalina.Container
Return the Pipeline object that manages the Valves associated with this Container.
getPipeline() - Method in class org.apache.catalina.core.ContainerBase
Return the Pipeline object that manages the Valves associated with this Container.
getPipeline() - Method in class org.apache.catalina.startup.FailedContext
 
getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the value of an attribute in the current tagplugin context.
getPojo() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
getPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPoller() - Method in class org.apache.tomcat.util.net.NioChannel
 
getPoller() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getPoller0() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return an available poller in true round robin fashion
getPollerSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollerSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollerThreadCount() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getPollerThreadCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getPollerThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getPollerThreadPriority() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getPollTime() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollTime() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollTime() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPongMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
 
getPool() - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Returns the ObjectPool in which Connections are pooled.
getPool(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
Deprecated.
This will be removed in a future version of DBCP.
getPool() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getPool() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getPool() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
getPoolCleaners() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
getPoolCounter() - Static method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getPooledConnection() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Attempt to establish a database connection using the default user and password.
getPooledConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Attempt to establish a database connection.
getPooledConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getPooledConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getPooledConnectionAndInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
getPooledConnectionAndInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
 
getPooledConnectionAndInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
 
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - return the name of the pool
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getPoolName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
 
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
getPoolNames() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
getPoolNames() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - return the names of all the pools
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the pool properties associated with this connection pool
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the configuration for this connection and pool
getPools() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
 
getPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getPoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
getPoolSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getPoolSize() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
Returns the current number of threads in the pool.
getPoolStats(String) - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Returns the query stats for a given pool
getPoolTimer() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
getPoolVersion() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getPort() - Method in class org.apache.catalina.connector.Connector
 
getPort() - Method in class org.apache.catalina.core.StandardServer
Return the port number we listen to for shutdown commands.
getPort() - Method in interface org.apache.catalina.Server
 
getPort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the listening port
getPort() - Method in interface org.apache.catalina.tribes.Member
Returns the listen port for the ChannelReceiver implementation
getPort() - Method in class org.apache.catalina.tribes.membership.McastService
 
getPort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Return the listen port of this member
getPort() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getPort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getPort() - Method in class org.apache.coyote.AbstractProtocol
 
getPort() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.URL
Return the port number part of the URL.
getPortHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getPortHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
Obtain the name of the HTTP header used to override the value returned by Request.getServerPort() and (optionally depending on {link RemoteIpValve.isChangeLocalPort() Request.getLocalPort().
getPortlink(String) - Method in class org.apache.catalina.deploy.ContextService
 
getPortName(int) - Method in class org.apache.catalina.deploy.ContextHandler
 
getPortNamesSize() - Method in class org.apache.catalina.deploy.ContextHandler
 
getPostConstructMethods() - Method in class org.apache.catalina.deploy.WebXml
 
getppid() - Static method in class org.apache.tomcat.jni.Stdlib
Get current process parent pid.
getPreDestroyMethods() - Method in class org.apache.catalina.deploy.WebXml
 
getPreemptiveAuthentication() - Method in interface org.apache.catalina.Context
 
getPreemptiveAuthentication() - Method in class org.apache.catalina.core.StandardContext
 
getPreemptiveAuthentication() - Method in class org.apache.catalina.startup.FailedContext
 
getPreferredSubprotocols() - Method in interface javax.websocket.ClientEndpointConfig
 
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file prefix.
getPrefix() - Method in class org.apache.el.parser.AstFunction
 
getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive
getPreflightMaxAge() - Method in class org.apache.catalina.filters.CorsFilter
Returns the preflight response cache time in seconds.
getPrevious() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Retrieve the previous interceptor in the list
getPrevious() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get surrounding out JspWriter.
getPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
getPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getPrimaryIndicatorName() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getPrimaryKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getPrincipal() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the Principal that has been authenticated by the SSO.
getPrincipal() - Method in class org.apache.catalina.connector.Request
 
getPrincipal() - Method in class org.apache.catalina.ha.session.SerializablePrincipal
 
getPrincipal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getPrincipal(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JNDIRealm
Get the principal associated with the specified certificate.
getPrincipal(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
 
getPrincipal(String, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
 
getPrincipal(DirContext, String, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
Get the principal associated with the specified certificate.
getPrincipal(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.NullRealm
 
getPrincipal(X509Certificate) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given certificate.
getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given user name.
getPrincipal(String, GSSCredential) - Method in class org.apache.catalina.realm.RealmBase
Deprecated.
This will be removed in Tomcat 10 onwards. Use RealmBase.getPrincipal(GSSName, GSSCredential) instead.
getPrincipal(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.RealmBase
Get the principal associated with the specified GSSName.
getPrincipal(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the Principal associated with the given user name.
getPrincipal() - Method in interface org.apache.catalina.Session
 
getPrincipal() - Method in class org.apache.catalina.session.StandardSession
Return the authenticated Principal that is associated with this Session.
getPrincipals() - Method in class org.apache.catalina.realm.MemoryRealm
Deprecated.
Unused
getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the key associated with the given alias.
getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getPrivileged() - Method in interface org.apache.catalina.Context
 
getPrivileged() - Method in class org.apache.catalina.core.StandardContext
 
getPrivileged() - Method in class org.apache.catalina.startup.FailedContext
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getProcessDeployFrequency() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Return the frequency of watcher checks.
getProcessExpiresFrequency() - Method in class org.apache.catalina.session.ManagerBase
 
getProcessingTime() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative processing times of all servlets in this StandardContext.
getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getProcessingTime() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getProcessingTime() - Method in class org.apache.catalina.session.ManagerBase
 
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getProcessorCache() - Method in class org.apache.coyote.AbstractProtocol
 
getProcessorCache() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getProcessPeriod() - Method in interface org.apache.tomcat.websocket.BackgroundProcess
 
getProcessPeriod() - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
The default value is 1 which means asynchronous write timeouts are processed every 1 second.
getProcessPeriod() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
The default value is 10 which means session expirations are processed every 10 seconds.
getProcessTlds() - Method in class org.apache.catalina.core.StandardContext
 
getProgressListener() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the progress listener.
getProject() - Method in class org.apache.jasper.compiler.AntCompiler
 
getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if the pool is configured to propagate interrupt state of a thread.
getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns true if the pool is configured to propagate interrupt state of a thread.
getPropagateInterruptState() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if the pool is configured to propagate interrupt state of a thread.
getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if the pool is configured to propagate interrupt state of a thread.
getProperties() - Method in class org.apache.catalina.tribes.membership.McastService
Return the properties, see setProperties
getProperties() - Method in interface org.apache.catalina.tribes.MembershipService
Returns the properties for the configuration used.
getProperties(String) - Static method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Parse properties from the string.
getProperties() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Returns the properties configured for this interceptor
getProperties(String, Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
getProperty() - Method in class javax.el.ValueReference
 
getProperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get Property
getProperty(String) - Method in class org.apache.catalina.connector.Connector
Return a property from the protocol handler.
getProperty(String) - Method in class org.apache.catalina.deploy.ContextTransaction
Return a configured property.
getProperty(String) - Method in class org.apache.catalina.deploy.ResourceBase
Return a configured property.
getProperty(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Deprecated.
Unused - will be removed in Tomcat 8.0.x
getProperty(String) - Method in interface org.apache.catalina.ha.util.IDynamicProperty
get current config
getProperty(String) - Static method in class org.apache.catalina.startup.CatalinaProperties
Return specified property value.
getProperty(String, String) - Static method in class org.apache.catalina.startup.CatalinaProperties
Deprecated.
Unused - will be removed in 8.0.x
getProperty(String) - Method in class org.apache.coyote.AbstractProtocol
Generic property getter used by the digester.
getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
getProperty(String) - Method in class org.apache.juli.ClassLoaderLogManager
Get the value of the specified property in the classloader local configuration.
getProperty(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the current value of the specified property for the underlying XMLReader implementation.
getProperty(String) - Method in class org.apache.tomcat.util.digester.EnvironmentPropertySource
 
getProperty(String, ClassLoader) - Method in class org.apache.tomcat.util.digester.EnvironmentPropertySource
 
getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
 
getProperty(String, ClassLoader) - Method in interface org.apache.tomcat.util.IntrospectionUtils.SecurePropertySource
Obtain a property value, checking that code associated with the provided class loader has permission to access the property.
getProperty(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getPropertyInfo(String, Properties) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
getPropertyName(Method) - Static method in class org.apache.catalina.util.Introspection
Extract the Java Bean property name from the setter name.
getPropertyNames() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Deprecated.
Unused - will be removed in Tomcat 8.0.x
getPropertyNames() - Method in interface org.apache.catalina.ha.util.IDynamicProperty
Get all properties keys
getProtocol() - Method in interface javax.servlet.ServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getProtocol() on the wrapped request object.
getProtocol() - Method in interface org.apache.catalina.Cluster
Deprecated. 
getProtocol() - Method in class org.apache.catalina.connector.Connector
 
getProtocol() - Method in class org.apache.catalina.connector.Request
 
getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
 
getProtocol() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
getProtocol() - Method in class org.apache.catalina.realm.JNDIRealm
 
getProtocol() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getProtocol() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
getProtocol() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
getProtocol() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
 
getProtocol() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
getProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
getProtocol() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
getProtocol() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
getProtocol() - Method in class org.apache.coyote.RequestInfo
 
getProtocol() - Method in interface org.apache.tomcat.util.net.SSLSupport
 
getProtocol() - Method in class org.apache.tomcat.util.net.URL
Return the protocol name part of the URL.
getProtocolHandler() - Method in class org.apache.catalina.connector.Connector
 
getProtocolHandlerClassName() - Method in class org.apache.catalina.connector.Connector
 
getProtocolHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getProtocolHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getProtocolName() - Method in class org.apache.coyote.AbstractProtocol
Obtain the name of the protocol, (Http, Ajp, etc.).
getProtocolName() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
getProtocolName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getProtocolVersion() - Method in interface javax.websocket.Session
 
getProtocolVersion() - Method in class org.apache.tomcat.websocket.WsSession
 
getProviderName() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Gets the JCA provider name used for cryptographic activities.
getProviderName() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
getProxiesHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getProxiesHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getProxyConstructor(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Creates and caches a Constructor used to instantiate the proxy object.
getProxyElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getProxyList() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
getProxyName() - Method in class org.apache.catalina.connector.Connector
 
getProxyPort() - Method in class org.apache.catalina.connector.Connector
 
getProxyURL() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
getPseudoColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getPseudoColumns(DatabaseMetaData, String, String, String, String) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getPublicId() - Method in interface org.apache.catalina.Context
 
getPublicId() - Method in class org.apache.catalina.core.StandardContext
 
getPublicId() - Method in class org.apache.catalina.deploy.WebXml
 
getPublicId() - Method in class org.apache.catalina.startup.FailedContext
 
getPublicId() - Method in class org.apache.tomcat.util.digester.Digester
 
getQualifiedNames() - Method in class org.apache.catalina.util.DOMWriter
Deprecated.
Unused - will be removed in 8.0.x
getQuality() - Method in class org.apache.tomcat.util.http.parser.AcceptEncoding
 
getQuery() - Method in class org.apache.catalina.ant.JMXQueryTask
Get method for the JMX query string
getQuery() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getQuery() - Method in class org.apache.tomcat.util.net.URL
Return the query part of the URL.
getQueryStats(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
getQueryString() - Method in interface javax.servlet.http.HttpServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getQueryString() on the wrapped request object.
getQueryString() - Method in interface javax.websocket.server.HandshakeRequest
 
getQueryString() - Method in interface javax.websocket.Session
 
getQueryString() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getQueryString() - Method in class org.apache.catalina.connector.Request
 
getQueryString() - Method in class org.apache.catalina.connector.RequestFacade
 
getQueryString() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getQueryString() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getQueryString() - Method in class org.apache.tomcat.websocket.WsSession
 
getQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getQueuedThreads() - Method in class org.apache.tomcat.util.threads.LimitLatch
Provide access to the list of threads waiting to acquire this limited shared latch.
getQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getQuoteAttributeEL() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getQuoteAttributeEL() - Method in class org.apache.jasper.JspC
 
getQuoteAttributeEL() - Method in interface org.apache.jasper.Options
 
getRandomBytes(byte[]) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
getReadBuffer() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
getReadBuffer() - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
 
getReadBufSize() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getReader() - Method in class javax.servlet.jsp.tagext.BodyContent
Return the value of this BodyContent as a Reader.
getReader() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as character data using a BufferedReader.
getReader() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getReader() on the wrapped request object.
getReader() - Method in class org.apache.catalina.connector.Request
Read the Reader wrapping the input stream for this Request.
getReader() - Method in class org.apache.catalina.connector.RequestFacade
 
getReader() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
Return the value of this BodyJspWriter as a Reader.
getReadLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getReadme(DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the readme file as a string.
getReadMethod(Class<?>, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getReadonly() - Method in class org.apache.catalina.users.MemoryUserDatabase
Returning the readonly status of the user database
getReadonlyAttributes() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
getReadTestTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getReadTimeout() - Method in class org.apache.catalina.realm.JNDIRealm
 
getReadTimeout() - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
This default implementation sets the read timeout to infinite and expects the WebSocket application to close the connection when it is no longer required.
getReadTimeout() - Method in interface org.apache.coyote.http11.upgrade.UpgradeInbound
Deprecated.
Allow the upgraded protocol to define the read timeout to be used with the upgraded connection.
getRealHost() - Method in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
getRealHostName() - Method in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
getRealm() - Method in interface org.apache.catalina.Container
Obtain the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.ContainerBase
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.StandardEngine
Obtain the configured Realm and provide a default Realm implementation when no explicit configuration is set.
getRealm() - Method in class org.apache.catalina.ha.session.SerializablePrincipal
 
getRealm() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Return the default Realm for our Containers.
getRealm() - Method in class org.apache.catalina.startup.FailedContext
 
getRealmInternal() - Method in class org.apache.catalina.core.ContainerBase
 
getRealmName() - Method in class org.apache.catalina.deploy.LoginConfig
 
getRealmPath() - Method in class org.apache.catalina.realm.RealmBase
 
getRealms() - Method in class org.apache.catalina.realm.CombinedRealm
Return the set of Realms that this Realm is wrapping
getRealmSuffix() - Method in class org.apache.catalina.realm.RealmBase
 
getRealPath(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the real path for a given virtual path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
Deprecated.
As of Version 3.0 of the Java Servlet API
getRealPath(String) - Method in class org.apache.catalina.connector.Request
Deprecated.
As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRealPath(String) - Method in interface org.apache.catalina.Context
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.StandardContext
Return the real path for a given virtual path, if possible; otherwise return null.
getRealPath(String) - Method in class org.apache.catalina.startup.FailedContext
 
getRealPath(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the actual path of a URI relative to the context of the compilation.
getRealPath(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the real path for the specified context-relative virtual path.
getRealPath(String) - Method in class org.apache.naming.resources.BaseDirContext
Return the real path for a given virtual path, if possible; otherwise return null.
getReasonPhrase() - Method in class javax.websocket.CloseReason
 
getReceivedQueueSize() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getRecompileOnFail() - Method in class org.apache.jasper.EmbeddedServletOptions
Re-compile on failure.
getRecompileOnFail() - Method in class org.apache.jasper.JspC
In JspC this always returns false.
getRecompileOnFail() - Method in interface org.apache.jasper.Options
Re-compile on failure.
getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections reconnected by this pool.
getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections reconnected by this pool.
getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReconnectedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getRecoveryCounter() - Method in class org.apache.catalina.tribes.membership.McastService
 
getRecoveryCounter() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
getRecoveryEnabled() - Method in class org.apache.catalina.tribes.membership.McastService
 
getRecoverySleepTime() - Method in class org.apache.catalina.tribes.membership.McastService
 
getRecoverySleepTime() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
getRedirectPort() - Method in class org.apache.catalina.connector.Connector
 
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getRef(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getRef(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getRef(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getRef(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getRef() - Method in class org.apache.tomcat.util.net.URL
Return the reference part of the URL.
getReference() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Referenceable implementation.
getReference() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Retrieves the Reference of this object.
getReference() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
Returns a PerUserPoolDataSource Reference.
getReference() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
Returns a SharedPoolDataSource Reference.
getReferrals() - Method in class org.apache.catalina.realm.JNDIRealm
 
getRegistry() - Static method in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
getRegistry(Object, Object) - Static method in class org.apache.tomcat.util.modeler.Registry
Factory method to create (if necessary) and return our Registry instance.
getRejectedSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that were not created because the maximum number of active sessions was reached.
getRejectedSessions() - Method in class org.apache.catalina.session.ManagerBase
 
getRejectIllegalHeader() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
If an HTTP request is received that contains an illegal header name or value (e.g. the header name is not a token) will the request be rejected (with a 400 response) or will the illegal header be ignored?
getRejectIllegalHeaderName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
Now an alias for AbstractHttp11Protocol.getRejectIllegalHeader(). Will be removed in Tomcat 10 onwards.
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the relative path associated with this servlet.
getRelativePath(HttpServletRequest, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
 
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
Override the DefaultServlet implementation and only use the PathInfo.
getRelativePath(HttpServletRequest, boolean) - Method in class org.apache.catalina.servlets.WebdavServlet
 
getRelativePath(HttpServletRequest) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Return the relative path associated with this servlet.
getRelaxedPathChars() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getRelaxedQueryChars() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections released from this pool.
getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections released from this pool.
getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReleasedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections released by eviction.
getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections released by eviction.
getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReleasedIdleCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getReleaseTime() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
The time limit for how long the object can remain unused before it is released
getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD (the uri element).
getReload() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getReloadable() - Method in interface org.apache.catalina.Context
 
getReloadable() - Method in class org.apache.catalina.core.StandardContext
 
getReloadable() - Method in interface org.apache.catalina.Loader
 
getReloadable() - Method in class org.apache.catalina.loader.WebappLoader
Return the reloadable flag for this Loader.
getReloadable() - Method in class org.apache.catalina.startup.FailedContext
 
getRemaining() - Method in class javax.servlet.jsp.JspWriter
This method returns the number of unused bytes in the buffer.
getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Deprecated.
Unused - will be removed in 8.0.x
getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
getRemains() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getRemote() - Method in class org.apache.catalina.deploy.ContextEjb
 
getRemoteAddr() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
getRemoteAddr() - Method in class org.apache.catalina.connector.Request
 
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteAddr() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRemoteAddr() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRemoteAddr() - Method in class org.apache.coyote.RequestInfo
 
getRemoteAddrForwarded() - Method in class org.apache.coyote.RequestInfo
Obtain the remote address for this connection as reported by an intermediate proxy (if any).
getRemoteHost() - Method in interface javax.servlet.ServletRequest
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemoteHost() - Method in class org.apache.catalina.connector.Request
 
getRemoteHost() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteHost() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRemoteHost() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRemoteIpHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getRemoteIpHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getRemotePort() - Method in interface javax.servlet.ServletRequest
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemotePort() on the wrapped request object.
getRemotePort() - Method in class org.apache.catalina.connector.Request
 
getRemotePort() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemotePort() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRemotePort() - Method in class org.apache.coyote.Request
 
getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
getRemoteUser() - Method in class org.apache.catalina.connector.Request
 
getRemoteUser() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteUser() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRemoteUser() - Method in class org.apache.coyote.Request
 
getRemoteUserNeedsAuthorization() - Method in class org.apache.coyote.Request
 
getRemoveAbandoned() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
getRemoveAbandoned() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Flag to remove abandoned connections if they exceed the removeAbandonedTimout.
getRemoveAbandonedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections released by remove abandoned.
getRemoveAbandonedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections released by remove abandoned.
getRemoveAbandonedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getRemoveAbandonedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Timeout in seconds before an abandoned connection can be removed.
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Timeout in seconds before an abandoned connection can be removed.
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The time in seconds before a connection can be considered abandoned.
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The time in seconds before a connection can be considered abandoned.
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The time in seconds before a connection can be considered abandoned.
getRemoveSuspectsTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getRemoveWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
get current remove wait timeout
getRemoveWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
 
getRenewThreadsWhenStoppingContext() - Method in class org.apache.catalina.core.StandardContext
 
getReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
 
getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
 
getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
getReplicationStream(byte[]) - Method in interface org.apache.catalina.ha.ClusterManager
Open stream and use correct ClassLoader (Container), switching thread context class loader.
getReplicationStream(byte[], int, int) - Method in interface org.apache.catalina.ha.ClusterManager
 
getReplicationStream(byte[]) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getReplicationStream(byte[], int, int) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getReplicationThread() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
getReplyMessageOptions() - Method in class org.apache.catalina.tribes.group.RpcChannel
 
getReport() - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
 
getReporter() - Method in class org.apache.catalina.connector.Response
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getRepositories() - Method in class org.apache.catalina.loader.WebappLoader
 
getRepositoriesString() - Method in class org.apache.catalina.loader.WebappLoader
Extra repositories for this loader
getRepository() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Returns the directory used to temporarily store files that are larger than the configured size threshold.
getReqAttributeIgnoreCase(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getRequest() - Method in interface javax.servlet.AsyncContext
 
getRequest() - Method in class javax.servlet.jsp.PageContext
The current value of the request object (a ServletRequest).
getRequest() - Method in class javax.servlet.ServletRequestWrapper
Get the wrapped request.
getRequest() - Method in class org.apache.catalina.connector.InputBuffer
Deprecated.
getRequest() - Method in class org.apache.catalina.connector.Request
 
getRequest() - Method in class org.apache.catalina.connector.Response
 
getRequest() - Method in class org.apache.catalina.core.AsyncContextImpl
 
getRequest() - Method in class org.apache.catalina.InstanceEvent
 
getRequest() - Method in class org.apache.coyote.AbstractProcessor
The request associated with this processor.
getRequest() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
getRequest() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
getRequest() - Method in interface org.apache.coyote.Processor
 
getRequest() - Method in class org.apache.coyote.Response
 
getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getRequestAttributesEnabled() - Method in interface org.apache.catalina.AccessLog
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.core.AccessLogAdapter
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.core.StandardEngine.NoopAccessLog
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.AccessLogValve
getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getRequestBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getRequestBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getRequestCertificates(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Look for the X509 certificate chain in the Request under the key javax.servlet.request.X509Certificate.
getRequestCount() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative request count of all servlets in this StandardContext.
getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getRequestCount() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getRequestCount() - Method in interface org.apache.catalina.tribes.transport.DataSender
 
getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getRequestCount() - Method in class org.apache.coyote.RequestInfo
 
getRequestDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in interface javax.servlet.ServletRequest
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.Request
 
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a request dispatcher for the specified context-relative path.
getRequestedPath(HttpServletRequest) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
 
getRequestedSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
getRequestedSessionId() - Method in class org.apache.catalina.connector.Request
 
getRequestedSessionId() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestedSessionId() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRequestParameterMap() - Method in interface javax.websocket.Session
 
getRequestParameterMap() - Method in class org.apache.tomcat.websocket.WsSession
 
getRequestPathMB() - Method in class org.apache.catalina.connector.Request
Get the request path.
getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getRequestProcessor() - Method in class org.apache.coyote.Request
 
getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURI() on the wrapped request object.
getRequestURI() - Method in class javax.servlet.jsp.ErrorData
Returns the request URI.
getRequestURI() - Method in interface javax.websocket.server.HandshakeRequest
 
getRequestURI() - Method in interface javax.websocket.Session
 
getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getRequestURI() - Method in class org.apache.catalina.connector.Request
 
getRequestURI() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURI() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRequestURI() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getRequestURI() - Method in class org.apache.tomcat.websocket.WsSession
 
getRequestURL() - Method in interface javax.servlet.http.HttpServletRequest
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURL() on the wrapped request object.
getRequestURL(HttpServletRequest) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object.
getRequestURL() - Method in class org.apache.catalina.connector.Request
 
getRequestURL() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURL() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRequestURL() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getRequiredExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of required extensions
getRequiredExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of required extensions
getRequiredSecret() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Deprecated.
Replaced by AbstractAjpProtocol.getSecret(). Will be removed in Tomcat 11 onwards
getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
A string describing the required version of the JSP container.
getRequireReauthentication() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request based on the presence of a valid SSO entry without rechecking with the Realm.
getResend() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getResource(String) - Method in interface javax.servlet.ServletContext
Returns a URL to the resource that is mapped to a specified path.
getResource(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getResource(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResource(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the resource with the given name.
getResource(String) - Method in class org.apache.jasper.JspCompilationContext
 
getResource(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a URL object of a resource that is mapped to the specified context-relative path.
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Returns the resource located at the named path as an InputStream object.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceAsStream(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
Gets a resource as a stream, relative to the meanings of this context's implementation.
getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JasperLoader
Delegate to parent
getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return an InputStream allowing access to the resource at the specified context-relative path.
getResourceEnvRefs() - Method in class org.apache.catalina.deploy.WebXml
 
getResourceLinks() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource link references for this application.
getResourceName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the global JNDI name of the UserDatabase resource we will be using.
getResourceName() - Method in class org.apache.catalina.util.ManifestResource
Gets the name of the resource
getResourceOnlyServlets() - Method in interface org.apache.catalina.Context
Obtains the list of Servlets that expect a resource to be present.
getResourceOnlyServlets() - Method in class org.apache.catalina.core.StandardContext
 
getResourceOnlyServlets() - Method in class org.apache.catalina.startup.FailedContext
 
getResourcePaths(String) - Method in interface javax.servlet.ServletContext
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
 
getResourcePaths(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the set of resource paths for the "directory" at the specified context path.
getResourceRefs() - Method in class org.apache.catalina.deploy.WebXml
 
getResources() - Method in interface org.apache.catalina.Container
 
getResources() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
getResources() - Method in class org.apache.catalina.core.ContainerBase
Return the resources DirContext object with which this Container is associated.
getResources() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get associated resources.
getResources(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getResources() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource references for this application.
getResources() - Method in class org.apache.catalina.startup.FailedContext
 
getResourcesInternal() - Method in class org.apache.catalina.core.ContainerBase
 
getResourceType() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get resource type.
getResourceType() - Method in class org.apache.naming.resources.ResourceAttributes
Get resource type.
getResponse() - Method in interface javax.servlet.AsyncContext
 
getResponse() - Method in class javax.servlet.jsp.PageContext
The current value of the response object (a ServletResponse).
getResponse() - Method in class javax.servlet.ServletResponseWrapper
Return the wrapped ServletResponse object.
getResponse() - Method in class org.apache.catalina.connector.OutputBuffer
Deprecated.
getResponse() - Method in class org.apache.catalina.connector.Request
 
getResponse() - Method in class org.apache.catalina.connector.Response
 
getResponse() - Method in class org.apache.catalina.core.AsyncContextImpl
 
getResponse() - Method in class org.apache.catalina.InstanceEvent
 
getResponse() - Method in class org.apache.coyote.Request
 
getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getResponseAjpIndex(String) - Static method in class org.apache.coyote.ajp.Constants
 
getResponseHeaderForCode(int) - Static method in class org.apache.coyote.ajp.Constants
Converts an AJP coded response header name to the HTTP response header name.
getResponses() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getResultproperty() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getResultSet() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getResultSetConcurrency() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getResultSetConcurrency() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Gets the result set concurrency type; one of ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLE.
getResultSetConstructor() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
getResultSetHoldability() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getResultSetHoldability() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getResultSetHoldability() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Gets the result set holdability, one of the following ResultSet constants: ResultSet.HOLD_CURSORS_OVER_COMMIT or ResultSet.CLOSE_CURSORS_AT_COMMIT.
getResultSetType() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getResultSetType() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Gets the result set type, one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE.
getReturnedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections returned to this pool.
getReturnedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections returned to this pool.
getReturnedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReturnedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getReturnType() - Method in class javax.el.MethodInfo
 
getReturnType() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The fully qualified Java class name of the return type for this operation.
getRmiBindAddress() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Get the inet address on which the Platform RMI server is exported.
getRmiRegistryPortPlatform() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Get the port on which the Platform RMI registry is exported.
getRmiServerPortPlatform() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Get the port on which the Platform RMI server is exported.
getRole() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The role of this operation ("getter", "setter", "operation", or "constructor").
getRoleBase() - Method in class org.apache.catalina.realm.JNDIRealm
 
getRoleClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
 
getRolename() - Method in interface org.apache.catalina.Role
 
getRolename() - Method in class org.apache.catalina.users.AbstractRole
Return the role name of this role, which must be unique within the scope of a UserDatabase.
getRoleNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user role table that names a role.
getRoleNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the column in the user role table that names a role.
getRoleNested() - Method in class org.apache.catalina.realm.JNDIRealm
 
getRoles() - Method in interface org.apache.catalina.Group
 
getRoles() - Method in class org.apache.catalina.ha.session.SerializablePrincipal
 
getRoles() - Method in class org.apache.catalina.mbeans.GroupMBean
Return the MBean Names of all authorized roles for this group.
getRoles() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all roles defined in this database.
getRoles() - Method in class org.apache.catalina.mbeans.UserMBean
Return the MBean Names of all roles assigned to this user.
getRoles(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name.
getRoles(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name.
getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRoles(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the roles associated with the gven user name.
getRoles(DirContext, JNDIRealm.User) - Method in class org.apache.catalina.realm.JNDIRealm
Return a List of roles associated with the given User.
getRoles() - Method in class org.apache.catalina.realm.JNDIRealm.User
 
getRoles() - Method in interface org.apache.catalina.User
 
getRoles() - Method in interface org.apache.catalina.UserDatabase
 
getRoles() - Method in class org.apache.catalina.users.AbstractGroup
Return the set of Roles assigned specifically to this group.
getRoles() - Method in class org.apache.catalina.users.AbstractUser
Return the set of Roles assigned specifically to this user.
getRoles() - Method in class org.apache.catalina.users.MemoryGroup
Return the set of Roles assigned specifically to this group.
getRoles() - Method in class org.apache.catalina.users.MemoryUser
Return the set of Roles assigned specifically to this user.
getRoles() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Roles defined in this user database.
getRolesAllowed() - Method in class javax.servlet.HttpConstraintElement
TODO
getRoleSearch() - Method in class org.apache.catalina.realm.JNDIRealm
 
getRoleSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
 
getRollbackOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getRollbackOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
getRollbackOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
 
getRollbackOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
getRoot() - Method in class org.apache.tomcat.util.digester.Digester
When the Digester is being used as a SAXContentHandler, this method allows you to access the root object that has been created after parsing.
getRootCause() - Method in exception javax.servlet.jsp.el.ELException
Deprecated.
Returns the root cause.
getRootCause() - Method in exception javax.servlet.jsp.JspException
Deprecated.
As of JSP 2.1, replaced by java.lang.Throwable.getCause()
getRootCause() - Method in exception javax.servlet.ServletException
Returns the exception that caused this servlet exception.
getRootCause(ServletException) - Static method in class org.apache.catalina.core.StandardWrapper
Extract the root cause from a servlet exception.
getRow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getRowId(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getRowId(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getRowId(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getRowId(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getRowIdLifetime() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getRpcChannel() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getRpcId() - Method in class org.apache.catalina.tribes.group.RpcChannel
 
getRpcTimeout() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getRpcTimeout() - Method in class org.apache.catalina.ha.session.BackupManager
 
getRpcTimeout() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getRpName() - Method in class org.apache.coyote.RequestInfo
 
getRsv() - Method in class org.apache.catalina.websocket.WsFrame
Deprecated.
 
getRuleNamespaceURI() - Method in class org.apache.tomcat.util.digester.Digester
Return the namespace URI that will be applied to all subsequently added Rule objects.
getRules() - Method in class org.apache.tomcat.util.digester.Digester
Return the Rules implementation object containing our rules collection and associated matching policy.
getRulesValidation() - Method in class org.apache.tomcat.util.digester.Digester
 
getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
Return the run-as identity for this servlet.
getRunAs() - Method in class org.apache.catalina.deploy.ServletDef
 
getRunAs() - Method in interface org.apache.catalina.Wrapper
 
getRunAsRole() - Method in interface javax.servlet.ServletRegistration
 
getRunAsRole() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
 
getRxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getRxBufSize() - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
 
getRxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getRxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getRxStart() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getRxTask() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Find an idle worker thread, if any.
gets(int) - Method in interface org.apache.tomcat.jni.BIOCallback
Read string up to the len or CLRLF
gets(byte[], int, long) - Static method in class org.apache.tomcat.jni.File
Read a string from the specified file.
getSaveOnRestart() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates whether sessions are saved when the Manager is shut down properly.
getSAXLogger() - Method in class org.apache.tomcat.util.digester.Digester
Gets the logger used for logging SAX-related information.
getSchema(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
getSchema(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
getSchema(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the schema associated with the named object.
getSchema() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getSchema() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
The schema.
getSchema(Connection) - Method in class org.apache.tomcat.util.compat.JreCompat
 
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemas() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSchemas(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSchemaTerm() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getScheme() - Method in interface javax.servlet.ServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getScheme() on the wrapped request object.
getScheme() - Method in class org.apache.catalina.connector.Connector
 
getScheme() - Method in class org.apache.catalina.connector.Request
 
getScheme() - Method in class org.apache.catalina.connector.RequestFacade
 
getScheme() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getScheme() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getSchemeName() - Method in class org.apache.tomcat.websocket.Authenticator
Get the authentication method.
getSchemeName() - Method in class org.apache.tomcat.websocket.BasicAuthenticator
 
getSchemeName() - Method in class org.apache.tomcat.websocket.DigestAuthenticator
 
getScope() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <scope> element.
getScope() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the lexical scope of the variable.
getScope() - Method in class org.apache.catalina.deploy.ContextResource
 
getScope(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Converts the given string description of a scope to the corresponding PageContext constant.
getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
What is my scratch dir?
getScratchDir() - Method in class org.apache.jasper.JspC
What is my scratch dir?
getScratchDir() - Method in interface org.apache.jasper.Options
What is my scratch dir?
getScriptingInvalid() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getScriptingInvalid() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getScriptingInvalid() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getSearchExternalFirst() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getSearchExternalFirst() - Method in class org.apache.catalina.loader.WebappLoader
 
getSearchStringEscape() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSearchVirtualFirst() - Method in class org.apache.catalina.loader.VirtualWebappLoader
 
getSecret() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
getSecretRequired() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
getSecure() - Method in class javax.servlet.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSecure() - Method in class org.apache.catalina.connector.Connector
 
getSecure() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getSecure() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getSecurePagesWithPragma() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states, if proxy caching is disabled, what headers we add to disable the caching.
getSecurePort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the secure listening port
getSecurePort() - Method in interface org.apache.catalina.tribes.Member
Returns the secure listen port for the ChannelReceiver implementation.
getSecurePort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getSecurePort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getSecureRandomAlgorithm() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the secure random number generator algorithm name.
getSecureRandomAlgorithm() - Method in class org.apache.catalina.session.ManagerBase
 
getSecureRandomClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the secure random number generator class name.
getSecureRandomClass() - Method in class org.apache.catalina.session.ManagerBase
 
getSecureRandomProvider() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the secure random number generator provider name.
getSecureRandomProvider() - Method in class org.apache.catalina.session.ManagerBase
 
getSecurityConstraints() - Method in class org.apache.catalina.deploy.WebXml
 
getSecurityRoleRefs() - Method in class org.apache.catalina.deploy.ServletDef
 
getSecurityRoles() - Method in class org.apache.catalina.deploy.WebXml
 
getSegmentCount() - Method in class org.apache.tomcat.websocket.server.UriTemplate
 
getSelector() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
getSelector() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
getSelectorPool() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getSelectorTimeout() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getSelectorTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSelectorTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSendAllSessionsSize() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getSendAllSessionsWaitTime() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getSender() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
getSenderState(Member) - Static method in class org.apache.catalina.tribes.transport.SenderState
 
getSenderState(Member, boolean) - Static method in class org.apache.catalina.tribes.transport.SenderState
 
getSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Obtain the number of sendfile sockets.
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
getSendfileData() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileThreadCount() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSendfileThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendRedirectBody() - Method in interface org.apache.catalina.Context
 
getSendRedirectBody() - Method in class org.apache.catalina.core.StandardContext
 
getSendRedirectBody() - Method in class org.apache.catalina.startup.FailedContext
 
getSendStream() - Method in interface javax.websocket.RemoteEndpoint.Basic
 
getSendStream() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
getSendStream() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
getSendTimeout() - Method in interface javax.websocket.RemoteEndpoint.Async
Obtain the timeout (in milliseconds) for sending a message asynchronously.
getSendTimeout() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
getSendTimeout() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
getSendWriter() - Method in interface javax.websocket.RemoteEndpoint.Basic
 
getSendWriter() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
getSendWriter() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
getservbyname(long, String) - Static method in class org.apache.tomcat.jni.Address
Given an apr_sockaddr_t and a service name, set the port for the service
getServer() - Method in class org.apache.catalina.core.StandardContext
 
getServer() - Method in class org.apache.catalina.core.StandardService
Return the Server with which we are associated (if any).
getServer() - Method in class org.apache.catalina.realm.RealmBase
Return the Server object that is the ultimate parent for the container with which this Realm is associated.
getServer() - Method in interface org.apache.catalina.Service
 
getServer() - Method in class org.apache.catalina.startup.Catalina
 
getServer() - Method in class org.apache.catalina.startup.Tomcat
Get the server object.
getServer() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Get the server header name.
getServer() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the server side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getServerBuilt() - Method in class org.apache.catalina.core.StandardServer
Return the current server built timestamp
getServerBuilt() - Static method in class org.apache.catalina.util.ServerInfo
Return the server built time for this version of Tomcat.
getServerInfo() - Method in interface javax.servlet.ServletContext
Returns the name and version of the servlet container on which the servlet is running.
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContext
 
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServerInfo() - Method in class org.apache.catalina.core.StandardServer
Report the current Tomcat Server Release number
getServerInfo() - Static method in class org.apache.catalina.util.ServerInfo
Return the server identification for this version of Tomcat.
getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
Return descriptive information about this server.
getServerName() - Method in interface javax.servlet.ServletRequest
Returns the host name of the server to which the request was sent.
getServerName() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerName() on the wrapped request object.
getServerName() - Method in class org.apache.catalina.connector.Request
 
getServerName() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerName() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getServerName() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getServerNumber() - Method in class org.apache.catalina.core.StandardServer
Return the current server's version number.
getServerNumber() - Static method in class org.apache.catalina.util.ServerInfo
Return the server's version number.
getServerPort() - Method in interface javax.servlet.ServletRequest
Returns the port number to which the request was sent.
getServerPort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerPort() on the wrapped request object.
getServerPort() - Method in class org.apache.catalina.connector.Request
 
getServerPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getServerPort() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getServerPort() - Method in class org.apache.coyote.Request
 
getServerPort() - Method in class org.apache.coyote.RequestInfo
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getServerSocketFactory(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getServerSocketFactory(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getServerToClientElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getService() - Method in class org.apache.catalina.connector.Connector
 
getService() - Method in class org.apache.catalina.core.StandardEngine
Return the Service with which we are associated (if any).
getService() - Method in interface org.apache.catalina.Engine
 
getService() - Method in class org.apache.catalina.startup.Tomcat
Get the service object.
getServiceendpoints() - Method in class org.apache.catalina.deploy.ContextService
Declares a client dependency on the container to resolving a Service Endpoint Interface to a WSDL port.
getServiceNames() - Method in class org.apache.catalina.core.StandardServer
 
getServiceqname() - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqname(int) - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqnameLocalpart() - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqnameNamespaceURI() - Method in class org.apache.catalina.deploy.ContextService
 
getServiceRefs() - Method in class org.apache.catalina.deploy.WebXml
 
getServiceStartTime() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
getServiceStartTime() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getServlet(String) - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
getServlet() - Method in exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, with no replacement.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
getServlet() - Method in class org.apache.catalina.core.StandardWrapper
Return the associated servlet instance.
getServlet() - Method in class org.apache.catalina.InstanceEvent
 
getServlet() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
getServlet() - Method in interface org.apache.catalina.Wrapper
 
getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
This method has been deprecated with no replacement
getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
Return the fully qualified servlet class name for this servlet.
getServletClass() - Method in class org.apache.catalina.deploy.ServletDef
 
getServletClass() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
getServletClass() - Method in interface org.apache.catalina.Wrapper
 
getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
Just the class name (does not include package name) of the generated class.
getServletConfig() - Method in class javax.servlet.GenericServlet
Returns this servlet's ServletConfig object.
getServletConfig() - Method in class javax.servlet.jsp.PageContext
The ServletConfig instance.
getServletConfig() - Method in interface javax.servlet.Servlet
Returns a ServletConfig object, which contains initialization and startup parameters for this servlet.
getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in interface javax.servlet.FilterConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.GenericServlet
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - Method in interface javax.servlet.http.HttpSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class javax.servlet.jsp.PageContext
The ServletContext instance.
getServletContext() - Method in interface javax.servlet.ServletConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Return the ServletContext that changed.
getServletContext() - Method in interface javax.servlet.ServletRequest
 
getServletContext() - Method in class javax.servlet.ServletRequestEvent
Get the associated ServletContext.
getServletContext() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServletContext() on the wrapped request object.
getServletContext() - Method in class org.apache.catalina.connector.Request
 
getServletContext() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletContext() - Method in interface org.apache.catalina.Context
 
getServletContext() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return the ServletContext of our associated web application.
getServletContext() - Method in class org.apache.catalina.core.StandardContext
 
getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
Return the servlet context with which this servlet is associated.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletContext() - Method in class org.apache.catalina.ha.context.ReplicatedContext
 
getServletContext() - Method in class org.apache.catalina.session.StandardSession
Return the ServletContext to which this session belongs.
getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getServletContext() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getServletContext() - Method in class org.apache.catalina.startup.FailedContext
 
getServletContext() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getServletContext() - Method in class org.apache.jasper.JspCompilationContext
 
getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getServletContextAndPath(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromNonVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextName() - Method in interface javax.servlet.ServletContext
Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
 
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletContextName() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the name of this servlet context.
getServletInfo() - Method in class javax.servlet.GenericServlet
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - Method in interface javax.servlet.Servlet
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
 
getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
Full path name of the Java file into which the servlet is being generated.
getServletMappings() - Method in class org.apache.catalina.deploy.WebXml
 
getServletMethods() - Method in class org.apache.catalina.core.StandardWrapper
Gets the names of the methods supported by the underlying servlet.
getServletMethods() - Method in interface org.apache.catalina.Wrapper
Gets the names of the methods supported by the underlying servlet.
getServletName() - Method in class javax.servlet.GenericServlet
Returns the name of this servlet instance.
getServletName() - Method in class javax.servlet.jsp.ErrorData
Returns the name of the servlet invoked.
getServletName() - Method in interface javax.servlet.ServletConfig
Returns the name of this servlet instance.
getServletName() - Method in class org.apache.catalina.core.StandardWrapper
Return the name of this servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletName() - Method in class org.apache.catalina.deploy.ServletDef
 
getServletNameMappings() - Method in interface javax.servlet.FilterRegistration
 
getServletNameMappings() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getServletNames() - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, with no replacement.
getServletNames() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
getServletNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
getServletNames() - Method in class org.apache.catalina.deploy.FilterMap
 
getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
This method has been deprecated with no replacement
getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
Package name for the generated class is make up of the base package name, which is user settable, and the derived package name.
getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletPath() on the wrapped request object.
getServletPath() - Method in class org.apache.catalina.connector.Request
 
getServletPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletPath() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getServletPathMB() - Method in class org.apache.catalina.connector.Request
Deprecated.
getServletRegistration(String) - Method in interface javax.servlet.ServletContext
Obtain the details of the named servlet.
getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getServletRegistrations() - Method in interface javax.servlet.ServletContext
TODO SERVLET3 - Add comments
getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContext
 
getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getServletRequest() - Method in class javax.servlet.ServletRequestEvent
Get the associated ServletRequest.
getServletRequestElement(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getServlets() - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.0, with no replacement.
getServlets() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
getServlets() - Method in class org.apache.catalina.core.StandardContext
JSR77 servlets attribute
getServlets() - Method in class org.apache.catalina.deploy.WebXml
 
getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
This method has been deprecated with no replacement
getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in interface javax.servlet.http.HttpServletRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession() on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpSessionBindingEvent
Get the session that changed.
getSession(String) - Method in interface javax.servlet.http.HttpSessionContext
Deprecated.
As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
getSession() - Method in class javax.servlet.http.HttpSessionEvent
Get the session that changed.
getSession() - Method in class javax.servlet.jsp.PageContext
The current value of the session object (an HttpSession).
getSession() - Method in exception javax.websocket.SessionException
 
getSession() - Method in class org.apache.catalina.connector.Request
 
getSession(boolean) - Method in class org.apache.catalina.connector.Request
 
getSession(boolean) - Method in class org.apache.catalina.connector.RequestFacade
 
getSession() - Method in class org.apache.catalina.connector.RequestFacade
 
getSession() - Method in interface org.apache.catalina.ha.session.SessionMessage
 
getSession() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getSession() - Method in class org.apache.catalina.manager.DummyProxySession
 
getSession() - Method in interface org.apache.catalina.Session
 
getSession(String) - Method in class org.apache.catalina.session.ManagerBase
Returns information about the session with the given session id.
getSession() - Method in class org.apache.catalina.session.StandardSession
Return the HttpSession for which this object is the facade.
getSession() - Method in class org.apache.catalina.SessionEvent
 
getSession(boolean) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getSession() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getSessionAppCol() - Method in class org.apache.catalina.session.JDBCStore
 
getSessionAttribute(String, String) - Method in class org.apache.catalina.session.ManagerBase
For debugging.
getSessionAttributeFilter() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Deprecated.
Use ManagerBase.getSessionAttributeNameFilter(). Will be removed in Tomcat 9.0.x
getSessionAttributeNameFilter() - Method in class org.apache.catalina.session.ManagerBase
Obtain the regular expression used to filter session attribute based on attribute name.
getSessionAttributeNamePattern() - Method in class org.apache.catalina.session.ManagerBase
Provides ManagerBase.getSessionAttributeNameFilter() as a pre-compiled regular expression pattern.
getSessionAttributeValueClassNameFilter() - Method in class org.apache.catalina.session.ManagerBase
Obtain the regular expression used to filter session attribute based on the implementation class of the value.
getSessionAttributeValueClassNamePattern() - Method in class org.apache.catalina.session.ManagerBase
Provides ManagerBase.getSessionAttributeValueClassNameFilter() as a pre-compiled regular expression pattern.
getSessionAverageAliveTime() - Method in interface org.apache.catalina.Manager
Gets the average time (in seconds) that expired sessions had been alive.
getSessionAverageAliveTime() - Method in class org.apache.catalina.session.ManagerBase
Gets the average time (in seconds) that expired sessions had been alive.
getSessionCacheSize() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getSessionCacheSize() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getSessionConfig() - Method in class org.apache.catalina.deploy.WebXml
 
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionContext() - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionContext() - Method in class org.apache.catalina.session.StandardSessionFacade
Deprecated.
As of Version 2.1, this method is deprecated and has no replacement.
getSessionCookieConfig() - Method in interface javax.servlet.ServletContext
 
getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContext
 
getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getSessionCookieDomain() - Method in interface org.apache.catalina.Context
Gets the domain to use for session cookies.
getSessionCookieDomain() - Method in class org.apache.catalina.core.StandardContext
Gets the domain to use for session cookies.
getSessionCookieDomain() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCookieName() - Method in interface org.apache.catalina.Context
Gets the name to use for session cookies.
getSessionCookieName(Context) - Static method in class org.apache.catalina.core.ApplicationSessionCookieConfig
Deprecated.
Replaced by SessionConfig.getSessionCookieName(Context). This will be removed in Tomcat 8.0.x.
getSessionCookieName() - Method in class org.apache.catalina.core.StandardContext
Gets the name to use for session cookies.
getSessionCookieName() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCookieName(Context) - Static method in class org.apache.catalina.util.SessionConfig
Determine the name to use for the session cookie for the provided context.
getSessionCookiePath() - Method in interface org.apache.catalina.Context
Gets the path to use for session cookies.
getSessionCookiePath() - Method in class org.apache.catalina.core.StandardContext
Gets the path to use for session cookies.
getSessionCookiePath() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCookiePathUsesTrailingSlash() - Method in interface org.apache.catalina.Context
Is a / added to the end of the session cookie path to ensure browsers, particularly IE, don't send a session cookie for context /foo with requests intended for context /foobar.
getSessionCookiePathUsesTrailingSlash() - Method in class org.apache.catalina.core.StandardContext
 
getSessionCookiePathUsesTrailingSlash() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCounter() - Method in interface org.apache.catalina.Manager
Returns the total number of sessions created by this manager.
getSessionCounter() - Method in class org.apache.catalina.session.ManagerBase
 
getSessionCreateRate() - Method in interface org.apache.catalina.Manager
Gets the current rate of session creation (in session per minute).
getSessionCreateRate() - Method in class org.apache.catalina.session.ManagerBase
Gets the current rate of session creation (in session per minute).
getSessionDataCol() - Method in class org.apache.catalina.session.JDBCStore
 
getSessionExpireRate() - Method in interface org.apache.catalina.Manager
Gets the current rate of session expiration (in session per minute).
getSessionExpireRate() - Method in class org.apache.catalina.session.ManagerBase
Gets the current rate of session expiration (in session per minute).
getSessionForNameAndId(ContextName, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getSessionId() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
getSessionId() - Method in class org.apache.catalina.ha.session.DeltaRequest
 
getSessionID() - Method in interface org.apache.catalina.ha.session.SessionMessage
 
getSessionID() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
getSessionIdAttribute() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
set session id attribute to failed node for request.
getSessionIdCol() - Method in class org.apache.catalina.session.JDBCStore
 
getSessionIdGenerator() - Method in class org.apache.catalina.session.ManagerBase
Gets the session id generator.
getSessionIdLength() - Method in interface org.apache.catalina.Manager
Gets the session id length (in bytes) of Sessions created by this Manager.
getSessionIdLength() - Method in class org.apache.catalina.session.ManagerBase
Deprecated.
Use SessionIdGenerator.getSessionIdLength(). This method will be removed in Tomcat 9 onwards.
getSessionIdLength() - Method in interface org.apache.catalina.SessionIdGenerator
 
getSessionIdLength() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Return the number of bytes for a session ID
getSessionIdsFull() - Method in interface org.apache.catalina.DistributedManager
Returns the list of all sessions IDS (primary, backup and proxy).
getSessionIdsFull() - Method in class org.apache.catalina.ha.session.BackupManager
 
getSessionIdsFull() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getSessionInactiveInterval() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
getSessionInternal() - Method in class org.apache.catalina.connector.Request
 
getSessionInternal(boolean) - Method in class org.apache.catalina.connector.Request
 
getSessionLastAccessedCol() - Method in class org.apache.catalina.session.JDBCStore
 
getSessionListener(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
 
getSessionListener(String) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getSessionMaxAliveTime() - Method in interface org.apache.catalina.Manager
Gets the longest time (in seconds) that an expired session had been alive.
getSessionMaxAliveTime() - Method in class org.apache.catalina.session.ManagerBase
 
getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.JDBCStore
 
getSessionReplaceCounter() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getSessionsForName(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getSessionTable() - Method in class org.apache.catalina.session.JDBCStore
 
getSessionTimeout() - Method in interface org.apache.catalina.Context
 
getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
 
getSessionTimeout() - Method in class org.apache.catalina.deploy.SessionConfig
 
getSessionTimeout() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getSessionTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getSessionTrackingModes() - Method in class org.apache.catalina.deploy.SessionConfig
 
getSessionUriParamName(Context) - Static method in class org.apache.catalina.core.ApplicationSessionCookieConfig
Deprecated.
Replaced by SessionConfig.getSessionUriParamName(Context). This will be removed in Tomcat 8.0.x.
getSessionUriParamName(Context) - Static method in class org.apache.catalina.util.SessionConfig
Determine the name to use for the session path parameter for the provided context.
getSessionValidCol() - Method in class org.apache.catalina.session.JDBCStore
 
getSetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
The name of the property setter method, if non-standard.
getSetter(String, BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
getSharedSelector() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getSharedSelectorTimeout() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getShort(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getShort(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getShort(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getShort(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getShortName() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
getShutdown() - Method in class org.apache.catalina.core.StandardServer
Return the shutdown command string we are waiting for.
getShutdown() - Method in interface org.apache.catalina.Server
 
getSignature() - Method in class org.apache.tomcat.util.modeler.OperationInfo
The set of parameters for this operation.
getSingleton() - Method in class org.apache.catalina.deploy.ContextResource
 
getSize() - Method in interface javax.servlet.http.Part
Obtain the size of this part.
getSize() - Method in class org.apache.catalina.core.ApplicationPart
 
getSize() - Method in class org.apache.catalina.ha.session.DeltaRequest
 
getSize() - Method in class org.apache.catalina.session.FileStore
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.session.JDBCStore
Return an integer containing a count of all Sessions currently saved in this Store.
getSize() - Method in interface org.apache.catalina.Store
 
getSize() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
getSize() - Method in class org.apache.jasper.util.FastRemovalDequeue
Retrieve the size of the list.
getSize() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the total size of this pool, this includes both busy and idle connections
getSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getSize() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getSize() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getSize(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry key length.
getSize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the size of the file.
getSize() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the size of the file item.
getSizeLimit() - Method in class org.apache.catalina.realm.JNDIRealm
 
getSizeMax() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the maximum size of the complete HTTP request.
getSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the maximum allowed size of a complete request, as opposed to FileUploadBase.getFileSizeMax().
getSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
getSizeThreshold() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Returns the size threshold beyond which files are written directly to disk.
getSlowQueriesCD() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - returns all the queries we have collected.
getSlowQueriesCD() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmxMBean
 
getSmallIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the small icon.
getSmallIcon() - Method in class org.apache.catalina.deploy.ContextService
 
getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getSmallIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getSmallIcon() - Method in class org.apache.catalina.deploy.ServletDef
 
getSoapRole(int) - Method in class org.apache.catalina.deploy.ContextHandler
 
getSoapRolesSize() - Method in class org.apache.catalina.deploy.ContextHandler
 
getSocket() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getSocketBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getSocketProperties() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getSocketWrapper() - Method in class org.apache.coyote.AbstractProcessor
 
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the minimum amount of time a connection may sit idle in the pool before it is eligible for eviction by the idle object evictor, with the extra condition that at least "minIdle" connections remain in the pool.
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any), with the extra condition that at least "minIdle" amount of object remain in the pool.
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getSoKeepAlive() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getSoKeepAlive() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getSoKeepAlive() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoLinger() - Method in class org.apache.coyote.AbstractProtocol
 
getSoLinger() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Socket linger.
getSoLingerOn() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getSoLingerOn() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getSoLingerOn() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoLingerTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getSoLingerTime() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getSoLingerTime() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoReuseAddress() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getSoReuseAddress() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getSoReuseAddress() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoTimeout() - Method in class org.apache.catalina.tribes.membership.McastService
 
getSoTimeout() - Method in class org.apache.coyote.AbstractProtocol
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Socket timeout.
getSoTimeout() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoTrafficClass() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getSoTrafficClass() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getSource() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
getSource() - Method in class org.apache.catalina.tribes.group.Response
 
getSource() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
getSource() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Deprecated.
 
getSpare() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getSpareNotFoundEntries() - Method in class org.apache.naming.resources.ResourceCache
Deprecated.
- unused
getSpecificationVendor() - Method in class org.apache.catalina.util.Extension
 
getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
Return the version number of the JSP specification that is supported by this JSP engine.
getSpecificationVersion() - Method in class org.apache.catalina.util.Extension
 
getSpnegoDelegationQop() - Method in class org.apache.catalina.realm.JNDIRealm
 
getSql() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
Gets the SQL statement.
getSql() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
getSQLKeywords() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSQLStateType() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSQLXML(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getSQLXML(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getSQLXML(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getSQLXML(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getSSLCACertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate file.
getSSLCACertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCACertificatePath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate path.
getSSLCACertificatePath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation file.
getSSLCARevocationFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationPath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation path.
getSSLCARevocationPath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateChainFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate chain file.
getSSLCertificateChainFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate file.
getSSLCertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateKeyFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate key file.
getSSLCertificateKeyFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSslCipherHeader() - Method in class org.apache.catalina.valves.SSLValve
 
getSSLCipherSuite() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL cipher suite.
getSSLCipherSuite() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSslCipherUserKeySizeHeader() - Method in class org.apache.catalina.valves.SSLValve
 
getSslClientCertHeader() - Method in class org.apache.catalina.valves.SSLValve
 
getSSLContext() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSSLDisableCompression() - Method in class org.apache.coyote.http11.Http11AprProtocol
Disable SSL compression.
getSSLDisableCompression() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSslEnabledProtocolsArray() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSslEngine() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getSSLHonorCipherOrder() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL honor cipher order.
getSSLHonorCipherOrder() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSslImplementation() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
 
getSslImplementation() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
getSslImplementation() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
getSslImplementation() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
getSslImplementation() - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
 
getSslImplementation() - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
getSslImplementationName() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getSSLInsecureRenegotiation() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLPassword() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
getSSLPassword() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSslProtocol() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getSSLProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL protocol.
getSslProtocol() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getSSLProtocol() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSslProtocolAll() - Static method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLRandomSeed() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSslSessionIdHeader() - Method in class org.apache.catalina.valves.SSLValve
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLUtil(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLUtil(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLVerifyClient() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify client.
getSSLVerifyClient() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLVerifyDepth() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify depth.
getSSLVerifyDepth() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getStackTrace(Throwable) - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Convert an exception into a String
getStackTrace() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the stack trace from when this connection was borrowed.
getStage() - Method in class org.apache.coyote.RequestInfo
 
getStart() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
getStartChildren() - Method in class org.apache.catalina.core.ContainerBase
Return if children of this container will be started automatically when they are added to this container.
getStartingPoint() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
getStartStopExecutor() - Method in class org.apache.catalina.core.StandardHost
 
getStartStopExecutor() - Method in interface org.apache.catalina.Host
 
getStartStopThreads() - Method in interface org.apache.catalina.Container
Obtain the number of threads available for starting and stopping any children associated with this container.
getStartStopThreads() - Method in class org.apache.catalina.core.ContainerBase
 
getStartStopThreads() - Method in class org.apache.catalina.startup.FailedContext
 
getStartTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time this context was started.
getStartTime() - Method in class org.apache.coyote.Request
 
getStartupTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time (in milliseconds) it took to start this context.
getStat(String, int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
getState() - Method in interface org.apache.catalina.Lifecycle
Obtain the current state of the source component.
getState() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Obtain the current state of the source component.
getState() - Method in class org.apache.catalina.util.LifecycleBase
Obtain the current state of the source component.
getState() - Method in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
 
getStatement() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
 
getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
getStateMutex() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
getStateName() - Method in interface org.apache.catalina.Lifecycle
Obtain a textual representation of the current component state.
getStateName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Obtain a textual representation of the current component state.
getStateName() - Method in class org.apache.catalina.util.LifecycleBase
Obtain a textual representation of the current component state.
getStateTransfered() - Method in class org.apache.catalina.ha.session.DeltaManager
Deprecated.
Use DeltaManager.getStateTransferred(). Will be removed in Tomcat 10 onwards.
getStateTransferred() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getStateTransferTimeout() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getStaticOnly() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
getStaticResources() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
getStatus() - Method in interface javax.servlet.http.HttpServletResponse
Get the HTTP status code for this Response.
getStatus() - Method in class javax.servlet.http.HttpServletResponseWrapper
Get the HTTP status code for this Response.
getStatus() - Method in class org.apache.catalina.connector.Response
 
getStatus() - Method in class org.apache.catalina.connector.ResponseFacade
 
getStatus() - Method in class org.apache.coyote.Response
 
getStatus() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getStatusCode() - Method in class javax.servlet.jsp.ErrorData
Returns the status code of the error.
getStatusLine() - Method in class org.apache.catalina.ant.FindLeaksTask
Returns the statusLine parameter that controls if the response includes a status line or not.
getStmtType() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
The SQL statement type.
getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getStoreLocation() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the File object for the FileItem's data's temporary location on the disk.
getStoreName() - Method in class org.apache.catalina.session.FileStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.JDBCStore
 
getStoreName() - Method in class org.apache.catalina.session.StoreBase
 
getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
 
getStream() - Method in class org.apache.catalina.connector.Request
 
getStream() - Method in class org.apache.catalina.connector.Response
Deprecated.
getStream() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns the current output stream.
getStream() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Returns the underlying output stream, to which the corresponding OutputStream methods in this class will ultimately delegate.
getString() - Method in class javax.servlet.jsp.tagext.BodyContent
Return the value of the BodyContent as a String.
getString(String) - Method in class org.apache.catalina.core.ApplicationPart
 
getString(String) - Method in class org.apache.catalina.tribes.util.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object...) - Method in class org.apache.catalina.tribes.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString() - Method in class org.apache.catalina.util.StringParser
Return the String we are currently parsing.
getString() - Method in class org.apache.el.parser.AstString
 
getString() - Method in class org.apache.jasper.compiler.SmapGenerator
 
getString() - Method in class org.apache.jasper.compiler.SmapStratum
 
getString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
Return the value of the BodyJspWriter as a String.
getString() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getString(String) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object...) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getString(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getString(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getString(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the string value.
getString(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the contents of the file as a String, using the specified encoding.
getString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns the contents of the file as a String, using the default character encoding.
getString(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as a String, using the specified encoding.
getString() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as a String, using the default character encoding.
getString(String) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object...) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getStringFunctions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getStringManager(HttpServletRequest) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Deprecated.
Use StringManager.getManager(String, Enumeration). This method will be removed in Tomcat 8.
getStringManager(HttpServletRequest) - Method in class org.apache.catalina.manager.ManagerServlet
Deprecated.
Use StringManager.getManager(String, Enumeration). This method will be removed in Tomcat 8.
getStuckThreadCount() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getStuckThreadIds() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getStuckThreadNames() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getSubmittedCount() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
getSubmittedFileName() - Method in class org.apache.catalina.core.ApplicationPart
Adapted from FileUploadBase.getFileName().
getSubprotocols() - Method in interface javax.websocket.server.ServerEndpointConfig
 
getSubtype() - Method in class org.apache.tomcat.util.http.parser.MediaType
 
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
GetSuffix(int) - Method in class org.apache.el.parser.SimpleCharStream
Get the suffix.
getSuperclassName() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
returns the super class name of this class.
getSuperTables(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSuppliedRequest() - Method in class javax.servlet.AsyncEvent
 
getSuppliedResponse() - Method in class javax.servlet.AsyncEvent
 
getSupportsRelativeRedirects() - Method in class org.apache.coyote.Request
 
getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
getSuspectTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
getSwallowAbortedUploads() - Method in interface org.apache.catalina.Context
Returns true if remaining request data will be read (swallowed) even the request violates a data size constraint.
getSwallowAbortedUploads() - Method in class org.apache.catalina.core.StandardContext
Returns true if remaining request data will be read (swallowed) even the request violates a data size constraint.
getSwallowAbortedUploads() - Method in class org.apache.catalina.startup.FailedContext
 
getSwallowOutput() - Method in interface org.apache.catalina.Context
 
getSwallowOutput() - Method in class org.apache.catalina.core.StandardContext
 
getSwallowOutput() - Method in class org.apache.catalina.startup.FailedContext
 
getSystemFunctions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getSystemId() - Method in class org.apache.jasper.compiler.WebXml
 
getTablePrivileges(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getTableTypes() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
 
getTag(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
getTag() - Method in class org.apache.catalina.ant.DeployTask
 
getTag() - Method in class org.apache.tomcat.util.bcel.classfile.Constant
 
getTagClassName() - Method in class javax.servlet.jsp.tagext.TagInfo
Name of the class that provides the handler for this tag.
getTagExtraInfo() - Method in class javax.servlet.jsp.tagext.TagInfo
The instance (if any) for extra tag information.
getTagFile(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
getTagFileJarResource(String) - Method in class org.apache.jasper.JspCompilationContext
Returns the tag-file-name-to-JAR-file map of this compilation unit, which maps tag file names to the JAR files in which the tag files are packaged.
getTagFileJarResource() - Method in class org.apache.jasper.JspCompilationContext
Returns the JAR file in which the tag file for which this JspCompilationContext was created is packaged, or null if this JspCompilationContext does not correspond to a tag file, or if the corresponding tag file is not packaged in a JAR.
getTagFiles() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
getTagHandlerClassName(String, String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Gets the fully-qualified class name of the tag handler corresponding to the given tag file path.
getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
 
getTagInfo() - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Get the TagInfo for this class.
getTagInfo() - Method in class javax.servlet.jsp.tagext.TagFileInfo
Returns information about this tag, parsed from the directives in the tag file.
getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
 
getTaglibLocation() - Method in interface javax.servlet.descriptor.TaglibDescriptor
 
getTaglibLocation() - Method in class org.apache.catalina.core.ApplicationTaglibDescriptor
 
getTagLibrary() - Method in class javax.servlet.jsp.tagext.TagInfo
The instance of TabLibraryInfo we belong to.
getTagLibraryInfos() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
getTaglibs() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
 
getTaglibs() - Method in class org.apache.catalina.core.ApplicationJspConfigDescriptor
 
getTaglibs() - Method in class org.apache.catalina.deploy.WebXml
 
getTaglibURI() - Method in interface javax.servlet.descriptor.TaglibDescriptor
 
getTaglibURI() - Method in class org.apache.catalina.core.ApplicationTaglibDescriptor
 
getTagName() - Method in class javax.servlet.jsp.tagext.TagInfo
The name of the Tag.
getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTagPluginManager() - Method in class org.apache.jasper.JspC
Obtain a Tag Plugin Manager
getTagPluginManager() - Method in interface org.apache.jasper.Options
Obtain a Tag Plugin Manager
getTags() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
getTagVariableInfos() - Method in class javax.servlet.jsp.tagext.TagInfo
Get TagVariableInfo objects associated with this TagInfo.
getTarget() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
 
getTargetClass() - Method in class org.apache.catalina.deploy.InjectionTarget
 
getTargetName() - Method in class org.apache.catalina.deploy.InjectionTarget
 
getTaskCreator() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
getTaskPool() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
getTaskPool() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getTcpListenAddress() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use getAddress
getTcpListenPort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use getPort
getTcpNoDelay() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getTcpNoDelay() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getTcpNoDelay() - Method in class org.apache.coyote.AbstractProtocol
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Socket TCP no delay.
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getTcpSelectorTimeout() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use getSelectorTimeout
getTcpThreadCount() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use getMinThreads()/getMaxThreads()
getTempDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getTempDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getTempFile() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Creates and returns a File representing a uniquely named temporary file in the configured repository path.
getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
getTerminateOnStartFailure() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the BasicDataSource.testOnBorrow property.
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} before being returned by the {*link #borrowObject} method.
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
When true, objects will be validated before being returned by the GenericKeyedObjectPool.borrowObject(K) method.
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
When true, objects will be validated before being returned by the GenericObjectPool.borrowObject() method.
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the value of the BasicDataSource.testOnReturn property.
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} before being returned to the pool within the {*link #returnObject}.
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
When true, objects will be validated before being returned to the pool within the GenericKeyedObjectPool.returnObject(K, V).
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
When true, objects will be validated before being returned to the pool within the GenericObjectPool.returnObject(T).
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the value of the BasicDataSource.testWhileIdle property.
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} by the idle object evictor (if any).
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
When true, objects will be validated by the idle object evictor (if any).
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
When true, objects will be validated by the idle object evictor (if any).
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getText() - Method in exception javax.websocket.DecodeException
 
getTextDecoders() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
 
getTextMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
 
getThisAccessedTime() - Method in class org.apache.catalina.manager.DummyProxySession
 
getThisAccessedTime() - Method in interface org.apache.catalina.Session
 
getThisAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getThisAccessedTime() - Method in class org.apache.catalina.session.StandardSession
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getThisAccessedTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getThisAccessedTimeInternal() - Method in interface org.apache.catalina.Session
 
getThisAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
Return the last client access time without invalidation check
getThisAccessedTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
 
getThread() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to the current thread.
getThreadCount() - Method in class org.apache.jasper.JspC
 
getThreadDump() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Creates a stack trace representing the existing thread's current state.
getThreadDump(Enumeration<Locale>) - Static method in class org.apache.tomcat.util.Diagnostics
Retrieves a formatted JVM thread dump.
getThreadName() - Method in class org.apache.catalina.session.FileStore
 
getThreadName() - Method in class org.apache.catalina.session.JDBCStore
 
getThreadName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
 
getThreadPriority() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getThreadPriority() - Method in class org.apache.coyote.AbstractProtocol
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getThreadRenewalDelay() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getThreadRenewalDelay() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
getThreshold() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
getThreshold() - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
returns the query measure threshold.
getThrowable() - Method in class javax.servlet.AsyncEvent
 
getThrowable() - Method in class javax.servlet.jsp.ErrorData
Returns the Throwable that caused the error.
getThrowable(ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Returns the value of the javax.servlet.error.exception request attribute value, if present, otherwise the value of the javax.servlet.jsp.jspException request attribute value.
getThrowable() - Method in class org.apache.tomcat.util.MultiThrowable
 
getThrowables() - Method in class org.apache.tomcat.util.MultiThrowable
 
getThrowOnFailedAck() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getThrowOnFailure() - Method in class org.apache.catalina.util.LifecycleBase
Will a LifecycleException thrown by a sub-class during LifecycleBase.initInternal(), LifecycleBase.startInternal(), LifecycleBase.stopInternal() or LifecycleBase.destroyInternal() be re-thrown for the caller to handle or will it be logged instead?
getTime(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTime(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTime(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTime(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTime(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTime(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTime(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTime(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the value of the BasicDataSource.timeBetweenEvictionRunsMillis property.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Returns the number of milliseconds to sleep between runs of the idle object evictor thread.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Returns the number of milliseconds to sleep between runs of the idle object evictor thread.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the number of milliseconds to sleep between runs of the idle object evictor thread.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the number of milliseconds to sleep between runs of the idle object evictor thread.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
getTimeDateFunctions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getTimeFormat() - Method in class org.apache.juli.DateFormatCache
 
getTimeFormat() - Method in class org.apache.juli.OneLineFormatter
Obtain the format currently being used for time stamps in log messages.
getTimeLimit() - Method in class org.apache.catalina.realm.JNDIRealm
 
getTimeout() - Method in interface javax.servlet.AsyncContext
Get the current timeout.
getTimeout() - Method in class org.apache.catalina.core.AsyncContextImpl
 
getTimeout() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getTimeout() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getTimeout() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getTimeout() - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
getTimeoutExpiry() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
getTimeoutInterval() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getTimestamp() - Method in interface org.apache.catalina.ha.ClusterMessage
 
getTimestamp() - Method in class org.apache.catalina.ha.ClusterMessageBase
 
getTimestamp() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getTimestamp() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getTimestamp() - Method in class org.apache.catalina.session.ManagerBase.SessionTiming
 
getTimestamp() - Method in interface org.apache.catalina.tribes.ChannelMessage
Timestamp of when the message was created.
getTimestamp() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getTimestamp(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTimestamp(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getTimestamp(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTimestamp(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getTimestamp() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Return the timestamps of last pool action.
getTimeTx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getTimeZone() - Method in class org.apache.catalina.util.Strftime
Get the timezone used for formatting conversions
getTldListeners() - Method in class org.apache.catalina.startup.TldConfig
 
getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the 'location' of the TLD associated with the given taglib 'uri'.
getTldLocationsCache() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTldLocationsCache() - Method in class org.apache.jasper.JspC
The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.
getTldLocationsCache() - Method in interface org.apache.jasper.Options
The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.
getTldNamespaceAware() - Method in interface org.apache.catalina.Context
Deprecated.
This option will be removed in 8.0.x.
getTldNamespaceAware() - Method in class org.apache.catalina.core.StandardContext
 
getTldNamespaceAware() - Method in class org.apache.catalina.startup.FailedContext
 
getTldScanTime() - Method in class org.apache.catalina.core.StandardContext
 
getTldValidation() - Method in interface org.apache.catalina.Context
Will the parsing of *.tld files for this Context be performed by a validating parser?
getTldValidation() - Method in class org.apache.catalina.core.StandardContext
 
getTldValidation() - Method in class org.apache.catalina.startup.FailedContext
 
getToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getToken(int) - Method in class org.apache.el.parser.ELParser
Get the specific Token.
getTokenValue() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the String value of the token if it was type TOKEN_STRING.
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Should authentication be done in the native web server layer, or in the Servlet container ?
getTomcatAuthorization() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
getTomcatAuthorization() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Should authentication be done in the native web server layer and authorization in the Servlet container?
getTotActive() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
 
getTotalInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
getTotalLength() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getTotalNrOfMsgs() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getTotalRequestTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getTotalSendTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getTotIdle() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
 
getTrace() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Get a list of objects being traced by this object.
getTrainThreshold() - Method in class org.apache.tomcat.util.buf.StringCache
 
getTransaction() - Method in class org.apache.catalina.deploy.NamingResources
Get the transaction object.
getTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getTransformation() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
getTransformation() - Method in class org.apache.tomcat.websocket.WsFrameBase
 
getTransport() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
getTransportGuarantee() - Method in class javax.servlet.HttpConstraintElement
TODO
getTransportGuaranteeRedirectStatus() - Method in class org.apache.catalina.realm.RealmBase
 
getTrimDirectiveWhitespaces() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getTrimDirectiveWhitespaces() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
Should template text that consists entirely of whitespace be removed?
getTrimSpaces() - Method in class org.apache.jasper.JspC
getTrimSpaces() - Method in interface org.apache.jasper.Options
 
getTrimWhitespace() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getTrustedProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
getTrustedProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
 
getTrustManagerClassName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getTrustManagers() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getTrustManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Gets the initialized trust managers.
getTrustManagers() - Method in interface org.apache.tomcat.util.net.SSLUtil
 
getTrustMaxCertLength() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getTrustMaxCertLength() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getTrustStore(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getTruststoreAlgorithm() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getTruststoreAlgorithm() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getTruststoreFile() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getTruststoreFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getTruststorePass() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getTruststorePass() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getTruststoreProvider() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getTruststoreProvider() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getTruststoreType() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getTruststoreType() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getTtl() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
getTtl() - Method in class org.apache.catalina.tribes.membership.McastService
 
getTtl(long) - Static method in class org.apache.tomcat.jni.Poll
Get the socket time to live.
getTTLForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
getTxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getTxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getTxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getTxStart() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getType(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
 
getType(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
 
getType(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
 
getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
 
getType(ELContext, Object, Object) - Method in class javax.el.ListELResolver
 
getType(ELContext, Object, Object) - Method in class javax.el.MapELResolver
 
getType(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
 
getType(ELContext) - Method in class javax.el.ValueExpression
 
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
 
getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
 
getType() - Method in class org.apache.catalina.ant.jmx.Arg
 
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getType() - Method in class org.apache.catalina.ant.ResourcesTask
 
getType() - Method in class org.apache.catalina.ContainerEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.deploy.ResourceBase
 
getType() - Method in class org.apache.catalina.InstanceEvent
 
getType() - Method in class org.apache.catalina.LifecycleEvent
 
getType() - Method in class org.apache.catalina.SessionEvent
 
getType() - Method in class org.apache.catalina.startup.ClassLoaderFactory.Repository
 
getType() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
getType(EvaluationContext) - Method in class org.apache.el.parser.ArithmeticNode
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstNot
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstNull
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstString
 
getType(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
getType(EvaluationContext) - Method in class org.apache.el.parser.BooleanNode
 
getType(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
getType(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
getType(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getType(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
getType() - Method in class org.apache.jasper.compiler.ELParser
 
getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
getType() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getType(int) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Returns the type of the object at the specified index.
getType(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry key type.
getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
Return the type of the original content.
getType() - Method in class org.apache.tomcat.util.http.parser.MediaType
 
getType() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
The fully qualified Java class name of this element.
getType() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The fully qualified name of the Java class of the resource implementation class described by the managed bean described by this descriptor.
getType(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Get the type of an attribute of the object, from the metadata.
getType() - Method in class org.apache.tomcat.websocket.MessageHandlerResult
 
getType() - Method in class org.apache.tomcat.websocket.pojo.PojoPathParam
 
getTypeArray() - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Returns a shallow copy of my list of types.
getTypeDesc() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getTypeInfo() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getTypeMap() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
The type (as a String) of this attribute.
getTypes() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
getUdpPort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the UDP port
getUdpPort() - Method in interface org.apache.catalina.tribes.Member
Returns the UDP port that this member is listening to for UDP messages.
getUdpPort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getUdpPort() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getUdpPort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getUdpRxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getUdpRxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getUdpTxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getUdpTxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getUDTs(String, String, String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getUnavailableSeconds() - Method in exception javax.servlet.UnavailableException
Returns the number of seconds the servlet expects to be temporarily unavailable.
getUndeploy() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getUndeployOldVersions() - Method in class org.apache.catalina.core.StandardHost
 
getUndeployOldVersions() - Method in interface org.apache.catalina.Host
 
getUnicodeStream(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
Deprecated. 
getUnicodeStream(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
Deprecated. 
getUniqudId(ChannelMessage) - Static method in class org.apache.catalina.tribes.util.Arrays
 
getUniqudId(byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
getUniqueId() - Method in interface org.apache.catalina.ha.ClusterMessage
 
getUniqueId() - Method in class org.apache.catalina.ha.ClusterMessageBase
 
getUniqueId() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getUniqueId() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getUniqueId() - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
getUniqueId() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getUniqueId() - Method in interface org.apache.catalina.tribes.ChannelMessage
Each message must have a globally unique Id.
getUniqueId() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getUniqueId() - Method in interface org.apache.catalina.tribes.Member
returns a UUID unique for this member over all sessions.
getUniqueId() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getUniqueValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a unique header field with the given name.
getUnit() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getUnloadDelay() - Method in class org.apache.catalina.core.StandardContext
 
getUnloadHandle() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getUnlockTimeout() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getUnpackWAR() - Method in class org.apache.catalina.core.StandardContext
 
getUnquoted(String, char, boolean, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
Parses the provided input String as a JSP attribute and returns an unquoted value.
getUnquoted(String, char, boolean, boolean, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
Provided solely for unit test purposes and allows per call overriding of the STRICT_QUOTE_ESCAPING system property.
getUpdate() - Method in class org.apache.catalina.ant.DeployTask
 
getUpdateCount() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getUpgradeAsyncWriteBufferSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getUpgradeInbound() - Method in class org.apache.coyote.AbstractProcessor
Deprecated.
Will be removed in Tomcat 8.0.x.
getUpgradeInbound() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Deprecated.
Will be removed in Tomcat 8.0.x.
getUpgradeInbound() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Deprecated.
Will be removed in Tomcat 8.0.x.
getUpgradeInbound() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
Deprecated.
getUpgradeInbound() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
getUpgradeInbound() - Method in interface org.apache.coyote.Processor
Deprecated.
Will be removed in Tomcat 8.0.x.
getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
getURI(File) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the URI for the given file.
getURIConverter() - Method in class org.apache.catalina.connector.Request
 
getURIEncoding() - Method in class org.apache.catalina.connector.Connector
 
getUrl() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getURL() - Method in class org.apache.catalina.deploy.WebXml
 
getURL(File, boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Deprecated.
getUrl() - Method in interface org.apache.jasper.compiler.JarResource
 
getUrl() - Method in class org.apache.jasper.compiler.JarURLResource
 
getUrl() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the JDBC connection BasicDataSource.url property.
getUrl() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Get the value of url used to locate the database for this datasource.
getURL(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getURL(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
getURL() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getURL(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getURL(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getUrl() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The URL used to connect to the database
getUrl() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUrl() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The URL used to connect to the database
getUrl() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The URL used to connect to the database
getURL(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Is used only by deprecated method
getURLClassLoader(URL[], ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getURLDecoder() - Method in class org.apache.coyote.Request
 
getUrlPatternMappings() - Method in interface javax.servlet.FilterRegistration
 
getUrlPatternMappings() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getUrlPatterns() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
 
getUrlPatterns() - Method in class org.apache.catalina.core.ApplicationJspPropertyGroupDescriptor
 
getURLPatterns() - Method in class org.apache.catalina.deploy.FilterMap
 
getUrlPatterns() - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
getURLs() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns the search path of URLs for loading classes and resources.
getUsage() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getUseBodyEncodingForURI() - Method in class org.apache.catalina.connector.Connector
 
getUseBufferPool() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
getUseBufferPool() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getUseComet() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getUseComet() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUseComet() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getUseComet() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getUseCometTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getUseCometTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUseCometTimeout() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getUseCometTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getUseContextClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
 
getUseDeepClone() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after Connection.close() has been invoked
getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after Connection.close() has been invoked
getUseDisposableConnectionFacade() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after Connection.close() has been invoked
getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after Connection.close() has been invoked
getUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
getUseExactMatch() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for the reflection.
getUseHttpOnly() - Method in interface org.apache.catalina.Context
Gets the value of the use HttpOnly cookies for session cookies flag.
getUseHttpOnly() - Method in class org.apache.catalina.core.StandardContext
Gets the value of the use HttpOnly cookies for session cookies flag.
getUseHttpOnly() - Method in class org.apache.catalina.startup.FailedContext
 
getUseIPVHosts() - Method in class org.apache.catalina.connector.Connector
Test if IP-based virtual hosting is enabled.
getUseLocalPorts() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Get the flag that indicates that local ports should be used for all connections.
getUseLock() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Return true if a lock should be used when operations are performed on the connection object.
getUseLock() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUseLock() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Return true if a lock should be used when operations are performed on the connection object.
getUseLock() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Return true if a lock should be used when operations are performed on the connection object.
getUseLongContentLength() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getUsePolling() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getUsePolling() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUsePolling() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getUsePolling() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getUser(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser(DirContext, String, String, int) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Get the value of default user (login or username).
getUserBase() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUserByPattern(DirContext, String, String[], String) - Method in class org.apache.catalina.realm.JNDIRealm
Use the distinguished name to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserByPattern(DirContext, String, String, String[], int) - Method in class org.apache.catalina.realm.JNDIRealm
Use the UserPattern configuration attribute to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserBySearch(DirContext, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
Search the directory to return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserClass() - Method in class org.apache.catalina.startup.UserConfig
Return the user database class name for this component.
getUserClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getUserConfig() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in interface org.apache.catalina.startup.UserDatabase
Return the UserConfig listener with which we are associated.
getUserConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the user data constraint for this security constraint.
getUserCredCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's credentials.
getUserCredCol() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the column in the user table that holds the user's credentials.
getUserDatabase() - Method in interface org.apache.catalina.Group
 
getUserDatabase() - Method in interface org.apache.catalina.Role
 
getUserDatabase() - Method in interface org.apache.catalina.User
 
getUserDatabase() - Method in class org.apache.catalina.users.AbstractGroup
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in class org.apache.catalina.users.AbstractRole
Return the UserDatabase within which this Role is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryGroup
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryRole
Return the UserDatabase within which this role is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryUser
Return the UserDatabase within which this User is defined.
getUseRelativeRedirects() - Method in interface org.apache.catalina.Context
Will HTTP 1.1 and later location headers generated by a call to HttpServletResponse.sendRedirect(String) use relative or absolute redirects.
getUseRelativeRedirects() - Method in class org.apache.catalina.core.StandardContext
Will HTTP 1.1 and later location headers generated by a call to HttpServletResponse.sendRedirect(String) use relative or absolute redirects.
getUseRelativeRedirects() - Method in class org.apache.catalina.startup.FailedContext
 
getUserInfo() - Method in class org.apache.tomcat.util.net.URL
Return the user info part of the URL.
getUsername() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getUsername() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the user name provided by the user as part of the authentication process.
getUserName() - Method in class org.apache.catalina.realm.JNDIRealm.User
 
getUsername(X509Certificate) - Method in class org.apache.catalina.realm.X509SubjectDnRetriever
 
getUsername(X509Certificate) - Method in interface org.apache.catalina.realm.X509UsernameRetriever
Gets a user name from an X509Certificate.
getUsername() - Method in interface org.apache.catalina.User
 
getUsername() - Method in class org.apache.catalina.users.AbstractUser
Return the logon username of this user, which must be unique within the scope of a UserDatabase.
getUsername() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the JDBC connection BasicDataSource.username property.
getUserName() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getUsername() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the username used to establish the connection with
getUsername() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUsername() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the username used to establish the connection with
getUsername() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the username used to establish the connection with
getUserNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's name.
getUserNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the column in the user table that holds the user's name.
getUserPassword() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUserPattern() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
getUserPrincipal() - Method in interface javax.websocket.server.HandshakeRequest
 
getUserPrincipal() - Method in interface javax.websocket.Session
 
getUserPrincipal() - Method in class org.apache.catalina.connector.Request
 
getUserPrincipal() - Method in class org.apache.catalina.connector.RequestFacade
 
getUserPrincipal() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getUserPrincipal() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
getUserPrincipal() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getUserPrincipal() - Method in class org.apache.tomcat.websocket.WsSession
 
getUserProperties() - Method in interface javax.websocket.EndpointConfig
 
getUserProperties() - Method in interface javax.websocket.Session
 
getUserProperties() - Method in class org.apache.tomcat.websocket.WsSession
 
getUserRoleAttribute() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUserRoleId() - Method in class org.apache.catalina.realm.JNDIRealm.User
 
getUserRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUserRoleTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds the relation between user's and roles.
getUserRoleTable() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the table that holds the relation between user's and roles.
getUsers() - Method in interface org.apache.catalina.Group
 
getUsers() - Method in class org.apache.catalina.mbeans.GroupMBean
Return the MBean Names of all users that are members of this group.
getUsers() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all users defined in this database.
getUsers() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in interface org.apache.catalina.startup.UserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in interface org.apache.catalina.UserDatabase
 
getUsers() - Method in class org.apache.catalina.users.AbstractGroup
Return an Iterator over the set of Users that are members of this group.
getUsers() - Method in class org.apache.catalina.users.MemoryGroup
Return the set of Users that are members of this group.
getUsers() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Users defined in this user database.
getUserSearch() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUserSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUserTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds user data..
getUserTable() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return the table that holds user data..
getUseSendfile() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getUseSendfile() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getUseServerCipherSuitesOrder() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
getUseShutdownHook() - Method in class org.apache.catalina.startup.Catalina
 
getUseStartTls() - Method in class org.apache.catalina.realm.JNDIRealm
 
getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if this connection pool is configured to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns true if this connection pool is configured to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
getUseStatementFacade() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if this connection pool is configured to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if this connection pool is configured to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
getUseThread() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
getValidateClientProvidedNewSessionId() - Method in interface org.apache.catalina.Context
Will client provided session IDs be validated (see Context.setValidateClientProvidedNewSessionId(boolean)) before use?
getValidateClientProvidedNewSessionId() - Method in class org.apache.catalina.core.StandardContext
Will client provided session IDs be validated (see Context.setValidateClientProvidedNewSessionId(boolean)) before use?
getValidateClientProvidedNewSessionId() - Method in class org.apache.catalina.startup.FailedContext
 
getValidating() - Method in class org.apache.tomcat.util.digester.Digester
 
getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidationInterval() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
getValidationQuery() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the validation query used to validate connections before returning them.
getValidationQuery() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
The SQL query that will be used to validate connections from this pool before returning them to the caller.
getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidationQuery() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
getValidationQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the validation query timeout.
getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The timeout in seconds before a connection validation queries fail.
getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidationQueryTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The timeout in seconds before a connection validation queries fail.
getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The timeout in seconds before a connection validation queries fail.
getValidator() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getValidator() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
getValidator() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
 
getValidator() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Return the name of the optional validator class - may be null.
getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Return the name of the optional validator class - may be null.
getValidatorClassName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Return the name of the optional validator class - may be null.
getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Return the name of the optional validator class - may be null.
getValue(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
 
getValue(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
 
getValue(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
 
getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
 
getValue(ELContext, Object, Object) - Method in class javax.el.ListELResolver
 
getValue(ELContext, Object, Object) - Method in class javax.el.MapELResolver
 
getValue(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
 
getValue(ELContext) - Method in class javax.el.ValueExpression
 
getValue() - Method in class javax.servlet.http.Cookie
Returns the value of the cookie.
getValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
 
getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
 
getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Get a the value associated with a key.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Returns the value of the attribute that has been added, removed, or replaced.
getValue() - Method in class javax.servlet.ServletRequestAttributeEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in interface javax.websocket.Extension.Parameter
 
getValue() - Method in class org.apache.catalina.ant.jmx.Arg
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getValue() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute value
getValue() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getValue() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getValue(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by getAttribute()
getValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
Deprecated.
As of Version 2.2, this method is replaced by StandardSessionFacade.getAttribute(java.lang.String).
getValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
getValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstAnd
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstBracketSuffix
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDiv
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDotSuffix
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFalse
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThan
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThanEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThan
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThanEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMinus
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMod
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMult
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNot
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNotEqual
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNull
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstOr
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstPlus
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstString
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstTrue
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
getValue(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
getValue(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
getValue() - Method in class org.apache.el.parser.Token
An optional attribute value of the Token.
getValue(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getValue(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver
 
getValue(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
getValue(int) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Returns the value of the object at the specified index.
getValue() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValue() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValuePair
 
getValue() - Method in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
 
getValue(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
getValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a header field with the given name.
getValue() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getValue() - Method in class org.apache.tomcat.websocket.WsExtensionParameter
 
getValueA(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_MULTI_SZ
getValueArray() - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Returns a shallow copy of my list of values.
getValueAsBoolean(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueAsByte(byte) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueAschar(char) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueAsDouble(double) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueAsFloat(float) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueAsInt(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueAsLong(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueAsShort(short) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
getValueB(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_BINARY
getValueData() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
getValueFromBeanInfoPropertyEditor(Class<?>, String, String, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getValueFromPropertyEditorManager(Class<?>, String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getValueI(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_DWORD
getValueJ(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_QWORD or REG_DWORD
getValueNames() - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.getAttributeNames()
getValueNames() - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by getAttributeNames()
getValueNames() - Method in class org.apache.catalina.session.StandardSessionFacade
Deprecated.
As of Version 2.2, this method is replaced by StandardSessionFacade.getAttributeNames()
getValueReference(ELContext) - Method in class javax.el.ValueExpression
 
getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
 
getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
getValueReference(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
getValueReference(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
getValueReference(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getValues() - Method in class javax.servlet.jsp.tagext.TagSupport
Enumerate the keys for the values kept by this tag handler.
getValueS(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_SZ or REG_EXPAND_SZ
getValveNames() - Method in class org.apache.catalina.core.StandardHost
 
getValveObjectNames() - Method in class org.apache.catalina.core.StandardPipeline
 
getValves() - Method in class org.apache.catalina.core.StandardPipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in interface org.apache.catalina.ha.CatalinaCluster
 
getValves() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
get all cluster valves
getValves() - Method in interface org.apache.catalina.Pipeline
 
getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Information on the scripting objects created by this tag at runtime.
getVariableMapper() - Method in class javax.el.ELContext
 
getVariableMapper() - Method in class org.apache.el.lang.EvaluationContext
 
getVariableMapper() - Method in class org.apache.jasper.el.ELContextImpl
 
getVariableMapper() - Method in class org.apache.jasper.el.ELContextWrapper
 
getVariableNames() - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableResolver() - Method in class javax.servlet.jsp.JspContext
Deprecated.
As of JSP 2.1, replaced by javax.el.ELContext.getELResolver() which can be obtained by jspContext.getELContext().getELResolver()
getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
Deprecated.
getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
Deprecated.
getVariableValue(String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the name of the scripting variable.
getVersion() - Method in class javax.servlet.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
 
getVersion() - Method in class org.apache.catalina.deploy.WebXml
 
getVersion() - Method in class org.apache.catalina.ha.session.DeltaSession
 
getVersion() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
For accuracy checking, a serialized attribute can contain a version number This number increases as modifications are made to the data.
getVersion() - Method in class org.apache.catalina.util.ContextName
 
getVersion() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getVersionColumns(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
getView() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
getView() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
getViewId() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
 
getVMInfo(Enumeration<Locale>) - Static method in class org.apache.tomcat.util.Diagnostics
Retrieves a formatted JVM information text.
getWaitCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Return the number of threads waiting for a connection
getWaitCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getWaitCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getWaitCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
getWar() - Method in class org.apache.catalina.ant.DeployTask
 
getWar() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
getWarnings() - Method in class org.apache.catalina.startup.XmlErrorHandler
Deprecated.
 
getWarnings() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
getWarnings() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
getWarnings() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
getWarnings() - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
getWarnOnSessionAttributeFilterFailure() - Method in class org.apache.catalina.session.ManagerBase
Should a warn level log message be generated if a session attribute is not persisted / replicated / restored.
getWatchDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getWatchDir() - Method in class org.apache.catalina.ha.deploy.WarWatcher
 
getWatchDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getWatchEnabled() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
getWebappConfigFile(String, String) - Method in class org.apache.catalina.startup.Tomcat
 
getWebappVersion() - Method in interface org.apache.catalina.Context
 
getWebappVersion() - Method in class org.apache.catalina.core.StandardContext
 
getWebappVersion() - Method in class org.apache.catalina.startup.FailedContext
 
getWebSocketContainer() - Static method in class javax.websocket.ContainerProvider
Create a new container used to create outgoing WebSocket connections.
getWebXmlSource(String, String) - Method in class org.apache.catalina.startup.ContextConfig
Utility method to create an input source from the specified XML file.
getWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
 
getWelcomeFiles() - Method in class org.apache.catalina.deploy.WebXml
 
getWhenExhaustedAction() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns the action to take when the GenericKeyedObjectPool.borrowObject(K) method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).
getWhenExhaustedAction() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
 
getWhenExhaustedAction() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns the action to take when the GenericObjectPool.borrowObject() method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).
getWhenExhaustedAction() - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
 
getWhiteSpaces() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getWorkDir() - Method in class org.apache.catalina.core.StandardContext
 
getWorkDir() - Method in class org.apache.catalina.core.StandardHost
 
getWorker() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerClusterDomain() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerDisabled() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerLb() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerLoadFactor() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerRedirect() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerStopped() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerThreadName() - Method in class org.apache.coyote.RequestInfo
 
getWorkerThreadOptions() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getWorkerType() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI working directory
getWorkPath() - Method in class org.apache.catalina.core.StandardContext
Get the absolute path to the work dir.
getWrapped() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
getWrappedHandler() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
Expose the POJO if it is a message handler so the Session is able to match requests to remove handlers if the original handler has been wrapped.
getWrappedHandler() - Method in interface org.apache.tomcat.websocket.WrappedMessageHandler
 
getWrapper() - Method in class org.apache.catalina.connector.Request
 
getWrapper() - Method in interface org.apache.catalina.ContainerServlet
Obtain the Wrapper with which this Servlet is associated.
getWrapper() - Method in class org.apache.catalina.InstanceEvent
 
getWrapper() - Method in class org.apache.catalina.manager.host.HostManagerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.manager.ManagerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.util.InstanceSupport
Return the Wrapper with which we are associated.
getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get an already existing JspServletWrapper.
getWrapper() - Method in class org.apache.tomcat.util.http.mapper.WrapperMappingInfo
 
getWrapperClass() - Method in interface org.apache.catalina.Context
 
getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
 
getWrapperClass() - Method in class org.apache.catalina.startup.FailedContext
 
getWriteBuffer() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
getWriteBuffer() - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
 
getWriteBufSize() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getWriteLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getWriteMethod(Class<?>, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getWriter() - Method in interface javax.servlet.ServletResponse
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getWriter() on the wrapped response object.
getWriter() - Method in class org.apache.catalina.connector.Response
 
getWriter() - Method in class org.apache.catalina.connector.ResponseFacade
 
getWriter() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a printwriter, throws and exception if a OutputStream already been returned.
getWriter() - Method in class org.apache.jasper.JspCompilationContext
Where is the servlet being generated?
getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Returns a wrapper around the JspWriter of the including page.
getWriter() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getWriterEncoding() - Static method in class org.apache.catalina.util.DOMWriter
 
getWriteThreadLock() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
getWriteTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getWsdlfile() - Method in class org.apache.catalina.deploy.ContextService
 
getWsOutbound() - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
Obtain the outbound side of this WebSocket connection used for writing data to the client.
getWsPath() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
getX509UsernameRetrieverClassName() - Method in class org.apache.catalina.realm.RealmBase
Gets the name of the class that will be used to extract user names from X509 client certificates.
getXAConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getXAConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getXAConnection() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the underlying XA connection
getXmlBase() - Method in class org.apache.catalina.core.StandardHost
(
getXmlBase() - Method in interface org.apache.catalina.Host
 
getXmlBlockExternal() - Method in interface org.apache.catalina.Context
Will the parsing of web.xml, web-fragment.xml, *.tld, *.jspx, *.tagx and tagplugin.xml files for this Context block the use of external entities?
getXmlBlockExternal() - Method in class org.apache.catalina.core.StandardContext
 
getXmlBlockExternal() - Method in class org.apache.catalina.startup.FailedContext
 
getXmlNamespaceAware() - Method in interface org.apache.catalina.Context
Will the parsing of web.xml and web-fragment.xml files for this Context be performed by a namespace aware parser?
getXmlNamespaceAware() - Method in class org.apache.catalina.core.StandardContext
 
getXmlNamespaceAware() - Method in class org.apache.catalina.startup.FailedContext
 
getXMLReader() - Method in class org.apache.tomcat.util.digester.Digester
Return the XMLReader to be used for parsing the input document.
getXmlValidation() - Method in interface org.apache.catalina.Context
Will the parsing of web.xml and web-fragment.xml files for this Context be performed by a validating parser?
getXmlValidation() - Method in class org.apache.catalina.core.StandardContext
 
getXmlValidation() - Method in class org.apache.catalina.startup.FailedContext
 
getXParameterElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getXpoweredBy() - Method in class org.apache.catalina.connector.Connector
Indicates whether the generation of an X-Powered-By response header for Servlet-generated responses is enabled or disabled for this Connector.
gid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the groupid for a specified group name This function is available only if APR_HAS_USER is defined.
gidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
Compare two group identifiers for equality.
gidCurrent(long) - Static method in class org.apache.tomcat.jni.User
Get the groupid of the calling process This function is available only if APR_HAS_USER is defined.
global - Variable in class org.apache.catalina.manager.ManagerServlet
The global JNDI NamingContext for this server, if available.
global - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
Global - Class in org.apache.tomcat.jni
Global
Global() - Constructor for class org.apache.tomcat.jni.Global
 
GLOBALNAME - Static variable in class org.apache.naming.ResourceLinkRef
Description address type.
globalPool() - Static method in class org.apache.tomcat.jni.Library
 
globalRequestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of global request processors object names.
GlobalResourcesLifecycleListener - Class in org.apache.catalina.mbeans
Implementation of LifecycleListener that instantiates the set of MBeans associated with global JNDI resources that are subject to management.
GlobalResourcesLifecycleListener() - Constructor for class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
 
Globals - Class in org.apache.catalina
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.apache.catalina.Globals
 
globalXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per instance.
GMT - Static variable in class org.apache.catalina.util.ConcurrentDateFormat
Deprecated.
 
GMT - Static variable in class org.apache.naming.resources.ConcurrentDateFormat
 
GMT_ZONE - Static variable in class org.apache.catalina.connector.Request
Deprecated.
Unused. This will be removed in Tomcat 10.
GMT_ZONE - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
GMT timezone - all HTTP dates are on GMT
gmtZone - Static variable in class org.apache.naming.resources.ResourceAttributes
 
Group - Interface in org.apache.catalina
Abstract representation of a group of Users in a UserDatabase.
group - Variable in class org.apache.tomcat.jni.FileInfo
The group id that owns the file
group - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
GroupChannel - Class in org.apache.catalina.tribes.group
The default implementation of a Channel.
GroupChannel() - Constructor for class org.apache.catalina.tribes.group.GroupChannel
Creates a GroupChannel.
GroupChannel.HeartbeatThread - Class in org.apache.catalina.tribes.group
Title: Internal heartbeat thread Description: if Channel.getHeartbeat()==true then a thread of this class is created
GroupChannel.HeartbeatThread(GroupChannel, long) - Constructor for class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
GroupChannel.InterceptorIterator - Class in org.apache.catalina.tribes.group
Title: Interceptor Iterator Description: An iterator to loop through the interceptors in a channel
GroupChannel.InterceptorIterator(ChannelInterceptor, ChannelInterceptor) - Constructor for class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
 
GroupMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.Group component.
GroupMBean() - Constructor for class org.apache.catalina.mbeans.GroupMBean
Construct a ModelMBean with default ModelMBeanInfo information.
groupname - Variable in class org.apache.catalina.users.AbstractGroup
The group name of this group.
groupname(long, long) - Static method in class org.apache.tomcat.jni.User
Get the group name for a specified groupid This function is available only if APR_HAS_USER is defined.
groups - Variable in class org.apache.catalina.users.MemoryUser
The set of Groups that this user is a member of.
groups - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Groups defined in this database, keyed by group name.
groupSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
Set the group used for running process
GSS_CREDENTIAL_ATTR - Static variable in class org.apache.catalina.Globals
 
gssCredential - Variable in class org.apache.catalina.realm.GenericPrincipal
The user's delegated credentials.
GSSRealm - Interface in org.apache.catalina
Deprecated.
This will be removed in Tomcat 9 and integrated into Realm.
GT0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
GT1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
guessDisplayLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get user locale from the session, if possible.
guessDisplayUserFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get user name from the session, if possible.
guessInstall(String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
No longer required. Will be removed in Tomcat 8.0.x.
guessInstall(String, String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
No longer required. Will be removed in Tomcat 8.0.x.
guessLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user locale from the session, if possible.
guessLocaleFromSession(HttpSession) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
guessUserFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user from the session, if possible.
GZIP_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
GZIP filter (output).
GzipInterceptor - Class in org.apache.catalina.tribes.group.interceptors
 
GzipInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
GzipOutputFilter - Class in org.apache.coyote.http11.filters
Gzip output filter.
GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
 
GzipOutputFilter.FakeOutputStream - Class in org.apache.coyote.http11.filters
 
GzipOutputFilter.FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 

H

H_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Size of basic packet header
halt() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Block in/out messages while a election is going on
handle(Callback[]) - Method in class org.apache.catalina.realm.JAASCallbackHandler
Retrieve the information requested in the provided Callbacks.
handleALL_SESSION_DATA(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive sessions from other not ( restart )
handleALL_SESSION_NOCONTEXTMANAGER(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive no context manager.
handleALL_SESSION_TRANSFERCOMPLETE(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session state is complete transferred
handleCHANGE_SESSION_ID(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive change sessionID at other node
handleCompletion(UniqueId) - Method in interface org.apache.catalina.tribes.ErrorHandler
Invoked when the message has been sent successfully.
handleError(ChannelException, UniqueId) - Method in interface org.apache.catalina.tribes.ErrorHandler
Invoked if the message is dispatched async, and an error occurs
handleErrorFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority and flushes the stream.
handleErrorOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority.
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
handleExceptionWithDelay(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Provides a common approach for sub-classes to handle exceptions where a delay is required to prevent a Thread from entering a tight loop which will consume CPU and may also trigger large amounts of logging.
handleFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority and flushes the stream.
handleGET_ALL_SESSIONS(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive that other node want all sessions ( restart ) a) send all sessions with one message b) send session at blocks After sending send state is complete transferred
handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleIncompleteRequestLineRead() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Defines how a connector handles an incomplete request line read.
handleIncompleteRequestLineRead() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
handleIncompleteRequestLineRead() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
handleIncompleteRequestLineRead() - Method in class org.apache.coyote.http11.Http11Processor
 
handleJspException(Exception) - Method in class org.apache.jasper.servlet.JspServletWrapper
Attempts to construct a JasperException that contains helpful information about what went wrong.
handleJvmRoute(Request, String, String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Handle jvmRoute stickiness after tomcat instance failed.
handleMyToken(MemberImpl, NonBlockingCoordinator.CoordinationMessage, Member, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
handleNotification(Notification, Object) - Method in class org.apache.catalina.manager.StatusManagerServlet
 
handleOtherToken(MemberImpl, NonBlockingCoordinator.CoordinationMessage, Member, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
handleOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority.
handleOutput(String, int) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with ERR priority to error stream and all other priorities to output stream.
handlePageException(Exception) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Throwable) - Method in class javax.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Exception) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePojoMethodException(Throwable) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
handlePossibleTurnover(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
handle possible session turn over.
handlePreflightCORS(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CorsFilter
Handles CORS pre-flight request.
handleQueryParameters() - Method in class org.apache.tomcat.util.http.Parameters
Process the query string into parameters
Handler - Class in org.apache.naming.resources.jndi
Stream handler to a JNDI directory context.
Handler() - Constructor for class org.apache.naming.resources.jndi.Handler
 
handler - Variable in class org.apache.tomcat.util.net.AprEndpoint
Handling of accepted sockets.
handler - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Handling of accepted sockets.
handler - Variable in class org.apache.tomcat.util.net.NioEndpoint
Handling of accepted sockets.
HANDLER_CLASS - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_LOCALPART - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_NAME - Static variable in class org.apache.naming.HandlerRef
HandlerName address type.
HANDLER_NAMESPACE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMNAME - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMVALUE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PORTNAME - Static variable in class org.apache.naming.HandlerRef
Handler PortName address type.
HANDLER_SOAPROLE - Static variable in class org.apache.naming.HandlerRef
Handler SoapRole address type.
HandlerRef - Class in org.apache.naming
Represents a reference handler for a web service.
HandlerRef(String, String) - Constructor for class org.apache.naming.HandlerRef
 
HandlerRef(String, String, String, String) - Constructor for class org.apache.naming.HandlerRef
 
handleSESSION_ACCESSED(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session is access at other node ( primary session is now false)
handleSESSION_CREATED(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive new session is created at other node (create backup - primary false)
handleSESSION_DELTA(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session delta
handleSESSION_EXPIRED(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session is expire at other node ( expire session also here)
handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Use proprietaryEvaluate public static void handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, VariableResolver variableResolver, FunctionMapper functionMapper ) throws JasperException { try { Method method = getWriteMethod(bean.getClass(), prop); method.invoke(bean, new Object[] { pageContext.getExpressionEvaluator().evaluate( expression, method.getParameterTypes()[0], variableResolver, functionMapper, null ) }); } catch (Exception ex) { throw new JasperException(ex); } }
handleSimpleCORS(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CorsFilter
Handles a CORS request of type CorsFilter.CORSRequestType.SIMPLE.
HandlesTypes - Annotation Type in javax.servlet.annotation
This annotation is used to declare an array of application classes which are passed to a ServletContainerInitializer.
handlesTypesAnnotations - Variable in class org.apache.catalina.startup.ContextConfig
Flag that indicates if at least one HandlesTypes entry is present that represents an annotation.
handlesTypesNonAnnotations - Variable in class org.apache.catalina.startup.ContextConfig
Flag that indicates if at least one HandlesTypes entry is present that represents a non-annotation.
handleThrowable(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
handleThrowable(Throwable) - Static method in class org.apache.tomcat.util.ExceptionUtils
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
handleToken(NonBlockingCoordinator.CoordinationMessage, Member, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
handleViewConf(NonBlockingCoordinator.CoordinationMessage, Member, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
handshake(long) - Static method in class org.apache.tomcat.jni.SSLSocket
Do an SSL handshake.
handshake(Socket) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
handshake(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
handshake(boolean, boolean) - Method in class org.apache.tomcat.util.net.NioChannel
 
handshake(boolean, boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Performs SSL handshake, non blocking, but performs NEED_TASK on the same thread.
handshake(Socket) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
Triggers the SSL handshake.
handshake() - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
 
handshake() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
handshake() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
handshakeComplete - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
HandshakeRequest - Interface in javax.websocket.server
Represents the HTTP request that asked to be upgraded to WebSocket.
HandshakeResponse - Interface in javax.websocket
 
handshakeStatus - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
handshakeUnwrap(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Perform handshake unwrap
handshakeWrap(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Performs the WRAP function
hasCharset(String) - Static method in class org.apache.tomcat.util.http.ContentType
Returns true if the given content type contains a charset component, false otherwise.
hasDescriptor - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Does this application have a context.xml descriptor file on the host's configBase?
hasDynamicAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Get dynamicAttributes associated with this TagInfo.
hasEncodedValue(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.mime.RFC2231Utility
Checks if Asterisk (*) at the end of parameter name to indicate, if it has charset and language information to decode the value
hasExpired(long) - Method in class org.apache.catalina.tribes.membership.Membership.MbrEntry
Check if this dude has expired
hasExternalRepositories - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Has external repositories.
hash(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol.
hash(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol information.
hash() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
hasHashCode - Variable in class org.apache.tomcat.util.buf.AbstractChunk
 
hashCode() - Method in class javax.el.Expression
 
hashCode() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
hashCode() - Method in class org.apache.catalina.core.ApplicationTaglibDescriptor
 
hashCode() - Method in class org.apache.catalina.deploy.ApplicationListener
 
hashCode() - Method in class org.apache.catalina.deploy.ContextEjb
 
hashCode() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
hashCode() - Method in class org.apache.catalina.deploy.ContextHandler
 
hashCode() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
hashCode() - Method in class org.apache.catalina.deploy.ContextResource
 
hashCode() - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
hashCode() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
hashCode() - Method in class org.apache.catalina.deploy.ContextService
 
hashCode() - Method in class org.apache.catalina.deploy.LoginConfig
 
hashCode() - Method in class org.apache.catalina.deploy.MessageDestination
 
hashCode() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
hashCode() - Method in class org.apache.catalina.deploy.MultipartDef
 
hashCode() - Method in class org.apache.catalina.deploy.ResourceBase
 
hashCode() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
hashCode() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
hashCode() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
Deprecated.
 
hashCode() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
hashCode() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
hashCode() - Method in interface org.apache.catalina.tribes.ChannelListener
 
hashCode() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
 
hashCode() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
hashCode() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
 
hashCode() - Method in class org.apache.catalina.tribes.io.ChannelData
 
hashCode() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
hashCode() - Method in interface org.apache.catalina.tribes.MessageListener
 
hashCode() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
hashCode() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
hashCode() - Method in class org.apache.catalina.tribes.UniqueId
 
hashCode(byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
hashCode() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
hashCode() - Method in class org.apache.el.MethodExpressionImpl
Returns the hash code for this Expression.
hashCode() - Method in class org.apache.el.MethodExpressionLiteral
 
hashCode() - Method in class org.apache.el.parser.SimpleNode
 
hashCode() - Method in class org.apache.el.ValueExpressionImpl
 
hashCode() - Method in class org.apache.el.ValueExpressionLiteral
 
hashCode() - Method in class org.apache.jasper.el.JspMethodExpression
 
hashCode() - Method in class org.apache.jasper.el.JspValueExpression
 
hashCode() - Method in class org.apache.naming.NamingEntry
 
hashCode() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
hashCode() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
hashCode() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
hashCode() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
hashCode() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
hashCode() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
hashCode() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
hashCode() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
hashCode() - Method in class org.apache.tomcat.util.net.URL
 
HASHCODE_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
hasHigherPriority(Member[], Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.CharChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
hasHook(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
HASHTABLE_IMPLEMENTATION_PROPERTY - Static variable in class org.apache.juli.logging.LogFactory
Setting this system property value allows the Hashtable used to store classloaders to be substituted by an alternative implementation.
hashToStringArray(Hashtable<String, ?>) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Converts a Hashtable to a String array by converting each key/value pair in the Hashtable to a String in the form "key=value" (hashkey + "=" + hash.get(hashkey).toString())
hasMatches() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
 
hasMembers() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns that cluster has members.
hasMembers - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
has members
hasMembers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
hasMembers() - Method in interface org.apache.catalina.tribes.Channel
Returns true if there are any members in the group, this call is the same as getMembers().length > 0
hasMembers() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.hasMembers() method
hasMembers() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
has members
hasMembers() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
has members
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
has members
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
has members
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
hasMembers() - Method in class org.apache.catalina.tribes.membership.McastService
has members?
hasMembers() - Method in class org.apache.catalina.tribes.membership.Membership
Returning that service has members or not
hasMembers() - Method in interface org.apache.catalina.tribes.MembershipService
 
hasMessageDigest() - Method in class org.apache.catalina.realm.RealmBase
 
hasMessageHandlers() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
hasMore() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.NamingContextEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Determines whether there are any more elements in the enumeration.
hasMoreElements() - Method in class org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration
 
hasMoreElements() - Method in class org.apache.catalina.util.Enumerator
Deprecated.
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.apache.jasper.util.Enumerator
Deprecated.
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
hasMoreElements() - Method in class org.apache.naming.NamingContextEnumeration
 
hasMoreElements() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
hasMoreTokens() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns true if there are more tokens.
hasNext() - Method in class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
 
hasNext() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
 
hasNext() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
 
hasNext() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns, whether another instance of FileItemStream is available.
hasNext() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Returns, whether another instance of FileItemStream is available.
hasOp(int) - Static method in class org.apache.tomcat.jni.SSL
Return true if all the requested SSL_OP_* are supported by OpenSSL.
hasOriginalRequestAndResponse() - Method in interface javax.servlet.AsyncContext
 
hasOriginalRequestAndResponse() - Method in class org.apache.catalina.core.AsyncContextImpl
 
hasPackage() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
hasParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
hasParameters() - Method in class org.apache.tomcat.websocket.server.UriTemplate
 
hasProperty(Properties, String) - Method in class org.apache.catalina.tribes.membership.McastService
Check if a required property is available.
hasQueuedThreads() - Method in class org.apache.tomcat.util.threads.LimitLatch
Returns true if there is at least one thread waiting to acquire the shared lock, otherwise returns false.
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in interface org.apache.catalina.Realm
Perform access control based on the specified authorization constraint.
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in class org.apache.catalina.realm.RealmBase
Perform access control based on the specified authorization constraint.
hasRole(Wrapper, Principal, String) - Method in class org.apache.catalina.realm.CombinedRealm
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(String) - Method in class org.apache.catalina.realm.GenericPrincipal
Does the user represented by this Principal possess the specified role?
hasRole(Wrapper, Principal, String) - Method in interface org.apache.catalina.Realm
Check if the specified Principal has the specified security role, within the context of this Realm.
hasRole(Wrapper, Principal, String) - Method in class org.apache.catalina.realm.RealmBase
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(Wrapper, Principal, String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasScheme(CharSequence) - Static method in class org.apache.tomcat.util.buf.UriUtil
Determine if a URI string has a scheme component.
hasSubToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in interface org.apache.catalina.Realm
Enforce any user data constraint required by the security constraint guarding this request URI.
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in class org.apache.catalina.realm.RealmBase
Enforce any user data constraint required by the security constraint guarding this request URI.
hbthread - Variable in class org.apache.catalina.tribes.group.GroupChannel
Internal heartbeat thread
HEAD - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
HEAD - Static variable in class org.apache.coyote.http11.Constants
HEAD.
HEADER_PART_SIZE_MAX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The maximum length of header-part that will be processed (10 kilobytes = 10240 bytes.).
HEADER_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that marks the end of header-part (CRLFCRLF).
headers - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
headers - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Headers of the associated request.
HeadersTooLargeException - Exception in org.apache.coyote.http11
Exception used to mark the specific error condition of the HTTP headers exceeding the maximum permitted size.
HeadersTooLargeException() - Constructor for exception org.apache.coyote.http11.HeadersTooLargeException
 
HeadersTooLargeException(String, Throwable) - Constructor for exception org.apache.coyote.http11.HeadersTooLargeException
 
HeadersTooLargeException(String) - Constructor for exception org.apache.coyote.http11.HeadersTooLargeException
 
HeadersTooLargeException(Throwable) - Constructor for exception org.apache.coyote.http11.HeadersTooLargeException
 
HeaderUtil - Class in org.apache.tomcat.util.http
 
heartbeat() - Method in interface org.apache.catalina.tribes.Channel
Sends a heart beat through the interceptor stacks Use this method to alert interceptors and other components to clean up garbage, timed out messages etc.
heartbeat() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
The heartbeat() method gets invoked periodically to allow interceptors to clean up resources, time out object and perform actions that are unrelated to sending/receiving data.
heartbeat() - Method in interface org.apache.catalina.tribes.ChannelSender
A channel heartbeat, use this method to clean up resources
heartbeat() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
heartbeat() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
heartbeat - Variable in class org.apache.catalina.tribes.group.GroupChannel
Flag to determine if the channel manages its own heartbeat If set to true, the channel will start a local thread for the heart beat.
heartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel
Sends a heartbeat through the interceptor stack.
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
Heartbeat - Interface in org.apache.catalina.tribes
Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
heartbeat() - Method in interface org.apache.catalina.tribes.Heartbeat
Heartbeat invocation for resources cleanup etc
heartbeat() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
heartbeat() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
heartbeat() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
Call transmitter to check for sender socket status
heartbeatBackgroundEnabled - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
call Channel.heartbeat() at container background thread
HeartbeatListener - Class in org.apache.catalina.ha.backend
 
HeartbeatListener() - Constructor for class org.apache.catalina.ha.backend.HeartbeatListener
 
heartbeatSleeptime - Variable in class org.apache.catalina.tribes.group.GroupChannel
If heartbeat == true then how often do we want this heartbeat to run. default is one minute
helpNeeded - Variable in class org.apache.jasper.JspC
 
hex(int) - Static method in class org.apache.coyote.ajp.AjpMessage
 
hexadecimal - Static variable in class org.apache.catalina.util.URLEncoder
 
hexLine(byte[], int, int) - Static method in class org.apache.coyote.ajp.AjpMessage
 
HexUtils - Class in org.apache.tomcat.util.buf
Tables useful when converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.apache.tomcat.util.buf.HexUtils
 
HIGHEST_SPECIAL - Static variable in class org.apache.jasper.tagplugins.jstl.Util
 
highSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the high surrogate of a supplemental character
hitCount - Static variable in class org.apache.tomcat.util.buf.StringCache
Hit count.
hitsCount - Variable in class org.apache.naming.resources.ResourceCache
Number of cache hits.
HKEY_CLASSES_ROOT - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_CURRENT_CONFIG - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_CURRENT_USER - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_LOCAL_MACHINE - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_USERS - Static variable in class org.apache.tomcat.jni.Registry
 
homepath(String, long) - Static method in class org.apache.tomcat.jni.User
Get the home directory for the named user This function is available only if APR_HAS_USER is defined.
HomesUserDatabase - Class in org.apache.catalina.startup
Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.
HomesUserDatabase() - Constructor for class org.apache.catalina.startup.HomesUserDatabase
Initialize a new instance of this user database component.
hook - Variable in class org.apache.coyote.Response
Action hook.
hops(long, int) - Static method in class org.apache.tomcat.jni.Multicast
Set the Multicast Time to Live (ttl) for a multicast transmission.
host - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The associated host.
Host - Interface in org.apache.catalina
A Host is a Container that represents a virtual host in the Catalina servlet engine.
host - Variable in class org.apache.catalina.manager.ManagerServlet
The associated host.
host - Variable in class org.apache.catalina.startup.HostConfig
The Host we are associated with.
host - Variable in class org.apache.catalina.startup.Tomcat
 
host - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The listen host for this member
HOST - Static variable in class org.apache.naming.resources.ProxyDirContext
 
host - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
Host - Class in org.apache.tomcat.util.http.parser
 
Host() - Constructor for class org.apache.tomcat.util.http.parser.Host
 
HOST_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
HOST_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
HostConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig() - Constructor for class org.apache.catalina.startup.HostConfig
 
HostConfig.DeployedApplication - Class in org.apache.catalina.startup
This class represents the state of a deployed application, as well as the monitored resources.
HostConfig.DeployedApplication(String, boolean) - Constructor for class org.apache.catalina.startup.HostConfig.DeployedApplication
 
HostContextXml - Static variable in class org.apache.catalina.startup.Constants
 
HostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts installed on the server.
HostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HostManagerServlet
 
hostname - Variable in class org.apache.catalina.startup.Tomcat
 
hostname - Variable in class org.apache.catalina.tribes.membership.MemberImpl
 
hostName - Variable in class org.apache.naming.resources.ProxyDirContext
Host name.
hostname - Variable in class org.apache.tomcat.jni.Sockaddr
The hostname
hostNameC - Variable in class org.apache.coyote.AbstractProcessor
 
HostRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Host definition element.
HostRuleSet() - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
HostRuleSet(String) - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
HostWebXml - Static variable in class org.apache.catalina.startup.Constants
 
hostWebXmlCache - Static variable in class org.apache.catalina.startup.ContextConfig
Cache of default web.xml fragments per Host
HT - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
HT - Static variable in class org.apache.coyote.http11.Constants
HT.
HTML_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
HTMLHostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts deployed on the server.
HTMLHostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HTMLHostManagerServlet
 
HTMLManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is.
HTMLManagerServlet() - Constructor for class org.apache.catalina.manager.HTMLManagerServlet
 
http09 - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
HTTP/0.9 flag.
http11 - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
HTTP/1.1 flag.
Http11AprProcessor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11AprProcessor(int, boolean, AprEndpoint, int, Set<String>, int, int, String, String) - Constructor for class org.apache.coyote.http11.Http11AprProcessor
 
Http11AprProtocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11AprProtocol() - Constructor for class org.apache.coyote.http11.Http11AprProtocol
 
Http11AprProtocol.Http11ConnectionHandler - Class in org.apache.coyote.http11
 
Http11NioProcessor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11NioProcessor(int, boolean, NioEndpoint, int, Set<String>, int, int, String, String) - Constructor for class org.apache.coyote.http11.Http11NioProcessor
 
Http11NioProtocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11NioProtocol() - Constructor for class org.apache.coyote.http11.Http11NioProtocol
 
Http11NioProtocol.Http11ConnectionHandler - Class in org.apache.coyote.http11
 
Http11Processor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11Processor(int, boolean, JIoEndpoint, int, Set<String>, int, int, String, String) - Constructor for class org.apache.coyote.http11.Http11Processor
 
Http11Protocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11Protocol() - Constructor for class org.apache.coyote.http11.Http11Protocol
 
Http11Protocol.Http11ConnectionHandler - Class in org.apache.coyote.http11
 
HTTP_10 - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
HTTP_10 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.0.
HTTP_11 - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
HTTP_11 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.1.
HTTP_11_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
HTTP_11_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
HTTP_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
Deprecated.
Not used. Will be removed in Tomcat 9.0.x onwards.
HTTP_REQUEST_ATTRIBUTE_IS_CORS_REQUEST - Static variable in class org.apache.catalina.filters.CorsFilter
Boolean value, suggesting if the request is a CORS request or not.
HTTP_REQUEST_ATTRIBUTE_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
Attribute that contains the origin of the request.
HTTP_REQUEST_ATTRIBUTE_PREFIX - Static variable in class org.apache.catalina.filters.CorsFilter
The prefix to a CORS request attribute.
HTTP_REQUEST_ATTRIBUTE_REQUEST_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Request headers sent as 'Access-Control-Request-Headers' header, for pre-flight request.
HTTP_REQUEST_ATTRIBUTE_REQUEST_TYPE - Static variable in class org.apache.catalina.filters.CorsFilter
Type of CORS request, of type CorsFilter.CORSRequestType.
HTTP_RESPONSE_DATE_HEADER - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
Format for http response header date field
HTTP_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
HttpConstraint - Annotation Type in javax.servlet.annotation
This annotation represents the security constraints that are applied to all requests with HTTP protocol method types that are not otherwise represented by a corresponding HttpMethodConstraint in a ServletSecurity annotation.
HttpConstraintElement - Class in javax.servlet
Equivalent of HttpConstraint for programmatic configuration of security constraints.
HttpConstraintElement() - Constructor for class javax.servlet.HttpConstraintElement
Default constraint is permit with no transport guarantee.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class javax.servlet.HttpConstraintElement
Construct a constraint with an empty role semantic.
HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Construct a constraint with a transport guarantee and roles.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Construct a constraint with an empty role semantic, a transport guarantee and roles.
HttpHeaderSecurityFilter - Class in org.apache.catalina.filters
Provides a single configuration point for security measures that required the addition of one or more HTTP headers to the response.
HttpHeaderSecurityFilter() - Constructor for class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
HttpJspBase - Class in org.apache.jasper.runtime
This is the super class of all JSP-generated servlets.
HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
 
HttpJspPage - Interface in javax.servlet.jsp
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
HttpMessages - Class in org.apache.tomcat.util.http
Handle (internationalized) HTTP messages.
HttpMethodConstraint - Annotation Type in javax.servlet.annotation
Specific security constraints can be applied to different types of request, differentiated by the HTTP protocol method type by using this annotation inside the ServletSecurity annotation.
HttpMethodConstraintElement - Class in javax.servlet
 
HttpMethodConstraintElement(String) - Constructor for class javax.servlet.HttpMethodConstraintElement
 
HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class javax.servlet.HttpMethodConstraintElement
 
httpParser - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
 
httpParser - Variable in class org.apache.coyote.http11.AbstractInputBuffer
 
HttpParser - Class in org.apache.tomcat.util.http.parser
HTTP header value parser implementation.
HttpParser(String, String) - Constructor for class org.apache.tomcat.util.http.parser.HttpParser
 
HTTPS_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
HttpServlet - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletRequest - Interface in javax.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in javax.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in javax.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in javax.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in javax.servlet.http
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
HttpSessionBindingEvent - Class in javax.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in javax.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - Interface in javax.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - Class in javax.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionListener - Interface in javax.servlet.http
Implementations of this interface are notified of changes to the list of active sessions in a web application.
httpUpgradeHandler - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Instance of the new protocol to use after the HTTP connection has been upgraded using the Servlet 3.1 based upgrade process.
HttpUpgradeHandler - Interface in org.apache.coyote.http11.upgrade.servlet31
Interface between the HTTP upgrade process and the new protocol.
HttpUtils - Class in javax.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
Deprecated.
Constructs an empty HttpUtils object.

I

ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
 
ib - Variable in class org.apache.catalina.connector.CoyoteReader
 
IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
Initial context prefix.
ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
id - Variable in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
id - Variable in class org.apache.catalina.session.StandardSession
The session identifier of this Session.
id - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
id - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
id - Variable in class org.apache.catalina.users.MemoryUserDatabase
The unique global identifier of this user database.
id - Variable in class org.apache.el.parser.SimpleNode
 
Identifier() - Method in class org.apache.el.parser.ELParser
 
IDENTIFIER - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
IDENTITY_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
Identity filters (input and output).
IdentityInputFilter - Class in org.apache.coyote.http11.filters
Identity input filter.
IdentityInputFilter(int) - Constructor for class org.apache.coyote.http11.filters.IdentityInputFilter
 
IdentityOutputFilter - Class in org.apache.coyote.http11.filters
Identity output filter.
IdentityOutputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityOutputFilter
 
idle - Variable in class org.apache.catalina.ant.SessionsTask
 
IDynamicProperty - Interface in org.apache.catalina.ha.util
 
IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
 
ieClassId - Variable in class org.apache.jasper.JspC
 
If - Class in org.apache.jasper.tagplugins.jstl.core
 
If() - Constructor for class org.apache.jasper.tagplugins.jstl.core.If
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of ignorable whitespace received from the body of an XML element.
ignoreAnnotations - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
ILLEGAL_CHARACTER - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
image - Variable in class org.apache.el.parser.SimpleNode
 
image - Variable in class org.apache.el.parser.Token
The string image of the token.
ImmutableNameNotFoundException - Exception in org.apache.naming.resources
Immutable exception to avoid useless object creation by the proxy context.
ImmutableNameNotFoundException() - Constructor for exception org.apache.naming.resources.ImmutableNameNotFoundException
 
impact - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
impl - Variable in class org.apache.catalina.tribes.membership.McastService
A handle to the actual low level implementation
IMPL_OBJ_START - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
ImplicitObjectELResolver - Class in javax.servlet.jsp.el
 
ImplicitObjectELResolver() - Constructor for class javax.servlet.jsp.el.ImplicitObjectELResolver
 
Import - Class in org.apache.jasper.tagplugins.jstl.core
 
Import() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Import
 
Import - Class in org.apache.tomcat.buildutil.translate
 
Import() - Constructor for class org.apache.tomcat.buildutil.translate.Import
 
in - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
When openForWrite=false, the input stream is held by this variable
IN_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
Lexical state.
inBuf - Variable in class org.apache.el.parser.SimpleCharStream
 
inc() - Static method in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
inc() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
 
inc() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Increment the message count.
INC_WEBXML - Static variable in class org.apache.jasper.JspC
 
incCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
include(String) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(String, boolean) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
 
include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Perform a RequestDispatcher.include() operation, with optional flushing of the response beforehand.
include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INCLUDE_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.include(ServletRequest, ServletResponse) method is called on the RequestDispatcher obtained by a path and not by a name.
INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
INCLUDE_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.include(ServletRequest, ServletResponse) method is called on the RequestDispatcher obtained by a path and not by a name.
INCLUDE_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.include(ServletRequest, ServletResponse) method is called on the RequestDispatcher obtained by a path and not by a name.
INCLUDE_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.include(ServletRequest, ServletResponse) method is called on the RequestDispatcher obtained by a path and not by a name.
INCLUDE_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
The name of the request attribute that should be set by the container when the RequestDispatcher.include(ServletRequest, ServletResponse) method is called on the RequestDispatcher obtained by a path and not by a name.
included - Variable in class org.apache.catalina.connector.Response
The included flag.
included(String, String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified context-relative URI (and associated HTTP method) are protected by this security constraint.
incrementErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
Increment the error count used for monitoring.
incrementErrorCount() - Method in interface org.apache.catalina.Wrapper
Increment the error count value used when monitoring.
incrementInProgressAsyncCount() - Method in interface org.apache.catalina.Context
 
incrementInProgressAsyncCount() - Method in class org.apache.catalina.core.StandardContext
 
incrementInProgressAsyncCount() - Method in class org.apache.catalina.startup.FailedContext
 
incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Increments the JSP reload counter.
incrementJspUnloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Increments the JSP unload counter.
incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
indexOf(Member, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given character in this ByteChunk starting at the specified byte.
indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given character in the given byte array between the specified start and end.
indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the first instance of the given character in this CharChunk starting at the specified char.
indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
Returns the first instance of the given character in the given char array between the specified start and end.
indexOf(char) - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexPayload - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
indexSession - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
info - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.FormAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.SingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in class org.apache.catalina.authenticator.SSLAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.connector.Connector
Descriptive information about this Connector implementation.
info - Static variable in class org.apache.catalina.connector.Request
Descriptive information about this Request implementation.
info - Static variable in class org.apache.catalina.connector.Response
Descriptive information about this Response implementation.
info - Static variable in class org.apache.catalina.core.StandardPipeline
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.core.StandardWrapper
The descriptive information string for this implementation.
info - Static variable in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in interface org.apache.catalina.ha.CatalinaCluster
Descriptive information about this component implementation.
info - Static variable in interface org.apache.catalina.ha.ClusterDeployer
Descriptive information about this component implementation.
info - Static variable in class org.apache.catalina.ha.session.ClusterSessionListener
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Descriptive information about this component implementation.
info - Static variable in class org.apache.catalina.realm.DataSourceRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JAASRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.RealmBase
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.UserDatabaseRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.session.JDBCStore
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StandardManager
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StandardSession
Descriptive information describing this Session implementation.
info - Static variable in class org.apache.catalina.session.StoreBase
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.startup.Embedded
Deprecated.
Descriptive information about this server implementation.
info - Static variable in class org.apache.catalina.valves.AccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.CometConnectionManagerValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.ValveBase
Descriptive information about this Valve implementation.
info(Object) - Method in interface org.apache.juli.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with info log level.
info(String, int, int, int, long) - Static method in class org.apache.tomcat.jni.Address
Create apr_sockaddr_t from hostname, address family, and port.
info(long[]) - Static method in class org.apache.tomcat.jni.OS
Gather system info.
info - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
info - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
infoGet(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
init(FilterConfig) - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(EndpointConfig) - Method in interface javax.websocket.Decoder
 
init(EndpointConfig) - Method in interface javax.websocket.Encoder
 
init(FilterConfig) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.CorsFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
 
init(FilterConfig) - Method in class org.apache.catalina.filters.ExpiresFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.FilterBase
Iterates over the configuration parameters and either logs a warning, or throws an exception for any parameter that does not have a matching setter in this filter.
init(FilterConfig) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.RemoteIpFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.RequestDumperFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.SessionInitializerFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.WebdavFixFilter
 
init(String, int) - Method in class org.apache.catalina.ha.backend.CollectedInfo
 
init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.MultiCastSender
 
init(HeartbeatListener) - Method in interface org.apache.catalina.ha.backend.Sender
Set the configuration parameters
init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.TcpSender
 
init() - Method in interface org.apache.catalina.Lifecycle
Prepare the component for starting.
init() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
init() - Method in class org.apache.catalina.manager.host.HostManagerServlet
 
init() - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
init() - Method in class org.apache.catalina.manager.JMXProxyServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.ManagerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.StatusManagerServlet
Initialize this servlet.
init(ServletConfig) - Method in class org.apache.catalina.servlets.CGIServlet
Sets instance variables.
init() - Method in class org.apache.catalina.servlets.DefaultServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.WebdavServlet
Initialize this servlet.
init(FilterConfig) - Method in class org.apache.catalina.ssi.SSIFilter
Initialize this servlet.
init() - Method in class org.apache.catalina.ssi.SSIServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.startup.Bootstrap
Initialize daemon.
init(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Load the Catalina daemon.
init() - Method in class org.apache.catalina.startup.ContextConfig
Process a "init" event for this Context.
init() - Method in class org.apache.catalina.startup.Tomcat
Initialize the server.
init() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
init(AbstractReplicatedMap.MapOwner, Channel, String, long, int, ClassLoader[], boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Initializes the map by creating the RPC channel, registering itself as a channel listener This method is also responsible for initiating the state transfer
init() - Method in class org.apache.catalina.util.LifecycleBase
 
init() - Method in class org.apache.coyote.AbstractProtocol
 
init() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
init(SocketWrapper<S>, AbstractEndpoint<S>) - Method in class org.apache.coyote.http11.AbstractInputBuffer
 
init(SocketWrapper<S>, AbstractEndpoint<S>) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
 
init(SocketWrapper<Long>, AbstractEndpoint<Long>) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
 
init(SocketWrapper<Long>, AbstractEndpoint<Long>) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
 
init(SocketWrapper<Socket>, AbstractEndpoint<Socket>) - Method in class org.apache.coyote.http11.InternalInputBuffer
 
init(SocketWrapper<NioChannel>, AbstractEndpoint<NioChannel>) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
init(SocketWrapper<NioChannel>, AbstractEndpoint<NioChannel>) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
init(SocketWrapper<Socket>, AbstractEndpoint<Socket>) - Method in class org.apache.coyote.http11.InternalOutputBuffer
 
init(WebConnection) - Method in interface org.apache.coyote.http11.upgrade.servlet31.HttpUpgradeHandler
This method is called once the request/response pair where the upgrade is initiated has completed processing and is the point where control of the connection passes from the container to the HttpUpgradeHandler.
init() - Method in interface org.apache.coyote.ProtocolHandler
Initialise the protocol.
init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.jasper.compiler.Compiler
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
Deprecated.
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
 
init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
 
init(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Initialize the connection pool - called from the constructor
init(FileUploadBase, RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
init() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
init() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Deprecated.
Call the init method on all mbeans.
init() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Create the poller.
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Create the sendfile poller.
init(String) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
Ensures that ConcurrentMessageDigest.digest(String, byte[][]) will support the specified algorithm.
init(FilterConfig) - Method in class org.apache.tomcat.websocket.server.WsFilter
 
init(WebConnection) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
initBaseDir() - Method in class org.apache.catalina.startup.Tomcat
 
initClassLoader() - Method in class org.apache.jasper.JspC
Initializes the classloader as/if needed for the given compilation context.
initDefaultCluster() - Static method in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
initDirs() - Method in class org.apache.catalina.startup.Catalina
 
initDirs() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Cookies
 
INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
Initial context.
initialContext - Variable in class org.apache.naming.SelectorContext
Request for an initial context.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Initialize this LoginModule with the specified configuration information.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
initialize(String) - Static method in class org.apache.tomcat.jni.Library
Setup any APR internal data structures.
initialize(String) - Static method in class org.apache.tomcat.jni.SSL
Initialize OpenSSL support.
initialize() - Method in class org.apache.tomcat.util.digester.Digester
Provides a hook for lazy initialization of this Digester instance.
initializeConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
initializeConnectionLatch() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
initialized - Variable in class org.apache.catalina.core.NamingContextListener
Initialized flag.
initializeFilters(int, Set<String>, int, int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Initialize standard input and output filters.
initializePoolCleaner(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
initializerClassMap - Variable in class org.apache.catalina.startup.ContextConfig
Map of ServletContainerInitializer to classes they expressed interest in.
initialSize - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The initial number of connections that are created when the pool is started.
initInternal() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
initInternal() - Method in class org.apache.catalina.connector.Connector
 
initInternal() - Method in class org.apache.catalina.core.ContainerBase
 
initInternal() - Method in class org.apache.catalina.core.StandardContext
 
initInternal() - Method in class org.apache.catalina.core.StandardEngine
 
initInternal() - Method in class org.apache.catalina.core.StandardPipeline
 
initInternal() - Method in class org.apache.catalina.core.StandardServer
Invoke a pre-startup initialization.
initInternal() - Method in class org.apache.catalina.core.StandardService
Invoke a pre-startup initialization.
initInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
initInternal() - Method in class org.apache.catalina.deploy.NamingResources
 
initInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
initInternal() - Method in class org.apache.catalina.realm.RealmBase
 
initInternal() - Method in class org.apache.catalina.session.ManagerBase
 
initInternal() - Method in class org.apache.catalina.session.StoreBase
 
initInternal() - Method in class org.apache.catalina.util.LifecycleBase
Sub-classes implement this method to perform any instance initialisation required.
initInternal() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Sub-classes wishing to perform additional initialization should override this method, ensuring that super.initInternal() is the first call in the overriding method.
initInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
initInternal() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
initInternal() - Method in class org.apache.catalina.valves.RequestFilterValve
 
initInternal() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
initInternal() - Method in class org.apache.catalina.valves.ValveBase
 
initMetaData(Class<?>) - Static method in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
initNaming() - Method in class org.apache.catalina.startup.Catalina
 
initNaming() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Initialize naming - this should only enable java:env and root naming.
initServletContext(ClassLoader) - Method in class org.apache.jasper.JspC
 
initSimpleAuth() - Method in class org.apache.catalina.startup.Tomcat
Deprecated.
Will be removed in Tomcat 8.0.x
initSsl(SocketWrapper<S>, Processor<S>) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
initSsl(SocketWrapper<S>, Processor<S>) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
 
initSsl(SocketWrapper<Long>, Processor<Long>) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
initSsl(SocketWrapper<NioChannel>, Processor<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
initSsl(SocketWrapper<Socket>, Processor<Socket>) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
initStreams() - Method in class org.apache.catalina.startup.Catalina
 
initStreams() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
initWebappDefaults(String) - Method in class org.apache.catalina.startup.Tomcat
Provide default configuration for a context.
initWebappDefaults(Context) - Static method in class org.apache.catalina.startup.Tomcat
initWebXml() - Method in class org.apache.jasper.JspC
 
Injectable - Interface in org.apache.catalina.deploy
 
InjectionTarget - Class in org.apache.catalina.deploy
 
InjectionTarget() - Constructor for class org.apache.catalina.deploy.InjectionTarget
 
InjectionTarget(String, String) - Constructor for class org.apache.catalina.deploy.InjectionTarget
 
innerMap - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
innermostDelegateEquals(Connection) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Compares innermost delegate to the given connection.
inode - Variable in class org.apache.tomcat.jni.FileInfo
The inode of the file.
input - Variable in class org.apache.catalina.servlets.DefaultServlet
The input buffer size to use when serving resources.
input - Variable in class org.apache.coyote.ajp.AjpProcessor
Input stream.
input - Variable in class org.apache.coyote.http11.filters.SavedRequestInputFilter
The original request body.
input_stream - Variable in class org.apache.el.parser.ELParserTokenManager
 
InputBuffer - Class in org.apache.catalina.connector
The buffer used by Tomcat request.
InputBuffer() - Constructor for class org.apache.catalina.connector.InputBuffer
Default constructor.
InputBuffer(int) - Constructor for class org.apache.catalina.connector.InputBuffer
Alternate constructor which allows specifying the initial buffer size.
inputBuffer - Variable in class org.apache.catalina.connector.Request
The associated input buffer.
inputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11NioProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
InputBuffer - Interface in org.apache.coyote
This class is only for internal use in the protocol implementation.
inputBuffer - Variable in class org.apache.tomcat.websocket.WsFrameBase
 
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Input encoding.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
InputFilter - Interface in org.apache.coyote.http11
Input filter interface.
InputSourceUtil - Class in org.apache.tomcat.util.descriptor
 
inputStream - Variable in class org.apache.catalina.connector.Request
ServletInputStream.
inputStream - Variable in class org.apache.el.parser.SimpleCharStream
 
inputStream - Variable in class org.apache.naming.resources.Resource
Input stream.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Underlying input buffer.
insertBefore - Static variable in class org.apache.jasper.JspC
 
insertLicense(Writer) - Static method in class org.apache.tomcat.buildutil.Utils
 
insertRow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
insertsAreDetected(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
inSet(Member, Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
install() - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
 
install(String, File) - Method in interface org.apache.catalina.ha.ClusterDeployer
Install a new web application, whose web application archive is at the specified URL, into this container and all the other members of the cluster with the specified context name.
install(String, File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Install a new web application, whose web application archive is at the specified URL, into this container and all the other members of the cluster with the specified context name.
INSTALLED_EXTENSIONS - Static variable in class org.apache.tomcat.websocket.Constants
 
installedHost - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The associated host.
installSmap(String[]) - Static method in class org.apache.jasper.compiler.SmapUtil
 
instance - Variable in class org.apache.catalina.core.StandardWrapper
The (single) possibly uninitialized instance of this servlet.
instance - Static variable in class org.apache.catalina.tribes.io.BufferPool
 
InstanceEvent - Class in org.apache.catalina
General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it.
InstanceEvent(Wrapper, Filter, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
instanceEvent(InstanceEvent) - Method in interface org.apache.catalina.InstanceListener
Acknowledge the occurrence of the specified event.
instanceId() - Method in class org.apache.coyote.Request
Get the instance id (or JVM route).
instanceInitialized - Variable in class org.apache.catalina.core.StandardWrapper
Flag that indicates if this instance has been initialized
instanceKey - Variable in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Instance key
InstanceKeyDataSource - Class in org.apache.tomcat.dbcp.dbcp.datasources
The base class for SharedPoolDataSource and PerUserPoolDataSource.
InstanceKeyDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Default no-arg constructor for Serialization
InstanceListener - Interface in org.apache.catalina
Interface defining a listener for significant events related to a specific servlet instance, rather than to the Wrapper component that is managing that instance.
instanceManager - Variable in class org.apache.jasper.runtime.TagHandlerPool
 
InstanceManager - Interface in org.apache.tomcat
 
InstanceManagerFactory - Class in org.apache.jasper.runtime
 
INSTANCEOF - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
instancePool - Variable in class org.apache.catalina.core.StandardWrapper
Stack containing the STM instances.
instanceSupport - Variable in class org.apache.catalina.core.StandardWrapper
The support object for our instance listeners.
InstanceSupport - Class in org.apache.catalina.util
Support class to assist in firing InstanceEvent notifications to registered InstanceListeners.
InstanceSupport(Wrapper) - Constructor for class org.apache.catalina.util.InstanceSupport
Construct a new InstanceSupport object associated with the specified Instance component.
InstrumentableClassLoader - Interface in org.apache.tomcat
Specifies a class loader capable of being decorated with ClassFileTransformers.
Integer() - Method in class org.apache.el.parser.ELParser
 
INTEGER_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
InterceptorPayload - Class in org.apache.catalina.tribes.group
 
InterceptorPayload() - Constructor for class org.apache.catalina.tribes.group.InterceptorPayload
 
interceptors - Variable in class org.apache.catalina.tribes.group.GroupChannel
The first interceptor in the interceptor stack.
interestOps - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
interestOps() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
interestOps(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
interestOps - Variable in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
INTERNAL_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
InternalAprInputBuffer - Class in org.apache.coyote.http11
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalAprInputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer
Alternate constructor.
InternalAprInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalAprInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
 
InternalAprOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalAprOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer
Default constructor.
InternalAprOutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
InternalAprOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
 
internalDispatcherType - Variable in class org.apache.catalina.connector.Request
The current dispatcher type.
internalExecutor - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Are we using an internal executor
InternalInputBuffer - Class in org.apache.coyote.http11
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalInputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
Default constructor.
InternalInputBuffer.InputStreamInputBuffer - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalInputBuffer.InputStreamInputBuffer() - Constructor for class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
 
InternalNioInputBuffer - Class in org.apache.coyote.http11
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalNioInputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer
Alternate constructor.
InternalNioInputBuffer.HeaderParseData - Class in org.apache.coyote.http11
 
InternalNioInputBuffer.HeaderParseData() - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer.HeaderParseData
 
InternalNioInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalNioInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
 
InternalNioOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalNioOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer
Default constructor.
InternalNioOutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
InternalNioOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer.SocketOutputBuffer
 
InternalOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
Default constructor.
InternalOutputBuffer.OutputStreamOutputBuffer - Class in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
InternalOutputBuffer.OutputStreamOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
 
internalStart(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Starts up the channel.
internalStop(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Shuts down the channel.
InternetAddress - Class in javax.mail.internet
 
InternetAddress(String) - Constructor for class javax.mail.internet.InternetAddress
 
interpreterCall(JspCompilationContext, boolean, String, Class<?>, String, boolean) - Method in interface org.apache.jasper.compiler.ELInterpreter
Returns the string representing the code that will be inserted into the servlet generated for JSP.
interpreterCall(JspCompilationContext, boolean, String, Class<?>, String, boolean) - Method in class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
 
interpreterCall(boolean, String, Class<?>, String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Produces a String representing a call to the EL interpreter.
interruptible - Variable in class org.apache.catalina.valves.SemaphoreValve
Block interruptibly until a permit is available.
interval - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
introspect(Object, ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
Introspection - Class in org.apache.catalina.util
Provides introspection utilities that either require knowledge of Tomcat internals or are solely used by Tomcat internals.
Introspection() - Constructor for class org.apache.catalina.util.Introspection
 
IntrospectionUtils - Class in org.apache.tomcat.util
Utils for introspection and reflection
IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
 
IntrospectionUtils.AttributeHolder - Interface in org.apache.tomcat.util
Deprecated.
Is used only by deprecated method
IntrospectionUtils.PropertySource - Interface in org.apache.tomcat.util
 
IntrospectionUtils.SecurePropertySource - Interface in org.apache.tomcat.util
 
intsToCommaDelimitedString(int[]) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert an array of ints into a comma delimited string
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class org.apache.catalina.session.StandardSession
Invalidates this session and unbinds any objects bound to it.
invalidate() - Method in class org.apache.catalina.session.StandardSessionFacade
 
invalidate() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
invalidateConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
Invalidates the given connection.
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Invalidates an object from the pool.
invalidateObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Invalidates an object from the pool.
invalidateSession() - Method in interface org.apache.tomcat.util.net.SSLSessionManager
Invalidate the SSL session
invalidateSessions(ContextName, String[], StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Invalidate HttpSessions
InvalidContentTypeException - Exception in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate that the request is not a multipart request.
InvalidContentTypeException() - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException
Constructs a InvalidContentTypeException with no detail message.
InvalidContentTypeException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException
Constructs an InvalidContentTypeException with the specified detail message.
InvalidContentTypeException(String, Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException
Constructs an InvalidContentTypeException with the specified detail message and cause.
InvalidFileNameException - Exception in org.apache.tomcat.util.http.fileupload
This exception is thrown in case of an invalid file name.
InvalidFileNameException(String, String) - Constructor for exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
Creates a new instance.
invalidWars - Variable in class org.apache.catalina.startup.HostConfig
The list of Wars in the appBase to be ignored because they are invalid (e.g. contain /../ sequences).
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.BeanELResolver
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.CompositeELResolver
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.ELResolver
Invokes a method on the the given object.
invoke(ELContext, Object[]) - Method in class javax.el.MethodExpression
 
invoke(Writer) - Method in class javax.servlet.jsp.tagext.JspFragment
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.SingleSignOn
Perform single-sign-on support processing for this request.
invoke(Request, Response) - Method in interface org.apache.catalina.Container
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
invoke(Request, Response) - Method in class org.apache.catalina.core.ContainerBase
Process the specified Request, to produce the corresponding Response, by invoking the first Valve in our pipeline (if any), or the basic Valve otherwise.
invoke(Request, Response) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Detect possible the JVMRoute change at cluster backup node..
invoke(Request, Response) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response) - Method in class org.apache.catalina.startup.FailedContext
 
invoke(Request, Response) - Method in interface org.apache.catalina.Valve
Perform request processing as required by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.AccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
Register requests for tracking, whenever needed.
invoke(Request, Response) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
This method is invoked by Tomcat on each query.
invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
Select the appropriate child Context to process this request, based on the specified request URI.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteCIDRValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteHostValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteIpValve
The implementation-specific logic represented by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Do concurrency control on the request using the semaphore.
invoke(Request, Response) - Method in class org.apache.catalina.valves.SSLValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
The implementation-specific logic represented by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ValveBase
The implementation-specific logic represented by this Valve.
invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionLiteral
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.apache.el.parser.AstIdentifier
 
invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.el.parser.AstValue
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in interface org.apache.el.parser.Node
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.apache.el.parser.SimpleNode
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.apache.jasper.el.JasperELResolver
 
invoke(ELContext, Object[]) - Method in class org.apache.jasper.el.JspMethodExpression
 
invoke(Object, Method, Object[]) - Method in class org.apache.naming.factory.DataSourceLinkFactory.DataSourceHandler
 
invoke(Object, Method, Object[]) - Method in class org.apache.naming.factory.webservices.ServiceProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Gets invoked each time an operation on Connection is invoked.
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.ResultSetProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Gets invoked each time an operation on Connection is invoked.
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.TrapException
 
invoke(String, Object[], String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Invoke a particular method on this MBean, and return any returned value.
invoke(List<ObjectName>, String, boolean) - Method in class org.apache.tomcat.util.modeler.Registry
Invoke a operation on a list of mbeans.
invoke(List<ObjectName>, String, boolean) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Invoke an operation on a set of mbeans.
INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
invokeConstructor(Class<T>, Class<?>[], Object[]) - Static method in class org.apache.tomcat.dbcp.jocl.ConstructorUtil
Creates a new instance of the specified type using a Constructor described by the given parameter types and values.
IO_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
 
IO_TIMEOUT_MS_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
Property name to set to configure the timeout (in milliseconds) when establishing a WebSocket connection to server.
IOFileUploadException - Exception in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate an IOException.
IOFileUploadException(String, IOException) - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException
Creates a new instance with the given cause.
ioSet(long, int, int, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if any of stdin, stdout, or stderr should be linked to pipes when starting a child process.
IOTools - Class in org.apache.catalina.util
Contains commonly needed I/O-related methods
IOUtils - Class in org.apache.tomcat.util.http.fileupload
General IO stream manipulation utilities.
IOUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.IOUtils
Instances should NOT be constructed in standard programming.
is - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
IS_BSD - Static variable in class org.apache.tomcat.jni.OS
 
IS_IBM_JVM - Static variable in class org.apache.catalina.Globals
Deprecated.
IS_IBM_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
 
IS_LINUX - Static variable in class org.apache.tomcat.jni.OS
 
IS_MACOSX - Static variable in class org.apache.tomcat.jni.OS
 
IS_NETWARE - Static variable in class org.apache.tomcat.jni.OS
 
IS_ORACLE_JVM - Static variable in class org.apache.catalina.Globals
Deprecated.
IS_ORACLE_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
 
IS_SECURITY_ENABLED - Static variable in class org.apache.catalina.Globals
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.coyote.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.coyote.http11.Constants
Deprecated.
Unused - will be removed in 8.0.x
IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.naming.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.util.net.Constants
Has security been turned on?
IS_SOLARIS - Static variable in class org.apache.tomcat.jni.OS
 
IS_UNIX - Static variable in class org.apache.tomcat.jni.OS
 
IS_WIN32 - Static variable in class org.apache.tomcat.jni.OS
 
IS_WIN64 - Static variable in class org.apache.tomcat.jni.OS
 
IS_WINDOWS - Static variable in class org.apache.naming.resources.JrePlatform
 
isAbsolutePath(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isAbsolutePathRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
 
isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Returns true if our current URL is absolute, false otherwise.
isAccessed() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
isAccessReplicate() - Method in class org.apache.catalina.ha.session.DeltaSession
If this returns true, to replicate that an object has been accessed
isAccessReplicate() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
If this returns true, to replicate that an object has been accessed
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Static method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Property not used.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isAccessToUnderlyingConnectionAllowed() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Property not used.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Property not used.
isActive() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isAddLocked() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Check if an add thread owns the lock.
isAfterLast() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
isAlias() - Method in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
isAllowed(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the test implemented by this Valve, matching against the specified request property value.
isAllowLinking() - Method in class org.apache.catalina.core.StandardContext
 
isAllowValid() - Method in class org.apache.catalina.valves.RequestFilterValve
Returns false if the last change to the allow pattern did not apply successfully.
isAlpha(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
isAlpha(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isAlternateUsernameAllowed() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if the call getConnection(username,password) is allowed.
isAlternateUsernameAllowed() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns true if the call getConnection(username,password) is allowed.
isAlternateUsernameAllowed() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if the call getConnection(username,password) is allowed.
isAlternateUsernameAllowed() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if the call getConnection(username,password) is allowed.
isAlwaysSend() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
isAncestor(long, long) - Static method in class org.apache.tomcat.jni.Pool
Determine if pool a is an ancestor of pool b
isAntiClickJackingEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
isAnyOriginAllowed() - Method in class org.apache.catalina.filters.CorsFilter
Determines if any origin is allowed to make CORS request.
isAppCommitted() - Method in class org.apache.catalina.connector.Response
Application commit flag accessor.
isAppContextProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isAprAvailable() - Static method in class org.apache.catalina.core.AprLifecycleListener
 
isAprRequired() - Method in class org.apache.coyote.AbstractProtocol
 
isAprRequired() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
isAprRequired() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
isAprRequired() - Method in interface org.apache.coyote.ProtocolHandler
Requires APR/native library
isArrayByteBase64(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
1.5 Use Base64.isBase64(byte[]), will be removed in Tomcat 8.
isAsciiSuperset(Charset) - Static method in class org.apache.tomcat.util.buf.CharsetUtil
 
isAsync() - Method in class org.apache.catalina.connector.Request
 
isAsync() - Method in class org.apache.coyote.AbstractProcessor
 
isAsync() - Method in class org.apache.coyote.AsyncStateMachine
 
isAsync() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
isAsync() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
isAsync() - Method in interface org.apache.coyote.Processor
 
isAsync() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
isAsyncCompleting() - Method in class org.apache.catalina.connector.Request
 
isAsyncDispatching() - Method in class org.apache.catalina.connector.Request
 
isAsyncDispatching() - Method in class org.apache.coyote.AsyncStateMachine
 
isAsyncError() - Method in class org.apache.coyote.AsyncStateMachine
 
isAsyncStarted() - Method in interface javax.servlet.ServletRequest
 
isAsyncStarted() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return isAsyncStarted() on the wrapped request object.
isAsyncStarted() - Method in class org.apache.catalina.connector.Request
 
isAsyncStarted() - Method in class org.apache.catalina.connector.RequestFacade
 
isAsyncStarted() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
isAsyncStarted() - Method in class org.apache.coyote.AsyncStateMachine
 
isAsyncSupported() - Method in interface javax.servlet.ServletRequest
 
isAsyncSupported() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return isAsyncSupported() on the wrapped request object.
isAsyncSupported() - Method in class org.apache.catalina.connector.Request
 
isAsyncSupported() - Method in class org.apache.catalina.connector.RequestFacade
 
isAsyncSupported() - Method in class org.apache.catalina.core.StandardPipeline
 
isAsyncSupported() - Method in class org.apache.catalina.core.StandardWrapper
 
isAsyncSupported() - Method in interface org.apache.catalina.Pipeline
Returns true if all the valves in this pipeline support async, false otherwise
isAsyncSupported() - Method in interface org.apache.catalina.Valve
 
isAsyncSupported() - Method in class org.apache.catalina.valves.ValveBase
 
isAsyncSupported() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
isAsyncSupported() - Method in interface org.apache.catalina.Wrapper
Does the associated Servlet support async processing?
isAsyncTimingOut() - Method in class org.apache.coyote.AsyncStateMachine
 
isAttributebinding() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
isAttributeDistributable(String, Object) - Method in class org.apache.catalina.manager.DummyProxySession
 
isAttributeDistributable(String, Object) - Method in interface org.apache.catalina.Session
Does the session implementation support the distributing of the given attribute?
isAttributeDistributable(String, Object) - Method in class org.apache.catalina.session.StandardSession
Does the session implementation support the distributing of the given attribute?
isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
This method indicates whether the JspWriter is autoFlushing.
isAvailable() - Method in class org.apache.catalina.core.AsyncContextImpl
 
isAvailable() - Method in enum org.apache.catalina.LifecycleState
May the public methods other than property getters/setters and lifecycle methods be called for a component in this state?
isAvailable(SocketWrapper<S>) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
isAvailable() - Method in interface org.apache.coyote.AsyncContextCallback
Reports if the web application associated with this async request is available.
isAvailable(SocketWrapper<Long>) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
isAvailable(SocketWrapper<Socket>) - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
 
isAvailable(SocketWrapper<NioChannel>) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
isAwait() - Method in class org.apache.catalina.startup.Catalina
 
isAwait() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
isAWTThreadProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isBackup() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isBase64(byte) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Returns whether or not the octet is in the base 64 alphabet.
isBase64(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isBase64(String) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
isBeanCompatible(Class<?>) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Check if this class conforms to JavaBeans specifications.
isBeforeFirst() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
isBigDecimalOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
isBigIntegerOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
isBlockContentTypeSniffingEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
isBlockExternal() - Method in class org.apache.jasper.JspC
 
isBound() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Returns true if the thread or the context class loader of the current thread is bound.
isBuffered() - Method in class org.apache.catalina.valves.AccessLogValve
Is the logging buffered
isCacheCallable() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
isCached() - Method in class org.apache.naming.resources.BaseDirContext
Is cached ?
isCached(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Deprecated.
Unused. Will be removed in Tomcat 9
isCached(Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
isCachePrepared() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
isCaching() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isCaching() - Method in class org.apache.jasper.JspC
Is caching enabled (used for precompilation).
isCaching() - Method in interface org.apache.jasper.Options
Is caching enabled (used for precompilation).
isCachingAllowed() - Method in class org.apache.catalina.core.StandardContext
 
isCancelled() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
isCancelled() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
isCancelled() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
isCancelled() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
isCaseIgnored() - Method in class org.apache.naming.resources.ResourceAttributes
Case sensitivity.
isCatalogAtStart() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
isChangeLocalName() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
isChangeLocalName() - Method in class org.apache.catalina.valves.RemoteIpValve
 
isChangeLocalPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
isChangeLocalPort() - Method in class org.apache.catalina.valves.RemoteIpValve
 
isCheckExists() - Method in class org.apache.catalina.valves.AccessLogValve
Check for file existence before logging.
isCheckLock() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
Tests if the thread context class loader is bound to a context.
isClosed() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output closed ?
isClosed() - Method in class org.apache.catalina.connector.Response
Closed flag accessor.
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
If true, this data source is closed and no more connections can be retrieved from this datasource.
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
isClosed() - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Has this pool instance been closed.
isClosed() - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Has this pool instance been closed.
isClosed() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns true if close has been called, and the connection pool is unusable
isClosed() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns, whether the stream is closed.
isClosed() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
Returns, whether the object is already closed.
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Returns, whether this stream is already closed.
ISCLOSED_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
isCloseOnCompletion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
isCloseOnCompletion(Statement) - Method in class org.apache.tomcat.util.compat.JreCompat
 
isCloseRequired() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
isCloseRequired() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
isClosing() - Method in class org.apache.tomcat.util.net.NioChannel
isClosing
isClosing() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
isCollection() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Is collection.
isCollection() - Method in class org.apache.naming.resources.ResourceAttributes
Is collection.
isComet() - Method in class org.apache.catalina.connector.Request
 
isComet() - Method in class org.apache.coyote.AbstractProcessor
 
isComet() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
isComet() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
isComet() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
isComet() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
isComet() - Method in interface org.apache.coyote.Processor
 
isComet() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCommitted() - Method in class org.apache.catalina.connector.Response
Has the output of this response already been committed?
isCommitted() - Method in class org.apache.catalina.connector.ResponseFacade
 
isCommitted() - Method in class org.apache.coyote.Response
 
isCommonsAnnotations1_1Available() - Method in class org.apache.tomcat.util.compat.JreCompat
 
isCompatibleWith(Extension) - Method in class org.apache.catalina.util.Extension
Return true if the specified Extension (which represents an optional package required by this application) is satisfied by this Extension (which represents an optional package that is already installed.
isCompileCheckInProgress() - Method in class org.apache.jasper.compiler.JspRuntimeContext
 
isComplete() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
isComplete() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
isCompleting() - Method in class org.apache.coyote.AsyncStateMachine
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.FailedRequestFilter
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.FilterBase
Determines if an exception when calling a setter or an unknown configuration attribute triggers the failure of the this filter which in turn will prevent the web application from starting.
isConfigProblemFatal() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.RequestFilter
 
isConnected() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
isConnected() - Method in interface org.apache.catalina.tribes.transport.DataSender
 
isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isContainerProvidedServlet(String) - Method in class org.apache.catalina.core.StandardWrapper
Return true if the specified class name represents a container provided servlet class that should be loaded by the server class loader.
isContainerThread() - Static method in class org.apache.coyote.ContainerThreadMarker
 
isContent(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered content.
isContextAware() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
isContinuationRequired(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Does this authenticator require that AuthenticatorBase.authenticate(Request, HttpServletResponse) is called to continue an authentication process that started in a previous request?
isContinuationRequired(Request) - Method in class org.apache.catalina.authenticator.FormAuthenticator
 
isControl() - Method in class org.apache.catalina.websocket.WsFrame
Deprecated.
 
isControl(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isConvert() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
isCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
isCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
isCopy() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isCopyXML() - Method in class org.apache.catalina.core.StandardHost
 
isCopyXML() - Method in class org.apache.catalina.startup.HostConfig
Return the copy XML config file flag for this component.
isCorrectClass(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSourceFactory
 
isCorrectClass(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSourceFactory
 
isDaemon() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
isDaemon() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
isDataAvailable() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Check if the locked object has data available i.e. the remover can stop poling and get the lock.
isDebugEnabled() - Method in interface org.apache.juli.logging.Log
Is debug logging currently enabled?
isDeclaredException(Method, Class<?>) - Method in class org.apache.tomcat.jdbc.pool.TrapException
 
isDefaultAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the value of defaultAutoCommit, which defines the state of connections handed out from this pool.
isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The default auto-commit state of connections created by this pool.
isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isDefaultAutoCommit() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The default auto-commit state of connections created by this pool.
isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The default auto-commit state of connections created by this pool.
isDefaultReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Get the value of defaultReadOnly, which defines the state of connections handed out from this pool.
isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isDefaultReadOnly() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isDeferredMethod() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
 
isDeferredValue() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
 
isDenyValid() - Method in class org.apache.catalina.valves.RequestFilterValve
Returns false if the last change to the deny pattern did not apply successfully.
isDeployed(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the isDeployed method on the deployer.
isDeployed(String) - Method in class org.apache.catalina.startup.HostConfig
Has the specified application been deployed?
isDeployXML() - Method in class org.apache.catalina.core.StandardHost
 
isDeployXML() - Method in class org.apache.catalina.startup.HostConfig
Return the deploy XML config file flag for this component.
isDiff() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
isDiffable() - Method in class org.apache.catalina.ha.session.DeltaSession
If this returns true, the map will extract the diff using getDiff() Otherwise it will serialize the entire object.
isDiffable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isDiffable() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
If this returns true, the map will extract the diff using getDiff() Otherwise it will serialize the entire object.
isDigit(int) - Static method in class org.apache.tomcat.util.buf.Ascii
 
isDirty() - Method in class org.apache.catalina.ha.session.DeltaSession
Has the object changed since last replication and is not in a locked state
isDirty() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Has the object changed since last replication and is not in a locked state
isDiscarded() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the discarded flag.
isDistributable() - Method in class org.apache.catalina.deploy.WebXml
 
isDone() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
isDone() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
isDone() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
isDoRun() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
isDoubleOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
isDriverManagerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isDuplicated() - Method in class org.apache.catalina.deploy.WebXml
 
isEcho() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isEligibleToExpirationHeaderGeneration(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
protected for extension.
isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
 
isEmpty() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
isEmpty() - Method in class org.apache.catalina.util.ParameterMap
 
isEmpty() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
isEmpty() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
isEmpty() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
isEmpty(String) - Method in class org.apache.tomcat.util.digester.Digester
Is the stack with the given name empty?
isEnabled() - Method in class org.apache.catalina.core.StandardWrapper
 
isEnabled() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
isEnabled() - Method in interface org.apache.catalina.Wrapper
Is the associated Servlet enabled?
isEnabled() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
isEncodeable(String) - Method in class org.apache.catalina.connector.Response
Return true if the specified URL should be encoded with a session identifier.
isEnded() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
isEnforceNoAddAfterHandshake() - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
isError() - Method in class org.apache.catalina.connector.Response
Error flag accessor.
isError() - Method in enum org.apache.coyote.ErrorState
 
isError() - Method in class org.apache.coyote.Response
Error flag accessor.
isErrorEnabled() - Method in interface org.apache.juli.logging.Log
Is error logging currently enabled?
isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isErrorReportRequired() - Method in class org.apache.catalina.connector.Response
 
isErrorReportRequired() - Method in class org.apache.coyote.Response
 
isEventProvider() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
isEventProvider() - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetNextRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetRootRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetTopRule
Is exact matching being used.
isExceptionPresent() - Method in class org.apache.coyote.Response
 
isExecute(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Returns true if the method that is being invoked matches one of the execute types.
isExecuteQuery(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
isExecuteQuery(Method) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
isExpired(long) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
isExpireSessionsOnShutdown() - Method in class org.apache.catalina.ha.session.DeltaManager
 
isExported(Class<?>) - Method in class org.apache.tomcat.util.compat.JreCompat
Is the given class in an exported package?
isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns true if the current entity being scanned is external.
isFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardHost
 
isFailing() - Method in interface org.apache.catalina.tribes.Member
 
isFailing() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isFailing() - Method in class org.apache.catalina.tribes.transport.SenderState
 
isFailOnError() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Returns the value of the failOnError property.
isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if a fair queue is being used by the connection pool
isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isFairQueue() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if a fair queue is being used by the connection pool
isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if a fair queue is being used by the connection pool
isFakeAttribute(Object, String) - Method in class org.apache.tomcat.util.digester.Digester
Determine if an attribute is a fake attribute.
isFatalEnabled() - Method in interface org.apache.juli.logging.Log
Is fatal logging currently enabled?
isFilesystemBased() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
isFinished() - Method in class org.apache.catalina.connector.ResponseFacade
 
isFinished() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
New Servlet 3.1 method.
isFIPSModeActive() - Method in class org.apache.catalina.core.AprLifecycleListener
 
isFirst() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
isFormField() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns, whether this is a form field.
isFragment() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is of type JspFragment.
isFromDescriptor() - Method in class org.apache.catalina.deploy.SecurityCollection
Return if this constraint was defined in a deployment descriptor.
isFulfilled() - Method in class org.apache.catalina.util.Extension
 
isFulfilled() - Method in class org.apache.catalina.util.ManifestResource
Returns true if all required extension dependencies have been meet for this ManifestResource object.
isGcDaemonProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isHandshakeComplete() - Method in class org.apache.tomcat.util.net.NioChannel
isInitHandshakeComplete
isHandshakeComplete() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
isHeartbeatBackgroundEnabled() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Return heartbeat enable flag (default false)
isHex(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isHighest() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a high surrogate
isHostAware() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
isHstsEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
isHstsIncludeSubDomains() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
isHstsPreload() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
isHttpOnly() - Method in class javax.servlet.http.Cookie
Gets the flag that controls if this cookie will be hidden from scripts on the client side.
isHttpOnly() - Method in interface javax.servlet.SessionCookieConfig
 
isHttpOnly() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
isHttpProtocol(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isHttpSeparator(char) - Static method in class org.apache.tomcat.util.http.CookieSupport
Returns true if the byte is a separator as defined by V1 of the cookie spec, RFC2109.
isHttpToken(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
 
isIdentifier(String) - Static method in class org.apache.el.util.Validation
Test whether the argument is a Java identifier.
isIgnore() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
isIgnoreExceptionOnPreLoad() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
 
isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.Base64
Returns whether or not the octet is in the Base64 alphabet.
isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Returns whether or not the octet is in the current alphabet.
isInAlphabet(byte[], boolean) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Tests a given byte array to see if it contains only valid characters within the alphabet.
isInAlphabet(String) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Tests a given String to see if it contains only valid characters within the alphabet.
isInfoEnabled() - Method in interface org.apache.juli.logging.Log
Is info logging currently enabled?
isInGroup(Group) - Method in interface org.apache.catalina.User
Is this user in the specified Group?
isInGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Is this user in the specified Group?
isInGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Is this user in the specified group?
isInitialized() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInRole(Role) - Method in interface org.apache.catalina.Group
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in interface org.apache.catalina.User
Is this user specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Is this user specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Is this user specifically assigned the specified Role?
isInstance(Class<?>, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Checks to see if the specified class is an instance of or assignable from the specified type.
isInstanceOfInaccessibleObjectException(Throwable) - Method in class org.apache.tomcat.util.compat.JreCompat
Test if the provided exception is an instance of java.lang.reflect.InaccessibleObjectException.
isInvalid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is invalid.
isIoAllowed() - Method in enum org.apache.coyote.ErrorState
 
isIs() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this a boolean attribute with an "is" getter?
isJava2DDisposerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
 
isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
Test whether the argument is a Java keyword.
isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isJmxEnabled() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
isJoclNamespace(String, String, String) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Returns true if the given attributes define an element within the JOCL namespace (according to my current configuration.)
isJre7Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
isJre8Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
isJre9Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
To find out if a uri matches a url pattern in jsp config.
isJspServlet - Variable in class org.apache.catalina.core.StandardWrapper
True if this StandardWrapper is for the JspServlet
isJspWildCard() - Method in class org.apache.tomcat.util.http.mapper.WrapperMappingInfo
 
isKeptAlive() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
isKeySerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isKnownTaglibUri(String) - Method in class org.apache.catalina.startup.TldConfig
Determines if the provided URI is a known taglib URI.
isKnownWebxmlTaglibUri(String) - Method in class org.apache.catalina.startup.TldConfig
Determines if the provided URI is a known taglib URI.
isLast() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
isLastModifiedHeaderSet() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
isLdapPoolProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isListening() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
isLiteralText() - Method in class javax.el.Expression
 
isLiteralText() - Method in class org.apache.el.MethodExpressionImpl
 
isLiteralText() - Method in class org.apache.el.MethodExpressionLiteral
 
isLiteralText() - Method in class org.apache.el.ValueExpressionImpl
 
isLiteralText() - Method in class org.apache.el.ValueExpressionLiteral
 
isLiteralText() - Method in class org.apache.jasper.el.JspMethodExpression
 
isLiteralText() - Method in class org.apache.jasper.el.JspValueExpression
 
isLoaded(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Check, whether a session is loaded in memory
isLocal() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isLocked() - Method in class org.apache.catalina.util.ParameterMap
Get the locked state of this parameter map.
isLocked() - Method in class org.apache.catalina.util.ResourceSet
Return the locked state of this parameter map.
isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isLogAbandoned() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
isLongOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
 
isLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
isLowerCaseNames() - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Returns true if parameter names are to be converted to lower case when name/value pairs are parsed.
isLowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered markup.
isMasked() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
isMasked() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
isMasked() - Method in class org.apache.tomcat.websocket.WsFrameBase
 
isMasked() - Method in class org.apache.tomcat.websocket.WsFrameClient
 
isMasked() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
isMasked() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
isMetaChar(char) - Method in class org.apache.catalina.ssi.ExpressionTokenizer
 
isMetadataComplete() - Method in class org.apache.catalina.deploy.WebXml
 
isMultipartContent(RequestContext) - Static method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Utility method that determines whether the request contains multipart content.
isMultipartContent(HttpServletRequest) - Static method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Utility method that determines whether the request contains multipart content.
isName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNew() - Method in class org.apache.catalina.connector.OutputBuffer
Has this buffer been used at all?
isNew - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is new or not.
isNew() - Method in class org.apache.catalina.session.StandardSession
Return true if the client does not yet know about the session, or if the client chooses not to join the session.
isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
 
isNoContextManagerReceived() - Method in class org.apache.catalina.ha.session.DeltaManager
 
isNotEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
 
isNotificationEnabled(Notification) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Test whether notification enabled for this event.
isNotificationEnabled(Notification) - Method in class org.apache.tomcat.util.modeler.FixedNotificationFilter
Test whether notification enabled for this event.
isNotifyContainerListenersOnReplication() - Method in class org.apache.catalina.ha.session.DeltaManager
 
isNotifyLifecycleListenerOnFailure() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
isNotifyListenersOnReplication() - Method in interface org.apache.catalina.ha.ClusterManager
 
isNotifyListenersOnReplication() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
isNotifyPool() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
isNotifySessionListenersOnReplication() - Method in class org.apache.catalina.ha.session.DeltaManager
 
isNotRequestTarget(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isNotRequestTargetRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
 
isNull() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
isNumber(Object) - Static method in class org.apache.el.lang.ELArithmetic
 
isNumberType(Class<?>) - Static method in class org.apache.el.lang.ELArithmetic
 
isNumeric(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
ISO_8859_1 - Static variable in class org.apache.tomcat.util.buf.B2CConverter
 
isOK() - Method in class javax.websocket.SendResult
 
isOlderThan(SlowQueryReport.QueryStats) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
isOpen() - Method in interface javax.websocket.Session
 
isOpen() - Method in class org.apache.tomcat.util.net.NioChannel
Tells whether or not this channel is open.
isOpen() - Method in class org.apache.tomcat.websocket.WsFrameBase
 
isOpen() - Method in class org.apache.tomcat.websocket.WsSession
 
isOutDated() - Method in class org.apache.jasper.compiler.Compiler
This is a protected method intended to be overridden by subclasses of Compiler.
isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
Determine if a compilation is necessary by checking the time stamp of the JSP page with that of the corresponding .class or .java file.
isOverridable() - Method in class org.apache.catalina.core.StandardWrapper
 
isOverridable() - Method in class org.apache.catalina.deploy.ServletDef
 
isOverridable() - Method in class org.apache.catalina.deploy.WebXml
 
isOverridable() - Method in interface org.apache.catalina.Wrapper
Is the Servlet overridable by a ServletContainerInitializer?
isPackageProtectionEnabled() - Static method in class org.apache.catalina.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns true if the specified package name is sealed according to the given manifest.
isParametersParsed() - Method in class org.apache.catalina.connector.Request
 
isParametersProvided() - Method in class org.apache.el.parser.AstValue
 
isParametersProvided() - Method in interface org.apache.el.parser.Node
 
isParametersProvided() - Method in class org.apache.el.parser.SimpleNode
 
isParentOf(File) - Method in class org.apache.catalina.util.FileUtil
 
isParentOf(String) - Method in class org.apache.catalina.util.FileUtil
 
isParmetersProvided() - Method in class javax.el.MethodExpression
 
isParmetersProvided() - Method in class org.apache.el.MethodExpressionImpl
 
isParseBodyMethod(String) - Method in class org.apache.catalina.connector.Connector
 
isParseFailed() - Method in class org.apache.tomcat.util.http.Parameters
 
isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
 
isPaused() - Method in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
isPaused() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
isPermanent() - Method in exception javax.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPluggabilityBlocked() - Method in class org.apache.catalina.deploy.ApplicationListener
 
isPoolable() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isPoolingEnabled() - Method in class org.apache.jasper.JspC
Returns true if tag handler pooling is enabled, false otherwise.
isPoolingEnabled() - Method in interface org.apache.jasper.Options
Returns true if tag handler pooling is enabled, false otherwise.
isPoolPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Returns true if we are pooling statements.
isPoolPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Flag to toggle the pooling of PreparedStatements
isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if the pool sweeper is enabled for the connection pool.
isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isPoolSweeperEnabled() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if the pool sweeper is enabled for the connection pool.
isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if the pool sweeper is enabled for the connection pool.
isPrestartminSpareThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
isPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isPrimaryIndicator() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
isPrimarySession() - Method in interface org.apache.catalina.ha.ClusterSession
returns true if this session is the primary session, if that is the case, the manager can expire it upon timeout.
isPrimarySession() - Method in class org.apache.catalina.ha.session.DeltaSession
returns true if this session is the primary session, if that is the case, the manager can expire it upon timeout.
isPrimitive(Class<?>) - Static method in class org.apache.tomcat.websocket.Util
 
isProcessing() - Method in class org.apache.catalina.connector.Request
Deprecated.
isProcessing() - Method in class org.apache.coyote.Request
 
isPropertyResolved() - Method in class javax.el.ELContext
 
isPropertyResolved() - Method in class org.apache.el.lang.EvaluationContext
 
isPropertyResolved() - Method in class org.apache.jasper.el.ELContextWrapper
 
isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
True if we are compiling a tag file in prototype mode.
isProxy() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isPubid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isQuery(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isQueryRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
 
isQuote(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isReadable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this attribute readable by management applications?
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ListELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class javax.el.MapELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
 
isReadOnly(ELContext) - Method in class javax.el.ValueExpression
 
isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstValue
 
isReadOnly(EvaluationContext) - Method in interface org.apache.el.parser.Node
 
isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
 
isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
isReadOnly(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
isReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
isReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets ready status
isReady() - Method in interface org.apache.catalina.tribes.Member
The current state of the member
isReady() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isReady() - Method in class org.apache.catalina.tribes.transport.SenderState
 
isReady() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
New Servlet 3.1 method.
isReady() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
New Servlet 3.1 method.
isRecordAllActions() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
isRecoveryEnabled() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
isRedirectStreams() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Return true if redirection of standard streams is enabled.
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.EjbFactory
 
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.FactoryBase
Determines if this factory supports processing the provided reference object.
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.ResourceEnvFactory
 
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.ResourceFactory
 
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.TransactionFactory
 
isReleased() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns true if this connection has been released and wont be reused.
isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isRemoveAbandoned() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
isRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
isRemoveLocked() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Check if the remove thread owns the lock.
isRemovePolling() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Check if the remove thread is polling.
isRenameOnRotate() - Method in class org.apache.catalina.valves.AccessLogValve
Should we defer inclusion of the date stamp in the file name until rotate time
isReplaceWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromCookie() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.Request
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
isRequestedSessionIdFromSSL() - Method in class org.apache.catalina.connector.Request
Deprecated.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdFromUrl() - Method in class javax.servlet.http.HttpServletRequestWrapper
Deprecated.
As of Version 3.0 of the Java Servlet API
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.Request
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.Request
Deprecated.
As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.Request
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
isRequestWithoutSessionChange(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
is request without possible session change
isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is required.
isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
Deprecated.
Unused, removed in Tomcat 8. See org.apache.catalina.connector.Connector.setEnableLookups(boolean).
isResourceOnly() - Method in class org.apache.tomcat.util.http.mapper.WrapperMappingInfo
 
isResourceOnlyServlet(String) - Method in interface org.apache.catalina.Context
Checks the named Servlet to see if it expects a resource to be present.
isResourceOnlyServlet(String) - Method in class org.apache.catalina.core.StandardContext
 
isResourceOnlyServlet(String) - Method in class org.apache.catalina.startup.FailedContext
 
isResultSet(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
isRoleSearchAsUser() - Method in class org.apache.catalina.realm.JNDIRealm
 
isRollbackAfterValidation() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Whether a rollback will be issued after executing the SQL query that will be used to validate connections from this pool before returning them to the caller.
isRootContext(ServletContext) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isRotatable() - Method in class org.apache.catalina.valves.AccessLogValve
Should we rotate the access log.
isRunning() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
isSafeInHttpHeader(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
Is the provided message safe to use in an HTTP header.
isSameOrigin(HttpServletRequest, String) - Static method in class org.apache.tomcat.util.http.RequestUtil
 
isSaveConfig() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
isScanAllDirectories() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
isScanAllFiles() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
isScanBootstrapClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
isScanClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
isSchemeChar(char) - Static method in class org.apache.tomcat.util.net.URL
Determine if the character is allowed in the scheme of a URI.
isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
 
isSecure() - Method in interface javax.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return isSecure() on the wrapped request object.
isSecure() - Method in interface javax.servlet.SessionCookieConfig
 
isSecure() - Method in interface javax.websocket.Session
 
isSecure() - Method in class org.apache.catalina.connector.Request
 
isSecure() - Method in class org.apache.catalina.connector.RequestFacade
 
isSecure() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
isSecure() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
isSecure() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
isSecure() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
isSecure() - Method in class org.apache.tomcat.websocket.WsSession
 
isSecurityLoginConfigurationProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isSecurityPolicyProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isSendAllSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
 
isSendAuthInfoResponseHeaders() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Returns the flag whether authentication information will be sent to a reverse proxy on a forwarded request.
isSeparatearrayresults() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isSerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Invoke the check method on the deployer.
isServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the isServiced method on the deployer.
isServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Is application serviced ?
isServlet22() - Method in interface org.apache.catalina.Context
Is this context using version 2.2 of the Servlet spec?
isServlet22() - Method in class org.apache.catalina.core.StandardContext
Are we processing a version 2.2 deployment descriptor?
isServlet22() - Method in class org.apache.catalina.startup.FailedContext
 
isSessionStale(Session, long) - Method in class org.apache.catalina.valves.PersistentValve
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.
isSet - Variable in class org.apache.tomcat.util.buf.AbstractChunk
 
isShowReport() - Method in class org.apache.catalina.valves.ErrorReportValve
 
isShowServerInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
 
isSingleThreadModel() - Method in class org.apache.catalina.core.StandardWrapper
Does the servlet class represented by this component implement the SingleThreadModel interface?
isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
Should SMAP info for JSR45 debugging be dumped to a file?
isSmapDumped() - Method in class org.apache.jasper.JspC
Indicates whether SMAP info for JSR45 debugging should be dumped to a file.
isSmapDumped() - Method in interface org.apache.jasper.Options
Indicates whether SMAP info for JSR45 debugging should be dumped to a file.
isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
Is the generation of SMAP info for JSR45 debugging suppressed?
isSmapSuppressed() - Method in class org.apache.jasper.JspC
Is the generation of SMAP info for JSR45 debugging suppressed?
isSmapSuppressed() - Method in interface org.apache.jasper.Options
Is the generation of SMAP info for JSR45 debugging suppressed?
isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isSpace(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSSLEnabled() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
isSSLEnabled() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
isStarted() - Method in class org.apache.catalina.core.AsyncContextImpl
 
isStarted() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
isStateManageable() - Method in class org.apache.catalina.core.StandardContext
 
isStateManageable() - Method in class org.apache.catalina.core.StandardWrapper
JSR 77.
isStatement(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Returns true if the method that is being invoked matches one of the statement types.
isStateTimestampDrop() - Method in class org.apache.catalina.ha.session.DeltaManager
 
isStateTransferred() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
isStoreDelegatedCredential() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
isStringFloat(String) - Static method in class org.apache.el.lang.ELSupport
 
isStripRealmForGss() - Method in class org.apache.catalina.realm.RealmBase
 
isSupplemental(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a supplemental character.
isSupported(String) - Method in class org.apache.catalina.manager.JMXProxyServlet
Determines if a type is supported by the JMXProxyServlet.
isSupportsCredentials() - Method in class org.apache.catalina.filters.CorsFilter
Determines is supports credentials is enabled.
isSuspect() - Method in interface org.apache.catalina.tribes.Member
The current state of the member
isSuspect() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isSuspect() - Method in class org.apache.catalina.tribes.transport.SenderState
 
isSuspect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
isSuspended() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output suspended ?
isSuspended() - Method in class org.apache.catalina.connector.Response
Suspended flag accessor.
isSymlink(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Determines whether the specified file is a Symbolic Link rather than an actual file.
isTagFile() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Is the tag being used inside a tag file?
isTagFile - Variable in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
isTerminateOnStartFailure() - Method in class org.apache.catalina.ha.session.BackupManager
 
isTestOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The indication of whether objects will be validated before being borrowed from the pool.
isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestOnBorrow() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated before being borrowed from the pool.
isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The indication of whether objects will be validated before being borrowed from the pool.
isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns true if we should run the validation query when connecting to the database for the first time on a connection.
isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestOnConnect() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if we should run the validation query when connecting to the database for the first time on a connection.
isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns true if we should run the validation query when connecting to the database for the first time on a connection.
isTestOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The indication of whether objects will be validated after being returned to the pool.
isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated after being returned to the pool.
isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The indication of whether objects will be validated after being returned to the pool.
isTestWhileIdle() - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if query validation should take place while the connection is idle.
isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestWhileIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if query validation should take place while the connection is idle.
isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if query validation should take place while the connection is idle.
isThreadBound() - Static method in class org.apache.naming.ContextBindings
Tests if current thread is bound to a naming context.
isThresholdExceeded() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Determines whether or not the configured threshold has been exceeded for this output stream.
isTlsv13Available() - Static method in class org.apache.tomcat.util.compat.TLS
Deprecated.
 
isToken(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isTokenPollerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isTraceEnabled() - Method in interface org.apache.juli.logging.Log
Is trace logging currently enabled?
isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isUdpBased() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
Is this servlet currently unavailable?
isUnavailable() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
isUnavailable() - Method in interface org.apache.catalina.Wrapper
 
isUndeflow() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
isUnpackWARs() - Method in class org.apache.catalina.core.StandardHost
 
isUnpackWARs() - Method in class org.apache.catalina.startup.HostConfig
Return the unpack WARs flag.
isUpgrade() - Method in class org.apache.coyote.AbstractProcessor
 
isUpgrade() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
isUpgrade() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
isUpgrade() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
isUpgrade() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
isUpgrade() - Method in interface org.apache.coyote.Processor
 
isUpgraded() - Method in class org.apache.tomcat.util.net.SocketWrapper
 
isUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
isUrlCacheProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isUrlSafe() - Method in class org.apache.tomcat.util.codec.binary.Base64
Returns our current encode mode.
isUseContextClassLoader() - Method in class org.apache.catalina.realm.JAASRealm
Returns whether to use the context or default ClassLoader.
isUseDelegatedCredential() - Method in class org.apache.catalina.realm.JNDIRealm
 
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
 
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isUseEquals() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
isUseNaming() - Method in class org.apache.catalina.core.StandardContext
 
isUseNaming() - Method in class org.apache.catalina.startup.Catalina
 
isUseNaming() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Return true if naming is enabled.
isUseRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isUserInfo(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isUserInRole(String) - Method in interface javax.websocket.server.HandshakeRequest
 
isUserInRole(String) - Method in class org.apache.catalina.connector.Request
 
isUserInRole(String) - Method in class org.apache.catalina.connector.RequestFacade
 
isUserInRole(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
isUserInRole(String) - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
isUserSearchAsUser() - Method in class org.apache.catalina.realm.JNDIRealm
 
isUseShutdownHook() - Method in class org.apache.juli.ClassLoaderLogManager
 
isV0Separator(char) - Static method in class org.apache.tomcat.util.http.CookieSupport
Returns true if the byte is a separator as defined by V0 of the cookie spec.
isV0Token(String) - Static method in class org.apache.tomcat.util.http.CookieSupport
 
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
isValid() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
 
isValid() - Method in class org.apache.catalina.ha.session.DeltaSession
Return the isValid flag for this session.
isValid() - Method in class org.apache.catalina.manager.DummyProxySession
 
isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets validity status
isValid() - Method in interface org.apache.catalina.Session
 
isValid - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is valid or not.
isValid() - Method in class org.apache.catalina.session.StandardSession
Return the isValid flag for this session.
isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is valid.
isValid(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
ISVALID_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
isValidateTld() - Method in class org.apache.jasper.JspC
 
isValidateUri() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
isValidateXml() - Method in class org.apache.jasper.JspC
 
isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
 
isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidInternal() - Method in class org.apache.catalina.session.StandardSession
Return the isValid flag for this session without any expiration check.
isValidJavaEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
Deprecated.
Unused - will be removed in 8.0.x
isValidJavaEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidLifecycleCallback(Method) - Static method in class org.apache.catalina.util.Introspection
Determines if a method is a valid lifecycle callback method.
isValidName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isValidOrigin(String) - Static method in class org.apache.catalina.filters.CorsFilter
Deprecated.
This will be removed in Tomcat 10 Use RequestUtil.isValidOrigin(String)
isValidOrigin(String) - Static method in class org.apache.tomcat.util.http.RequestUtil
Checks if a given origin is valid or not.
isValidSetter(Method) - Static method in class org.apache.catalina.util.Introspection
Determines if a method has a valid name and signature for a Java Bean setter.
isValueSerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
isViewConf(NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIFilter
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServlet
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isWarnEnabled() - Method in interface org.apache.juli.logging.Log
Is warn logging currently enabled?
isWatchEnabled() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
isWebSocketUpgradeRequest(ServletRequest, ServletResponse) - Static method in class org.apache.tomcat.websocket.server.UpgradeUtil
Checks to see if this is an HTTP request that includes a valid upgrade request to web socket.
isWhite(char) - Method in class org.apache.catalina.util.StringParser
Is the specified character considered to be whitespace?
isWhite(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
isWhiteSpace(byte) - Static method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Checks if a byte value is whitespace or not.
isWorkerAvailable() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns true if a worker thread is available for processing.
isWrapperFor(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
TODO SERVLET3 - Add comments
isWrapperFor(Class) - Method in class javax.servlet.ServletRequestWrapper
TODO SERVLET3 - Add comments
isWrapperFor(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
TODO SERVLET3 - Add comments
isWrapperFor(Class) - Method in class javax.servlet.ServletResponseWrapper
TODO SERVLET3 - Add comments
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isWrapperFor(Class<?>) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
ISWRAPPERFOR_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
isWritable(Object) - Static method in class org.apache.naming.ContextAccessController
Is the context is writable?
isWritable() - Method in class org.apache.naming.NamingContext
 
isWriteable() - Method in class org.apache.catalina.users.MemoryUserDatabase
Check for permissions to save this user database to persistent storage location
isWriteable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this attribute writable by management applications?
isWriteResponseBodyStarted() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
isWriting - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
Flag that indicates if a thread is writing messages to disk.
isXml() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
 
isXmlParsingProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
Is generation of X-Powered-By response header enabled/disabled?
isXpoweredBy() - Method in class org.apache.jasper.JspC
Is generation of X-Powered-By response header enabled/disabled?
isXpoweredBy() - Method in interface org.apache.jasper.Options
Is generation of X-Powered-By response header enabled/disabled?
isXssProtectionEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
item - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
 
item - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
item - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
 
item - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
IterationTag - Interface in javax.servlet.jsp.tagext
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
iterator - Variable in class org.apache.naming.NamingContextBindingsEnumeration
Underlying enumeration.
iterator - Variable in class org.apache.naming.NamingContextEnumeration
Underlying enumeration.
iterator() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
iterator() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue

J

J2eeSchemaPublicId_14 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeSchemaResourcePath_14 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceClientSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceClientSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
j2seClassLoader - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The bootstrap class loader used to load the JavaSE classes.
JAAS_CONF_PROPERTY - Static variable in class org.apache.catalina.authenticator.Constants
 
JAASCallbackHandler - Class in org.apache.catalina.realm
Implementation of the JAAS CallbackHandler interface, used to negotiate delivery of the username and credentials that were specified to our constructor.
JAASCallbackHandler(JAASRealm, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler configured with the specified values.
JAASCallbackHandler(JAASRealm, String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler for DIGEST authentication.
jaasConfiguration - Variable in class org.apache.catalina.realm.JAASRealm
 
jaasConfigurationLoaded - Variable in class org.apache.catalina.realm.JAASRealm
 
JAASMemoryLoginModule - Class in org.apache.catalina.realm
Implementation of the JAAS LoginModule interface, primarily for use in testing JAASRealm.
JAASMemoryLoginModule() - Constructor for class org.apache.catalina.realm.JAASMemoryLoginModule
 
JAASRealm - Class in org.apache.catalina.realm
Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).
JAASRealm() - Constructor for class org.apache.catalina.realm.JAASRealm
 
Jar - Interface in org.apache.tomcat.util.scan
Provides an abstraction for use by the various classes that need to scan JARs.
JAR_EXT - Static variable in class org.apache.tomcat.util.scan.Constants
 
JarFactory - Class in org.apache.tomcat.util.scan
Provide a mechanism to obtain objects that implement Jar.
jarFileIsMultiRelease(JarFile) - Method in class org.apache.tomcat.util.compat.JreCompat
Is this JarFile a multi-release JAR file.
jarFileNewInstance(File) - Method in class org.apache.tomcat.util.compat.JreCompat
Creates a new JarFile instance.
jarFileRuntimeMajorVersion() - Method in class org.apache.tomcat.util.compat.JreCompat
 
jarFiles - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarNames - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarOpenInterval - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The interval in milliseconds that we can keep jar files open.
jarPath - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The path which will be monitored for added Jar files.
jarRealFiles - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The list of JARs, in the order they should be searched for locally loaded classes or resources.
JarResource - Interface in org.apache.jasper.compiler
 
JarScanner - Interface in org.apache.tomcat
Scans a web application and classloader hierarchy for JAR files.
JarScannerCallback - Interface in org.apache.tomcat
 
JarScannerFactory - Class in org.apache.jasper.compiler
Provide a mechanism for Jasper to obtain a reference to the JarScanner implementation.
JarURLResource - Class in org.apache.jasper.compiler
 
JarURLResource(URL) - Constructor for class org.apache.jasper.compiler.JarURLResource
 
JarURLResource(String) - Constructor for class org.apache.jasper.compiler.JarURLResource
 
JASPER_XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.catalina.Globals
Name of the ServletContext init-param that determines if the JSP engine will block external entities from being used in *.tld, *.jspx, *.tagx and tagplugin.xml files.
JASPER_XML_VALIDATION_INIT_PARAM - Static variable in class org.apache.catalina.Globals
Name of the ServletContext init-param that determines if the JSP engine should validate web.xml files when parsing them.
JASPER_XML_VALIDATION_TLD_INIT_PARAM - Static variable in class org.apache.catalina.Globals
Name of the ServletContext init-param that determines if the JSP engine should validate *.tld files when parsing them.
JasperELResolver - Class in org.apache.jasper.el
Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.
JasperELResolver(List<ELResolver>) - Constructor for class org.apache.jasper.el.JasperELResolver
 
JasperException - Exception in org.apache.jasper
Base class for all exceptions generated by the JSP engine.
JasperException(String) - Constructor for exception org.apache.jasper.JasperException
 
JasperException(String, Throwable) - Constructor for exception org.apache.jasper.JasperException
Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JasperException(Throwable) - Constructor for exception org.apache.jasper.JasperException
Creates a JasperException with the embedded exception
JasperListener - Class in org.apache.catalina.core
This listener is designed to initialize Jasper before any web applications are started.
JasperListener() - Constructor for class org.apache.catalina.core.JasperListener
 
JasperLoader - Class in org.apache.jasper.servlet
Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
JasperLoader(URL[], ClassLoader, PermissionCollection) - Constructor for class org.apache.jasper.servlet.JasperLoader
 
javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given javac compilation errors to the configured error handler.
javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given compilation error report and exception to the configured error handler.
javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac compilation errors.
javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac error report and exception.
JavacErrorDetail - Class in org.apache.jasper.compiler
Class providing details about a javac compilation error.
JavacErrorDetail(String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavacErrorDetail(String, int, String, int, StringBuilder, JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavaClass - Class in org.apache.tomcat.util.bcel.classfile
Represents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.
javaClassCache - Variable in class org.apache.catalina.startup.ContextConfig
Cache of JavaClass objects (byte code) by fully qualified class name.
javacLock - Static variable in class org.apache.jasper.compiler.AntCompiler
 
JAVAEE_1_4_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
JAVAEE_5_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
JAVAEE_6_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
JavaeeSchemaPublicId_5 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeSchemaPublicId_6 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeSchemaResourcePath_5 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeSchemaResourcePath_6 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceClientSchemaPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceClientSchemaPublicId_13 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceClientSchemaResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceClientSchemaResourcePath_13 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceSchemaPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceSchemaPublicId_13 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceSchemaResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
JavaeeWebServiceSchemaResourcePath_13 - Static variable in class org.apache.catalina.startup.Constants
 
javaEncoding - Variable in class org.apache.jasper.JspC
The java file encoding.
javaPath - Variable in class org.apache.jasper.JspCompilationContext
 
javaURLContextFactory - Class in org.apache.naming.java
Context factory for the "java:" namespace.
javaURLContextFactory() - Constructor for class org.apache.naming.java.javaURLContextFactory
 
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.tomcat.util.digester.GenericParser
The JAXP 1.2 property to set up the schemaLanguage used.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.tomcat.util.digester.XercesParser
The JAXP 1.2 property to set up the schemaLanguage used.
JAXRPCMAPPING - Static variable in class org.apache.naming.ServiceRef
Jaxrpcmapping address type.
JDBCAccessLogValve - Class in org.apache.catalina.valves
This Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve.
JDBCAccessLogValve() - Constructor for class org.apache.catalina.valves.JDBCAccessLogValve
Class constructor.
jdbcCompliant() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
JdbcInterceptor - Class in org.apache.tomcat.jdbc.pool
Abstract class that is to be extended for implementations of interceptors.
JdbcInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Public constructor for instantiation through reflection
JdbcLeakPrevention - Class in org.apache.catalina.loader
This class is loaded by WebappClassLoaderBase to enable it to deregister JDBC drivers forgotten by the web application.
JdbcLeakPrevention() - Constructor for class org.apache.catalina.loader.JdbcLeakPrevention
 
JDBCRealm - Class in org.apache.catalina.realm
Deprecated.
Will be removed in Tomcat 10 onwards. Use the DataSourceRealm instead.
JDBCRealm() - Constructor for class org.apache.catalina.realm.JDBCRealm
Deprecated.
 
JDBCStore - Class in org.apache.catalina.session
Implementation of the Store interface that stores serialized session objects in a database.
JDBCStore() - Constructor for class org.apache.catalina.session.JDBCStore
 
JdkLoggerFormatter - Class in org.apache.juli
A more compact formatter.
JdkLoggerFormatter() - Constructor for class org.apache.juli.JdkLoggerFormatter
 
JDTCompiler - Class in org.apache.jasper.compiler
JDT class compiler.
JDTCompiler() - Constructor for class org.apache.jasper.compiler.JDTCompiler
 
JIoEndpoint - Class in org.apache.tomcat.util.net
Handle incoming TCP connections.
JIoEndpoint() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint
 
JIoEndpoint.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.
JIoEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
 
JIoEndpoint.AsyncTimeout - Class in org.apache.tomcat.util.net
Async timeout thread
JIoEndpoint.AsyncTimeout() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.AsyncTimeout
 
JIoEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
JIoEndpoint.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.
JIoEndpoint.SocketProcessor(SocketWrapper<Socket>) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
JIoEndpoint.SocketProcessor(SocketWrapper<Socket>, SocketStatus) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
jj_nt - Variable in class org.apache.el.parser.ELParser
Next token.
jjFillToken() - Method in class org.apache.el.parser.ELParserTokenManager
 
jjnewLexState - Static variable in class org.apache.el.parser.ELParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.el.parser.ELParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface org.apache.el.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.apache.el.parser.SimpleNode
 
JJTAND - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTBRACKETSUFFIX - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTCHOICE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtClose() - Method in interface org.apache.el.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.apache.el.parser.SimpleNode
 
JJTCOMPOSITEEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDEFERREDEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDIV - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDOTSUFFIX - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTDYNAMICEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTELParserState - Class in org.apache.el.parser
 
JJTELParserState() - Constructor for class org.apache.el.parser.JJTELParserState
 
JJTEMPTY - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTFALSE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTFLOATINGPOINT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTFUNCTION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtGetChild(int) - Method in interface org.apache.el.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.apache.el.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.el.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.apache.el.parser.SimpleNode
 
jjtGetParent() - Method in interface org.apache.el.parser.Node
 
jjtGetParent() - Method in class org.apache.el.parser.SimpleNode
 
JJTGREATERTHAN - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTGREATERTHANEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTIDENTIFIER - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTINTEGER - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTLESSTHAN - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTLESSTHANEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTLITERALEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTMETHODPARAMETERS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTMINUS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTMOD - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTMULT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNEGATIVE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtNodeName - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNOT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNOTEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTNULL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtOpen() - Method in interface org.apache.el.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.apache.el.parser.SimpleNode
 
JJTOR - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTPLUS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
jjtree - Variable in class org.apache.el.parser.ELParser
 
jjtSetParent(Node) - Method in interface org.apache.el.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.apache.el.parser.SimpleNode
 
JJTSTRING - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTTRUE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTVALUE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JJTVOID - Static variable in interface org.apache.el.parser.ELParserTreeConstants
 
JK_AJP13_CPING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_CPONG_REPLY - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_END_RESPONSE - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_FORWARD_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_PING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SEND_HEADERS - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SHUTDOWN - Static variable in class org.apache.coyote.ajp.Constants
 
JKStatusUpdateTask - Class in org.apache.catalina.ant
Ant task that implements the /status command, supported by the mod_jk status (1.2.9) application.
JKStatusUpdateTask() - Constructor for class org.apache.catalina.ant.JKStatusUpdateTask
 
JMX_SERVICE_PREFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMX_SERVICE_SUFFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMXAccessorCondition - Class in org.apache.catalina.ant.jmx
Definition: <path id="catalina_ant"> <fileset dir="${catalina.home}/server/lib"> <include name="catalina-ant.jar"/> </fileset> </path> <typedef name="jmxCondition" classname="org.apache.catalina.ant.jmx.JMXAccessorCondition" classpathref="catalina_ant"/> <taskdef name="jmxOpen" classname="org.apache.catalina.ant.jmx.JMXAccessorTask" classpathref="catalina_ant"/> Usage: Wait for start backup node <target name="wait"> <jmxOpen host="${jmx.host}" port="${jmx.port}" username="${jmx.username}" password="${jmx.password}" /> <waitfor maxwait="${maxwait}" maxwaitunit="second" timeoutproperty="server.timeout" > <and> <socket server="${server.name}" port="${server.port}"/> <http url="${url}"/> <jmxCondition name="Catalina:type=IDataSender,host=localhost,senderAddress=192.168.111.1,senderPort=9025" operation="==" attribute="connected" value="true" /> <jmxCondition operation="&lt;" name="Catalina:j2eeType=WebModule,name=//${tomcat.application.host}${tomcat.application.path},J2EEApplication=none,J2EEServer=none" attribute="startupTime" value="250" /> </and> </waitfor> <fail if="server.timeout" message="Server ${url} don't answer inside ${maxwait} sec" /> <echo message="Server ${url} alive" /> </target> Allowed operation between jmx attribute and reference value: == equals !
JMXAccessorCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
JMXAccessorConditionBase - Class in org.apache.catalina.ant.jmx
 
JMXAccessorConditionBase() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
JMXAccessorCreateTask - Class in org.apache.catalina.ant.jmx
Create new MBean at JMX JSR 160 MBeans Server.
JMXAccessorCreateTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
JMXAccessorEqualsCondition - Class in org.apache.catalina.ant.jmx
Definition <path id="catalina_ant"> <fileset dir="${catalina.home}/server/lib"> <include name="catalina-ant.jar"/> </fileset> </path> <typedef name="jmxEquals" classname="org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition" classpathref="catalina_ant"/> usage: Wait for start backup node <target name="wait"> <waitfor maxwait="${maxwait}" maxwaitunit="second" timeoutproperty="server.timeout" > <and> <socket server="${server.name}" port="${server.port}"/> <http url="${url}"/> <jmxEquals host="localhost" port="9014" username="controlRole" password="tomcat" name="Catalina:type=IDataSender,host=localhost,senderAddress=192.168.111.1,senderPort=9025" attribute="connected" value="true" /> </and> </waitfor> <fail if="server.timeout" message="Server ${url} don't answer inside ${maxwait} sec" /> <echo message="Server ${url} alive" /> </target>
JMXAccessorEqualsCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
JMXAccessorGetTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorGetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
JMXAccessorInvokeTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorInvokeTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
JMXAccessorQueryTask - Class in org.apache.catalina.ant.jmx
Query for Mbeans.
JMXAccessorQueryTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
JMXAccessorSetTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorSetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
JMXAccessorTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMXAccessorUnregisterTask - Class in org.apache.catalina.ant.jmx
unregister an MBean at JMX JSR 160 MBeans Server.
JMXAccessorUnregisterTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
 
jmxCreate(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
create new Mbean and when set from ClassLoader Objectname
jmxEnabled - Static variable in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
JmxEnabled - Interface in org.apache.catalina
This interface is implemented by components that will be registered with an MBean server when they are created and unregistered when they are destroyed.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
 
jmxGet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Get property value.
JMXGetTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Get command (/jmxproxy/?
JMXGetTask() - Constructor for class org.apache.catalina.ant.JMXGetTask
 
jmxInvoke(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Invoke specified operation.
jmxPool - Variable in class org.apache.tomcat.jdbc.pool.ConnectionPool
reference to the JMX mbean
JMXProxyServlet - Class in org.apache.catalina.manager
This servlet will dump JMX attributes in a simple format and implement proxy services for modeler.
JMXProxyServlet() - Constructor for class org.apache.catalina.manager.JMXProxyServlet
 
jmxQuery(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Call Mbean server for some mbeans with same domain, attributes.
JMXQueryTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Query command (/jmxproxy/?
JMXQueryTask() - Constructor for class org.apache.catalina.ant.JMXQueryTask
 
JmxRemoteLifecycleListener - Class in org.apache.catalina.mbeans
Deprecated.
The features provided by this listener are now available in the remote JMX capability included with the JRE. This listener will be removed in Tomcat 10 and may be removed from Tomcat 7.0.x some time after 2020-12-31.
JmxRemoteLifecycleListener() - Constructor for class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory - Class in org.apache.catalina.mbeans
Deprecated.
 
JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory(RMIClientSocketFactory) - Constructor for class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
Deprecated.
 
JmxRemoteLifecycleListener.RmiServerBindSocketFactory - Class in org.apache.catalina.mbeans
Deprecated.
 
JmxRemoteLifecycleListener.RmiServerBindSocketFactory(String) - Constructor for class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.RmiServerBindSocketFactory
Deprecated.
 
JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory - Class in org.apache.catalina.mbeans
Deprecated.
 
JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory(String[], String[], boolean, String) - Constructor for class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
Deprecated.
 
jmxSet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Set property value.
JMXSetTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Set command (/jmxproxy/?
JMXSetTask() - Constructor for class org.apache.catalina.ant.JMXSetTask
 
jmxUuregister(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Unregister MBean.
JndiPermission - Class in org.apache.naming
Java SecurityManager Permission class for JNDI name based file resources The JndiPermission extends the BasicPermission.
JndiPermission(String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with no actions
JndiPermission(String, String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with actions
JNDIRealm - Class in org.apache.catalina.realm
Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
JNDIRealm() - Constructor for class org.apache.catalina.realm.JNDIRealm
 
JNDIRealm.User - Class in org.apache.catalina.realm
A protected class representing a User
JNDIRealm.User(String, String, String, List<String>, String) - Constructor for class org.apache.catalina.realm.JNDIRealm.User
 
JniLifecycleListener - Class in org.apache.catalina.core
An implementation of LifeCycleListener that loads a native library into the JVM.
JniLifecycleListener() - Constructor for class org.apache.catalina.core.JniLifecycleListener
 
JOCL_NAMESPACE_URI - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The JOCL namespace URI, http://apache.org/xml/xmlns/jakarta/commons/jocl.
JOCL_PREFIX - Static variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The default JOCL prefix, jocl:.
JOCLContentHandler - Class in org.apache.tomcat.dbcp.jocl
A ContentHandler for the Java Object Configuration Language.
JOCLContentHandler() - Constructor for class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
JOCLContentHandler(boolean, boolean, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Construct a JOCLContentHandler.
join(Collection<String>, String) - Static method in class org.apache.catalina.filters.CorsFilter
Joins elements of Set into a string, where each element is separated by the provided separator.
join(long, long, long, long) - Static method in class org.apache.tomcat.jni.Multicast
Join a Multicast Group
join(String[]) - Static method in class org.apache.tomcat.util.buf.StringUtils
 
join(String[], char, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
 
join(Collection<String>) - Static method in class org.apache.tomcat.util.buf.StringUtils
 
join(Collection<String>, char) - Static method in class org.apache.tomcat.util.buf.StringUtils
 
join(Iterable<String>, char, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
 
join(T[], char, StringUtils.Function<T>, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
 
join(Iterable<T>, char, StringUtils.Function<T>, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
 
JreCompat - Class in org.apache.el.util
 
JreCompat() - Constructor for class org.apache.el.util.JreCompat
 
JreCompat - Class in org.apache.tomcat.util.compat
This is the base implementation class for JRE compatibility and provides an implementation based on Java 6.
JreCompat() - Constructor for class org.apache.tomcat.util.compat.JreCompat
 
JreMemoryLeakPreventionListener - Class in org.apache.catalina.core
Provide a workaround for known places where the Java Runtime environment can cause a memory leak or lock files.
JreMemoryLeakPreventionListener() - Constructor for class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
JrePlatform - Class in org.apache.naming.resources
 
JrePlatform() - Constructor for class org.apache.naming.resources.JrePlatform
 
JreVendor - Class in org.apache.tomcat.util.compat
 
JreVendor() - Constructor for class org.apache.tomcat.util.compat.JreVendor
 
JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FILE - Static variable in class org.apache.jasper.Constants
Deprecated.
This will be removed in Tomcat 9.0.x onwards. It is replaced by the use of the jspFile servlet initialisation parameter
JSP_FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for compiled jsp pages.
JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SERVLET_BASE - Static variable in class org.apache.jasper.Constants
The base class of the generated servlets.
JSP_SERVLET_CLASS - Static variable in class org.apache.catalina.core.Constants
 
JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_ACTION_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_URI - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JspApplicationContext - Interface in javax.servlet.jsp
Stores application-scoped information for the JSP container.
JspApplicationContextImpl - Class in org.apache.jasper.runtime
Implementation of JspApplicationContext
JspApplicationContextImpl() - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
 
JspC - Class in org.apache.jasper
Shell for the jspc compiler.
JspC() - Constructor for class org.apache.jasper.JspC
 
JspCompilationContext - Class in org.apache.jasper
A place holder for various things that are used through out the JSP engine.
JspCompilationContext(String, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, JarResource) - Constructor for class org.apache.jasper.JspCompilationContext
 
jspCompiler - Variable in class org.apache.jasper.JspCompilationContext
 
jspConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetJspConfig rule used to parse the web.xml
JspConfig - Class in org.apache.jasper.compiler
Handles the jsp-config element in WEB_INF/web.xml.
JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
 
jspConfig - Variable in class org.apache.jasper.JspC
 
JspConfig.JspProperty - Class in org.apache.jasper.compiler
 
JspConfig.JspProperty(String, String, String, String, Vector<String>, Vector<String>, String, String, String, String, String) - Constructor for class org.apache.jasper.compiler.JspConfig.JspProperty
 
JspConfig.JspPropertyGroup - Class in org.apache.jasper.compiler
 
JspConfigDescriptor - Interface in javax.servlet.descriptor
 
JspContext - Class in javax.servlet.jsp
JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspContext() - Constructor for class javax.servlet.jsp.JspContext
Sole constructor.
jspContext - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
JspContextWrapper - Class in org.apache.jasper.runtime
Implementation of a JSP Context Wrapper.
JspContextWrapper(JspContext, ArrayList<String>, ArrayList<String>, ArrayList<String>, Map<String, String>) - Constructor for class org.apache.jasper.runtime.JspContextWrapper
 
JspCServletContext - Class in org.apache.jasper.servlet
Simple ServletContext implementation without HTTP-specific methods.
JspCServletContext(PrintWriter, URL, ClassLoader) - Constructor for class org.apache.jasper.servlet.JspCServletContext
Create a new instance of this ServletContext implementation.
jspDestroy() - Method in interface javax.servlet.jsp.JspPage
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
JspELException - Exception in org.apache.jasper.el
 
JspELException(String, ELException) - Constructor for exception org.apache.jasper.el.JspELException
 
JspEngineInfo - Class in javax.servlet.jsp
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspEngineInfo() - Constructor for class javax.servlet.jsp.JspEngineInfo
Sole constructor.
jspError(String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Mark, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Node, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Mark, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Node, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(String, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Mark, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Mark, String, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Node, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Node, String, String, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given parsing exception to the configured error handler.
jspError(Exception, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Deprecated.
Replaced by jspError(Exception, String, String)
jspError(Mark, Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
 
jspError(Node, Exception, String, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Node, String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Deprecated.
Replaced by jspError(Node, Exception, String, String)
jspError(String, int, int, String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
JspException - Exception in javax.servlet.jsp
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspException() - Constructor for exception javax.servlet.jsp.JspException
Construct a JspException.
JspException(String) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSP exception with the specified message.
JspException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSPException with the specified detail message and cause.
JspException(Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSPException with the specified cause.
JspFactory - Class in javax.servlet.jsp
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspFactory() - Constructor for class javax.servlet.jsp.JspFactory
Sole constructor.
JspFactoryImpl - Class in org.apache.jasper.runtime
Implementation of JspFactory.
JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
 
JspFactoryImpl.PageContextPool - Class in org.apache.jasper.runtime
 
JspFactoryImpl.PageContextPool() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
 
JspFragment - Class in javax.servlet.jsp.tagext
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspFragment() - Constructor for class javax.servlet.jsp.tagext.JspFragment
 
JspFragmentHelper - Class in org.apache.jasper.runtime
Helper class from which all Jsp Fragment helper classes extend.
JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.jasper.runtime.JspFragmentHelper
 
JspHelper - Class in org.apache.catalina.manager
Helper JavaBean for JSPs, because JSTL 1.1/EL 2.0 is too dumb to to what I need (call methods with parameters), or I am too dumb to use it correctly. :)
JspIdConsumer - Interface in javax.servlet.jsp.tagext
 
jspInit() - Method in interface javax.servlet.jsp.JspPage
The jspInit() method is invoked when the JSP page is initialized.
jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
jspLoader - Variable in class org.apache.jasper.JspCompilationContext
 
JspMethodExpression - Class in org.apache.jasper.el
 
JspMethodExpression() - Constructor for class org.apache.jasper.el.JspMethodExpression
 
JspMethodExpression(String, MethodExpression) - Constructor for class org.apache.jasper.el.JspMethodExpression
 
JspMethodNotFoundException - Exception in org.apache.jasper.el
 
JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for exception org.apache.jasper.el.JspMethodNotFoundException
 
jspMonitorON - Variable in class org.apache.catalina.core.StandardWrapper
The ObjectName of the JSP monitoring mbean
JspPage - Interface in javax.servlet.jsp
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspPropertyGroup - Class in org.apache.catalina.deploy
Representation of a jsp-property-group element in web.xml.
JspPropertyGroup() - Constructor for class org.apache.catalina.deploy.JspPropertyGroup
 
JspPropertyGroupDescriptor - Interface in javax.servlet.descriptor
 
JspPropertyNotFoundException - Exception in org.apache.jasper.el
 
JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for exception org.apache.jasper.el.JspPropertyNotFoundException
 
JspPropertyNotWritableException - Exception in org.apache.jasper.el
 
JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for exception org.apache.jasper.el.JspPropertyNotWritableException
 
JspRuntimeContext - Class in org.apache.jasper.compiler
Class for tracking JSP compile time file dependencies when the >%@include file="..."
JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
Create a JspRuntimeContext for a web application context.
JspRuntimeLibrary - Class in org.apache.jasper.runtime
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspRuntimeLibrary() - Constructor for class org.apache.jasper.runtime.JspRuntimeLibrary
 
JspSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaPublicId_21 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaPublicId_22 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_21 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_22 - Static variable in class org.apache.catalina.startup.Constants
 
JspServlet - Class in org.apache.jasper.servlet
The JSP engine (a.k.a Jasper).
JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
 
JspServletWrapper - Class in org.apache.jasper.servlet
The JSP engine (a.k.a Jasper).
JspServletWrapper(ServletConfig, Options, String, JspRuntimeContext) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
 
JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, JarResource) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
 
JspSourceDependent - Interface in org.apache.jasper.runtime
Interface for tracking the source files dependencies, for the purpose of compiling out of date pages.
JspTag - Interface in javax.servlet.jsp.tagext
Serves as a base class for Tag and SimpleTag.
JspTagException - Exception in javax.servlet.jsp
Exception to be used by a Tag Handler to indicate some unrecoverable error.
JspTagException(String) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException with the specified message.
JspTagException() - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException with no message.
JspTagException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
JspTagException(Throwable) - Constructor for exception javax.servlet.jsp.JspTagException
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
jspUri - Variable in class org.apache.jasper.JspCompilationContext
 
JspUtil - Class in org.apache.jasper.compiler
This class has all the utility method(s).
JspUtil() - Constructor for class org.apache.jasper.compiler.JspUtil
 
JspUtil.ValidAttribute - Class in org.apache.jasper.compiler
 
JspUtil.ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
JspUtil.ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
JspValueExpression - Class in org.apache.jasper.el
Wrapper for providing context to ValueExpressions
JspValueExpression() - Constructor for class org.apache.jasper.el.JspValueExpression
 
JspValueExpression(String, ValueExpression) - Constructor for class org.apache.jasper.el.JspValueExpression
 
jspversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The version of the JSP specification this tag library is written to.
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
JspWriter - Class in javax.servlet.jsp
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
JspWriter(int, boolean) - Constructor for class javax.servlet.jsp.JspWriter
Protected constructor.
JspWriterImpl - 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.
JspWriterImpl() - Constructor for class org.apache.jasper.runtime.JspWriterImpl
 
JspWriterImpl(ServletResponse) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a buffered character-output stream that uses a default-sized output buffer.
JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a new buffered character-output stream that uses an output buffer of the given size.
JSSEImplementation - Class in org.apache.tomcat.util.net.jsse
 
JSSEImplementation() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
JSSEKeyManager - Class in org.apache.tomcat.util.net.jsse
X509KeyManager which allows selection of a specific keypair and certificate chain (identified by their keystore alias name) to be used by the server to authenticate itself to SSL clients.
JSSEKeyManager(X509KeyManager, String) - Constructor for class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Constructor.
JSSESocketFactory - Class in org.apache.tomcat.util.net.jsse
SSL server socket factory.
JSSESocketFactory(AbstractEndpoint<?>) - Constructor for class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
jsw - Variable in class org.apache.jasper.compiler.Compiler
 
jsw - Variable in class org.apache.jasper.JspCompilationContext
 
JvmRouteBinderValve - Class in org.apache.catalina.ha.session
Valve to handle Tomcat jvmRoute takeover using mod_jk module after node failure.
JvmRouteBinderValve() - Constructor for class org.apache.catalina.ha.session.JvmRouteBinderValve
 
JvmRouteSessionIDBinderListener - Class in org.apache.catalina.ha.session
Deprecated.
Will be removed in Tomcat 8.0.x
JvmRouteSessionIDBinderListener() - Constructor for class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
 

K

keepalive() - Method in class org.apache.catalina.tribes.transport.AbstractSender
keepalive
keepalive() - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
keepalive() - Method in interface org.apache.catalina.tribes.transport.DataSender
 
keepalive() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
keepalive() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
KEEPALIVE - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
keepAlive - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Keep-alive.
KEEPALIVE - Static variable in class org.apache.coyote.http11.Constants
 
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.http11.Constants
Deprecated.
Unused. Will be removed in Tomcat 10.
keepAliveLeft - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
keepAliveState - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
keepAliveState - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
keepAliveTime - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
keepAliveTimeout - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
The number of milliseconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
Are we keeping generated code around?
keptAlive - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Flag used to indicate that the socket should treat the next request processed like a keep-alive connection - i.e. one where there may not be any data to process.
keptAlive - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
key - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Private key.
key - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
key(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
key - Variable in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
KEY_ALL_ACCESS - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_CREATE_LINK - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_CREATE_SUB_KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_ENUMERATE_SUB_KEYS - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_EXECUTE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_NOTIFY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_QUERY_VALUE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_READ - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_SET_VALUE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_SIZE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).
KEY_SIZE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the key size.
KEY_WOW64_32KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_WOW64_64KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_WRITE - Static variable in class org.apache.tomcat.jni.Registry
 
keyCache - Variable in class org.apache.tomcat.util.net.NioEndpoint
Cache for key attachment objects
keyCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable key cache, this bounded cache stores KeyAttachment objects to reduce GC Default is 500 -1 is unlimited 0 is disabled
keyCount - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
KeyedObjectPool<K,V> - Interface in org.apache.tomcat.dbcp.pool
A "keyed" pooling interface.
KeyedObjectPoolFactory<K,V> - Interface in org.apache.tomcat.dbcp.pool
A factory for creating KeyedObjectPools.
KeyedPoolableObjectFactory<K,V> - Interface in org.apache.tomcat.dbcp.pool
An interface defining life-cycle methods for instances to be served by a KeyedObjectPool.
keys() - Method in class org.apache.catalina.session.FileStore
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.session.JDBCStore
 
keys() - Method in class org.apache.catalina.session.StandardSession
Return the names of all currently defined session attributes as an array of Strings.
keys() - Method in interface org.apache.catalina.Store
 
keySet() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
keySet() - Method in class org.apache.catalina.util.ParameterMap
Returns an unmodifiable Set view of the keys contained in this map if it is locked.
keySetFull() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
keySize - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
KeyStoreUtil - Class in org.apache.tomcat.util.security
 
kill(long, int) - Static method in class org.apache.tomcat.jni.Proc
Terminate a process.
kind - Variable in class org.apache.el.parser.Token
An integer that describes the kind of this token.
KRB5_CONF_PROPERTY - Static variable in class org.apache.catalina.authenticator.Constants
 

L

L10N_PREFIX - Static variable in class org.apache.tomcat.buildutil.translate.Constants
 
L10N_SUFFIX - Static variable in class org.apache.tomcat.buildutil.translate.Constants
 
landingPage - Variable in class org.apache.catalina.authenticator.FormAuthenticator
Landing page to use if a user tries to access the login page directly or if the session times out during login.
last - Variable in class org.apache.jasper.util.FastRemovalDequeue
Last element of the queue.
last() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
LAST_ACCESS_AT_START - Static variable in class org.apache.catalina.authenticator.SingleSignOn
 
LAST_ACCESS_AT_START - Static variable in class org.apache.catalina.manager.ManagerServlet
 
LAST_ACCESS_AT_START - Static variable in class org.apache.catalina.session.StandardSession
 
LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
lastAccess - Variable in class org.apache.catalina.tribes.io.ObjectReader
 
lastAccess - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
lastAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The last accessed time for this Session.
lastActiveFilter - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Index of the last active filter.
lastCheck - Variable in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
lastChecked - Variable in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
lastHeardFrom - Variable in class org.apache.catalina.tribes.membership.Membership.MbrEntry
 
lastJarAccessed - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Last time a JAR was accessed.
lastMaintain - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Last run of maintain.
lastMessageProcessed - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The number of the last message processed.
lastModified - Variable in class org.apache.catalina.loader.ResourceEntry
The "last modified" time of the origin file at the time this class was loaded, in milliseconds since the epoch.
lastModified - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
lastModified - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified time.
lastModifiedDate - Variable in class org.apache.catalina.ssi.SSIMediator
 
lastModifiedDate - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date.
lastModifiedDates - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The list of JARs last modified dates, in the order they should be searched for locally loaded classes or resources.
lastModifiedHttp - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date in HTTP format.
lastRegistered - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
lastSendTime - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
 
lastState - Variable in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
lastTimestamp - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
The last timestamp used to generate a nonce.
lastTimestampLock - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
 
lastValid - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Last valid byte.
lastValid - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Last valid byte in the buffer.
latch - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
latch - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
LazyReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
A smart implementation of a stateful replicated map. uses primary/secondary backup strategy.
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, float, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[], boolean) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LBRACK - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LC_OFFSET - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
LC_OFFSET - Static variable in class org.apache.coyote.http11.Constants
Lower case offset.
LE0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LE1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
leader - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
leave(long, long, long, long) - Static method in class org.apache.tomcat.jni.Multicast
Leave a Multicast Group.
leftOver(Serializable, Member) - Method in interface org.apache.catalina.tribes.group.RpcCallback
If the reply has already been sent to the requesting thread, the rpc callback can handle any data that comes in after the fact.
leftOver(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
If the reply has already been sent to the requesting thread, the rpc callback can handle any data that comes in after the fact.
LEFTOVER_SIZE - Static variable in class org.apache.tomcat.util.buf.B2CConverter
 
len - Variable in class org.apache.coyote.ajp.AjpMessage
This actually means different things depending on whether the packet is read or write.
length - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
length - Variable in class org.apache.jasper.xmlparser.XMLString
The length of characters from the offset.
length() - Method in class org.apache.tomcat.util.buf.CharChunk
 
length - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
LETTER - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.el.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.el.parser.ELParserTokenManager
Lexer state names.
LF - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
LF - Static variable in class org.apache.coyote.http11.Constants
LF.
LF - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The Line Feed ASCII character value.
Library - Class in org.apache.tomcat.jni
Library
LibraryNotFoundError - Error in org.apache.tomcat.jni
 
LibraryNotFoundError(String, String) - Constructor for error org.apache.tomcat.jni.LibraryNotFoundError
 
Lifecycle - Interface in org.apache.catalina
Common interface for component life cycle methods.
Lifecycle.SingleUse - Interface in org.apache.catalina
Marker interface used to indicate that the instance should only be used once.
LifecycleBase - Class in org.apache.catalina.util
Base implementation of the Lifecycle interface that implements the state transition rules for Lifecycle.start() and Lifecycle.stop()
LifecycleBase() - Constructor for class org.apache.catalina.util.LifecycleBase
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.connector.MapperListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.AprLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JasperListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JniLifecycleListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.NamingContextListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
Listens for LifecycleEvent for the start of the Server to initialize itself and then for after_stop events of each Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Deprecated.
Unused - will be removed in Tomcat 8.0.x
LifecycleEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
LifecycleEvent(Lifecycle, String, Object) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
lifecycleEvent(LifecycleEvent) - Method in interface org.apache.catalina.LifecycleListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.security.SecurityListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.ContextConfig
Process events for an associated Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.EngineConfig
Process the START event for an associated Engine.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.HostConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.TldConfig
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.Tomcat.DefaultWebXmlListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.Tomcat.FixContextListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.UserConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.VersionLoggerListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
 
LifecycleException - Exception in org.apache.catalina
General purpose exception that is thrown to indicate a lifecycle related problem.
LifecycleException() - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException with no other information.
LifecycleException(String) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message.
LifecycleException(Throwable) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified throwable.
LifecycleException(String, Throwable) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message and throwable.
LifecycleListener - Interface in org.apache.catalina
Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.
LifecycleListenerRule - Class in org.apache.catalina.startup
Rule that creates a new LifecycleListener and associates it with the top object on the stack which must implement Container.
LifecycleListenerRule(String, String) - Constructor for class org.apache.catalina.startup.LifecycleListenerRule
Construct a new instance of this Rule.
LifecycleMBeanBase - Class in org.apache.catalina.util
 
LifecycleMBeanBase() - Constructor for class org.apache.catalina.util.LifecycleMBeanBase
 
LifecycleState - Enum in org.apache.catalina
The list of valid states for components that implement Lifecycle.
LifecycleSupport - Class in org.apache.catalina.util
Deprecated.
Unused. This class will be removed in Tomcat 8.5.x.
LifecycleSupport(Lifecycle) - Constructor for class org.apache.catalina.util.LifecycleSupport
Deprecated.
Construct a new LifecycleSupport object associated with the specified Lifecycle component.
lifo - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
lifo - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
LimitedInputStream - Class in org.apache.tomcat.util.http.fileupload.util
An input stream, which limits its data size.
LimitedInputStream(InputStream, long) - Constructor for class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Creates a new instance.
LimitLatch - Class in org.apache.tomcat.util.threads
Shared latch that allows the latch to be acquired a limited number of times after which all subsequent requests to acquire the latch will be placed in a FIFO queue until one of the shares is returned.
LimitLatch(long) - Constructor for class org.apache.tomcat.util.threads.LimitLatch
Instantiates a LimitLatch object with an initial limit.
line - Variable in class org.apache.el.parser.SimpleCharStream
 
LINE_SEP - Static variable in class org.apache.catalina.security.Constants
 
lineBuffer - Variable in class org.apache.catalina.connector.CoyoteReader
 
lineLength - Variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Chunksize for encoding.
LINK - Static variable in class org.apache.naming.EjbRef
Link address type.
LINK_REF - Static variable in class org.apache.naming.NamingEntry
 
LinkObject - Class in org.apache.catalina.tribes.transport.bio.util
The class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element.
LinkObject(ChannelMessage, Member[], InterceptorPayload) - Constructor for class org.apache.catalina.tribes.transport.bio.util.LinkObject
Construct a new element from the data object.
list(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(HttpServletRequest, HttpServletResponse, String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(HttpServletRequest, HttpServletResponse, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(Name) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list() - Method in class org.apache.naming.resources.DirContextURLConnection
List children of this collection.
list(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
list(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
list(File) - Method in class org.apache.naming.resources.FileDirContext
List the resources which are members of a collection.
list(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(File) - Method in class org.apache.naming.resources.VirtualDirContext
 
list(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext
List children as objects.
list(Name) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
LIST_ERRORS - Static variable in class org.apache.jasper.JspC
 
listBeans(PrintWriter, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
listBindings(Name) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
listBindings(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
listBindings(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the objects bound to them.
ListELResolver - Class in javax.el
 
ListELResolver() - Constructor for class javax.el.ListELResolver
 
ListELResolver(boolean) - Constructor for class javax.el.ListELResolver
 
listen() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
listen() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
get data from channel and store in byte array send it to cluster
listen(long, int) - Static method in class org.apache.tomcat.jni.Local
Listen to a bound socket for connections.
listen(long, int) - Static method in class org.apache.tomcat.jni.Socket
Listen to a bound socket for connections.
ListenCallback - Interface in org.apache.catalina.tribes.io
Internal interface, similar to the MessageListener but used at the IO base The listen callback interface is used by the replication system when data has been received.
listener - Variable in class org.apache.catalina.ha.deploy.WarWatcher
Parent to be notified of changes
listener - Variable in class org.apache.catalina.tribes.membership.McastService
A membership listener delegate (should be the cluster :)
listeners - Variable in class org.apache.catalina.core.ContainerBase
The container event listeners for this Container.
listeners - Variable in class org.apache.catalina.session.StandardSession
The session event listeners for this Session.
listeners - Variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Listeners that are local and interested in our notifications, no need for JMX
listenerStart() - Method in class org.apache.catalina.core.StandardContext
Configure the set of instantiated application event listeners for this Context.
listenerStop() - Method in class org.apache.catalina.core.StandardContext
Send an application stop event to all interested listeners.
listErrors - Variable in class org.apache.jasper.JspC
 
listings - Variable in class org.apache.catalina.servlets.DefaultServlet
Should we generate directory listings?
listProperties() - Method in class org.apache.catalina.deploy.ContextTransaction
List properties.
listProperties() - Method in class org.apache.catalina.deploy.ResourceBase
List properties.
listSessionIds() - Method in class org.apache.catalina.session.ManagerBase
For debugging.
ListTask - Class in org.apache.catalina.ant
Ant task that implements the /list command, supported by the Tomcat manager application.
ListTask() - Constructor for class org.apache.catalina.ant.ListTask
 
listToCommaDelimitedString(List<String>) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Convert a list of strings in a comma delimited string.
listToCommaDelimitedString(List<String>) - Static method in class org.apache.catalina.valves.RemoteIpValve
Convert an array of strings in a comma delimited string
Literal() - Method in class org.apache.el.parser.ELParser
 
LITERAL_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LiteralExpression() - Method in class org.apache.el.parser.ELParser
 
load() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Manager implementations that also implement ClusterManager do not support local session persistence.
load() - Method in interface org.apache.catalina.Manager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Load the contents of our configuration file.
load(String) - Method in class org.apache.catalina.session.FileStore
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load(String) - Method in class org.apache.catalina.session.JDBCStore
Load the Session associated with the id id.
load() - Method in class org.apache.catalina.session.PersistentManagerBase
Load all sessions found in the persistence mechanism, assuming they are marked as valid and have not passed their expiration limit.
load() - Method in class org.apache.catalina.session.StandardManager
 
load() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
load(String[]) - Method in class org.apache.catalina.startup.Catalina
 
load(Class<T>) - Method in class org.apache.catalina.startup.WebappServiceLoader
Load the providers for a service type.
load(String) - Method in interface org.apache.catalina.Store
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load() - Method in interface org.apache.catalina.Wrapper
Load and initialize an instance of this Servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.jasper.JspCompilationContext
 
load(CacheEntry) - Method in class org.apache.naming.resources.ResourceCache
 
load(String) - Static method in class org.apache.tomcat.jni.Library
Calls System.load(filename).
load() - Static method in class org.apache.tomcat.util.buf.HexUtils
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
load() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
load() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Deprecated.
Load the mbeans from the source.
load(String, Object, String) - Method in class org.apache.tomcat.util.modeler.Registry
Experimental.
load(KeyStore, InputStream, char[]) - Static method in class org.apache.tomcat.util.security.KeyStoreUtil
Loads a KeyStore from an InputStream working around the known JDK bug https://bugs.openjdk.java.net/browse/JDK-8157404.
loadApplicationAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context.
loadApplicationFilterAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the filters.
loadApplicationListenerAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the listeners.
loadApplicationServletAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the servlets.
loadClass(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
loadClass(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClass(Container, String) - Static method in class org.apache.catalina.util.Introspection
Attempt to load a class using the given Container's class loader.
loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClassAnnotation(Context, Class<?>) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context for a given className.
loadClassMaybePrivileged(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Deprecated.
 
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Deprecated.
Location parameter is unused. Will be removed in Tomcat 8.0.x
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Load data, returns a list of items.
loadDescriptors(String, ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
Lookup the component descriptor in the package and in the parent packages.
loadDSATempKey(int, String) - Static method in class org.apache.tomcat.jni.SSL
Deprecated.
Now automatically loaded from certificate file
loaded - Variable in class org.apache.catalina.startup.Catalina
Prevent duplicate loads.
loadedClass - Variable in class org.apache.catalina.loader.ResourceEntry
Loaded class.
loadEntries() - Method in class org.apache.naming.resources.WARDirContext
Constructs a tree of the entries contained in a WAR file.
loader - Variable in class org.apache.catalina.core.ContainerBase
The Loader implementation with which this Container is associated.
Loader - Interface in org.apache.catalina
A Loader represents a Java ClassLoader implementation that can be used by a Container to load class files (within a repository associated with the Loader) that are designed to be reloaded upon request, as well as a mechanism to detect whether changes have occurred in the underlying repository.
loader - Variable in class org.apache.jasper.compiler.BeanRepository
 
loader - Variable in class org.apache.jasper.JspC
 
loader - Variable in class org.apache.jasper.JspCompilationContext
 
loaderDir - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Path where resources loaded from JARs will be extracted.
loaderPC - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The PermissionCollection for each CodeSource for a web application context.
loadFieldsAnnotation(Context, Class<?>) - Static method in class org.apache.catalina.startup.WebAnnotationSet
 
loadLibrary(String) - Static method in class org.apache.tomcat.jni.Library
Calls System.loadLibrary(libname).
loadMBeans(Object, ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
Load an extended mlet file.
loadMBeans(Object, ClassLoader) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Load an extended mlet file.
loadMetadata(Object) - Method in class org.apache.tomcat.util.modeler.Registry
Load descriptors.
loadMetadata(Object) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Load descriptors.
loadMethodsAnnotation(Context, Class<?>) - Static method in class org.apache.catalina.startup.WebAnnotationSet
 
loadOnStartup(Container[]) - Method in class org.apache.catalina.core.StandardContext
Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
loadOnStartup - Variable in class org.apache.catalina.core.StandardWrapper
The load-on-startup order value (negative value means load on first call) for this servlet.
loadServlet() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
loadServlet() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile (if needed) and load a tag file.
loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile and load a prototype for the Tag file.
loadTime - Variable in class org.apache.catalina.core.StandardWrapper
 
local - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The flag indicating that this member is a local member.
local - Variable in class org.apache.catalina.tribes.membership.Membership
The local member.
Local - Class in org.apache.tomcat.jni
Local socket.
Local() - Constructor for class org.apache.tomcat.jni.Local
 
localAddr - Variable in class org.apache.catalina.connector.Request
Local address
localAddr - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
The local Host address.
localAddr() - Method in class org.apache.coyote.Request
 
localDataSource - Variable in class org.apache.catalina.realm.DataSourceRealm
Context local datasource.
locale - Variable in class org.apache.catalina.valves.AccessLogValve
Locale used to format timestamps in log entries and in log file name suffix.
LOCALE_US - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
localeEncoding(long) - Static method in class org.apache.tomcat.jni.OS
Get the name of the current locale character set.
localeName - Variable in class org.apache.catalina.valves.AccessLogValve
Name of locale used to format timestamps in log entries and in log file name suffix.
locales - Variable in class org.apache.catalina.connector.Request
The preferred Locales associated with this Request.
localesParsed - Variable in class org.apache.catalina.connector.Request
Parse locales.
Localizer - Class in org.apache.jasper.compiler
Class responsible for converting error codes to corresponding localized error messages.
Localizer() - Constructor for class org.apache.jasper.compiler.Localizer
 
localLoopbackDisabled - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
disable/enable local loopback message
localMember - Variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
localMember - Variable in class org.apache.catalina.tribes.membership.McastService
The local member
localName - Variable in class org.apache.catalina.connector.Request
Local address
localName - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
localName - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Local Host associated with the current connection.
localName() - Method in class org.apache.coyote.Request
 
localName - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
localName - Variable in class org.apache.el.parser.AstFunction
 
localPort - Variable in class org.apache.catalina.connector.Request
Local port
localPort - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
localPort - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Local port to which the socket is connected
LocalResolver - Class in org.apache.tomcat.util.descriptor
A resolver for locally cached XML resources.
LocalResolver(Map<String, String>, Map<String, String>, boolean) - Constructor for class org.apache.tomcat.util.descriptor.LocalResolver
Constructor providing mappings of public and system identifiers to local resources.
localWar - Variable in class org.apache.catalina.ant.DeployTask
URL of the server local web application archive (WAR) file to be deployed.
localXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per directory.
locateUriRoot(File) - Method in class org.apache.jasper.JspC
Find the WEB-INF dir by looking up in the directory tree.
location - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
Deprecated.
LOCATION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
locator - Variable in class org.apache.tomcat.util.digester.Digester
The Locator associated with our parser.
locatorsUpdateCopy() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
lock - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
lock() - Method in class org.apache.catalina.ha.session.DeltaSession
Lock during serialization
lock() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Lock during serialization
lock() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Locks the connection only if either PoolConfiguration.isPoolSweeperEnabled() or PoolConfiguration.getUseLock() return true.
lock(long, int) - Static method in class org.apache.tomcat.jni.File
Establish a lock on the specified, open file.
lock(long) - Static method in class org.apache.tomcat.jni.Global
Acquire the lock for the given mutex.
Lock - Class in org.apache.tomcat.jni
Lock
Lock() - Constructor for class org.apache.tomcat.jni.Lock
 
lock(long) - Static method in class org.apache.tomcat.jni.Lock
Acquire the lock for the given mutex.
lockAdd() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Acquires the lock by an add thread and sets the add flag.
lockfile(long) - Static method in class org.apache.tomcat.jni.Lock
Return the name of the lockfile for the mutex, or NULL if the mutex doesn't use a lock file
LockOutRealm - Class in org.apache.catalina.realm
This class extends the CombinedRealm (hence it can wrap other Realms) to provide a user lock out mechanism if there are too many failed authentication attempts in a given period of time.
LockOutRealm() - Constructor for class org.apache.catalina.realm.LockOutRealm
 
LockOutRealm.LockRecord - Class in org.apache.catalina.realm
 
LockOutRealm.LockRecord() - Constructor for class org.apache.catalina.realm.LockOutRealm.LockRecord
 
lockOutTime - Variable in class org.apache.catalina.realm.LockOutRealm
The time (in seconds) a user is locked out for after too many authentication failures.
lockRemove() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Acquires the lock by the remove thread and sets the remove flag.
log(String) - Method in class javax.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
log(String) - Method in interface javax.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String, Throwable) - Method in interface javax.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
log(Request, Response, long) - Method in interface org.apache.catalina.AccessLog
Add the request/response to the access log using the specified processing time.
log(Request, Response, long) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
log(Request, Response, long) - Method in class org.apache.catalina.core.AccessLogAdapter
 
log(String) - Method in class org.apache.catalina.core.ApplicationContext
 
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated.
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContext
 
log(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
Deprecated.
As of Java Servlet API 2.1, use log(String, Throwable) instead
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(Request, Response, long) - Method in class org.apache.catalina.core.StandardEngine.NoopAccessLog
 
log - Variable in class org.apache.catalina.ha.session.DeltaManager
 
log - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
log - Static variable in class org.apache.catalina.ha.session.DeltaSession
 
log - Static variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
log - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
log(String, Throwable) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
log(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
log(Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve
 
log(String) - Method in class org.apache.catalina.valves.AccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log(Request, Response, long) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
log(Request, Response, long) - Method in interface org.apache.coyote.Adapter
 
log - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Logger.
log(String) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
 
log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message.
log(Exception, String) - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated.
Use log(String,Throwable) instead
log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message and exception.
Log - Interface in org.apache.juli.logging
A simple logging interface abstracting logging APIs.
log(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
log - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which most logging calls will be made.
log - Static variable in class org.apache.tomcat.util.net.SecureNioChannel
 
LOG_DEBUG - Static variable in class org.apache.tomcat.jni.OS
 
LOG_EMERG - Static variable in class org.apache.tomcat.jni.OS
 
LOG_ERROR - Static variable in class org.apache.tomcat.jni.OS
 
LOG_INFO - Static variable in class org.apache.tomcat.jni.OS
 
LOG_LEVEL_DEBUG - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_ERROR - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_FATAL - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_INFO - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_TRACE - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_LEVEL_WARN - Static variable in class org.apache.juli.JdkLoggerFormatter
 
LOG_NOTICE - Static variable in class org.apache.tomcat.jni.OS
 
LOG_WARN - Static variable in class org.apache.tomcat.jni.OS
 
logAccess(Request, Response, long, boolean) - Method in interface org.apache.catalina.Container
Log a request/response that was destined for this container but has been handled earlier in the processing chain so that the request/response still appears in the correct access logs.
logAccess(Request, Response, long, boolean) - Method in class org.apache.catalina.core.ContainerBase
Check this container for an access log and if none is found, look to the parent.
logAccess(Request, Response, long, boolean) - Method in class org.apache.catalina.core.StandardEngine
Override the default implementation.
logAccess(Request, Response, long, boolean) - Method in class org.apache.catalina.startup.FailedContext
 
LogConfigurationException - Exception in org.apache.juli.logging
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - Constructor for exception org.apache.juli.logging.LogConfigurationException
Construct a new exception with null as its detail message.
LogConfigurationException(String) - Constructor for exception org.apache.juli.logging.LogConfigurationException
Construct a new exception with the specified detail message.
LogConfigurationException(Throwable) - Constructor for exception org.apache.juli.logging.LogConfigurationException
Construct a new exception with the specified cause and a derived detail message.
LogConfigurationException(String, Throwable) - Constructor for exception org.apache.juli.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
logElements - Variable in class org.apache.catalina.valves.AccessLogValve
Array of AccessLogElement, they will be used to make log message.
LogFactory - Class in org.apache.juli.logging
Modified LogFactory: removed all discovery, hardcode a specific implementation If you like a different logging implementation - use either the discovery-based commons-logging, or better - another implementation hardcoded to your favourite logging impl.
logFindings(Log, String) - Method in class org.apache.catalina.startup.XmlErrorHandler
Deprecated.
 
logFindings(Log, String) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
loggedDirWarning - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
In some circumstances, such as when unpackWARs is true, a directory may be added to the appBase that is ignored.
logger - Variable in class org.apache.catalina.core.ContainerBase
The Logger implementation with which this Container is associated.
logger - Variable in class org.apache.catalina.core.NamingContextListener
 
logger - Variable in class org.apache.jasper.compiler.AntCompiler
 
logger - Static variable in class org.apache.juli.AsyncFileHandler
 
LOGGER_SLEEP_TIME - Static variable in class org.apache.juli.AsyncFileHandler
 
login(String, String) - Method in interface javax.servlet.http.HttpServletRequest
Authenticate the provided user name and password and then associated the authenticated user with the request.
login(String, String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Authenticate the provided user name and password and then associated the authenticated user with the request.
login(String, String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
login(String, String, Request) - Method in interface org.apache.catalina.Authenticator
 
login(String, String) - Method in class org.apache.catalina.connector.Request
Authenticate the provided user name and password and then associated the authenticated user with the request.
login(String, String) - Method in class org.apache.catalina.connector.RequestFacade
 
login() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 1 of authenticating a Subject.
login(String, String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
LoginConfig - Class in org.apache.catalina.deploy
Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.
LoginConfig() - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with default properties.
LoginConfig(String, String, String, String) - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with the specified properties.
loginConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetLoginConfig rule used to parse the web.xml
loginContext - Variable in class org.apache.catalina.realm.GenericPrincipal
The JAAS LoginContext, if any, used to authenticate this Principal.
loginModuleName - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
logInterval - Variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
logName - Variable in class org.apache.catalina.core.ContainerBase
Associated logger name.
logName() - Method in class org.apache.catalina.core.ContainerBase
 
logout() - Method in interface javax.servlet.http.HttpServletRequest
Removes any authenticated user from the request.
logout() - Method in class javax.servlet.http.HttpServletRequestWrapper
Removes any authenticated user from the request.
logout(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
logout(Request) - Method in interface org.apache.catalina.Authenticator
 
logout() - Method in class org.apache.catalina.connector.Request
Removes any authenticated user from the request.
logout() - Method in class org.apache.catalina.connector.RequestFacade
 
logout() - Method in class org.apache.catalina.realm.GenericPrincipal
Calls logout, if necessary, on any associated JAASLoginContext.
logout() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Log out this user.
logout() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
Logs - Class in org.apache.catalina.tribes.util
Simple class that holds references to global loggers
Logs() - Constructor for class org.apache.catalina.tribes.util.Logs
 
logs - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Thread <-> CaptureLog associations.
logWriter - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The PrintWriter to which log messages should be directed.
LONG - Static variable in class org.apache.el.lang.ELArithmetic
 
longPoll(SocketWrapper<S>, Processor<S>) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
longPoll(SocketWrapper<S>, Processor<S>) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
 
longPoll(SocketWrapper<Long>, Processor<Long>) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
longPoll(SocketWrapper<NioChannel>, Processor<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
longPoll(SocketWrapper<Socket>, Processor<Socket>) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
lookup(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(Name, boolean) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
lookup(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
lookup(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ResourceCache
 
lookup(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of Rule instances for the specified pattern that also match the specified namespace URI (if any).
LOOKUP_NAME - Static variable in class org.apache.naming.LookupRef
JNDI name for the lookup
lookupCache(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object as a cache entry, without any exception.
LookupFactory - Class in org.apache.naming.factory
Object factory for lookups.
LookupFactory() - Constructor for class org.apache.naming.factory.LookupFactory
 
lookupFieldResource(Context, Object, Field, String, Class<?>) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified field.
lookupLink(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
lookupLink(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
lookupLink(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupMethodResource(Context, Object, Method, String, Class<?>) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified method.
LookupRef - Class in org.apache.naming
Represents a reference to lookup.
LookupRef(String, String) - Constructor for class org.apache.naming.LookupRef
 
LookupRef(String, String, String, String) - Constructor for class org.apache.naming.LookupRef
 
loopback(long, boolean) - Static method in class org.apache.tomcat.jni.Multicast
Toggle IP Multicast Loopback
lowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the low surrogate of a supplemental character
LPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LT0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
LT1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.

M

m - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
MailSessionFactory - Class in org.apache.naming.factory
Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs.
MailSessionFactory() - Constructor for class org.apache.naming.factory.MailSessionFactory
 
main(String[]) - Static method in class org.apache.catalina.ha.deploy.FileMessageFactory
Example usage.
main(String[]) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm specified and convert the result to a corresponding hex string.
main(String[]) - Static method in class org.apache.catalina.startup.Bootstrap
Main method and entry point when starting Tomcat via the provided scripts.
main(String[]) - Static method in class org.apache.catalina.startup.Tool
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.tribes.membership.Constants
 
main(String[]) - Static method in class org.apache.catalina.tribes.membership.McastService
Simple test program
main(String[]) - Static method in class org.apache.catalina.util.ServerInfo
 
main(String[]) - Static method in class org.apache.jasper.compiler.SmapGenerator
 
main(String[]) - Static method in class org.apache.jasper.JspC
 
MAIN - Static variable in class org.apache.naming.java.javaURLContextFactory
 
main(String...) - Static method in class org.apache.tomcat.buildutil.translate.Import
 
main(String[]) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
A simple tester method.
maintain(long, long[], boolean) - Static method in class org.apache.tomcat.jni.Poll
Maintain on the descriptor(s) in a pollset
maintain() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
Method, that has to be invoked periodically to clean dead keys from the map.
maintain() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Timeout checks.
MAJOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
MAJOR_VERSION - Static variable in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
MAJORITY_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
 
make(String, int, long) - Static method in class org.apache.tomcat.jni.Directory
Create a new directory on the file system.
make(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Create a new SSL context.
makeJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given identifier to a legal Java identifier
makeJavaIdentifierForAttribute(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given identifier to a legal Java identifier to be used for JSP Tag file attribute names.
makeJavaPackage(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given path to a Java package or fully-qualified class name
makeLegalForJAAS(String) - Method in class org.apache.catalina.realm.JAASRealm
Ensure the given name is legal for JAAS configuration.
makeObject() - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
makeObject(PStmtKey) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
makeObject(K) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedPoolableObjectFactory
Create an instance that can be served by the pool.
makeObject() - Method in class org.apache.tomcat.dbcp.pool.BasePoolableObjectFactory
Creates an instance that can be served by the pool.
makeObject(K) - Method in interface org.apache.tomcat.dbcp.pool.KeyedPoolableObjectFactory
Create an instance that can be served by the pool.
makeObject() - Method in interface org.apache.tomcat.dbcp.pool.PoolableObjectFactory
Creates an instance that can be served by the pool.
makeOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
makeRecursive(String, int, long) - Static method in class org.apache.tomcat.jni.Directory
Creates a new directory on the file system, but behaves like 'mkdir -p'.
makeSpace(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Make space for len bytes.
makeSpace(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Make space for len chars.
makeYoungest(FastRemovalDequeue<JspServletWrapper>.Entry) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Push unloadHandle for JspServletWrapper to front of the queue.
malloc(int) - Static method in class org.apache.tomcat.jni.Buffer
Allocate a new ByteBuffer from memory
malloc(int) - Static method in class org.apache.tomcat.jni.Stdlib
Allocates memory blocks.
manageApp(Context) - Method in class org.apache.catalina.startup.HostConfig
Add a new Context to be managed by us.
managed - Variable in class org.apache.catalina.mbeans.GroupMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.RoleMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.UserMBean
The ManagedBean information describing this MBean.
ManagedBean - Annotation Type in javax.annotation
 
managedBean - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Metadata for the mbean instance.
ManagedBean - Class in org.apache.tomcat.util.modeler
Internal configuration information for a managed bean (MBean) descriptor.
ManagedBean() - Constructor for class org.apache.tomcat.util.modeler.ManagedBean
Constructor.
ManagedChannel - Interface in org.apache.catalina.tribes
Channel interface A managed channel interface gives you access to the components of the channels such as senders, receivers, interceptors etc for configurations purposes
ManagedConcurrentWeakHashMap<K,V> - Class in org.apache.tomcat.util.collections
Concurrent hash map that holds its keys via weak references.
ManagedConcurrentWeakHashMap() - Constructor for class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
managedGroup - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing Group MBeans.
managedRole - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing Group MBeans.
managedUser - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing User MBeans.
manager - Variable in class org.apache.catalina.core.ContainerBase
The Manager implementation with which this Container is associated.
Manager - Interface in org.apache.catalina
A Manager manages the pool of Sessions that are associated with a particular Container.
manager - Variable in class org.apache.catalina.session.StandardSession
The Manager with which this Session is associated.
manager - Variable in class org.apache.catalina.session.StoreBase
The Manager with which this Store is associated.
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
ManagerBase - Class in org.apache.catalina.session
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - Constructor for class org.apache.catalina.session.ManagerBase
 
ManagerBase.SessionTiming - Class in org.apache.catalina.session
 
ManagerBase.SessionTiming(long, int) - Constructor for class org.apache.catalina.session.ManagerBase.SessionTiming
 
managerName - Static variable in class org.apache.catalina.ha.session.DeltaManager
The descriptive name of this Manager implementation (for logging).
managers - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The context name <-> manager association for distributed contexts.
ManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
ManagerServlet() - Constructor for class org.apache.catalina.manager.ManagerServlet
 
managerTemplate - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
Mangle the specified character to create a legal Java class name.
manifest - Variable in class org.apache.catalina.loader.ResourceEntry
Manifest (if the resource was loaded from a JAR).
ManifestResource - Class in org.apache.catalina.util
Representation of a Manifest file and its available extensions and required extensions
ManifestResource(String, Manifest, int) - Constructor for class org.apache.catalina.util.ManifestResource
 
map - Variable in class org.apache.catalina.tribes.membership.Membership
A map of all the members in the cluster.
map(Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
Creates the functions mappers for all EL expressions in the JSP page.
map(MessageBytes, MessageBytes, String, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified host name and URI, mutating the given mapping data.
map(MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
mapContextName - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The Map context name makes this map unique, this allows us to have more than one map shared through one channel
MapELResolver - Class in javax.el
 
MapELResolver() - Constructor for class javax.el.MapELResolver
 
MapELResolver(boolean) - Constructor for class javax.el.MapELResolver
 
mapFunction(String, Class<?>, String, Class<?>[]) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Stores a mapping from the given EL function prefix and name to the given Java method.
mapMemberAdded(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
mapMemberAdded(Member) - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
mapMembers - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
A list of members in our map
mapname - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Readable string of the mapContextName value
mapout - Variable in class org.apache.jasper.JspC
 
mapOwner - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The owner of this map, ala a SessionManager for example
mappedFile - Variable in class org.apache.jasper.JspC
 
mapper - Variable in class org.apache.catalina.connector.Connector
Mapper.
Mapper - Class in org.apache.tomcat.util.http.mapper
Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).
Mapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper
 
Mapper.Context - Class in org.apache.tomcat.util.http.mapper
 
Mapper.Context(String, Mapper.ContextVersion) - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Context
 
Mapper.ContextList - Class in org.apache.tomcat.util.http.mapper
 
Mapper.ContextList() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
Mapper.ContextVersion - Class in org.apache.tomcat.util.http.mapper
 
Mapper.ContextVersion() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
Mapper.ContextVersion(String, Object) - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
Mapper.Host - Class in org.apache.tomcat.util.http.mapper
 
Mapper.Host(String, Object) - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Host
Creates an object for primary Host
Mapper.Host(String, Mapper.Host) - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Host
Creates an object for an Alias
Mapper.MapElement - Class in org.apache.tomcat.util.http.mapper
 
Mapper.MapElement(String, Object) - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
Mapper.Wrapper - Class in org.apache.tomcat.util.http.mapper
 
Mapper.Wrapper(String, Object, boolean, boolean) - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
mapperContextRootRedirectEnabled - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
mapperDirectoryRedirectEnabled - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
mapperListener - Variable in class org.apache.catalina.connector.Connector
Mapper listener.
MapperListener - Class in org.apache.catalina.connector
Mapper listener.
MapperListener(Mapper, Connector) - Constructor for class org.apache.catalina.connector.MapperListener
Create mapper listener.
mappingData - Variable in class org.apache.catalina.connector.Request
Mapping data.
MappingData - Class in org.apache.tomcat.util.http.mapper
Mapping data.
MappingData() - Constructor for class org.apache.tomcat.util.http.mapper.MappingData
 
mappingout - Variable in class org.apache.jasper.JspC
 
mappings - Variable in class org.apache.catalina.core.StandardWrapper
Mappings associated with the wrapper.
mark(int) - Method in class org.apache.catalina.connector.CoyoteReader
 
mark(int) - Method in class org.apache.catalina.connector.InputBuffer
 
mark(int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UCSReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Mark the present position in the stream.
markAsContainerThread() - Static method in class org.apache.coyote.ContainerThreadMarker
 
markPaused() - Method in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
markSupported() - Method in class org.apache.catalina.connector.CoyoteReader
 
markSupported() - Method in class org.apache.catalina.connector.InputBuffer
 
markSupported() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream supports the mark() operation.
MASK_8BITS - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Mask used to extract 8 bits, used in decoding bytes
MASK_CONTENT - Static variable in class org.apache.jasper.xmlparser.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.jasper.xmlparser.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Valid character mask.
match - Variable in class org.apache.tomcat.util.digester.Digester
The current match pattern for nested element processing.
match(String, String) - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Return list of rules matching given pattern.
match(String, String, boolean) - Static method in class org.apache.tomcat.util.file.Matcher
Tests whether or not a string matches against a pattern.
match(UriTemplate) - Method in class org.apache.tomcat.websocket.server.UriTemplate
 
Matcher - Class in org.apache.tomcat.util.file
This is a utility class to match file globs.
Matcher() - Constructor for class org.apache.tomcat.util.file.Matcher
 
matches(InetAddress) - Method in class org.apache.catalina.util.NetMask
Test if a given address matches this netmask.
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic
 
matches - Variable in class org.apache.tomcat.util.digester.Digester
Stack whose elements are List objects, each containing a list of Rule objects as returned from Rules.getMatch().
matchName(Set<String>, String) - Static method in class org.apache.tomcat.util.file.Matcher
Tests whether or not a given file name matches any file name pattern in the given set.
matchRequest(Request) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Does this request match the saved one (so that it must be the redirect we signaled after successful authentication?
Math() - Method in class org.apache.el.parser.ELParser
 
MAX_ARGS_SIZE - Static variable in class org.apache.tomcat.jni.Proc
Detach
MAX_ENV_SIZE - Static variable in class org.apache.tomcat.jni.Proc
 
MAX_NOTES - Static variable in class org.apache.coyote.Constants
 
MAX_PACKET_SIZE - Static variable in class org.apache.catalina.tribes.membership.McastServiceImpl
 
MAX_PACKET_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default maximum total byte size for an AJP packet
MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
Default tag handler pool size.
MAX_READ_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default maximum size of data that can be sent in one packet
MAX_RECORDS - Static variable in class org.apache.juli.AsyncFileHandler
 
MAX_REDIRECTIONS_DEFAULT - Static variable in class org.apache.tomcat.websocket.Constants
 
MAX_REDIRECTIONS_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
 
MAX_SEND_SIZE - Static variable in class org.apache.coyote.ajp.Constants
 
MAX_UDP_SIZE - Static variable in interface org.apache.catalina.tribes.ChannelReceiver
 
maxActive - Variable in class org.apache.catalina.session.ManagerBase
 
maxActive - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or negative for no limit.
maxActive - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
maxActive - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
maxActiveSessions - Variable in class org.apache.catalina.session.ManagerBase
The maximum number of active Sessions allowed, or -1 for no limit.
maxAllocateIterations - Variable in class org.apache.naming.resources.ResourceCache
Max amount of removals during a make space.
maxIdle - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The maximum number of connections that can remain idle in the pool, without extra ones being destroyed, or negative for no limit.
maxIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
maxIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
maxIdleBackup - Variable in class org.apache.catalina.session.PersistentManagerBase
How long a session must be idle before it should be backed up.
maxIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
The maximum time in seconds a session may be idle before it is eligible to be swapped to disk due to inactivity.
maxIdleTime - Variable in class org.apache.catalina.core.StandardThreadExecutor
idle time in milliseconds
maxInactiveInterval - Variable in class org.apache.catalina.session.ManagerBase
Deprecated.
Ignored. Context.getSessionTimeout() always takes precedence. Will be removed in Tomcat 8.5.x.
maxInactiveInterval - Variable in class org.apache.catalina.session.StandardSession
The maximum time interval, in seconds, between client requests before the servlet container may invalidate this session.
maxInstances - Variable in class org.apache.catalina.core.StandardWrapper
Maximum number of STM instances.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Maximum number of Keep-Alive requests to honor.
maxMessageSize - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
maxNextCharInd - Variable in class org.apache.el.parser.SimpleCharStream
 
maxOpenPreparedStatements - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The maximum number of open statements that can be allocated from the statement pool at the same time, or non-positive for no limit.
maxParameterCount - Variable in class org.apache.catalina.connector.Connector
The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default.
maxPostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be automatically parsed by the container. 2MB by default.
maxQueries - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Maximum number of queries we will be storing
maxQueueSize - Variable in class org.apache.catalina.core.StandardThreadExecutor
The maximum number of elements that can queue up before we reject them
maxQueueSize - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
maxSavePostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be saved by the container during authentication. 4kB by default
maxSavePostSize - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Max saved post size.
maxSelectors - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
maxSpareSelectors - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
maxSpareThreads - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
maxStringSize - Static variable in class org.apache.tomcat.util.buf.StringCache
 
maxThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
max number of threads
maxThreads - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
maxTotal - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
maxValidTime - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The maximum valid time(in seconds) for FileMessageFactory.
maxValidTime - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The maximum valid time(in seconds) from creationTime.
maxWait - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or <= 0 to wait indefinitely.
maxWait - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
maxWait - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
MBEAN_REGISTRY_ATTR - Static variable in class org.apache.catalina.Globals
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
MBEAN_SERVER_ATTR - Static variable in class org.apache.catalina.Globals
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
MBeanDumper - Class in org.apache.catalina.mbeans
General helper to dump MBean contents to the log.
MBeanDumper() - Constructor for class org.apache.catalina.mbeans.MBeanDumper
 
MBeanFactory - Class in org.apache.catalina.mbeans
 
MBeanFactory() - Constructor for class org.apache.catalina.mbeans.MBeanFactory
Construct a ModelMBean with default ModelMBeanInfo information.
mbeans - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
MbeansDescriptorsDigesterSource - Class in org.apache.tomcat.util.modeler.modules
 
MbeansDescriptorsDigesterSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
MbeansDescriptorsDOMSource - Class in org.apache.tomcat.util.modeler.modules
Deprecated.
Unused: Will be removed in Tomcat 8.0.x
MbeansDescriptorsDOMSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Deprecated.
 
MbeansDescriptorsIntrospectionSource - Class in org.apache.tomcat.util.modeler.modules
 
MbeansDescriptorsIntrospectionSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
MbeansDescriptorsSerSource - Class in org.apache.tomcat.util.modeler.modules
 
MbeansDescriptorsSerSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
mBeanServer - Variable in class org.apache.catalina.ha.backend.CollectedInfo
 
mBeanServer - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
MBean server.
mbeanServer - Static variable in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
mBeanServer - Variable in class org.apache.catalina.manager.host.HostManagerServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.JMXProxyServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.ManagerServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.StatusManagerServlet
MBean server.
MbeansSource - Class in org.apache.tomcat.util.modeler.modules
Deprecated.
Unused: Will be removed in Tomcat 8.0.x
MbeansSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
MbeansSourceMBean - Interface in org.apache.tomcat.util.modeler.modules
Deprecated.
Unused: Will be removed in Tomcat 8.0.x
MBeanUtils - Class in org.apache.catalina.mbeans
Public utility methods in support of the server side MBeans implementation.
MBeanUtils() - Constructor for class org.apache.catalina.mbeans.MBeanUtils
 
mbr - Variable in class org.apache.catalina.tribes.membership.Membership.MbrEntry
 
MBR_RX - Static variable in interface org.apache.catalina.tribes.MembershipService
 
MBR_RX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants This allows you to start separate components of the channel
MBR_RX_SEQ - starts or stops the membership listener.
MBR_TX - Static variable in interface org.apache.catalina.tribes.MembershipService
 
MBR_TX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants This allows you to start separate components of the channel
MBR_TX_SEQ - starts or stops the membership broadcaster.
mcastBindAddress - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
bind address
McastService - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
McastService() - Constructor for class org.apache.catalina.tribes.membership.McastService
Create a membership service.
McastServiceImpl - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
McastServiceImpl(MemberImpl, long, long, int, InetAddress, InetAddress, int, int, MembershipListener, MessageListener, boolean) - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl
Create a new mcast service impl
McastServiceImpl.ReceiverThread - Class in org.apache.catalina.tribes.membership
 
McastServiceImpl.ReceiverThread() - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl.ReceiverThread
 
McastServiceImpl.RecoveryThread - Class in org.apache.catalina.tribes.membership
 
McastServiceImpl.RecoveryThread(McastServiceImpl) - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
 
McastServiceImpl.SenderThread - Class in org.apache.catalina.tribes.membership
 
McastServiceImpl.SenderThread(long) - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl.SenderThread
 
mcastSoTimeout - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Read timeout on the mcast socket
mcastTTL - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Time to live for the multicast packets that are being sent out
md - Variable in class org.apache.catalina.realm.RealmBase
The MessageDigest object for digesting user credentials (passwords).
md5a2 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Second MD5 digest.
md5Encoder - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Deprecated.
Unused - will be removed in Tomcat 8.0.x
md5Encoder - Static variable in class org.apache.catalina.realm.RealmBase
Deprecated.
Unused - will be removed in Tomcat 8.0.x
md5Encoder - Static variable in class org.apache.catalina.servlets.WebdavServlet
Deprecated.
Unused - will be removed in Tomcat 8.0.x
MD5Encoder - Class in org.apache.tomcat.util.security
Encode an MD5 digest into a String.
MD5Encoder() - Constructor for class org.apache.tomcat.util.security.MD5Encoder
Deprecated.
Will be made private in Tomcat 8.0.x
md5Helper - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Deprecated.
Unused - will be removed in Tomcat 8.0.x onwards
md5Helper - Static variable in class org.apache.catalina.realm.RealmBase
MD5 message digest provider.
md5Helper - Static variable in class org.apache.catalina.servlets.WebdavServlet
MD5 message digest provider.
MediaType - Class in org.apache.tomcat.util.http.parser
 
MediaType(String, String, LinkedHashMap<String, String>) - Constructor for class org.apache.tomcat.util.http.parser.MediaType
 
MediaTypeCache - Class in org.apache.tomcat.util.http.parser
Caches the results of parsing content-type headers.
MediaTypeCache(int) - Constructor for class org.apache.tomcat.util.http.parser.MediaTypeCache
 
member - Variable in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
Member - Interface in org.apache.catalina.tribes
The Member interface, defines a member in the group.
member - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The local member that we intend to broad cast over and over again
MEMBER_NAME - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
Deprecated.
Unused - will be removed in Tomcat 8.0.x
MEMBER_START - Static variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
MEMBER_STOP - Static variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
memberAdded(Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
New cluster member is registered
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.GroupChannel
memberAdded gets invoked by the interceptor below the channel and the channel will broadcast it to the membership listeners
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
memberAdded(Member, boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.membership.McastService
 
memberAdded(Member) - Method in interface org.apache.catalina.tribes.MembershipListener
A member was added to the group
memberAdded(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
memberAlive(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
memberAlive(Member, byte[], boolean, boolean, long, long, int) - Static method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
memberAlive(MemberImpl) - Method in class org.apache.catalina.tribes.membership.Membership
Notify the membership that this member has announced itself.
memberAlive(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
We have received a member alive notification
memberAliveTime - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The number of milliseconds since this member was created, is kept track of using the start time
memberComparator - Variable in class org.apache.catalina.tribes.membership.Membership
sort members by alive time
memberDisappeared(Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Cluster member is gone
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.GroupChannel
memberDisappeared gets invoked by the interceptor below the channel and the channel will broadcast it to the membership listeners
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.membership.McastService
Callback from the impl when a new member has been received
memberDisappeared(Member) - Method in interface org.apache.catalina.tribes.MembershipListener
A member was removed from the group
If the member left voluntarily, the Member.getCommand will contain the Member.SHUTDOWN_PAYLOAD data
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
MemberImpl - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
MemberImpl() - Constructor for class org.apache.catalina.tribes.membership.MemberImpl
Empty constructor for serialization
MemberImpl(String, int, long) - Constructor for class org.apache.catalina.tribes.membership.MemberImpl
Construct a new member object
MemberImpl(String, int, long, byte[]) - Constructor for class org.apache.catalina.tribes.membership.MemberImpl
 
members - Variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
members - Variable in class org.apache.catalina.tribes.membership.Membership
A list of all the members in the cluster.
membership - Variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
membership - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Our nonblocking membership
membership - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
membership - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The membership, used so that we calculate memberships when they arrive or don't arrive
Membership - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
Membership(MemberImpl, boolean) - Constructor for class org.apache.catalina.tribes.membership.Membership
Constructs a new membership
Membership(MemberImpl) - Constructor for class org.apache.catalina.tribes.membership.Membership
 
Membership(MemberImpl, Comparator<Member>) - Constructor for class org.apache.catalina.tribes.membership.Membership
 
Membership(MemberImpl, Comparator<Member>, boolean) - Constructor for class org.apache.catalina.tribes.membership.Membership
 
Membership.MbrEntry - Class in org.apache.catalina.tribes.membership
Inner class that represents a member entry
Membership.MbrEntry(MemberImpl) - Constructor for class org.apache.catalina.tribes.membership.Membership.MbrEntry
 
MembershipListener - Interface in org.apache.catalina.tribes
The MembershipListener interface is used as a callback to the membership service.
membershipListeners - Variable in class org.apache.catalina.tribes.group.GroupChannel
A list of membership listeners that subscribe to membership announcements
MembershipService - Interface in org.apache.catalina.tribes
MembershipService Interface
The MembershipService interface is the membership component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
memberStates - Static variable in class org.apache.catalina.tribes.transport.SenderState
 
memento - Variable in class org.apache.el.lang.FunctionMapperFactory
 
MemoryGroup - Class in org.apache.catalina.users
Concrete implementation of Group for the MemoryUserDatabase implementation of UserDatabase.
MemoryRealm - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - Constructor for class org.apache.catalina.realm.MemoryRealm
 
MemoryRole - Class in org.apache.catalina.users
Concrete implementation of Role for the MemoryUserDatabase implementation of UserDatabase.
MemoryRuleSet - Class in org.apache.catalina.realm
RuleSet for recognizing the users defined in the XML file processed by MemoryRealm.
MemoryRuleSet() - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
MemoryRuleSet(String) - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
MemoryUser - Class in org.apache.catalina.users
Concrete implementation of User for the MemoryUserDatabase implementation of UserDatabase.
MemoryUserDatabase - Class in org.apache.catalina.users
Concrete implementation of UserDatabase that loads all defined users, groups, and roles into an in-memory data structure, and uses a specified XML file for its persistent storage.
MemoryUserDatabase() - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with default values.
MemoryUserDatabase(String) - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with the specified values.
MemoryUserDatabaseFactory - Class in org.apache.catalina.users
JNDI object creation factory for MemoryUserDatabase instances.
MemoryUserDatabaseFactory() - Constructor for class org.apache.catalina.users.MemoryUserDatabaseFactory
 
MemoryUserDatabaseMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.users.MemoryUserDatabase component.
MemoryUserDatabaseMBean() - Constructor for class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Construct a ModelMBean with default ModelMBeanInfo information.
memread(byte[], long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Read from plain memory
memset(long, int, int) - Static method in class org.apache.tomcat.jni.Stdlib
Sets buffers to a specified character
memwrite(long, byte[], int) - Static method in class org.apache.tomcat.jni.Stdlib
Write to plain memory
merge(Set<WebXml>) - Method in class org.apache.catalina.deploy.WebXml
Merge the supplied web fragments into this main web.xml.
merge(Member[], Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
merge(int, int) - Static method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
MERGED_WEB_XML - Static variable in class org.apache.tomcat.util.scan.Constants
 
mergeIntoWebXml() - Method in class org.apache.jasper.JspC
Include the generated web.xml inside the webapp's web.xml.
mergeOnArrive(NonBlockingCoordinator.CoordinationMessage, Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
message - Variable in class org.apache.catalina.tribes.group.RpcMessage
 
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
MessageBytes - Class in org.apache.tomcat.util.buf
This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes.MessageBytesFactory - Class in org.apache.tomcat.util.buf
 
MessageBytes.MessageBytesFactory() - Constructor for class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
messageDataReceived(ClusterMessage) - Method in interface org.apache.catalina.ha.ClusterManager
A message was received from another node, this is the callback method to implement if you are interested in receiving replication messages.
messageDataReceived(ClusterMessage) - Method in class org.apache.catalina.ha.session.BackupManager
 
messageDataReceived(ClusterMessage) - Method in class org.apache.catalina.ha.session.DeltaManager
A message was received from another node, this is the callback method to implement if you are interested in receiving replication messages.
messageDataReceived(ChannelMessage) - Method in interface org.apache.catalina.tribes.io.ListenCallback
This method is invoked on the callback object to notify it that new data has been received from one of the cluster nodes.
messageDataReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
MessageDestination - Class in org.apache.catalina.deploy
Representation of a message destination for a web application, as represented in a <message-destination> element in the deployment descriptor.
MessageDestination() - Constructor for class org.apache.catalina.deploy.MessageDestination
 
MessageDestinationRef - Class in org.apache.catalina.deploy
Representation of a message destination reference for a web application, as represented in a <message-destination-ref> element in the deployment descriptor.
MessageDestinationRef() - Constructor for class org.apache.catalina.deploy.MessageDestinationRef
 
MessageDispatch15Interceptor - Class in org.apache.catalina.tribes.group.interceptors
Same implementation as the MessageDispatchInterceptor except it uses an atomic long for the currentSize calculation and uses a thread pool for message sending.
MessageDispatch15Interceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
MessageDispatchInterceptor - Class in org.apache.catalina.tribes.group.interceptors
The message dispatcher is a way to enable asynchronous communication through a channel.
MessageDispatchInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
MessageFactory - Class in org.apache.el.util
 
MessageFactory() - Constructor for class org.apache.el.util.MessageFactory
 
MessageHandler - Interface in javax.websocket
 
MessageHandler.Partial<T> - Interface in javax.websocket
 
MessageHandler.Whole<T> - Interface in javax.websocket
 
MessageHandlerResult - Class in org.apache.tomcat.websocket
 
MessageHandlerResult(MessageHandler, MessageHandlerResultType) - Constructor for class org.apache.tomcat.websocket.MessageHandlerResult
 
MessageHandlerResultType - Enum in org.apache.tomcat.websocket
 
MessageInbound - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
MessageInbound() - Constructor for class org.apache.catalina.websocket.MessageInbound
Deprecated.
 
MessageListener - Interface in org.apache.catalina.tribes
Title: MessageListener Description: The listener to be registered with the ChannelReceiver, internal Tribes component
messageReceived(Serializable, Member) - Method in class org.apache.catalina.ha.ClusterListener
 
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.ClusterListener
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.session.ClusterSessionListener
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
This method is called by the received thread when a SessionMessage has been received from one of the other nodes in the cluster.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(Serializable, Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
messageReceived(ChannelMessage) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
the messageReceived is invoked when a message is received.
messageReceived(Serializable, Member) - Method in interface org.apache.catalina.tribes.ChannelListener
Receive a message from the channel
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.GroupChannel
Callback from the interceptor stack.
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
messageReceived(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
 
messageReceived(ChannelMessage) - Method in interface org.apache.catalina.tribes.MessageListener
Receive a message from the IO components in the Channel stack
messageReceived(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
messages - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
MESSAGES - Static variable in class org.apache.catalina.tribes.util.Logs
 
method() - Method in class org.apache.coyote.Request
 
method - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
METHOD_GET - Static variable in class org.apache.catalina.filters.Constants
 
MethodExpression - Class in javax.el
 
MethodExpression() - Constructor for class javax.el.MethodExpression
 
MethodExpressionImpl - Class in org.apache.el
An Expression that refers to a method on an object.
MethodExpressionImpl() - Constructor for class org.apache.el.MethodExpressionImpl
 
MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>, Class<?>[]) - Constructor for class org.apache.el.MethodExpressionImpl
 
MethodExpressionLiteral - Class in org.apache.el
 
MethodExpressionLiteral() - Constructor for class org.apache.el.MethodExpressionLiteral
 
MethodExpressionLiteral(String, Class<?>, Class<?>[]) - Constructor for class org.apache.el.MethodExpressionLiteral
 
MethodInfo - Class in javax.el
 
MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class javax.el.MethodInfo
 
methodName - Variable in class org.apache.catalina.startup.SetNextNamingRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetNextRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetRootRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetTopRule
The method name to call on the child object.
MethodNotFoundException - Exception in javax.el
 
MethodNotFoundException() - Constructor for exception javax.el.MethodNotFoundException
 
MethodNotFoundException(String) - Constructor for exception javax.el.MethodNotFoundException
 
MethodNotFoundException(Throwable) - Constructor for exception javax.el.MethodNotFoundException
 
MethodNotFoundException(String, Throwable) - Constructor for exception javax.el.MethodNotFoundException
 
MethodParameters() - Method in class org.apache.el.parser.ELParser
 
mExpireSessionsOnShutdown - Variable in class org.apache.catalina.ha.session.BackupManager
Deprecated.
Unused - will be removed in Tomcat 8.0.x
MIME2Java - Class in org.apache.catalina.util
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
MIME_CHUNK_SIZE - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
MIME chunk size per RFC 2045 section 6.8.
MimeHeaders - Class in org.apache.tomcat.util.http
Memory-efficient repository for Mime Headers.
MimeHeaders() - Constructor for class org.apache.tomcat.util.http.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimeMessage - Class in javax.mail.internet
 
MimeMessage(Session) - Constructor for class javax.mail.internet.MimeMessage
 
MimePart - Interface in javax.mail.internet
 
MimePartDataSource - Class in javax.mail.internet
 
MimePartDataSource(MimePart) - Constructor for class javax.mail.internet.MimePartDataSource
 
mimeSeparation - Static variable in class org.apache.catalina.servlets.DefaultServlet
MIME multipart separation string
mimeType - Variable in class org.apache.naming.resources.ResourceAttributes
MIME type.
MimeUtility - Class in org.apache.tomcat.util.http.fileupload.util.mime
Utility class to decode MIME texts.
minEvictableIdleTimeMillis - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any).
minEvictableIdleTimeMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
minEvictableIdleTimeMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
minIdle - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The minimum number of active connections that can remain idle in the pool, without extra ones being created when the evictor runs, or 0 to create none.
minIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
minIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
minIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
The minimum time in seconds a session must be idle before it is eligible to be swapped to disk to keep the active session count below maxActiveSessions.
MINOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
MINOR_VERSION - Static variable in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
minSpareThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
min number of threads
MINUS - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
 
mktemp(String, int, long) - Static method in class org.apache.tomcat.jni.File
Open a temporary file
Mmap - Class in org.apache.tomcat.jni
Mmap
Mmap() - Constructor for class org.apache.tomcat.jni.Mmap
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
mod(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
MOD0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
MOD1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
ModelerSource - Class in org.apache.tomcat.util.modeler.modules
Source for descriptor data.
ModelerSource() - Constructor for class org.apache.tomcat.util.modeler.modules.ModelerSource
 
modified() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
modified() - Method in interface org.apache.catalina.Loader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.WebappLoader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.EmptyDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.EmptyDirContext
 
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
 
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
MOVED_PERMANENTLY - Static variable in class org.apache.tomcat.websocket.Constants
 
moveFirst(FastRemovalDequeue<T>.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
Moves the element in front.
moveLast(FastRemovalDequeue<T>.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
Moves the element to the back.
moveToCurrentRow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
moveToInsertRow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
msec(long) - Static method in class org.apache.tomcat.jni.Time
 
MSEC_PATTERN - Static variable in class org.apache.juli.DateFormatCache
 
mserver - Variable in class org.apache.catalina.util.LifecycleMBeanBase
 
mserver - Variable in class org.apache.coyote.AbstractProtocol
 
msg - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
MSG_ACCESS - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_BACKUP - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_COPY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_INIT - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_NOTIFY_MAPMEMBER - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_PING - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_PROXY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_REMOVE - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_RETRIEVE_BACKUP - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_START - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_STATE - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_STATE_COPY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
MSG_STOP - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
msgBuffer - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
Messages received out of order are held in the buffer until required.
msgCount - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Counter for how many broadcast messages have been sent from this member
msgDispatchThread - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
msglistener - Variable in class org.apache.catalina.tribes.membership.McastService
A message listener delegate for broadcasts
msgservice - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The actual listener for broadcast callbacks
mtime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was last modified
mtimeSet(String, long, long) - Static method in class org.apache.tomcat.jni.File
Set the mtime of the specified file.
MULT - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
Multicast - Class in org.apache.tomcat.jni
Multicast
Multicast() - Constructor for class org.apache.tomcat.jni.Multicast
 
MultiCastSender - Class in org.apache.catalina.ha.backend
 
MultiCastSender() - Constructor for class org.apache.catalina.ha.backend.MultiCastSender
 
MultiLockFairBlockingQueue<E> - Class in org.apache.tomcat.jdbc.pool
EXPERIMENTAL AND NOT YET COMPLETE!
MultiLockFairBlockingQueue() - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Creates a new fair blocking queue.
MultiLockFairBlockingQueue.ExchangeCountDownLatch<T> - Class in org.apache.tomcat.jdbc.pool
 
MultiLockFairBlockingQueue.ExchangeCountDownLatch(int) - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
 
MultiLockFairBlockingQueue.FairIterator - Class in org.apache.tomcat.jdbc.pool
 
MultiLockFairBlockingQueue.FairIterator() - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
 
MultiLockFairBlockingQueue.ItemFuture<T> - Class in org.apache.tomcat.jdbc.pool
 
MultiLockFairBlockingQueue.ItemFuture(T) - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
MultiLockFairBlockingQueue.ItemFuture(MultiLockFairBlockingQueue<E>.ExchangeCountDownLatch<T>) - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
MULTIPART - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Part of HTTP content type header.
MULTIPART_FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header for multipart forms.
MULTIPART_MIXED - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header for multiple uploads.
MultipartConfig - Annotation Type in javax.servlet.annotation
This annotation is used to indicate that the Servlet on which it is declared expects requests to made using the multipart/form-data MIME type.
MultipartConfigElement - Class in javax.servlet
 
MultipartConfigElement(String) - Constructor for class javax.servlet.MultipartConfigElement
 
MultipartConfigElement(String, long, long, int) - Constructor for class javax.servlet.MultipartConfigElement
 
MultipartConfigElement(MultipartConfig) - Constructor for class javax.servlet.MultipartConfigElement
 
multipartConfigElement - Variable in class org.apache.catalina.core.StandardWrapper
Multipart config
MultipartDef - Class in org.apache.catalina.deploy
Representation of a the multipart configuration for a servlet.
MultipartDef() - Constructor for class org.apache.catalina.deploy.MultipartDef
 
MultipartStream - Class in org.apache.tomcat.util.http.fileupload
Low level API for processing file uploads.
MultipartStream(InputStream, byte[], int, MultipartStream.ProgressNotifier) - Constructor for class org.apache.tomcat.util.http.fileupload.MultipartStream
Constructs a MultipartStream with a custom size buffer.
MultipartStream(InputStream, byte[], MultipartStream.ProgressNotifier) - Constructor for class org.apache.tomcat.util.http.fileupload.MultipartStream
Constructs a MultipartStream with a default size buffer.
MultipartStream.IllegalBoundaryException - Exception in org.apache.tomcat.util.http.fileupload
Thrown upon attempt of setting an invalid boundary token.
MultipartStream.IllegalBoundaryException() - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
MultipartStream.ItemInputStream - Class in org.apache.tomcat.util.http.fileupload
An InputStream for reading an items contents.
MultipartStream.MalformedStreamException - Exception in org.apache.tomcat.util.http.fileupload
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartStream.MalformedStreamException() - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
MultipartStream.ProgressNotifier - Class in org.apache.tomcat.util.http.fileupload
Internal class, which is used to invoke the ProgressListener.
MultipartStream.ProgressNotifier(ProgressListener, long) - Constructor for class org.apache.tomcat.util.http.fileupload.MultipartStream.ProgressNotifier
Creates a new instance with the given listener and content length.
MULTIPLE_CHOICES - Static variable in class org.apache.tomcat.websocket.Constants
 
Multiplication() - Method in class org.apache.el.parser.ELParser
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
multiply(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
MultipointBioSender - Class in org.apache.catalina.tribes.transport.bio
 
MultipointBioSender() - Constructor for class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
MultiPointSender - Interface in org.apache.catalina.tribes.transport
 
MultiThrowable - Class in org.apache.tomcat.util
Wraps a list of throwables as a single throwable.
MultiThrowable() - Constructor for class org.apache.tomcat.util.MultiThrowable
 
MutableInteger - Class in org.apache.tomcat.util
Deprecated.
Will be removed in Tomcat 8.0.x
MutableInteger() - Constructor for class org.apache.tomcat.util.MutableInteger
Deprecated.
 
MutableInteger(int) - Constructor for class org.apache.tomcat.util.MutableInteger
Deprecated.
 
myAttributes - Variable in class org.apache.jasper.servlet.JspCServletContext
Servlet context attributes.
mygetHeader(Request, String) - Method in class org.apache.catalina.valves.SSLValve
 
myLogWriter - Variable in class org.apache.jasper.servlet.JspCServletContext
The log writer we will write log messages to.
myResourceBaseURL - Variable in class org.apache.jasper.servlet.JspCServletContext
The base URL (document root) for this context.

N

name - Variable in class org.apache.catalina.connector.CoyotePrincipal
The username of the user represented by this Principal.
name - Variable in class org.apache.catalina.core.ContainerBase
The human-readable name of this Container.
name - Variable in class org.apache.catalina.core.NamingContextListener
Name of the associated naming context.
name - Variable in class org.apache.catalina.core.StandardThreadExecutor
the name of this thread pool
name - Variable in class org.apache.catalina.ha.session.BackupManager
The name of this manager
name - Variable in class org.apache.catalina.ha.session.DeltaManager
 
name - Variable in class org.apache.catalina.ha.session.SerializablePrincipal
The username of the user represented by this Principal.
name - Static variable in class org.apache.catalina.realm.CombinedRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.DataSourceRealm
Descriptive information about this Realm implementation.
name - Variable in class org.apache.catalina.realm.GenericPrincipal
The username of the user represented by this Principal.
name - Static variable in class org.apache.catalina.realm.JAASRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JNDIRealm
Deprecated.
This will be removed in Tomcat 9 onwards.
name - Static variable in class org.apache.catalina.realm.LockOutRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.UserDatabaseRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.session.StandardManager
The descriptive name of this Manager implementation (for logging).
name - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Application context path.
name - Variable in class org.apache.catalina.startup.WebRuleSet
The NameRule rule used to parse the web.xml
name - Variable in class org.apache.catalina.tribes.group.GroupChannel
the name of this channel.
name - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
name - Variable in class org.apache.jasper.xmlparser.TreeNode
The name of this node.
name - Variable in class org.apache.naming.NamingContext
Name of the associated Catalina Context.
name - Variable in class org.apache.naming.NamingEntry
 
name - Variable in class org.apache.naming.resources.CacheEntry
 
NAME - Static variable in class org.apache.naming.resources.ResourceAttributes
Name.
name - Variable in class org.apache.naming.resources.ResourceAttributes
Name.
name - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
name - Variable in class org.apache.tomcat.jni.FileInfo
The file's name (no path) in filesystem case
name(long) - Static method in class org.apache.tomcat.jni.Lock
Display the name of the mutex, as it relates to the actual method used.
name - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
name - Variable in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
name - Variable in class org.apache.tomcat.util.digester.SetPropertyRule
The attribute that will contain the property name.
name - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
name - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
name - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
NAME - Static variable in class org.apache.tomcat.websocket.PerMessageDeflate
 
NAME_AUTHTYPE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
NAME_ISNEW - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
NAME_LISTENER - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
NAME_MAXINTERVAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
NAME_PRINCIPAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
NAMED_DISPATCHER_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
nameGet(long) - Static method in class org.apache.tomcat.jni.File
Return the file name of the current file.
nameParser - Static variable in class org.apache.naming.NamingContext
Name parser for this context.
nameParser - Variable in class org.apache.naming.resources.BaseDirContext
Name parser for this context.
NameParserImpl - Class in org.apache.naming
Parses names.
NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
 
namePrefix - Variable in class org.apache.catalina.core.StandardThreadExecutor
Default name prefix for the thread name
names() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns an enumeration of strings representing the header field names.
namespaceAware - Variable in class org.apache.tomcat.util.digester.Digester
Do we want a "namespace aware" parser.
namespaces - Variable in class org.apache.tomcat.util.digester.Digester
Registered namespaces we are currently processing.
namespaceURI - Variable in class org.apache.tomcat.util.digester.Rule
The namespace URI for which this Rule is relevant, if any.
namespaceURI - Variable in class org.apache.tomcat.util.digester.RulesBase
The namespace URI for which subsequently added Rule objects are relevant, or null for matching independent of namespaces.
namespaceURI - Variable in class org.apache.tomcat.util.digester.RuleSetBase
The namespace URI that all Rule instances created by this RuleSet will be associated with.
namingContext - Variable in class org.apache.catalina.core.NamingContextListener
Associated JNDI context.
NamingContext - Class in org.apache.naming
Catalina JNDI Context implementation.
NamingContext(Hashtable<String, Object>, String) - Constructor for class org.apache.naming.NamingContext
Builds a naming context.
NamingContext(Hashtable<String, Object>, String, HashMap<String, NamingEntry>) - Constructor for class org.apache.naming.NamingContext
Builds a naming context.
NamingContextBindingsEnumeration - Class in org.apache.naming
Naming enumeration implementation.
NamingContextBindingsEnumeration(Iterator<NamingEntry>, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextEnumeration - Class in org.apache.naming
Naming enumeration implementation.
NamingContextEnumeration(Iterator<NamingEntry>) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingContextListener - Class in org.apache.catalina.core
Helper class used to initialize and populate the JNDI context associated with each context and server.
NamingContextListener() - Constructor for class org.apache.catalina.core.NamingContextListener
 
NamingEntry - Class in org.apache.naming
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
 
namingResources - Variable in class org.apache.catalina.core.NamingContextListener
Associated naming resources.
NamingResources - Class in org.apache.catalina.deploy
Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context.
NamingResources() - Constructor for class org.apache.catalina.deploy.NamingResources
Create a new NamingResources instance.
NamingResourcesMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.NamingResources component.
NamingResourcesMBean() - Constructor for class org.apache.catalina.mbeans.NamingResourcesMBean
Construct a ModelMBean with default ModelMBeanInfo information.
NamingRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the JNDI Enterprise Naming Context resource declaration elements.
NamingRuleSet() - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
NamingRuleSet(String) - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
nativeSQL(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
nc - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Nonce count.
NE0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
NE1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
needConvert - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
need conversion for properties files
needCRLFParse - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true if the next call to doRead() must parse a CRLF pair before doing anything else.
NESTED - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible only within the start/end tags.
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
netInBuffer - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
NetMask - Class in org.apache.catalina.util
A class representing a CIDR netmask.
NetMask(String) - Constructor for class org.apache.catalina.util.NetMask
Constructor
netosError() - Static method in exception org.apache.tomcat.jni.Error
Get the last platform socket error.
netOutBuffer - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
newBIO(long, BIOCallback) - Static method in class org.apache.tomcat.jni.SSL
Initialize new BIO
newDigester() - Static method in class org.apache.catalina.startup.DigesterFactory
Deprecated.
Unused - will be removed in 8.0.x
newDigester(RuleSet) - Static method in class org.apache.catalina.startup.DigesterFactory
Deprecated.
Unused - will be removed in 8.0.x
newDigester(boolean, boolean, RuleSet) - Static method in class org.apache.catalina.startup.DigesterFactory
Deprecated.
Create a Digester parser.
newDigester(boolean, boolean, RuleSet, boolean) - Static method in class org.apache.tomcat.util.descriptor.DigesterFactory
Create a Digester parser.
newFileItemHeaders() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Creates a new instance of FileItemHeaders.
newInputStream() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
newInstance() - Static method in class javax.el.ExpressionFactory
Create a new ExpressionFactory.
newInstance(Properties) - Static method in class javax.el.ExpressionFactory
Create a new ExpressionFactory passing in the provided Properties.
newInstance(Class<?>) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(String) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance() - Static method in class org.apache.catalina.security.SecurityConfig
Returns the singleton instance of that class.
newInstance(Class<?>) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance(String) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance(String, ClassLoader) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
 
newInstance() - Method in class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
newInstance() - Static method in class org.apache.tomcat.util.buf.MessageBytes
Construct a new MessageBytes instance.
newInstance(URL) - Static method in class org.apache.tomcat.util.scan.JarFactory
 
newLine() - Method in class javax.servlet.jsp.JspWriter
Write a line separator.
NEWLINE - Static variable in class org.apache.jasper.Constants
Platform specific new line sequence.
newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a line separator.
newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a line separator.
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.GenericParser
Create a SAXParser configured to support XML Schema and DTD
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.ParserFeatureSetterFactory
Create a new SAXParser
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.XercesParser
Create a SAXParser based on the underlying Xerces version.
newStringUsAscii(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the US-ASCII charset.
newStringUtf8(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-8 charset.
newThread(ForkJoinPool) - Method in class org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
 
newThread(Runnable) - Method in class org.apache.catalina.tribes.util.TcclThreadFactory
 
newThread(Runnable) - Method in class org.apache.tomcat.util.threads.TaskThreadFactory
 
newThreadPool(int, int, long, TimeUnit) - Static method in class org.apache.catalina.tribes.util.ExecutorFactory
 
newThreadPool(int, int, long, TimeUnit, ThreadFactory) - Static method in class org.apache.catalina.tribes.util.ExecutorFactory
 
newToken(int, String) - Static method in class org.apache.el.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.el.parser.Token
 
next() - Method in class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
 
next() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
Get the next element.
next - Variable in class org.apache.catalina.valves.ValveBase
The next Valve in the pipeline this Valve is a component of.
next - Variable in class org.apache.el.parser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
The next entry.
next() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.NamingContextEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
next() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
 
next() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
 
next - Variable in class org.apache.tomcat.jni.Sockaddr
If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
next() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the next available FileItemStream.
next() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Returns the next available FileItemStream.
nextArg() - Method in class org.apache.jasper.JspC
 
nextBytes(byte[], int, int, Random) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
Same as java.util.Random.nextBytes except this one we don't have to allocate a new byte array
nextElement() - Method in class org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration
 
nextElement() - Method in class org.apache.catalina.util.Enumerator
Deprecated.
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - Method in class org.apache.jasper.util.Enumerator
Deprecated.
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
nextElement() - Method in class org.apache.naming.NamingContextEnumeration
 
nextElement() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
nextEntry() - Method in class org.apache.tomcat.util.scan.FileUrlJar
 
nextEntry() - Method in interface org.apache.tomcat.util.scan.Jar
Moves the internal pointer to the next entry in the JAR.
nextEntry() - Method in class org.apache.tomcat.util.scan.UrlJar
 
nextExpiration - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
nextFile() - Method in class org.apache.jasper.JspC
 
nextFrame(UpgradeProcessor<?>, boolean) - Static method in class org.apache.catalina.websocket.WsFrame
Deprecated.
Read the next WebSocket frame, reading data from the processor as necessary.
nextFrame(boolean) - Method in class org.apache.catalina.websocket.WsInputStream
Deprecated.
Process the next WebSocket frame.
nextIndex(Member, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
nextRequest() - Method in class org.apache.coyote.http11.AbstractInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End processing of current HTTP request.
nextToken() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the next token type and initializes any state variables accordingly.
nInstances - Variable in class org.apache.catalina.core.StandardWrapper
Number of instances currently loaded for a STM servlet.
NioBlockingSelector - Class in org.apache.tomcat.util.net
 
NioBlockingSelector() - Constructor for class org.apache.tomcat.util.net.NioBlockingSelector
 
NioBlockingSelector.BlockPoller - Class in org.apache.tomcat.util.net
 
NioBlockingSelector.BlockPoller() - Constructor for class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
NioBlockingSelector.KeyReference - Class in org.apache.tomcat.util.net
 
NioBlockingSelector.KeyReference() - Constructor for class org.apache.tomcat.util.net.NioBlockingSelector.KeyReference
 
NioChannel - Class in org.apache.tomcat.util.net
Base class for a SocketChannel wrapper used by the endpoint.
NioChannel(SocketChannel, SecureNioChannel.ApplicationBufferHandler) - Constructor for class org.apache.tomcat.util.net.NioChannel
 
nioChannels - Variable in class org.apache.tomcat.util.net.NioEndpoint
Bytebuffer cache, each channel holds a set of buffers (two, except for SSL holds four)
NioEndpoint - Class in org.apache.tomcat.util.net
NIO tailored thread pool, providing the following services: Socket acceptor thread Socket poller thread Worker threads pool When switching to Java 5, there's an opportunity to use the virtual machine's thread pool.
NioEndpoint() - Constructor for class org.apache.tomcat.util.net.NioEndpoint
 
NioEndpoint.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.
NioEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Acceptor
 
NioEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
NioEndpoint.KeyAttachment - Class in org.apache.tomcat.util.net
 
NioEndpoint.KeyAttachment(NioChannel) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
NioEndpoint.NioBufferHandler - Class in org.apache.tomcat.util.net
 
NioEndpoint.NioBufferHandler(int, int, boolean) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
NioEndpoint.Poller - Class in org.apache.tomcat.util.net
Poller class.
NioEndpoint.Poller() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Poller
 
NioEndpoint.PollerEvent - Class in org.apache.tomcat.util.net
PollerEvent, cacheable object for poller events to avoid GC
NioEndpoint.PollerEvent(NioChannel, NioEndpoint.KeyAttachment, int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
NioEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
NioEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
NioEndpoint.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.
NioEndpoint.SocketProcessor(NioChannel, SocketStatus) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
NioProcessor - Class in org.apache.coyote.http11.upgrade
 
NioProcessor(SocketWrapper<NioChannel>, HttpUpgradeHandler, NioSelectorPool, int) - Constructor for class org.apache.coyote.http11.upgrade.NioProcessor
 
NioReceiver - Class in org.apache.catalina.tribes.transport.nio
 
NioReceiver() - Constructor for class org.apache.catalina.tribes.transport.nio.NioReceiver
 
NioReplicationTask - Class in org.apache.catalina.tribes.transport.nio
A worker thread class which can drain channels and echo-back the input.
NioReplicationTask(ListenCallback, NioReceiver) - Constructor for class org.apache.catalina.tribes.transport.nio.NioReplicationTask
 
NioSelectorPool - Class in org.apache.tomcat.util.net
Thread safe non blocking selector pool
NioSelectorPool() - Constructor for class org.apache.tomcat.util.net.NioSelectorPool
 
NioSender - Class in org.apache.catalina.tribes.transport.nio
This class is NOT thread safe and should never be used with more than one thread at a time This is a state machine, handled by the process method States are: - NOT_CONNECTED -> connect() -> CONNECTED - CONNECTED -> setMessage() -> READY TO WRITE - READY_TO_WRITE -> write() -> READY TO WRITE | READY TO READ - READY_TO_READ -> read() -> READY_TO_READ | TRANSFER_COMPLETE - TRANSFER_COMPLETE -> CONNECTED
NioSender() - Constructor for class org.apache.catalina.tribes.transport.nio.NioSender
 
nioSenders - Variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
NioServletInputStream - Class in org.apache.coyote.http11.upgrade
 
NioServletInputStream(SocketWrapper<NioChannel>, NioSelectorPool) - Constructor for class org.apache.coyote.http11.upgrade.NioServletInputStream
 
NioServletOutputStream - Class in org.apache.coyote.http11.upgrade
 
NioServletOutputStream(SocketWrapper<NioChannel>, int, NioSelectorPool) - Constructor for class org.apache.coyote.http11.upgrade.NioServletOutputStream
 
NioX509KeyManager - Class in org.apache.tomcat.util.net.jsse
 
NioX509KeyManager(X509KeyManager, String) - Constructor for class org.apache.tomcat.util.net.jsse.NioX509KeyManager
Constructor.
nlink - Variable in class org.apache.tomcat.jni.FileInfo
The number of hard links to the file.
NO_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is not buffering output.
NO_CONTENT - Static variable in class org.apache.catalina.util.XMLWriter
Element with no content.
NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
 
NO_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
 
NO_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
noCompressionStrongETag - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Flag to disable compression when the resource has a strong ETag.
noCompressionUserAgents - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Regular expression that defines the user agents to not use gzip with
Node - Interface in org.apache.el.parser
 
nodeArity() - Method in class org.apache.el.parser.JJTELParserState
 
nodeCreated() - Method in class org.apache.el.parser.JJTELParserState
 
NodeCreateRule - Class in org.apache.tomcat.util.digester
A rule implementation that creates a DOM Node containing the XML at the element that matched the rule.
NodeCreateRule() - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Default constructor.
NodeCreateRule(DocumentBuilder) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NodeCreateRule(int) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NodeCreateRule(int, DocumentBuilder) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NoDefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
A dummy value used to suppress loading the default web.xml file.
noDefaultWebXmlPath() - Method in class org.apache.catalina.startup.Tomcat
 
NodeVisitor - Interface in org.apache.el.parser
 
NonBlockingCoordinator - Class in org.apache.catalina.tribes.group.interceptors
Title: Auto merging leader election algorithm Description: Implementation of a simple coordinator algorithm that not only selects a coordinator, it also merges groups automatically when members are discovered that weren't part of the This algorithm is non blocking meaning it allows for transactions while the coordination phase is going on This implementation is based on a home brewed algorithm that uses the AbsoluteOrder of a membership to pass a token ring of the current membership.
NonBlockingCoordinator() - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
NonBlockingCoordinator.CoordinationEvent - Class in org.apache.catalina.tribes.group.interceptors
 
NonBlockingCoordinator.CoordinationEvent(int, ChannelInterceptor, String) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
NonBlockingCoordinator.CoordinationMessage - Class in org.apache.catalina.tribes.group.interceptors
 
NonBlockingCoordinator.CoordinationMessage(XByteBuffer) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
NonBlockingCoordinator.CoordinationMessage(MemberImpl, MemberImpl, MemberImpl[], UniqueId, byte[]) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
nonCacheable - Variable in class org.apache.naming.resources.ProxyDirContext
Non cacheable resources.
nonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Server generated nonce.
nonceCacheSize - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Maximum number of server nonces to keep in the cache.
nonceCountWindowSize - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
The window size to use to track seen nonce count values for a given nonce.
nonces - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
List of server nonce values currently being tracked
nonceValidity - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
How long server nonces are valid for in milliseconds.
NonClosingJarInputStream - Class in org.apache.tomcat.util.scan
When using a JarInputStream with an XML parser, the stream will be closed by the parser.
NonClosingJarInputStream(InputStream, boolean) - Constructor for class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
NonClosingJarInputStream(InputStream) - Constructor for class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
NONE_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
NonLiteral() - Method in class org.apache.el.parser.ELParser
 
NonLoginAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - Constructor for class org.apache.catalina.authenticator.NonLoginAuthenticator
 
normalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
This method normalizes "\", "//", "/./" and "/../".
normalize(String) - Method in class org.apache.catalina.util.DOMWriter
Normalizes the given string.
normalize(String) - Static method in class org.apache.catalina.util.RequestUtil
Deprecated.
Deprecated to resolve a circular package dependency and will be removed in Tomcat 8.0.x. Use RequestUtil.normalize(String) as a replacement.
normalize(String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Deprecated.
Deprecated to resolve a circular package dependency and will be removed in Tomcat 8.0.x. Use RequestUtil.normalize(String, boolean) as a replacement.
normalize(String) - Method in class org.apache.naming.resources.FileDirContext
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(ZipEntry) - Method in class org.apache.naming.resources.WARDirContext
Normalize the name of an entry read from the Zip.
normalize(String) - Static method in class org.apache.tomcat.util.http.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize(String, boolean) - Static method in class org.apache.tomcat.util.http.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize() - Method in class org.apache.tomcat.util.net.URL
Normalize the path (and therefore file) portions of this URL.
normalizeSQL(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Normalize the given SQL statement, producing a cannonical form that is semantically equivalent to the original.
NOROOT_REL_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
 
NOT0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
NOT1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
NOT_FOUND_EXCEPTION - Static variable in class org.apache.naming.resources.ProxyDirContext
Immutable name not found exception.
notationDecl(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of a notation declaration event.
noteItem() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ProgressNotifier
Called to indicate, that a new file item has been detected.
notes - Variable in class org.apache.catalina.session.StandardSession
Internal notes associated with this session by Catalina components and event listeners.
noteSubprocess(long, long, int) - Static method in class org.apache.tomcat.jni.Pool
Register a process to be killed when a pool dies.
notFoundCache - Variable in class org.apache.naming.resources.ResourceCache
Not found cache.
notFoundResources - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The list of not found resources.
notificationInfo - Variable in class org.apache.catalina.core.StandardWrapper
 
NotificationInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Notification descriptor.
NotificationInfo() - Constructor for class org.apache.tomcat.util.modeler.NotificationInfo
 
notifications - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
notifier - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
notifTypes - Variable in class org.apache.tomcat.util.modeler.NotificationInfo
 
notifTypesLock - Variable in class org.apache.tomcat.util.modeler.NotificationInfo
 
notify(String, String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Return true if the notification was sent successfully, false otherwise.
NOTIFY_ABANDON - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
NOTIFY_CONNECT - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
NOTIFY_INIT - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
notifyJmx(String, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
notifyPool - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
notifySequence - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
now() - Static method in class org.apache.tomcat.jni.Time
number of microseconds since 00:00:00 January 1, 1970 UTC
nrOfCrossContextSendRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
 
nrOfFilterRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
 
nrOfMessagesProcessed - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The number of messages we have written
nrOfRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
 
nrOfSendRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
 
NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
Default URLs to download the plugin for Netscape and IE.
Null() - Method in class org.apache.el.parser.ELParser
 
NULL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
nullPlusNonNullIsNull() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
NullRealm - Class in org.apache.catalina.realm
Minimal Realm implementation that always returns null when an attempt is made to validate a user name and password.
NullRealm() - Constructor for class org.apache.catalina.realm.NullRealm
 
nullsAreSortedAtEnd() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
nullToEmptyString(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
numberOfSessions - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
number of session that no at this tomcat instance hosted
numTestsPerEvictionRun - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The number of objects to examine during each run of the idle object evictor thread (if any).
numTestsPerEvictionRun - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
numTestsPerEvictionRun - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 

O

ob - Variable in class org.apache.catalina.connector.CoyoteOutputStream
 
ob - Variable in class org.apache.catalina.connector.CoyoteWriter
 
object - Variable in class org.apache.naming.resources.DirContextURLConnection
Other unknown object.
object - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
OBJECT_NAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
ObjectCreateRule - Class in org.apache.tomcat.util.digester
Rule implementation that creates a new object and pushes it onto the object stack.
ObjectCreateRule(String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name.
ObjectCreateRule(Class<?>) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class.
ObjectCreateRule(String, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name and an optional attribute name containing an override.
ObjectCreateRule(String, Class<?>) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class and an optional attribute name containing an override.
ObjectCreationFactory - Interface in org.apache.tomcat.util.digester
Interface for use with FactoryCreateRule.
objectId(Object) - Static method in class org.apache.juli.logging.LogFactory
Returns a string that uniquely identifies the specified object, including its class.
objectMadePrimay(Object, Object) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
objectMadePrimay(Object, Object) - Method in class org.apache.catalina.ha.context.ReplicatedContext
 
objectMadePrimay(Object, Object) - Method in class org.apache.catalina.ha.session.BackupManager
 
objectMadePrimay(Object, Object) - Method in interface org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapOwner
 
objectNameAttribute - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
objectNames - Variable in class org.apache.catalina.core.NamingContextListener
Objectnames hashtable.
objectNameValueNeedsQuote(String) - Static method in class org.apache.tomcat.util.modeler.Util
 
ObjectParamRule - Class in org.apache.tomcat.util.digester
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
ObjectParamRule(int, Object) - Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value.
ObjectParamRule(int, String, Object) - Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value, provided that the specified attribute exists.
ObjectPool<T> - Interface in org.apache.tomcat.dbcp.pool
A pooling interface.
ObjectPoolFactory<T> - Interface in org.apache.tomcat.dbcp.pool
A factory interface for creating ObjectPools.
ObjectReader - Class in org.apache.catalina.tribes.io
The object reader object is an object used in conjunction with java.nio TCP messages.
ObjectReader(int) - Constructor for class org.apache.catalina.tribes.io.ObjectReader
 
ObjectReader(SocketChannel) - Constructor for class org.apache.catalina.tribes.io.ObjectReader
Creates an ObjectReader for a TCP NIO socket channel
ObjectReader(Socket) - Constructor for class org.apache.catalina.tribes.io.ObjectReader
Creates an ObjectReader for a TCP socket
objName - Variable in class org.apache.catalina.ha.backend.CollectedInfo
 
offer(Processor<S>) - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
 
offer(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Will always return true, queue is unbounded.
offer(E, long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Will never timeout, as it invokes the FairBlockingQueue.offer(Object) method.
offer(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Will always return true, queue is unbounded.
offer(E, long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Will never timeout, as it invokes the MultiLockFairBlockingQueue.offer(Object) method.
offer(Runnable) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
offset - Variable in class org.apache.jasper.xmlparser.XMLString
The offset into the character array.
offset(long, long) - Static method in class org.apache.tomcat.jni.Mmap
Move the pointer into the mmap'ed file to the specified offset.
ointerface(long, long) - Static method in class org.apache.tomcat.jni.Multicast
Set the Interface to be used for outgoing Multicast Transmissions.
ok - Variable in class org.apache.catalina.startup.ContextConfig
Track any fatal errors during startup configuration processing.
okToProcess(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
OLD_COOKIE_PATTERN - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
Pattern used for old cookies
oldCookieFormat - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
DateFormat to be used to format old netscape cookies
onAllDataRead() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
onAllDataRead() - Method in interface org.apache.coyote.http11.upgrade.servlet31.ReadListener
Invoked when the request body has been fully read.
oname - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The associated deployer ObjectName.
oname - Variable in class org.apache.catalina.manager.ManagerServlet
The associated deployer ObjectName.
oname - Variable in class org.apache.catalina.startup.HostConfig
The JMX ObjectName of this component.
oname - Variable in class org.apache.coyote.AbstractProtocol
 
oname - Variable in class org.apache.tomcat.jdbc.pool.DataSource
 
oname - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
 
onBeforeWriteResponseBody(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
If no expiration header has been set by the servlet and an expiration has been defined in the ExpiresFilter configuration, sets the 'Expires' header and the attribute 'max-age' of the 'Cache-Control' header.
onBinaryData(InputStream) - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
 
onBinaryData(InputStream) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
This method is called when there is a binary WebSocket message available to process.
onBinaryMessage(ByteBuffer) - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
This method is called when there is a binary WebSocket message available to process.
onClose(Session, CloseReason) - Method in class javax.websocket.Endpoint
Event that is triggered when a session has closed.
OnClose - Annotation Type in javax.websocket
 
onClose(int) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
Intended to be overridden by sub-classes that wish to be notified when the outbound connection is closed.
onClose(Session, CloseReason) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
onClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
 
onClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
 
onClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholePong
 
onClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
 
onClose(CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
Called when a close message is received.
onComplete(AsyncEvent) - Method in interface javax.servlet.AsyncListener
 
onData() - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
 
onData() - Method in interface org.apache.coyote.http11.upgrade.UpgradeInbound
Deprecated.
 
onDataAvailable() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
onDataAvailable() - Method in interface org.apache.coyote.http11.upgrade.servlet31.ReadListener
Invoked when data is available to read.
onDataAvailable() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
Called when there is data in the ServletInputStream to process.
OneLineFormatter - Class in org.apache.juli
Provides same information as default log format but on a single line to make it easier to grep the logs.
OneLineFormatter() - Constructor for class org.apache.juli.OneLineFormatter
 
onError(AsyncEvent) - Method in interface javax.servlet.AsyncListener
 
onError(Session, Throwable) - Method in class javax.websocket.Endpoint
Event that is triggered when a protocol error occurs.
OnError - Annotation Type in javax.websocket
 
onError(Throwable) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
onError(Throwable) - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
onError(Throwable) - Method in interface org.apache.coyote.http11.upgrade.servlet31.ReadListener
Invoked if an error occurs while reading the request body.
onError(Throwable) - Method in interface org.apache.coyote.http11.upgrade.servlet31.WriteListener
Invoked if an error occurs while writing the response.
onError(Session, Throwable) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
onMessage(T, boolean) - Method in interface javax.websocket.MessageHandler.Partial
Called when part of a message is available to be processed.
onMessage(T) - Method in interface javax.websocket.MessageHandler.Whole
Called when a whole message is available to be processed.
OnMessage - Annotation Type in javax.websocket
 
onMessage(T, boolean) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialBase
 
onMessage(T) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
 
onOpen(Session, EndpointConfig) - Method in class javax.websocket.Endpoint
Event that is triggered when a new session starts.
OnOpen - Annotation Type in javax.websocket
 
onOpen(WsOutbound) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
Intended to be overridden by sub-classes that wish to be notified when the outbound connection is established.
onOpen(Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointClient
 
onOpen(Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointServer
 
onPong(ByteBuffer) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
Intended to be overridden by sub-classes that wish to be notified when a pong is received.
onResult(SendResult) - Method in interface javax.websocket.SendHandler
 
onStartAsync(AsyncEvent) - Method in interface javax.servlet.AsyncListener
 
onStartup(Set<Class<?>>, ServletContext) - Method in interface javax.servlet.ServletContainerInitializer
Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via the HandlesTypes annotation.
onStartup(Set<Class<?>>, ServletContext) - Method in class org.apache.tomcat.websocket.server.WsSci
 
onTextData(Reader) - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
 
onTextData(Reader) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
This method is called when there is a textual WebSocket message available to process.
onTextMessage(CharBuffer) - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
This method is called when there is a textual WebSocket message available to process.
onTimeout(AsyncEvent) - Method in interface javax.servlet.AsyncListener
 
onTimeout(boolean) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
onUpgradeComplete() - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
 
onUpgradeComplete() - Method in interface org.apache.coyote.http11.upgrade.UpgradeInbound
Deprecated.
 
onWritePossible() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
onWritePossible() - Method in interface org.apache.coyote.http11.upgrade.servlet31.WriteListener
Invoked when it it possible to write data without blocking.
onWritePossible(boolean) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
ooBInline - Variable in class org.apache.tomcat.util.net.SocketProperties
OOBINLINE option.
oomParachute - Variable in class org.apache.tomcat.util.net.NioEndpoint
The size of the OOM parachute.
oomParachuteData - Variable in class org.apache.tomcat.util.net.NioEndpoint
The oom parachute, when an OOM error happens, will release the data, giving the JVM instantly a chunk of data to be able to recover with.
oomParachuteMsg - Static variable in class org.apache.tomcat.util.net.NioEndpoint
Make sure this string has already been allocated
OP_CALLBACK - Static variable in class org.apache.tomcat.util.net.NioEndpoint
 
OP_REGISTER - Static variable in class org.apache.tomcat.util.net.NioEndpoint
 
opaque - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Opaque string.
OPCODE_BINARY - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
 
OPCODE_BINARY - Static variable in class org.apache.tomcat.websocket.Constants
 
OPCODE_CLOSE - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
 
OPCODE_CLOSE - Static variable in class org.apache.tomcat.websocket.Constants
 
OPCODE_CONTINUATION - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
 
OPCODE_CONTINUATION - Static variable in class org.apache.tomcat.websocket.Constants
 
OPCODE_PING - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
 
OPCODE_PING - Static variable in class org.apache.tomcat.websocket.Constants
 
OPCODE_PONG - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
 
OPCODE_PONG - Static variable in class org.apache.tomcat.websocket.Constants
 
OPCODE_TEXT - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
 
OPCODE_TEXT - Static variable in class org.apache.tomcat.websocket.Constants
 
open() - Method in class org.apache.catalina.realm.DataSourceRealm
Open the specified database connection.
open() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Open (if necessary) and return a database connection for use by this Realm.
open() - Method in class org.apache.catalina.realm.JNDIRealm
Open (if necessary) and return a connection to the configured directory server for this Realm.
open() - Method in class org.apache.catalina.session.JDBCStore
Open (if necessary) and return a database connection for use by this Store.
open() - Method in interface org.apache.catalina.UserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.users.MemoryUserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.valves.AccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Open (if necessary) and return a database connection for use by this AccessLogValve.
open() - Method in class org.apache.juli.AsyncFileHandler
 
open() - Method in class org.apache.juli.FileHandler
Open the new log file for the date specified by date.
open(String, long) - Static method in class org.apache.tomcat.jni.Directory
Open the specified directory.
open(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
Open the specified file.
open(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
Opens the specified Registry Key.
open(Selector) - Method in class org.apache.tomcat.util.net.NioBlockingSelector
 
open() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
openConnection(URL) - Method in class org.apache.naming.resources.ClasspathURLStreamHandler
 
openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Opens a connection to the object referenced by the URL argument.
OPENEJB_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
OpenEjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
OpenEjbFactory() - Constructor for class org.apache.naming.factory.OpenEjbFactory
 
openForWrite - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
True means that we are writing with this factory.
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
openJARs() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Used to periodically signal to the classloader to release JAR resources.
openNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
 
openRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Set up properties on the Redirector and create output streams.
openSocket() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
Open real socket and set time out when waitForAck is enabled is socket open return directly.
openSocket - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Flag used to indicate that the socket should be kept open (e.g. for keep alive or send file.
openStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Creates an InputStream, which allows to read the items contents.
openStream() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns an input stream, which may be used to read the items contents.
openWriter() - Method in class org.apache.juli.FileHandler
 
OperationInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for an Operation descriptor.
OperationInfo() - Constructor for class org.apache.tomcat.util.modeler.OperationInfo
Standard zero-arguments constructor.
optGet(long, int) - Static method in class org.apache.tomcat.jni.Socket
Query socket options for the specified socket
optimizeLineSection() - Method in class org.apache.jasper.compiler.SmapStratum
Combines consecutive LineInfos wherever possible
OPTION_DIRECT_BUFFER - Static variable in class org.apache.catalina.tribes.transport.AbstractRxTask
 
OPTION_DIRECT_BUFFER - Static variable in class org.apache.catalina.tribes.transport.ReceiverBase
 
OPTION_MAXSIZE - Static variable in class org.apache.jasper.runtime.TagHandlerPool
 
OPTION_TAGPOOL - Static variable in class org.apache.jasper.runtime.TagHandlerPool
 
optionCheck - Variable in class org.apache.catalina.tribes.group.GroupChannel
If set to true, the GroupChannel will check to make sure that
optionFlag - Variable in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
options - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The configuration information for this LoginModule.
options - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
options - Variable in class org.apache.jasper.compiler.Compiler
 
options - Variable in class org.apache.jasper.JspCompilationContext
 
Options - Interface in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
optSet(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Setup socket options for the specified socket
Or() - Method in class org.apache.el.parser.ELParser
 
OR0 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
OR1 - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
ORDER_OTHERS - Static variable in class org.apache.catalina.deploy.WebXml
 
ORDERED_LIBS - Static variable in interface javax.servlet.ServletContext
 
OrderInterceptor - Class in org.apache.catalina.tribes.group.interceptors
The order interceptor guarantees that messages are received in the same order they were sent.
OrderInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
OrderInterceptor.Counter - Class in org.apache.catalina.tribes.group.interceptors
 
OrderInterceptor.Counter() - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
 
OrderInterceptor.MessageOrder - Class in org.apache.catalina.tribes.group.interceptors
 
OrderInterceptor.MessageOrder(int, ChannelMessage) - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
orderWebFragments(WebXml, Map<String, WebXml>, ServletContext) - Static method in class org.apache.catalina.deploy.WebXml
Generates the sub-set of the web-fragment.xml files to be processed in the order that the fragments must be processed as per the rules in the Servlet spec.
org.apache.tomcat.jdbc.naming - package org.apache.tomcat.jdbc.naming
 
org.apache.tomcat.jdbc.pool - package org.apache.tomcat.jdbc.pool
 
org.apache.tomcat.jdbc.pool.interceptor - package org.apache.tomcat.jdbc.pool.interceptor
 
org.apache.tomcat.jdbc.pool.jmx - package org.apache.tomcat.jdbc.pool.jmx
 
ORIGIN_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
originalDocBase - Variable in class org.apache.catalina.startup.ContextConfig
Original docBase.
OS - Class in org.apache.tomcat.jni
OS
OS() - Constructor for class org.apache.tomcat.jni.OS
 
osError() - Static method in exception org.apache.tomcat.jni.Error
Get the last platform error.
othersDeletesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
Otherwise - Class in org.apache.jasper.tagplugins.jstl.core
 
Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Otherwise
 
OUT - Static variable in class javax.servlet.jsp.PageContext
Name used to store current JspWriter in PageContext name table.
out - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
When openForWrite=true, the output stream is held by this variable
out - Variable in class org.apache.catalina.util.DOMWriter
Print writer.
Out - Class in org.apache.jasper.tagplugins.jstl.core
 
Out() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Out
 
out - Variable in class org.apache.tomcat.util.log.SystemLogHandler
Wrapped PrintStream.
output - Variable in class org.apache.catalina.servlets.DefaultServlet
The output buffer size to use when serving resources.
output(byte[], int, int) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
output(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
output(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpNioProcessor
 
output - Variable in class org.apache.coyote.ajp.AjpProcessor
Output stream.
output(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpProcessor
 
output(JspWriter, Object, String, String, boolean) - Static method in class org.apache.jasper.tagplugins.jstl.core.Out
 
OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
OutputBuffer - Class in org.apache.catalina.connector
The buffer used by Tomcat response.
OutputBuffer() - Constructor for class org.apache.catalina.connector.OutputBuffer
Default constructor.
OutputBuffer(int) - Constructor for class org.apache.catalina.connector.OutputBuffer
Alternate constructor which allows specifying the initial buffer size.
outputBuffer - Variable in class org.apache.catalina.connector.Response
The associated output buffer.
outputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11NioProcessor
Output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Output.
OutputBuffer - Interface in org.apache.coyote
Output buffer.
outputChunk - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
outputDir - Variable in class org.apache.jasper.JspCompilationContext
 
outputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Output encoding.
OutputFilter - Interface in org.apache.coyote.http11
Output filter.
outputStream - Variable in class org.apache.catalina.connector.Response
The associated output stream.
outputStream - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output stream.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Underlying output buffer.
OVERFLOW_DROP_CURRENT - Static variable in class org.apache.juli.AsyncFileHandler
 
OVERFLOW_DROP_FIRST - Static variable in class org.apache.juli.AsyncFileHandler
 
OVERFLOW_DROP_FLUSH - Static variable in class org.apache.juli.AsyncFileHandler
 
OVERFLOW_DROP_LAST - Static variable in class org.apache.juli.AsyncFileHandler
 
OVERFLOW_DROP_TYPE - Static variable in class org.apache.juli.AsyncFileHandler
 
ownDeletesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
owner - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
ownInsertsAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 

P

Package - Static variable in class org.apache.catalina.authenticator.Constants
 
Package - Static variable in class org.apache.catalina.connector.Constants
 
Package - Static variable in class org.apache.catalina.core.Constants
 
Package - Static variable in class org.apache.catalina.deploy.Constants
 
Package - Static variable in class org.apache.catalina.filters.Constants
 
Package - Static variable in class org.apache.catalina.ha.deploy.Constants
 
Package - Static variable in class org.apache.catalina.ha.session.Constants
 
Package - Static variable in class org.apache.catalina.ha.tcp.Constants
 
Package - Static variable in class org.apache.catalina.loader.Constants
 
Package - Static variable in class org.apache.catalina.manager.Constants
 
Package - Static variable in class org.apache.catalina.manager.host.Constants
 
Package - Static variable in class org.apache.catalina.mbeans.Constants
 
Package - Static variable in class org.apache.catalina.realm.Constants
 
PACKAGE - Static variable in class org.apache.catalina.security.Constants
 
Package - Static variable in class org.apache.catalina.servlets.Constants
 
Package - Static variable in class org.apache.catalina.startup.Constants
 
Package - Static variable in class org.apache.catalina.tribes.Constants
Deprecated.
 
Package - Static variable in class org.apache.catalina.tribes.membership.Constants
 
Package - Static variable in class org.apache.catalina.tribes.transport.Constants
 
Package - Static variable in class org.apache.catalina.users.Constants
 
Package - Static variable in class org.apache.catalina.valves.Constants
 
Package - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
 
Package - Static variable in class org.apache.coyote.ajp.Constants
Package name.
Package - Static variable in class org.apache.coyote.Constants
 
Package - Static variable in class org.apache.coyote.http11.Constants
Package name.
Package - Static variable in class org.apache.coyote.http11.upgrade.Constants
 
Package - Static variable in class org.apache.naming.Constants
 
Package - Static variable in class org.apache.naming.factory.Constants
 
Package - Static variable in class org.apache.naming.resources.Constants
 
Package - Static variable in class org.apache.tomcat.util.buf.Constants
 
Package - Static variable in class org.apache.tomcat.util.scan.Constants
 
Package - Static variable in class org.apache.tomcat.util.threads.Constants
 
PACKAGE_NAME - Static variable in class org.apache.tomcat.util.descriptor.Constants
 
PACKAGE_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Deprecated.
Will be removed in 8.5.x onwards.
PACKAGE_NAME - Static variable in class org.apache.tomcat.websocket.pojo.Constants
Deprecated.
Will be removed in 8.5.x onwards.
PACKAGE_NAME - Static variable in class org.apache.tomcat.websocket.server.Constants
Deprecated.
Will be removed in 8.5.x onwards.
packageTriggers - Static variable in class org.apache.catalina.loader.WebappClassLoaderBase
Set of package names which are not allowed to be loaded from a webapp class loader without delegating first.
packetSize - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
AJP packet size.
packetSize - Variable in class org.apache.coyote.ajp.AbstractAjpProtocol
AJP packet size.
pad - Variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
 
PAD_DEFAULT - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Byte used to pad output.
padLeft(String, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
PAGE - Static variable in class javax.servlet.jsp.PageContext
Name used to store the Servlet in this PageContext's nametables.
PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
PAGE_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
PageContext - Class in javax.servlet.jsp
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
PageContext() - Constructor for class javax.servlet.jsp.PageContext
Sole constructor.
PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
Name used to store this PageContext in it's own name table.
pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
The PageContext.
PageContextImpl - Class in org.apache.jasper.runtime
Implementation of the PageContext class from the JSP spec.
PageData - Class in javax.servlet.jsp.tagext
Translation-time information on a JSP page.
PageData() - Constructor for class javax.servlet.jsp.tagext.PageData
Sole constructor.
pageInfo - Variable in class org.apache.jasper.compiler.Compiler
 
pageNodes - Variable in class org.apache.jasper.compiler.Compiler
 
pages - Variable in class org.apache.jasper.JspC
The pages.
palloc(long, int) - Static method in class org.apache.tomcat.jni.Buffer
Allocate a new ByteBuffer from a pool
ParallelNioSender - Class in org.apache.catalina.tribes.transport.nio
 
ParallelNioSender() - Constructor for class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
ParallelWebappClassLoader - Class in org.apache.catalina.loader
Parallel class loading implementation of WebappClassLoaderBase.
ParallelWebappClassLoader() - Constructor for class org.apache.catalina.loader.ParallelWebappClassLoader
 
ParallelWebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.ParallelWebappClassLoader
 
Param - Class in org.apache.jasper.tagplugins.jstl.core
 
Param() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Param
 
param - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The parameter we wish to pass to the method call
PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
PARAM_CORS_ALLOWED_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve allowed headers from FilterConfig.
PARAM_CORS_ALLOWED_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve allowed methods from FilterConfig.
PARAM_CORS_ALLOWED_ORIGINS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve allowed origins from FilterConfig.
PARAM_CORS_EXPOSED_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve exposed headers from FilterConfig.
PARAM_CORS_PREFLIGHT_MAXAGE - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve preflight max age from FilterConfig.
PARAM_CORS_REQUEST_DECORATE - Static variable in class org.apache.catalina.filters.CorsFilter
Key to determine if request should be decorated.
PARAM_CORS_SUPPORT_CREDENTIALS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve support credentials from FilterConfig.
paramClassNames - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The names of the classes of the parameters to be collected.
paramCount - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The number of parameters to collect from MethodParam rules.
PARAMETER_PARSE_FAILED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that is set to Boolean.TRUE if some request parameters have been ignored during request parameters parsing.
PARAMETER_PARSE_FAILED_REASON_ATTR - Static variable in class org.apache.catalina.Globals
The reason that the parameter parsing failed.
ParameterInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Parameter descriptor.
ParameterInfo() - Constructor for class org.apache.tomcat.util.modeler.ParameterInfo
Standard zero-arguments constructor.
parameterMap - Variable in class org.apache.catalina.connector.Request
Hash map used in the getParametersMap method.
ParameterMap<K,V> - Class in org.apache.catalina.util
Implementation of java.util.Map that includes a locked property.
ParameterMap() - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map<K, V>) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new map with the same mappings as the given map.
ParameterParser - Class in org.apache.tomcat.util.http.fileupload
A simple parser intended to parse sequences of name/value pairs.
ParameterParser() - Constructor for class org.apache.tomcat.util.http.fileupload.ParameterParser
Default ParameterParser constructor.
parameters - Variable in class org.apache.catalina.core.StandardWrapper
The initialization parameters for this servlet, keyed by parameter name.
Parameters - Class in org.apache.tomcat.util.http
 
Parameters() - Constructor for class org.apache.tomcat.util.http.Parameters
 
parameters - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
Parameters.FailReason - Enum in org.apache.tomcat.util.http
 
parametersLock - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
parametersParsed - Variable in class org.apache.catalina.connector.Request
Request parameters parsed flag.
paramIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The zero-relative index of the parameter we are saving.
paramIndex - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The zero-relative index of the parameter we are saving.
paramIndex - Variable in class org.apache.tomcat.util.digester.PathCallParamRule
The zero-relative index of the parameter we are saving.
params - Variable in class org.apache.tomcat.util.digester.Digester
The parameters stack being utilized by CallMethodRule and CallParamRule rules.
params - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
paramsAsString() - Method in class org.apache.tomcat.util.http.Parameters
Debug purpose
paramType - Variable in class org.apache.catalina.startup.SetNextNamingRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetNextRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetRootRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetTopRule
The Java class name of the parameter type expected by the method.
paramTypes - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The parameter types of the parameters to be collected.
parent - Variable in class org.apache.catalina.core.ContainerBase
The parent Container to which this Container is a child.
parent - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The parent class loader.
parent - Variable in class org.apache.el.parser.SimpleNode
 
parent - Variable in class org.apache.jasper.xmlparser.TreeNode
The parent node of this node.
parent - Variable in class org.apache.tomcat.jdbc.pool.PooledConnection
The parent
parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
The parent class loader to be configured when we install a Loader.
parentClassLoader - Variable in class org.apache.catalina.startup.Catalina
The shared extensions class loader for this server.
parentGet(long) - Static method in class org.apache.tomcat.jni.Pool
Get the parent pool of the specified pool.
parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
parse() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
parse(String) - Static method in class org.apache.el.parser.ELParser
 
parse(String, boolean) - Static method in class org.apache.jasper.compiler.ELParser
Parse an EL expression
parse(String) - Method in class org.apache.naming.NameParserImpl
Parses a name into its components.
parse(String) - Method in class org.apache.naming.resources.ConcurrentDateFormat
 
parse(File) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified file, using the XMLReader specified by the org.xml.sax.driver property.
parse(Reader) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified Reader, using the XMLReader specified by the org.xml.sax.driver property.
parse(InputStream) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified InputStream, using the XMLReader specified by the org.xml.sax.driver property.
parse(InputSource) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified InputSource, using thethe XMLReader specified by the org.xml.sax.driver property.
parse(File, XMLReader) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified file, using the XMLReader specified by the org.xml.sax.driver property.
parse(Reader, XMLReader) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified Reader, using the specified XMLReader.
parse(InputStream, XMLReader) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified InputStream, using the specified XMLReader.
parse(InputSource, XMLReader) - Static method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Parses a JOCL document from the specified InputSource, using the specified XMLReader.
parse() - Method in class org.apache.tomcat.util.bcel.classfile.ClassParser
Parses the given Java class file and return an object that represents the contained data, i.e., constants, methods, fields and commands.
parse(File) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified file using this Digester.
parse(InputSource) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input source using this Digester.
parse(InputStream) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input stream using this Digester.
parse(Reader) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified reader using this Digester.
parse(String) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified URI using this Digester.
parse(String) - Method in class org.apache.tomcat.util.http.ConcurrentDateFormat
 
parse(String, char[]) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(String, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(char[], char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(char[], int, int, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(StringReader) - Static method in class org.apache.tomcat.util.http.parser.AcceptEncoding
 
parse(MessageBytes) - Static method in class org.apache.tomcat.util.http.parser.Host
Parse the given input as an HTTP Host header value.
parse(String) - Static method in class org.apache.tomcat.util.http.parser.Host
Parse the given input as an HTTP Host header value.
parse(String) - Method in class org.apache.tomcat.util.http.parser.MediaTypeCache
Looks in the cache and returns the cached value if one is present.
parseAuthorizationDigest(StringReader) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Parses an HTTP Authorization header for DIGEST authentication as per RFC 2617 section 3.2.2.
parseBodyMethods - Variable in class org.apache.catalina.connector.Connector
Comma-separated list of HTTP methods that will be parsed according to POST-style rules for application/x-www-form-urlencoded request bodies.
parseBodyMethodsSet - Variable in class org.apache.catalina.connector.Connector
A Set of methods determined by Connector.parseBodyMethods.
parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse the header of a chunk.
parseClassNames(String, List<String>) - Method in class org.apache.catalina.realm.JAASRealm
Parses a comma-delimited list of class names, and store the class names in the provided List.
parseContentRange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the content-range header.
parseCookies() - Method in class org.apache.catalina.connector.Request
Parse cookies.
parseCRLF() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
parseCRLF(boolean) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse CRLF at end of chunk.
parseDate(String, DateFormat[]) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Deprecated.
Unused. This will be removed in Tomcat 10 Use FastHttpDateFormat.parseDate(String)
parseDate(String) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Try to parse the given date as an HTTP date.
parseEndChunk() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse end chunk data.
ParseException - Exception in org.apache.el.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.el.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.el.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.el.parser.ParseException
Constructor with message.
parseExpiresConfiguration(String) - Method in class org.apache.catalina.filters.ExpiresFilter
Parse configuration lines like 'access plus 1 month 15 days 2 hours' or 'modification 1 day 2 hours 5 seconds'
parseExpression(String, Class, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Prepare an expression for later evaluation.
parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
Deprecated.
 
parseExtensionHeader(List<Extension>, String) - Static method in class org.apache.tomcat.websocket.Util
 
parseHeaders() - Method in class org.apache.coyote.http11.AbstractInputBuffer
 
parseHeaders() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Parse the HTTP headers.
parseHeaders() - Method in class org.apache.coyote.http11.InternalInputBuffer
Parse the HTTP headers.
parseHeaders() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Parse the HTTP headers.
parseHost(MessageBytes) - Method in class org.apache.coyote.AbstractProcessor
 
parseInt(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
parseInt(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
parseInvalid(int, byte[]) - Method in class org.apache.coyote.http11.AbstractInputBuffer
 
parseJavacErrors(String, String, Node.Nodes) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
Parses the given error message into an array of javac compilation error messages (one per javac compilation error line number).
parseLocales() - Method in class org.apache.catalina.connector.Request
Parse request locales.
parseLocalesHeader(String, TreeMap<Double, ArrayList<Locale>>) - Method in class org.apache.catalina.connector.Request
Parse accept-language header value.
parseLong(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned long from the specified subarray of bytes.
parseLong(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
parseMediaType(StringReader) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
parseName(String) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseName(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseName(String) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(Name) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseParameterMap(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
parseParameterMap(HttpServletRequest) - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
parseParameters() - Method in class org.apache.catalina.connector.Request
Parse request parameters.
parseParameters(Map<String, String[]>, String, String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseParameters(Map<String, String[]>, byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseParamNames(StringBuilder, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuilder and take out the param type token.
parseParamValues(StringBuilder, int, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuilder and take out the param token.
parsePathParameters(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Extract the path parameters from the request.
parsePoolProperties(Properties) - Static method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
parser - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParser we will use to parse the input stream.
parseRange(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the range header.
parseRequest(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.AbstractInputBuffer
Implementations are expected to call Request.setStartTime(long) as soon as the first byte is read from the request.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Read the request line.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
Read the request line.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Read the request line.
ParserFeatureSetterFactory - Class in org.apache.tomcat.util.digester
Creates a SAXParser based on the underlying parser.
ParserFeatureSetterFactory() - Constructor for class org.apache.tomcat.util.digester.ParserFeatureSetterFactory
 
ParserUtils - Class in org.apache.jasper.xmlparser
XML parsing utilities for processing web application deployment descriptor and tag library descriptor files.
ParserUtils(boolean) - Constructor for class org.apache.jasper.xmlparser.ParserUtils
 
ParserUtils(boolean, boolean) - Constructor for class org.apache.jasper.xmlparser.ParserUtils
 
parseSessionCookiesId(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse session id in Cookie.
parseSessionSslId(Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Look for SSL session ID if required.
parseTokenList(Enumeration<String>, Collection<String>) - Static method in class org.apache.tomcat.util.http.parser.TokenList
Parses an enumeration of header values of the form 1#token, forcing all parsed values to lower case.
parseTokenList(Reader, Collection<String>) - Static method in class org.apache.tomcat.util.http.parser.TokenList
Parses a header of the form 1#token, forcing all parsed values to lower case.
parseUsername(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Deprecated.
Unused. Will be removed in Tomcat 8.0.x
parseUserPatternString(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given a string containing LDAP patterns for user locations (separated by parentheses in a pseudo-LDAP search string format - "(location1)(location2)", returns an array of those paths.
parseVary(StringReader, Set<String>) - Static method in class org.apache.tomcat.util.http.parser.Vary
Deprecated.
 
parseWebXml(InputSource, WebXml, boolean) - Method in class org.apache.catalina.startup.ContextConfig
Parses the given source and stores the parsed data in the given web.xml representation.
parseWWWAuthenticateHeader(String) - Method in class org.apache.tomcat.websocket.Authenticator
Utility method to parse the authentication header.
parseXMLDocument(String, InputSource) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
parseXMLDocument(String, InputStream) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
parsingHeader - Variable in class org.apache.coyote.http11.AbstractInputBuffer
State.
Part - Interface in javax.servlet.http
This class represents a part as uploaded to the server as part of a multipart/form-data request body.
parts - Variable in class org.apache.catalina.connector.Request
The parts, if any, uploaded with this request.
partsParseException - Variable in class org.apache.catalina.connector.Request
The exception thrown, if any when parsing the parts.
passivate() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to passivate this session.
passivate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
passivate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
passivate() - Method in class org.apache.tomcat.dbcp.dbcp.PoolableCallableStatement
Passivates to prepare for return to the pool.
passivate() - Method in class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
 
passivateObject(PoolableConnection) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
passivateObject(PStmtKey, DelegatingPreparedStatement) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
passivateObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedPoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
passivateObject(T) - Method in class org.apache.tomcat.dbcp.pool.BasePoolableObjectFactory
No-op.
passivateObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool.KeyedPoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
passivateObject(T) - Method in interface org.apache.tomcat.dbcp.pool.PoolableObjectFactory
Uninitialize an instance to be returned to the idle object pool.
PasswdUserDatabase - Class in org.apache.catalina.startup
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - Constructor for class org.apache.catalina.startup.PasswdUserDatabase
 
password - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login password for the Manager application.
password - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
password - Variable in class org.apache.catalina.ha.session.SerializablePrincipal
The authentication credentials for the user represented by this Principal.
password - Variable in class org.apache.catalina.realm.GenericPrincipal
The authentication credentials for the user represented by this Principal.
password - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The password to be authenticated with.
password - Variable in class org.apache.catalina.users.AbstractUser
The logon password of this user.
password - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The connection password to be passed to our JDBC driver to establish a connection.
PasswordAuthentication - Class in javax.mail
 
PasswordAuthentication(String, String) - Constructor for class javax.mail.PasswordAuthentication
 
PasswordCallback - Interface in org.apache.tomcat.jni
PasswordCallback Interface
passwordFile - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
path - Variable in class org.apache.catalina.ant.AbstractCatalinaCommandTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.ValidatorTask
The path to the webapp directory.
path - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
path - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
PATH_SEPARATOR - Static variable in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Used only by deprecated method
PathCallParamRule - Class in org.apache.tomcat.util.digester
Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule.
PathCallParamRule(int) - Constructor for class org.apache.tomcat.util.digester.PathCallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
pathInfo - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
pathname - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The absolute or relative pathname to the XML configuration file.
pathname - Variable in class org.apache.catalina.session.StandardManager
Path name of the disk file in which active sessions are saved when we stop, and from which these sessions are loaded when we start.
pathname - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative (to catalina.base) or absolute pathname to the XML file in which we will save our persistent information.
pathnameNew - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname of the file in which we write our new information prior to renaming.
pathnameOld - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname to the file in which our old information is stored while renaming is in progress.
PathParam - Annotation Type in javax.websocket.server
Used to annotate method parameters on POJO endpoints the the ServerEndpoint has been defined with a ServerEndpoint.value() that uses a URI template.
pathParameters - Variable in class org.apache.catalina.connector.Request
Path parameters
paths - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The list of resources which should be checked when checking for modifications.
pattern - Variable in class org.apache.catalina.valves.AccessLogValve
The pattern used to format our access log lines.
pause() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
pause() - Method in class org.apache.coyote.AbstractProtocol
 
pause() - Method in interface org.apache.coyote.ProtocolHandler
Pause the protocol (optional).
pause() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Pause the endpoint, which will stop it accepting new connections.
pauseContextVersion(Object, String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Mark a context as being reloaded.
paused - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Will be set to true whenever the endpoint is paused.
payload - Variable in class org.apache.catalina.tribes.membership.McastService
 
payload - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Custom payload that an app framework can broadcast Also used to transport stop command.
pcalloc(long, int) - Static method in class org.apache.tomcat.jni.Buffer
Allocate a new ByteBuffer from a pool and set all of the memory to 0
peek() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
peek() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
peek() - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the top item off of this stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
peek() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.Digester
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
peek(String) - Method in class org.apache.tomcat.util.digester.Digester
Gets the top object from the stack with the given name.
peekChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
peekInt() - Method in class org.apache.coyote.ajp.AjpMessage
 
peekNode() - Method in class org.apache.el.parser.JJTELParserState
 
peekParams() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the parameters stack without removing it.
peekParams(int) - Method in class org.apache.tomcat.util.digester.Digester
Return the n'th object down the parameters stack, where 0 is the top element and [getCount()-1] is the bottom element.
PEM_CHUNK_SIZE - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
PEM chunk size per RFC 1421 section 4.3.2.4.
performanceBandwidth - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to http://docs.oracle.com/javase/1.5.0/docs/api/java/net/Socket.html#setPerformancePreferences(int,%20int,%20int) All three performance attributes must be set or the JVM defaults will be used.
performanceConnectionTime - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to http://docs.oracle.com/javase/1.5.0/docs/api/java/net/Socket.html#setPerformancePreferences(int,%20int,%20int) All three performance attributes must be set or the JVM defaults will be used.
performanceLatency - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to http://docs.oracle.com/javase/1.5.0/docs/api/java/net/Socket.html#setPerformancePreferences(int,%20int,%20int) All three performance attributes must be set or the JVM defaults will be used.
performBasicCheck() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
performConnectTest - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Deprecated.
performForcedCheck() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
performJNDILookup(Context, PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
performReadTest - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
performSendTest - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
PERIODIC_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "periodic" event.
periodicEvent() - Method in class org.apache.jasper.servlet.JspServlet
 
periodicEvent() - Method in interface org.apache.tomcat.PeriodicEventListener
Execute a periodic task, such as reloading, etc.
PeriodicEventListener - Interface in org.apache.tomcat
 
PerMessageDeflate - Class in org.apache.tomcat.websocket
 
permission - Variable in class org.apache.naming.resources.DirContextURLConnection
Permission
PermissionCheck - Interface in org.apache.tomcat.util.security
This interface is implemented by components to enable privileged code to check whether the component has a given permission.
permissionList - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
A list of read File and Jndi Permission's required if this loader is for a web application context.
PermitAll - Annotation Type in javax.annotation.security
 
permitDenied(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Subclass friendly method to add error handling when a permit isn't granted.
permsSet(String, int) - Static method in class org.apache.tomcat.jni.File
Set the specified file's permission bits.
perPoolStats - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
we will be keeping track of query stats on a per pool basis
PersistenceContext - Annotation Type in javax.persistence
 
PersistenceContexts - Annotation Type in javax.persistence
 
PersistenceContextType - Enum in javax.persistence
 
PersistenceProperty - Annotation Type in javax.persistence
 
PersistenceUnit - Annotation Type in javax.persistence
 
PersistenceUnits - Annotation Type in javax.persistence
 
PersistentManager - Class in org.apache.catalina.session
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
 
PersistentManagerBase - Class in org.apache.catalina.session
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if only for restarts.
PersistentManagerBase() - Constructor for class org.apache.catalina.session.PersistentManagerBase
 
PersistentValve - Class in org.apache.catalina.valves
Valve that implements per-request session persistence.
PersistentValve() - Constructor for class org.apache.catalina.valves.PersistentValve
 
PerThreadTagHandlerPool - Class in org.apache.jasper.runtime
Deprecated.
Use of ThreadLocals is likely to trigger memory leaks. Use TagHandlerPool. Will be removed in Tomcat 8.0.x.
PerThreadTagHandlerPool() - Constructor for class org.apache.jasper.runtime.PerThreadTagHandlerPool
Deprecated.
Constructs a tag handler pool with the default capacity.
PerUserPoolDataSource - Class in org.apache.tomcat.dbcp.dbcp.datasources
A pooling DataSource appropriate for deployment within J2EE environment.
PerUserPoolDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
Default no-arg constructor for Serialization
PerUserPoolDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp.datasources
A JNDI ObjectFactory which creates SharedPoolDataSources
PerUserPoolDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSourceFactory
 
phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
ping(long) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Sends a ping out to all the members in the cluster, not just map members that this map is alive.
ping(ByteBuffer) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Send a ping message to the client
pipeCreate(long[], long) - Static method in class org.apache.tomcat.jni.File
Create an anonymous pipe.
pipeline - Variable in class org.apache.catalina.core.ContainerBase
The Pipeline object with which this Container is associated.
Pipeline - Interface in org.apache.catalina
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
pipeTimeoutGet(long) - Static method in class org.apache.tomcat.jni.File
Get the timeout value for a pipe or manipulate the blocking state.
pipeTimeoutSet(long, long) - Static method in class org.apache.tomcat.jni.File
Set the timeout value for a pipe or manipulate the blocking state.
PKG_PREFIX - Static variable in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
JMX prefix for interceptors that register themselves with JMX
PLUGGABILITY_JARS_TO_SKIP - Static variable in class org.apache.catalina.startup.Constants
 
PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
PLUS - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
pojo - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
POJO_METHOD_MAPPING_KEY - Static variable in class org.apache.tomcat.websocket.pojo.Constants
 
POJO_METHOD_MAPPING_KEY - Static variable in class org.apache.tomcat.websocket.pojo.PojoEndpointServer
Deprecated.
Will be removed in 8.5.x onwards.
POJO_PATH_PARAM_KEY - Static variable in class org.apache.tomcat.websocket.pojo.Constants
 
POJO_PATH_PARAM_KEY - Static variable in class org.apache.tomcat.websocket.pojo.PojoEndpointServer
Deprecated.
Will be removed in 8.5.x onwards.
PojoEndpointBase - Class in org.apache.tomcat.websocket.pojo
Base implementation (client and server have different concrete implementations) of the wrapper that converts a POJO instance into a WebSocket endpoint instance.
PojoEndpointBase() - Constructor for class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
PojoEndpointClient - Class in org.apache.tomcat.websocket.pojo
Wrapper class for instances of POJOs annotated with ClientEndpoint so they appear as standard Endpoint instances.
PojoEndpointClient(Object, List<Class<? extends Decoder>>) - Constructor for class org.apache.tomcat.websocket.pojo.PojoEndpointClient
 
PojoEndpointServer - Class in org.apache.tomcat.websocket.pojo
Wrapper class for instances of POJOs annotated with ServerEndpoint so they appear as standard Endpoint instances.
PojoEndpointServer() - Constructor for class org.apache.tomcat.websocket.pojo.PojoEndpointServer
 
PojoMessageHandlerBase<T> - Class in org.apache.tomcat.websocket.pojo
Common implementation code for the POJO message handlers.
PojoMessageHandlerBase(Object, Method, Session, Object[], int, boolean, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
PojoMessageHandlerPartialBase<T> - Class in org.apache.tomcat.websocket.pojo
Common implementation code for the POJO partial message handlers.
PojoMessageHandlerPartialBase(Object, Method, Session, Object[], int, boolean, int, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialBase
 
PojoMessageHandlerPartialBinary - Class in org.apache.tomcat.websocket.pojo
ByteBuffer specific concrete implementation for handling partial messages.
PojoMessageHandlerPartialBinary(Object, Method, Session, Object[], int, boolean, int, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialBinary
 
PojoMessageHandlerPartialText - Class in org.apache.tomcat.websocket.pojo
Text specific concrete implementation for handling partial messages.
PojoMessageHandlerPartialText(Object, Method, Session, Object[], int, boolean, int, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialText
 
PojoMessageHandlerWholeBase<T> - Class in org.apache.tomcat.websocket.pojo
Common implementation code for the POJO whole message handlers.
PojoMessageHandlerWholeBase(Object, Method, Session, Object[], int, boolean, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
 
PojoMessageHandlerWholeBinary - Class in org.apache.tomcat.websocket.pojo
ByteBuffer specific concrete implementation for handling whole messages.
PojoMessageHandlerWholeBinary(Object, Method, Session, EndpointConfig, List<Class<? extends Decoder>>, Object[], int, boolean, int, boolean, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
 
PojoMessageHandlerWholePong - Class in org.apache.tomcat.websocket.pojo
PongMessage specific concrete implementation for handling whole messages.
PojoMessageHandlerWholePong(Object, Method, Session, Object[], int, boolean, int) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholePong
 
PojoMessageHandlerWholeText - Class in org.apache.tomcat.websocket.pojo
Text specific concrete implementation for handling whole messages.
PojoMessageHandlerWholeText(Object, Method, Session, EndpointConfig, List<Class<? extends Decoder>>, Object[], int, boolean, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
 
PojoMethodMapping - Class in org.apache.tomcat.websocket.pojo
For a POJO class annotated with ServerEndpoint, an instance of this class creates and caches the method handler, method information and parameter information for the onXXX calls.
PojoMethodMapping(Class<?>, List<Class<? extends Decoder>>, String) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMethodMapping
 
PojoPathParam - Class in org.apache.tomcat.websocket.pojo
Stores the parameter type and name for a parameter that needs to be passed to an onXxx method of Endpoint.
PojoPathParam(Class<?>, String) - Constructor for class org.apache.tomcat.websocket.pojo.PojoPathParam
 
poll() - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
 
poll(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Fair retrieval of an object in the queue.
poll() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
poll(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Fair retrieval of an object in the queue.
poll() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Poll - Class in org.apache.tomcat.jni
Poll
Poll() - Constructor for class org.apache.tomcat.jni.Poll
 
poll(long, long, long[], boolean) - Static method in class org.apache.tomcat.jni.Poll
Block for activity on the descriptor(s) in a pollset
poll(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
pollAsync() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Request an item from the queue asynchronously
pollAsync() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Request an item from the queue asynchronously
poller - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller.
poller - Variable in class org.apache.tomcat.util.net.NioBlockingSelector
 
poller - Variable in class org.apache.tomcat.util.net.NioChannel
 
poller - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
pollerRotater - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
pollers - Variable in class org.apache.tomcat.util.net.NioEndpoint
The socket poller.
pollerThreadCount - Variable in class org.apache.tomcat.util.net.NioEndpoint
Poller thread count.
pollerThreadPriority - Variable in class org.apache.tomcat.util.net.NioEndpoint
Priority of the poller threads.
pollset(long, long[]) - Static method in class org.apache.tomcat.jni.Poll
Return all descriptor(s) in a pollset
pollTime - Variable in class org.apache.tomcat.util.net.AprEndpoint
Poll interval, in microseconds.
pong(ByteBuffer) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Send a pong message to the client
PongMessage - Interface in javax.websocket
Represents a WebSocket Pong message and used by message handlers to enable applications to process the response to any Pings they send.
pongMessageArray - Static variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Pong message array.
pool - Variable in class org.apache.catalina.tribes.io.BufferPool
 
pool - Variable in class org.apache.coyote.ajp.AjpNioProcessor
Selector pool for the associated endpoint.
pool - Variable in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
 
pool - Variable in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
pool - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
pool - Variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
the connection pool
pool - Variable in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
pool - Variable in class org.apache.tomcat.jni.FileInfo
Allocates memory and closes lingering handles in the specified pool
Pool - Class in org.apache.tomcat.jni
Pool
Pool() - Constructor for class org.apache.tomcat.jni.Pool
 
pool - Variable in class org.apache.tomcat.jni.Sockaddr
The pool to use...
pool(long) - Static method in class org.apache.tomcat.jni.Socket
Create a child pool from associated socket pool.
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Root pool.
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
pool - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
POOL_EMPTY - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
POOL_JMX_DOMAIN - Static variable in class org.apache.tomcat.jdbc.pool.ConnectionPool
Default domain for objects registering with an mbean server
POOL_JMX_TYPE_PREFIX - Static variable in class org.apache.tomcat.jdbc.pool.ConnectionPool
Prefix type for JMX registration
PoolableCallableStatement - Class in org.apache.tomcat.dbcp.dbcp
A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.
PoolableCallableStatement(CallableStatement, PStmtKey, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement>, Connection) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableCallableStatement
Constructor.
PoolableConnection - Class in org.apache.tomcat.dbcp.dbcp
A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
PoolableConnection(Connection, ObjectPool<PoolableConnection>) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnection
 
PoolableConnection(Connection, ObjectPool<PoolableConnection>, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnection
 
PoolableConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, Collection<String>, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, int, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, int, Collection<String>, boolean, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, boolean, boolean, int) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, Collection<String>, boolean, boolean, int) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, int, boolean, boolean, int) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, int, Collection<String>, boolean, boolean, int) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, boolean, boolean, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, boolean, boolean, int, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, Collection<String>, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, int, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableConnectionFactory(ConnectionFactory, ObjectPool<PoolableConnection>, KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>, String, int, Collection<String>, Boolean, boolean, int, String, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Create a new PoolableConnectionFactory.
PoolableObjectFactory<T> - Interface in org.apache.tomcat.dbcp.pool
An interface defining life-cycle methods for instances to be served by an ObjectPool.
PoolablePreparedStatement<K> - Class in org.apache.tomcat.dbcp.dbcp
A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.
PoolablePreparedStatement(PreparedStatement, K, KeyedObjectPool<K, PoolablePreparedStatement<K>>, Connection) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
Constructor
PoolCallback - Interface in org.apache.tomcat.jni
PoolCallback Interface
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
This method is invoked by a connection pool when the pool is closed.
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
This method is invoked by a connection pool when the pool is closed.
PoolConfiguration - Interface in org.apache.tomcat.jdbc.pool
A list of properties that are configurable for a connection pool.
poolCounter - Static variable in class org.apache.tomcat.jdbc.pool.PoolProperties
 
PooledConnection - Class in org.apache.tomcat.jdbc.pool
Represents a pooled connection and holds a reference to the Connection object
PooledConnection(PoolConfiguration, ConnectionPool) - Constructor for class org.apache.tomcat.jdbc.pool.PooledConnection
Constructor
PooledMultiSender - Class in org.apache.catalina.tribes.transport.bio
Title: Description: Company:
PooledMultiSender() - Constructor for class org.apache.catalina.tribes.transport.bio.PooledMultiSender
 
PooledParallelSender - Class in org.apache.catalina.tribes.transport.nio
Title: Description: Company:
PooledParallelSender() - Constructor for class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
PooledSender - Class in org.apache.catalina.tribes.transport
 
PooledSender() - Constructor for class org.apache.catalina.tribes.transport.PooledSender
 
PoolExhaustedException - Exception in org.apache.tomcat.jdbc.pool
 
PoolExhaustedException() - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolExhaustedException(String) - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolExhaustedException(Throwable) - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolExhaustedException(String, String) - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolExhaustedException(String, Throwable) - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolExhaustedException(String, String, int) - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolExhaustedException(String, String, Throwable) - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolExhaustedException(String, String, int, Throwable) - Constructor for exception org.apache.tomcat.jdbc.pool.PoolExhaustedException
 
PoolingConnection - Class in org.apache.tomcat.dbcp.dbcp
PoolingConnection(Connection) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Constructor.
PoolingConnection(Connection, KeyedObjectPool<PStmtKey, DelegatingPreparedStatement>) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Constructor.
PoolingConnection.StatementType - Enum in org.apache.tomcat.dbcp.dbcp
 
PoolingDataSource<C extends Connection> - Class in org.apache.tomcat.dbcp.dbcp
A simple DataSource implementation that obtains Connections from the specified ObjectPool.
PoolingDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
 
PoolingDataSource(ObjectPool<C>) - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
 
PoolingDriver - Class in org.apache.tomcat.dbcp.dbcp
A Driver implementation that obtains Connections from a registered ObjectPool.
PoolingDriver() - Constructor for class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
poolingEnabled - Variable in class org.apache.jasper.JspC
 
poolName - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
poolPreparedStatements - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Prepared statement pooling for this pool.
poolProperties - Variable in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
poolProperties - Variable in class org.apache.tomcat.jdbc.pool.PooledConnection
The properties for the connection pool
PoolProperties - Class in org.apache.tomcat.jdbc.pool
 
PoolProperties() - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties
 
PoolProperties.InterceptorDefinition - Class in org.apache.tomcat.jdbc.pool
 
PoolProperties.InterceptorDefinition(String) - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
PoolProperties.InterceptorDefinition(Class<?>) - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
PoolProperties.InterceptorProperty - Class in org.apache.tomcat.jdbc.pool
 
PoolProperties.InterceptorProperty(String, String) - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
This method is invoked by a connection pool when the pool is first started up, usually when the first connection is requested.
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
This method is invoked by a connection pool when the pool is first started up, usually when the first connection is requested.
PoolUtilities - Class in org.apache.tomcat.jdbc.pool
 
PoolUtilities() - Constructor for class org.apache.tomcat.jdbc.pool.PoolUtilities
 
PoolUtils - Class in org.apache.tomcat.dbcp.pool
This class consists exclusively of static methods that operate on or return ObjectPool or KeyedObjectPool related interfaces.
PoolUtils() - Constructor for class org.apache.tomcat.dbcp.pool.PoolUtils
PoolUtils instances should NOT be constructed in standard programming.
pop() - Method in class org.apache.jasper.util.FastRemovalDequeue
Removes the last element of the list and returns its content.
pop() - Method in class org.apache.tomcat.util.collections.SynchronizedStack
 
pop() - Method in class org.apache.tomcat.util.digester.ArrayStack
Pops the top item off of this stack and return it.
pop() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the stack, and return it.
pop(String) - Method in class org.apache.tomcat.util.digester.Digester
Pops (gets and removes) the top object from the stack with the given name.
popBody() - Method in class javax.servlet.jsp.JspContext
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
popBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
popNode() - Method in class org.apache.el.parser.JJTELParserState
 
popParams() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the parameters stack, and return it.
populateAnnotationsCache(Class<?>, Map<String, String>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Make sure that the annotations cache has been populated for the provided class.
populateHost() - Method in class org.apache.coyote.AbstractProcessor
Called when a host header is not present in the request (e.g.
populateHost() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Called when a host header is not present in the request (e.g.
populatePort() - Method in class org.apache.coyote.AbstractProcessor
Called when a host header is not present or is empty in the request (e.g.
populatePort() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Called when a host header is not present or is empty in the request (e.g.
populatePort() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Called when a host header is not present or is empty in the request (e.g.
port - Variable in class org.apache.catalina.connector.Connector
The port number on which we listen for requests.
port - Variable in class org.apache.catalina.ha.backend.Proxy
 
port - Variable in class org.apache.catalina.startup.Tomcat
 
port - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The multicast port
port - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The tcp listen port for this member
port - Variable in class org.apache.tomcat.jni.Sockaddr
The numeric port
PORT_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
PORTCOMPONENTLINK - Static variable in class org.apache.naming.ServiceRef
port-component-ref/port-component-link address type.
pos - Variable in class org.apache.coyote.ajp.AjpMessage
The current read or write position in the buffer.
pos - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Position in the buffer.
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
pos - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
POST - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
POST - Static variable in class org.apache.coyote.http11.Constants
POST.
PostConstruct - Annotation Type in javax.annotation
 
postConstruct(Object, Class<?>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call postConstruct method on the specified instance recursively from deepest superclass to actual class.
postData - Variable in class org.apache.catalina.connector.Request
 
postDeregister() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Not used - NOOP.
postDeregister() - Method in class org.apache.coyote.AbstractProtocol
 
postDeregister() - Method in class org.apache.tomcat.jdbc.pool.DataSource
Unregisters the underlying connection pool mbean.
postDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
postDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
 
postParseRequest(Request, Request, Response, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
Perform the necessary processing after the HTTP headers have been parsed to enable the request/response pair to be passed to the start of the container pipeline for processing.
postRegister(Boolean) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Not used - NOOP.
postRegister(Boolean) - Method in class org.apache.coyote.AbstractProtocol
 
postRegister(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSource
no-op
postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.Registry
 
PRECOMPILE - Static variable in class org.apache.jasper.Constants
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
preDeregister() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Not used - NOOP.
preDeregister() - Method in class org.apache.coyote.AbstractProtocol
 
preDeregister() - Method in class org.apache.tomcat.jdbc.pool.DataSource
no-op
preDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
preDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
 
PreDestroy - Annotation Type in javax.annotation
 
preDestroy(Object, Class<?>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call preDestroy method on the specified instance recursively from deepest superclass to actual class.
preferredSubprotocols(List<String>) - Method in class javax.websocket.ClientEndpointConfig.Builder
 
prefill(ObjectPool<T>, int) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Call addObject() on pool count number of times.
prefill(KeyedObjectPool<K, V>, K, int) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Call addObject(Object) on keyedPool with key count number of times.
prefill(KeyedObjectPool<K, V>, Collection<? extends K>, int) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Call addObject(Object) on keyedPool with each key in keys for count number of times.
prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive.
prefix - Variable in class org.apache.catalina.ha.ClusterRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.realm.MemoryRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.ContextRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.EngineRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.HostRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.NamingRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.RealmRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.TldRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.WebRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.valves.AccessLogValve
The prefix that is added to log file filenames.
prefix - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 
prefix - Variable in class org.apache.el.parser.AstFunction
 
prefix - Variable in class org.apache.juli.ClassLoaderLogManager
This prefix is used to allow using prefixes for the properties names of handlers and their subcomponents.
prefix - Static variable in class org.apache.naming.SelectorContext
Namespace URL.
prefixLength - Static variable in class org.apache.naming.SelectorContext
Namespace URL length.
preInit(Endpoint, ServerEndpointConfig, WsServerContainer, WsHandshakeRequest, List<Extension>, String, Transformation, Map<String, String>, boolean) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
preload() - Static method in class org.apache.tomcat.util.ExceptionUtils
NO-OP method provided to enable simple pre-loading of this class.
prepare(long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
PREPARE_CALL - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
PREPARE_CALL_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
PREPARE_STATEMENT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
PREPARE_STATEMENT_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
prepareCall(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareCall(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareCall(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareCall(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a CallableStatement from the pool.
prepareCall(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a CallableStatement from the pool.
prepareCall(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a CallableStatement from the pool.
prepareCall(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when prepareCall has been called and completed.
prepareCall(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
prepareCall(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
PREPARED_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
preparedClearSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the clear() prepared statement.
preparedCredentials - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The PreparedStatement to use for authenticating users.
preparedLoadSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the load() prepared statement.
preparedRemoveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the remove() prepared statement.
preparedRoles - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The PreparedStatement to use for identifying the roles for a specified user.
preparedSaveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the save() prepared statement.
preparedSizeSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the getSize() prepared statement.
preparePool(K, boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Registers a key for pool control.
prepareRequest() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
After reading the request headers, we have to setup the request filters.
prepareRequest() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
After reading the request headers, we have to setup the request filters.
prepareRequestInternal() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Connector implementation specific request preparation.
prepareRequestInternal() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
prepareRequestInternal() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
prepareRequestInternal() - Method in class org.apache.coyote.http11.Http11Processor
 
prepareResponse() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareSendfile(OutputFilter[]) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
prepareSendfile(OutputFilter[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
 
prepareSendfile(OutputFilter[]) - Method in class org.apache.coyote.http11.Http11NioProcessor
 
prepareSendfile(OutputFilter[]) - Method in class org.apache.coyote.http11.Http11Processor
 
prepareStatement(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareStatement(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareStatement(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareStatement(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareStatement(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
prepareStatement(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a PreparedStatement from the pool.
prepareStatement(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
 
prepareStatement(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a PreparedStatement from the pool.
prepareStatement(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a PreparedStatement from the pool.
prepareStatement(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a PreparedStatement from the pool.
prepareStatement(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
Create or obtain a PreparedStatement from the pool.
prepareStatement(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when prepareStatement has been called and completed.
prepareStatement(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
prepareStatement(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Allows the object to be registered with an alternative MBeanServer and/or ObjectName.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.AbstractProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.jdbc.pool.DataSource
If the connection pool MBean exists, it will be registered during this operation.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.util.modeler.Registry
 
PRESERVE_COOKIE_HEADER - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to true, the cookie header will be preserved.
prestartminSpareThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
prestart threads?
prevCharIsCR - Variable in class org.apache.el.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.el.parser.SimpleCharStream
 
prevChr - Variable in class org.apache.coyote.http11.AbstractInputBuffer
 
previous() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
primaryIndicator - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
must primary change indicator set
primaryIndicatorName - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Name of primary change indicator as request attribute
PRIMITIVE_BOOLEAN - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVE_BYTE - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVE_CHAR - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVE_DOUBLE - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVE_FLOAT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVE_INT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVE_LONG - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVE_NAMES - Static variable in class org.apache.el.util.ReflectionUtil
 
PRIMITIVE_SHORT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
PRIMITIVES - Static variable in class org.apache.el.util.ReflectionUtil
 
principal - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
principal - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The Principal identified by our validation, or null if validation failed.
principal - Variable in class org.apache.catalina.session.StandardSession
The authenticated Principal associated with this session, if any.
print(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value.
print(char) - Method in class javax.servlet.jsp.JspWriter
Print a character.
print(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer.
print(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer.
print(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number.
print(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number.
print(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters.
print(String) - Method in class javax.servlet.jsp.JspWriter
Print a string.
print(Object) - Method in class javax.servlet.jsp.JspWriter
Print an object.
print(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
print(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(Node) - Method in class org.apache.catalina.util.DOMWriter
Prints the specified node, recursively.
print(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(char) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given char.
print(int) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given int.
print(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character.
print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a long integer.
print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a floating-point number.
print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an array of characters.
print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a string.
print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an object.
print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character.
print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer.
print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number.
print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters.
print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a string.
print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an object.
print(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
printf(Locale, String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
printf(String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, and then the string, and a '\n'.
printin() - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention
printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, followed by the given string
println() - Method in class javax.servlet.jsp.JspWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value and then terminate the line.
println(char) - Method in class javax.servlet.jsp.JspWriter
Print a character and then terminate the line.
println(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer and then terminate the line.
println(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer and then terminate the line.
println(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters and then terminate the line.
println(String) - Method in class javax.servlet.jsp.JspWriter
Print a String and then terminate the line.
println(Object) - Method in class javax.servlet.jsp.JspWriter
Print an Object and then terminate the line.
println() - Method in class javax.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
println() - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string followed by '\n'
println() - Method in class org.apache.jasper.compiler.ServletWriter
Prints a '\n'
println() - Method in class org.apache.jasper.runtime.BodyContentImpl
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an integer and then terminate the line.
println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a long integer and then terminate the line.
println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a floating-point number and then terminate the line.
println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an array of characters and then terminate the line.
println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a String and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an Object and then terminate the line.
println() - Method in class org.apache.jasper.runtime.JspWriterImpl
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer and then terminate the line.
println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer and then terminate the line.
println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number and then terminate the line.
println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters and then terminate the line.
println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a String and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an Object and then terminate the line.
println() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
printMap(String) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
printMessage(String, PrintStream, int) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
 
printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
printResources(PrintWriter, String, Context, String, Class<?>, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Deprecated.
printResources(PrintWriter, String, Context, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
List the resources of the given context.
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Deprecated.
Use CGIServlet.printServletEnvironment(HttpServletRequest). This will be removed in Tomcat 8.5.X onwards
printStackTrace() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Prints a stack trace of the code that created this object.
printWriter - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
privileged - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
PrivilegedGetTccl - Class in org.apache.tomcat.util.security
 
PrivilegedGetTccl() - Constructor for class org.apache.tomcat.util.security.PrivilegedGetTccl
 
PrivilegedSetTccl - Class in org.apache.tomcat.util.security
 
PrivilegedSetTccl(ClassLoader) - Constructor for class org.apache.tomcat.util.security.PrivilegedSetTccl
 
Proc - Class in org.apache.tomcat.jni
Proc
Proc() - Constructor for class org.apache.tomcat.jni.Proc
 
Procattr - Class in org.apache.tomcat.jni
Procattr
Procattr() - Constructor for class org.apache.tomcat.jni.Procattr
 
ProcErrorCallback - Interface in org.apache.tomcat.jni
ProcErrorCallback Interface
process(String, ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Perform the filtering that has been configured for this Filter, matching against the specified request property.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in interface org.apache.catalina.ssi.SSICommand
Write the output of the command to the writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConditional
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConfig
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIEcho
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIExec
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFsize
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIInclude
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIPrintenv
 
process(Reader, long, PrintWriter) - Method in class org.apache.catalina.ssi.SSIProcessor
Process a file with server-side commands, reading from reader and writing the processed version to writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSISet
 
process(SelectionKey, boolean) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
State machine to send data.
process(String, Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the filtering that has been configured for this Valve, matching against the specified request property.
process(SocketWrapper<S>) - Method in class org.apache.coyote.AbstractProcessor
Process HTTP requests.
process(SocketWrapper<S>, SocketStatus) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
process(SocketWrapper<Long>) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.ajp.AjpNioProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(SocketWrapper<Socket>) - Method in class org.apache.coyote.ajp.AjpProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(SocketWrapper<S>) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Process pipelined HTTP requests using the specified input and output streams.
process(SocketWrapper<S>) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
process(SocketWrapper<S>) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
process(SocketWrapper<S>) - Method in interface org.apache.coyote.Processor
 
process(String[], Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
process(SocketWrapper<Long>, SocketStatus) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
process(SocketWrapper<Socket>, SocketStatus) - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
 
process(SocketWrapper<NioChannel>, SocketStatus) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
process(JarScannerCallback, URL) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
processAnnotations(Object, Map<String, String>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified instance.
processAnnotations(Set<WebXml>, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationsFile(File, WebXml, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationsJar(URL, WebXml, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationsJndi(URL, WebXml, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationsStream(InputStream, WebXml, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationsStringArray(ElementValue) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationsUrl(URL, WebXml, boolean) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationWebFilter(String, AnnotationEntry, WebXml) - Method in class org.apache.catalina.startup.ContextConfig
process filter annotation and merge with existing one!
processAnnotationWebInitParams(ElementValue) - Method in class org.apache.catalina.startup.ContextConfig
 
processAnnotationWebServlet(String, AnnotationEntry, WebXml) - Method in class org.apache.catalina.startup.ContextConfig
 
processChildren(Container, ClassLoader) - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
processClass(WebXml, JavaClass) - Method in class org.apache.catalina.startup.ContextConfig
 
processClasses(WebXml, Set<WebXml>) - Method in class org.apache.catalina.startup.ContextConfig
 
processCometEvent(String, CometEvent, CometFilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Perform the filtering that has been configured for this Filter, matching against the specified request property.
processContainerAddChild(Container, Container) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
 
processContainerRemoveChild(Container, Container) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
 
processContextConfig(Digester, URL) - Method in class org.apache.catalina.startup.ContextConfig
Process a context.xml.
processCookieHeader(byte[], int, int) - Method in class org.apache.tomcat.util.http.Cookies
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
processCookies(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
Add all Cookie found in the headers of a request.
processCoordMessage(NonBlockingCoordinator.CoordinationMessage, Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
processDeployFrequency - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Frequency of the Farm watchDir check.
processExpires() - Method in class org.apache.catalina.session.ManagerBase
Invalidate all sessions that have expired.
processExpires() - Method in class org.apache.catalina.session.PersistentManagerBase
Invalidate all sessions that have expired.
processExpires() - Method in class org.apache.catalina.session.StoreBase
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
processExpiresFrequency - Variable in class org.apache.catalina.session.ManagerBase
Frequency of the session expiration, and related manager operations.
processFile(String) - Method in class org.apache.jasper.JspC
 
processHeader() - Method in class org.apache.coyote.ajp.AjpMessage
Deprecated.
processHeader(boolean) - Method in class org.apache.coyote.ajp.AjpMessage
 
processIncoming(OrderInterceptor.MessageOrder) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
processingInstruction(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a processing instruction that was encountered.
processingTime - Variable in class org.apache.catalina.session.ManagerBase
Processing time during session expiration.
processInputBuffer() - Method in class org.apache.tomcat.websocket.WsFrameBase
 
processJarsForWebFragments(WebXml) - Method in class org.apache.catalina.startup.ContextConfig
Scan /WEB-INF/lib for JARs and for each one found add it and any /META-INF/web-fragment.xml to the resulting Map. web-fragment.xml files will be parsed before being added to the map.
processKey(SelectionKey, NioEndpoint.KeyAttachment) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
processLeftOvers(Member, boolean) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
processMaxActiveSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if too many are active
processMaxIdleBackups() - Method in class org.apache.catalina.session.PersistentManagerBase
Back up idle sessions.
processMaxIdleSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if they are idle too long.
processMethodCallResult(Object) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Subclasses may override this method to perform additional processing of the invoked method's result.
Processor<S> - Interface in org.apache.coyote
Common interface for processors of all protocols.
processorCache - Variable in class org.apache.coyote.AbstractProtocol
The maximum number of idle processors that will be retained in the cache and re-used with a subsequent request.
processorCache - Variable in class org.apache.tomcat.util.net.NioEndpoint
Cache for SocketProcessor objects
processorCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable socket processor cache, this bounded cache stores SocketProcessor objects to reduce GC Default is 500 -1 is unlimited 0 is disabled
processParameters(byte[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(MessageBytes, String) - Method in class org.apache.tomcat.util.http.Parameters
 
processPersistenceChecks() - Method in class org.apache.catalina.session.PersistentManagerBase
Called by the background thread after active sessions have been checked for expiration, to allow sessions to be swapped out, backed up, etc.
processResourceJARs(Set<WebXml>) - Method in class org.apache.catalina.startup.ContextConfig
Scan JARs that contain web-fragment.xml files that will be used to configure this application to see if they also contain static resources.
processResult(Object) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
processSendfile(SelectionKey, NioEndpoint.KeyAttachment, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
processServletContainerInitializers() - Method in class org.apache.catalina.startup.ContextConfig
Scan JARs for ServletContainerInitializer implementations.
processSocket(long, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket.
processSocket(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Process a new connection from a new client.
processSocket(NioChannel, SocketStatus, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
processSocketAsync(SocketWrapper<S>, SocketStatus) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
processSocketAsync(SocketWrapper<Long>, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
processSocketAsync(SocketWrapper<Socket>, SocketStatus) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Process an existing async connection.
processSocketAsync(SocketWrapper<NioChannel>, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
processSocketWithOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket.
processSSI(HttpServletRequest, HttpServletResponse, URL) - Method in class org.apache.catalina.ssi.SSIServlet
 
ProgressListener - Interface in org.apache.tomcat.util.http.fileupload
The ProgressListener may be used to display a progress bar or do stuff like that.
project - Variable in class org.apache.jasper.compiler.AntCompiler
 
PROP_ABANDONWHENPERCENTAGEFULL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_ACCESSTOUNDERLYINGCONNECTIONALLOWED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_ALTERNATE_USERNAME_ALLOWED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_COMMITONRETURN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_CONNECTIONPROPERTIES - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_DATASOURCE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_DATASOURCE_JNDI - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_DEFAULTAUTOCOMMIT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_DEFAULTCATALOG - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_DEFAULTREADONLY - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_DEFAULTTRANSACTIONISOLATION - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_DRIVERCLASSNAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_FAIR_QUEUE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_IGNOREEXCEPTIONONPRELOAD - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_INITIALSIZE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_INITSQL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_INTERCEPTORS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_JMX_ENABLED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_LOGABANDONED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_LOGVALIDATIONERRORS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_MAXACTIVE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_MAXAGE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_MAXIDLE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_MAXOPENPREPAREDSTATEMENTS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_MAXWAIT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_MINEVICTABLEIDLETIMEMILLIS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_MINIDLE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_NUMTESTSPEREVICTIONRUN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_PASSWORD - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_PASSWORD - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
 
PROP_PASSWORD - Static variable in class org.apache.tomcat.jdbc.pool.PoolUtilities
 
PROP_POOLPREPAREDSTATEMENTS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_PROPAGATEINTERRUPTSTATE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_REMOVEABANDONED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_REMOVEABANDONEDTIMEOUT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_ROLLBACKONRETURN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_SUSPECT_TIMEOUT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_TESTONBORROW - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_TESTONCONNECT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_TESTONRETURN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_TESTWHILEIDLE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_TIMEBETWEENEVICTIONRUNSMILLIS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_URL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_USE_CON_LOCK - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_USE_EQUALS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_USEDISPOSABLECONNECTIONFACADE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_USER - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
 
PROP_USER - Static variable in class org.apache.tomcat.jdbc.pool.PoolUtilities
 
PROP_USERNAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_USESTATEMENTFACADE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_VALIDATIONINTERVAL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_VALIDATIONQUERY - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_VALIDATIONQUERY_TIMEOUT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
PROP_VALIDATOR_CLASS_NAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
properties - Variable in class org.apache.catalina.tribes.membership.McastService
The implementation specific properties
properties - Variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Properties for this interceptor.
properties - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
property - Variable in class org.apache.el.parser.AstValue.Target
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.NamingContextListener
Process property change events.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.loader.WebappLoader
Process property change events from our associated Context.
PropertyNotFoundException - Exception in javax.el
 
PropertyNotFoundException() - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotWritableException - Exception in javax.el
 
PropertyNotWritableException() - Constructor for exception javax.el.PropertyNotWritableException
 
PropertyNotWritableException(String) - Constructor for exception javax.el.PropertyNotWritableException
 
PropertyNotWritableException(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
 
PropertyNotWritableException(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
 
propertySource - Static variable in class org.apache.tomcat.util.digester.Digester
 
proprietaryEvaluate(String, Class<?>, PageContext, ProtectedFunctionMapper, boolean) - Static method in class org.apache.jasper.runtime.PageContextImpl
Proprietary method to evaluate EL expressions.
ProtectedFunctionMapper - Class in org.apache.jasper.runtime
Maps EL functions to their Java method counterparts.
protection - Variable in class org.apache.tomcat.jni.FileInfo
The access permissions of the file.
proto - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
proto - Variable in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
 
proto - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
proto - Variable in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
proto - Variable in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
 
proto - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
protocol - Variable in class org.apache.catalina.realm.JNDIRealm
The protocol that will be used in the communication with the directory server.
protocol() - Method in class org.apache.coyote.Request
 
PROTOCOL_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the protocol recorded by the AccessLog.
PROTOCOL_HANDLER_VARIABLE - Static variable in class org.apache.naming.resources.Constants
 
PROTOCOL_HEADER_HTTPS_VALUE_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
PROTOCOL_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
PROTOCOL_VERSION_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The request attribute key under which the String indicating the protocol that created the SSL socket is recorded - e.g.
protocolHandler - Variable in class org.apache.catalina.connector.Connector
Coyote protocol handler.
ProtocolHandler - Interface in org.apache.coyote
Abstract the protocol implementation, including threading, etc.
protocolHandlerClassName - Variable in class org.apache.catalina.connector.Connector
Coyote Protocol handler class name.
protocolHandlers - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of protocol handlers object names.
protocols - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
protoTypeMode - Variable in class org.apache.jasper.JspCompilationContext
 
proxies - Variable in class org.apache.catalina.ha.backend.TcpSender
Proxies.
PROXIES_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
Proxy - Class in org.apache.catalina.ha.backend
 
Proxy() - Constructor for class org.apache.catalina.ha.backend.Proxy
 
proxy - Variable in class org.apache.naming.resources.ProxyDirContext
Proxy DirContext (either this or the real proxy).
Proxy.State - Enum in org.apache.catalina.ha.backend
 
ProxyConnection - Class in org.apache.tomcat.jdbc.pool
A ProxyConnection object is the bottom most interceptor that wraps an object of type PooledConnection.
ProxyConnection(ConnectionPool, PooledConnection, boolean) - Constructor for class org.apache.tomcat.jdbc.pool.ProxyConnection
 
ProxyDirContext - Class in org.apache.naming.resources
Proxy Directory Context implementation.
ProxyDirContext(Hashtable<String, String>, DirContext) - Constructor for class org.apache.naming.resources.ProxyDirContext
Builds a proxy directory context using the given environment.
proxyList - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Proxy list, format "address:port,address:port".
proxyName - Variable in class org.apache.catalina.connector.Connector
The server name to which we should pretend requests to this Connector were directed.
proxyPort - Variable in class org.apache.catalina.connector.Connector
The server port to which we should pretend requests to this Connector were directed.
proxyURL - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
URL prefix.
PStmtKey - Class in org.apache.tomcat.dbcp.dbcp
A key uniquely identifying PreparedStatements.
PStmtKey(String, String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int, int, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int[]) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, PoolingConnection.StatementType, Integer) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, String[]) - Constructor for class org.apache.tomcat.dbcp.dbcp.PStmtKey
Constructs a key to uniquely identify a prepared statement.
publicId - Variable in class org.apache.tomcat.util.digester.Digester
The public identifier of the DTD we are currently parsing under (if any).
publish(LogRecord) - Method in class org.apache.juli.AsyncFileHandler
 
publish(LogRecord) - Method in class org.apache.juli.FileHandler
Format and publish a LogRecord.
publishEntryInfo(Object, Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
publishEntryInfo(Object, Object) - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
publish info about a map pair (key/value) to other nodes in the cluster
publishEntryInfo(Object, Object) - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
publish info about a map pair (key/value) to other nodes in the cluster
publishInternal(LogRecord) - Method in class org.apache.juli.AsyncFileHandler
 
purge() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Purges all connections in the pool.
purge() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
purge() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Purges all connections in the pool.
purge() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Purges all connections in the pool.
purgeOnReturn() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Purges connections when they are returned from the pool.
purgeOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
purgeOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Purges connections when they are returned from the pool.
purgeOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Purges connections when they are returned from the pool.
push(JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Push a newly compiled JspServletWrapper into the queue at first execution of jsp.
push(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
Adds an object to the start of the list and returns the entry created for said object.
push(T) - Method in class org.apache.tomcat.util.collections.SynchronizedStack
 
push(E) - Method in class org.apache.tomcat.util.digester.ArrayStack
Pushes a new item onto the top of this stack.
push(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the object stack.
push(String, Object) - Method in class org.apache.tomcat.util.digester.Digester
Pushes the given object onto the stack with the given name.
pushBody(Writer) - Method in class javax.servlet.jsp.JspContext
Return a new JspWriter object that sends output to the provided Writer.
pushBody() - Method in class javax.servlet.jsp.PageContext
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
pushBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
pushMessage(byte[], boolean, boolean) - Method in class org.apache.catalina.tribes.transport.bio.BioSender
Push messages with only one socket at a time Wait for ack is needed and make auto retry when write message is failed.
pushNode(Node) - Method in class org.apache.el.parser.JJTELParserState
 
pushParams(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the parameters stack.
put(K, V) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
put(K, V, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
put(K, V) - Method in class org.apache.catalina.util.ParameterMap
put(K, V) - Method in class org.apache.el.util.ConcurrentCache
 
put(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl.PageContextPool
 
put(Attribute) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(String, Object) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
put(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
put(K, V) - Method in class org.apache.tomcat.util.collections.ConcurrentCache
 
put(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
put(Selector) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
put(String, V) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Copies all values from one map to this instance
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.catalina.util.ParameterMap
putAll(Map<? extends String, ? extends V>) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
Use this method with caution.
putc(byte, long) - Static method in class org.apache.tomcat.jni.File
Write a character into the specified file.
putContext(Class, Object) - Method in class javax.el.ELContext
Add an object to this EL context under the given key.
putContext(Class, Object) - Method in class org.apache.el.lang.EvaluationContext
 
putContext(Class, Object) - Method in class org.apache.jasper.el.ELContextWrapper
 
putIANA2JavaMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds an IANA to Java encoding name mapping.
putIfAbsent(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
putJava2IANAMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds a Java to IANA encoding name mapping.
puts(String) - Method in interface org.apache.tomcat.jni.BIOCallback
Puts string
puts(byte[], long) - Static method in class org.apache.tomcat.jni.File
Write the string into the specified file.
putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by setAttribute()
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
Deprecated.

Q

QOP - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Tomcat's DIGEST implementation only supports auth quality of protection.
qop - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Quality of protection applied to the message.
queries - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
the queries that are used for this interceptor.
query - Variable in class org.apache.catalina.ant.JMXQueryTask
The JMX query string
QUERY - Static variable in class org.apache.catalina.util.URLEncoder
 
query - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
 
query - Variable in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
queryStatsComparator - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Sort QueryStats by last invocation time
queryString() - Method in class org.apache.coyote.Request
 
QueryTimeoutInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
 
QueryTimeoutInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
 
QUESTION - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.
QUESTIONMARK - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
queue - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
queue - Static variable in class org.apache.juli.AsyncFileHandler
 
quote(String, boolean) - Method in class org.apache.catalina.util.Strftime
 
quoteAttributeEL - Variable in class org.apache.jasper.JspC
 

R

raiseError(long, long) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Called to indicate, that the input streams limit has been exceeded.
rand - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
randLoad(String) - Static method in class org.apache.tomcat.jni.SSL
Add content of the file to the PRNG
randMake(String, int, boolean) - Static method in class org.apache.tomcat.jni.SSL
Creates random data to filename
random - Variable in class org.apache.naming.resources.ResourceCache
Random generator used to determine elements to free.
random(byte[], int) - Static method in class org.apache.tomcat.jni.OS
Generate random bytes.
randomUUID(boolean) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
 
randomUUID(boolean, byte[], int) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
 
randSave(String) - Static method in class org.apache.tomcat.jni.SSL
Writes a number of random bytes (currently 1024) to file filename which can be used to initialize the PRNG by calling randLoad in a later session.
randSet(String) - Static method in class org.apache.tomcat.jni.SSL
Sets global random filename.
RBRACK - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
rctxt - Variable in class org.apache.jasper.JspC
The runtime context.
rctxt - Variable in class org.apache.jasper.JspCompilationContext
 
read() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[]) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read() - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[]) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[]) - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.connector.Request
 
read() - Method in class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream
 
read(byte[], int, int) - Method in interface org.apache.catalina.tribes.tipis.Streamable
Deprecated.
read data into the byte array starting at offset
read(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
read() - Method in class org.apache.catalina.websocket.WsInputStream
Deprecated.
 
read(byte[], int, int) - Method in class org.apache.catalina.websocket.WsInputStream
Deprecated.
 
read(int) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
read(byte[], int, int, boolean) - Method in class org.apache.coyote.ajp.AjpNioProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
read(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
read() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
read(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
read() - Method in class org.apache.coyote.http11.upgrade.UpgradeAprProcessor
Deprecated.
 
read(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeAprProcessor
Deprecated.
 
read() - Method in class org.apache.coyote.http11.upgrade.UpgradeBioProcessor
Deprecated.
 
read(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeBioProcessor
Deprecated.
 
read() - Method in class org.apache.coyote.http11.upgrade.UpgradeNioProcessor
Deprecated.
 
read(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeNioProcessor
Deprecated.
 
read() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
This is always a blocking read of a single byte.
read(boolean, byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
Read up to len bytes from the input in either blocking or non-blocking mode (where non-blocking is supported).
read() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UCSReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UCSReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read characters into a portion of an array.
read(byte[]) - Method in interface org.apache.tomcat.jni.BIOCallback
Read data
read(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.Directory
Read the next entry from the specified directory.
read(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file.
read(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Reads bytes from an input stream.
read() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the next byte in the stream.
read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Reads bytes into the given buffer.
read() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
read(ByteBuffer, NioChannel, long) - Method in class org.apache.tomcat.util.net.NioBlockingSelector
Performs a blocking read using the bytebuffer for data to be read If the selector parameter is null, then it will perform a busy read that could take up a lot of CPU cycles.
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, NioChannel, Selector, long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
Performs a blocking read using the bytebuffer for data to be read and a selector to block.
read(ByteBuffer, NioChannel, Selector, long, boolean) - Method in class org.apache.tomcat.util.net.NioSelectorPool
Performs a read using the bytebuffer for data to be read and a selector to register for events should you have the block=true.
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
 
read(ByteBuffer, A, CompletionHandler<Integer, B>) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
 
read(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
read(ByteBuffer, A, CompletionHandler<Integer, B>) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
read(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
read(ByteBuffer, A, CompletionHandler<Integer, B>) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
READ_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
Size of the header metadata
READ_IDLE_TIMEOUT_MS - Static variable in class org.apache.tomcat.websocket.Constants
 
READ_SIZE - Static variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The number of bytes that we read from file
readable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
readb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file.
readBodyData(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads body-data from the current encapsulation and writes its contents into the output Stream.
readBoundary() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Skips a boundary token, and checks whether more encapsulations are contained in the stream.
readbuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
readbuf - Variable in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
ReadBufferOverflowException - Exception in org.apache.tomcat.websocket
 
ReadBufferOverflowException(int) - Constructor for exception org.apache.tomcat.websocket.ReadBufferOverflowException
 
readByte() - Method in class org.apache.catalina.connector.InputBuffer
 
readByte() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads a byte from the buffer, and refills it as necessary.
readBytes() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes from the previous buffer.
readChar() - Method in class org.apache.el.parser.SimpleCharStream
Read a character.
readChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Byte chunk used to read bytes.
readChunkedPostBody() - Method in class org.apache.catalina.connector.Request
Read chunked post body.
readComplete - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Flag that indicates if the request headers have been completely read.
readConfiguration() - Method in class org.apache.juli.ClassLoaderLogManager
 
readConfiguration(InputStream) - Method in class org.apache.juli.ClassLoaderLogManager
 
readConfiguration(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Read configuration for the specified classloader.
readConfiguration(InputStream, ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Load specified configuration.
readDataFromSocket(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Sample data handler method for a channel with data ready to read.
readElementValue(DataInput, ConstantPool) - Static method in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
reader - Variable in class org.apache.catalina.connector.Request
Reader.
reader - Variable in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
 
reader - Variable in class org.apache.tomcat.util.digester.Digester
The XMLReader used to parse digester rules.
readExternal(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
readExternal(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaSession
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.ByteMessage
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.group.RpcMessage
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.VariableMapperImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionLiteral
 
readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionLiteral
 
readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspMethodExpression
 
readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspValueExpression
 
readFull(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file, ensuring that the buffer is filled before returning.
readFullb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file, ensuring that the buffer is filled before returning.
readFully(InputStream, byte[]) - Static method in class org.apache.catalina.util.IOTools
Read until EOF or the buffer is filled.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readFully(InputStream, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readHeaders() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads the header-part of the current encapsulation.
readLatch - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Reads the input stream, one line at a time.
readLine(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
readLine() - Method in class org.apache.catalina.connector.CoyoteReader
 
readLine(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
ReadListener - Interface in org.apache.coyote.http11.upgrade.servlet31
Receives notification of read events when using non-blocking IO.
readmeFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow a readme file to be included.
readMembers(ObjectInput) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Deprecated.
Unused - will be removed in 8.0.x
readMessage(FileMessage) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Reads file data into the file message and sets the size, totalLength, totalNrOfMsgs and the message number
If EOF is reached, the factory returns null, and closes itself, otherwise the same message is returned as was passed in.
readMessage(AjpMessage, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read an AJP message.
readMessage(AjpMessage, boolean) - Method in class org.apache.coyote.ajp.AjpNioProcessor
Read an AJP message.
readMessage(AjpMessage) - Method in class org.apache.coyote.ajp.AjpProcessor
Read an AJP message.
readObject(ObjectInputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
Read a serialized version of this session object from the specified object input stream.
readObject(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of this session object from the specified object input stream.
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readObjectData(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaSession
 
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
Read only flag.
readonly - Variable in class org.apache.catalina.users.MemoryUserDatabase
A flag, indicating if the user database is read only.
readOnly - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
readPostBody(byte[], int) - Method in class org.apache.catalina.connector.Request
Read post body in an array.
readPrincipal(ObjectInput) - Static method in class org.apache.catalina.ha.session.SerializablePrincipal
 
readState - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
readt(int, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
readTestTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
readTimeout - Variable in class org.apache.catalina.realm.JNDIRealm
The timeout, in milliseconds, to use when trying to read from a connection to the directory.
readXml(InputStream) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Read XML as DOM.
ready() - Method in class org.apache.catalina.connector.CoyoteReader
 
ready() - Method in class org.apache.catalina.connector.InputBuffer
 
READY - Static variable in class org.apache.catalina.tribes.transport.SenderState
 
ready() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream is ready to be read.
realloc(long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Reallocate memory blocks.
reallyClose() - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnection
Actually close my underlying Connection.
reallyClose() - Method in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
realm - Variable in class org.apache.catalina.ha.session.SerializablePrincipal
The Realm with which this Principal is associated.
Realm - Interface in org.apache.catalina
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
realm - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The associated JAASRealm instance.
realm - Variable in class org.apache.catalina.startup.Embedded
Deprecated.
The default realm to be used by all containers associated with this component.
REALM_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Default authentication realm name.
RealmBase - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
 
RealmBase.AllRolesMode - Class in org.apache.catalina.realm
 
realmName - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Realm name.
realmPath - Variable in class org.apache.catalina.realm.RealmBase
 
RealmRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Realm definition element.
RealmRuleSet() - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
RealmRuleSet(String) - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
realms - Variable in class org.apache.catalina.realm.CombinedRealm
The list of Realms contained by this Realm.
realReadBytes(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
Reads new bytes in the byte chunk.
realReadBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
Read new bytes.
realReadChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
realReadChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
Read new characters.
realWriteBytes(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Sends the buffer data to the client output, checking the state of Response and calling the right interceptors.
realWriteBytes(byte[], int, int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Callback to write data from the buffer.
realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
Since the converter will use append, it is possible to get chars to be removed from the buffer for "writing".
realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Convert the chars to bytes, then send the data to the client.
realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
reauthenticate(String, Realm, Request) - Method in class org.apache.catalina.authenticator.SingleSignOn
Attempts reauthentication to the given Realm using the credentials associated with the single sign-on session identified by argument ssoId.
reauthenticateFromSSO(String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Attempts reauthentication to the Realm using the credentials included in argument entry.
rebind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
rebind(Name, Object) - Method in class org.apache.naming.resources.EmptyDirContext
 
rebind(String, Object) - Method in class org.apache.naming.resources.EmptyDirContext
 
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
receive() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Receive a datagram packet, locking wait
receive() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
receive() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Receive a chunk of data.
receive() - Method in class org.apache.coyote.ajp.AjpNioProcessor
Receive a chunk of data.
receive() - Method in class org.apache.coyote.ajp.AjpProcessor
Receive a chunk of data.
RECEIVE_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
receivePacket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Reuse the receivePacket, no need to create a new one everytime
receiver - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Thread to listen for pings
ReceiverBase - Class in org.apache.catalina.tribes.transport
 
ReceiverBase() - Constructor for class org.apache.catalina.tribes.transport.ReceiverBase
 
reclaimParachute(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
reconnect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Issues a call to PooledConnection.disconnect(boolean) with the argument false followed by a call to PooledConnection.connect()
recover(McastServiceImpl) - Static method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
 
recoveryCounter - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
nr of times the system has to fail before a recovery is initiated
recoveryEnabled - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Add the ability to turn on/off recovery
recoverySleepTime - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The time the recovery thread sleeps between recovery attempts
recv(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network.
recvb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network.
recvbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network using internally set ByteBuffer.
recvbbt(long, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout using internally set ByteBuffer
recvbt(long, ByteBuffer, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout.
recvfrom(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
 
recvt(long, byte[], int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout.
RecyclableNamingEnumeration<E> - Class in org.apache.naming.resources
Naming enumeration implementation.
RecyclableNamingEnumeration(Vector<E>) - Constructor for class org.apache.naming.resources.RecyclableNamingEnumeration
 
recycle() - Method in class org.apache.catalina.connector.InputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.core.AsyncContextImpl
 
recycle() - Method in class org.apache.catalina.ha.session.DeltaSession
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.manager.DummyProxySession
 
recycle() - Method in interface org.apache.catalina.Session
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.session.StandardSession
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.startup.WebRuleSet
Reset counter used for validating the web.xml file.
recycle() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
recycle(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Recycle the processor, ready for the next request which may be on the same connection or a different connection.
recycle(boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Recycle the processor.
recycle(boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
 
recycle() - Method in class org.apache.coyote.AsyncStateMachine
 
recycle(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
recycle() - Method in class org.apache.coyote.http11.AbstractInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
 
recycle() - Method in interface org.apache.coyote.http11.InputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.InternalInputBuffer
 
recycle() - Method in class org.apache.coyote.http11.InternalNioInputBuffer.HeaderParseData
 
recycle() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Recycle the output buffer.
recycle() - Method in interface org.apache.coyote.http11.OutputFilter
Make the filter ready to process the next request.
recycle(boolean) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
recycle(boolean) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
recycle(boolean) - Method in interface org.apache.coyote.Processor
 
recycle() - Method in class org.apache.coyote.Request
 
recycle() - Method in class org.apache.coyote.Response
 
recycle() - Method in class org.apache.jasper.runtime.BodyContentImpl
This method shall "reset" the internal state of a BodyContentImpl, releasing all internal references, and preparing it for potential reuse by a later invocation of PageContextImpl.pushBody(Writer).
recycle() - Method in class org.apache.naming.resources.CacheEntry
 
recycle() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Resets the chunk to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.B2CConverter
Reset the decoder state.
recycle() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
recycle() - Method in class org.apache.tomcat.util.buf.C2BConverter
Reset the encoder state.
recycle() - Method in class org.apache.tomcat.util.buf.MessageBytes
Resets the message bytes to an uninitialized (NULL) state.
recycle() - Method in class org.apache.tomcat.util.http.Cookies
Recycle.
recycle() - Method in class org.apache.tomcat.util.http.mapper.MappingData
 
recycle() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.Parameters
 
recycle() - Method in class org.apache.tomcat.util.http.ServerCookie
 
recycle() - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
Recycle resources associated with the handler.
RECYCLE_FACADES - Static variable in class org.apache.catalina.connector.Connector
Alternate flag to enable recycling of facades.
recycledProcessors - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
recycleInternal() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
recycleInternal() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
recycleInternal() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
recycleInternal() - Method in class org.apache.coyote.http11.Http11Processor
 
recycleSessionInfo() - Method in class org.apache.catalina.connector.Request
 
redeployResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a redeployment of the application.
Redirect - Class in org.apache.jasper.tagplugins.jstl.core
 
Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
 
redirectErrStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for error output
redirector - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector helper
redirectorConfigured - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
will be set to true when the configuration of the Redirector is complete.
redirectorElement - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector element for this task
redirectOutput - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
true true when output redirection is requested for this task.
redirectOutStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for info output
redirectPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
redirectPort - Variable in class org.apache.catalina.connector.Connector
The redirect port for non-SSL to SSL redirects.
redirectStreams - Variable in class org.apache.catalina.startup.Embedded
Deprecated.
Is standard streams redirection enabled ?
redirectURLCC - Variable in class org.apache.catalina.connector.Response
Recyclable buffer to hold the redirect URL.
REFERENCE - Static variable in class org.apache.naming.NamingEntry
 
references - Variable in class org.apache.catalina.core.StandardWrapper
The security role references for this servlet, keyed by role name used in the servlet.
referrals - Variable in class org.apache.catalina.realm.JNDIRealm
How should we handle referrals?
refillReadBuffer() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Get more request body data from the web server and store it in the internal buffer.
ReflectionUtil - Class in org.apache.el.util
Utilities for Managing Serialization and Reflection
refresh() - Method in class org.apache.catalina.ha.backend.CollectedInfo
 
refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Refresh the system policy file, to pick up eventual changes.
refreshRow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
reg(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
REG_BINARY - Static variable in class org.apache.tomcat.jni.Registry
 
REG_DWORD - Static variable in class org.apache.tomcat.jni.Registry
 
REG_EXPAND_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
REG_MULTI_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
REG_QWORD - Static variable in class org.apache.tomcat.jni.Registry
 
REG_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
register(Request, HttpServletResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
register(Request, HttpServletResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
 
register(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Register the specified Principal as being associated with the specified value for the single sign on identifier.
register(String, String, SchemaResolver) - Static method in class org.apache.catalina.startup.DigesterFactory
Deprecated.
Load the resource and add it to the resolver.
register(Object, String) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Utility method to enable sub-classes to easily register additional components that don't implement JmxEnabled with an MBean server.
register(String, String) - Method in class org.apache.catalina.util.SchemaResolver
Deprecated.
Register the specified DTD/Schema URL for the specified public identifier.
register(AbstractProcessor<S>) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
register(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Register the specified DTD URL for the specified public identifier.
register(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
register() - Static method in class org.apache.tomcat.websocket.AsyncChannelGroupUtil
 
register(BackgroundProcess) - Method in class org.apache.tomcat.websocket.BackgroundProcessManager
 
register(WsRemoteEndpointImplServer) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
 
registerChannel(Selector, SelectableChannel, int, Object) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Register the given channel with the given selector for the given operations of interest
registerClusterValve() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
register all cluster valve to host or engine
registerComponent(Object, String, String) - Method in class org.apache.tomcat.util.modeler.Registry
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerComponent(Object, ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Register a component
registerComponent(Object, String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerCount - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
registerDefaultCluster(SimpleTcpCluster) - Static method in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
registerFailure() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
registerForRead(SelectionKey, ObjectReader) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
 
registerFuture(FutureToSendHandler) - Method in class org.apache.tomcat.websocket.WsSession
Make the session aware of a FutureToSendHandler that will need to be forcibly closed if the session closes before the FutureToSendHandler completes.
registerGlobalResourceAccess(Context, String, String) - Static method in class org.apache.naming.factory.ResourceLinkFactory
 
registerJmx() - Method in class org.apache.tomcat.jdbc.pool.DataSource
Registers the ConnectionPoolMBean under a unique name based on the ObjectName for the DataSource
registerJmx() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
registerLocalSchema(SchemaResolver) - Static method in class org.apache.catalina.startup.DigesterFactory
Deprecated.
Utilities used to force the parser to use local schema, when available, instead of the schemaLocation XML element.
registerManager(Manager) - Method in interface org.apache.catalina.Cluster
Register a manager with the cluster.
registerManager(Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
registerOutParameter(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
registerOutParameter(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
registerPool(String, ObjectPool<? extends Connection>) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
registerReplicationSession(DeltaSession) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Register all cross context sessions inside endAccess.
registerSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Overridden to make it visible to other classes in this package.
registerSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
registerSessionAtReplicationValve(DeltaSession) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Register cross context session at replication valve thread local
Registration - Interface in javax.servlet
Common interface for the registration of Filters and Servlets.
Registration.Dynamic - Interface in javax.servlet
 
registry - Static variable in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
registry - Variable in class org.apache.catalina.manager.JMXProxyServlet
 
registry - Static variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.GroupMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.RoleMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.UserMBean
The configuration information registry for our managed beans.
Registry - Class in org.apache.tomcat.jni
Windows Registry support
Registry() - Constructor for class org.apache.tomcat.jni.Registry
 
Registry - Class in org.apache.tomcat.util.modeler
Registry for modeler MBeans.
Registry() - Constructor for class org.apache.tomcat.util.modeler.Registry
 
RegistryMBean - Interface in org.apache.tomcat.util.modeler
Interface for modeler MBeans.
rehandshake(long) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Force a blocking handshake to take place for this key.
ReInit(InputStream) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(ELParserTokenManager) - Method in class org.apache.el.parser.ELParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.el.parser.ELParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.el.parser.ELParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.el.parser.SimpleCharStream
Reinitialise.
rejectedSessions - Variable in class org.apache.catalina.session.ManagerBase
Number of session creations that failed due to maxActiveSessions.
rejectIllegalHeaderName - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Do HTTP headers with illegal names and/or values cause the request to be rejected?
REL_EXTERNAL - Static variable in class org.apache.catalina.manager.Constants
 
REL_EXTERNAL - Static variable in class org.apache.catalina.manager.host.Constants
 
relative(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
relativeOrdering - Variable in class org.apache.catalina.startup.WebRuleSet
The RelativeOrderingRule rule used to parse the web.xml
release() - Method in class javax.servlet.jsp.PageContext
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
release() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Release state.
release() - Method in interface javax.servlet.jsp.tagext.Tag
Called on a Tag handler to release state.
release() - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
release() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Release any data kept by this instance for validation purposes.
release() - Method in class javax.servlet.jsp.tagext.TagSupport
Release state.
release(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Unused
release(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Release our use of this connection so that it can be recycled.
release(Connection) - Method in class org.apache.catalina.session.JDBCStore
Release the connection, if it is associated with a connection pool.
release() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Release lock for in/out messages election is completed
release(SocketWrapper<S>, Processor<S>, boolean, boolean) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
release(SocketWrapper<Long>, Processor<Long>, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
Expected to be used by the handler once the processor is no longer required.
release(SocketChannel) - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
Expected to be used by the Poller to release resources on socket close, errors etc.
release(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
Expected to be used by the Poller to release resources on socket close, errors etc.
release(SocketWrapper<NioChannel>, Processor<NioChannel>, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
Expected to be used by the handler once the processor is no longer required.
release(SocketWrapper<Socket>, Processor<Socket>, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
Expected to be used by the handler once the processor is no longer required.
release(SocketWrapper<Long>, Processor<Long>, boolean, boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
Expected to be used by the handler once the processor is no longer required.
release(SocketChannel) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
Expected to be used by the Poller to release resources on socket close, errors etc.
release(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
Expected to be used by the Poller to release resources on socket close, errors etc.
release(SocketWrapper<NioChannel>, Processor<NioChannel>, boolean, boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
Expected to be used by the handler once the processor is no longer required.
release(SocketWrapper<Socket>, Processor<Socket>, boolean, boolean) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
Expected to be used by the handler once the processor is no longer required.
release() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
release() - Method in class org.apache.jasper.runtime.PageContextImpl
 
release() - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
Deprecated.
Calls the release() method of all tag handlers in this tag handler pool.
release() - Method in class org.apache.jasper.runtime.TagHandlerPool
Calls the release() method of all available tag handlers in this tag handler pool.
release() - Method in class org.apache.juli.logging.LogFactory
Release any internal references to previously created Log instances returned by this factory.
release(ClassLoader) - Static method in class org.apache.juli.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
release() - Method in class org.apache.naming.resources.BaseDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.FileDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.VirtualDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.WARDirContext
Release any resources allocated for this directory context.
release(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
thread safe way to release a connection
release() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
This method is called if (Now - timeCheckedIn > getReleaseTime()) This method disconnects the connection, logs an error in debug mode if it happens then sets the PooledConnection.released flag to false.
release(SocketWrapper<NioChannel>) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
release(SocketChannel) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
releaseAll() - Static method in class org.apache.juli.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
releaseAll() - Method in class org.apache.tomcat.util.threads.LimitLatch
Releases all waiting threads and causes the LimitLatch.limit to be ignored until LimitLatch.reset() is called.
releaseCaches() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
releaseConnectionLatch() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
called to release a previously allocated PageContext object.
releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
releaseSavepoint(Savepoint) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
releaseTag(Tag, InstanceManager, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
releaseTag(Tag, InstanceManager) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
reload() - Method in interface org.apache.catalina.Context
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.core.StandardContext
Reload this web application, if reloading is supported.
reload(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Reload the web application at the specified context path.
reload(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Reload the web application at the specified context path.
reload() - Method in class org.apache.catalina.startup.FailedContext
 
RELOAD_EVENT - Static variable in interface org.apache.catalina.Context
Deprecated.
Will be removed in Tomcat 8.0.x onwards.
reloadResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a reload of the application.
ReloadTask - Class in org.apache.catalina.ant
Ant task that implements the /reload command, supported by the Tomcat manager application.
ReloadTask() - Constructor for class org.apache.catalina.ant.ReloadTask
 
remaining - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
remaining - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Number of bytes remaining in the current chunk.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Remaining bytes.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Remaining bytes.
remainingCapacity() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
remainingCapacity() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
remainingCapacity() - Method in class org.apache.tomcat.util.threads.TaskQueue
 
REMOTE - Static variable in class org.apache.naming.EjbRef
Remote interface classname address type.
REMOTE_ADDR_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the remote address recorded by the AccessLog.
REMOTE_ADDR_ATTRIBUTE - Static variable in class org.apache.catalina.Globals
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may be set by other similar components) that identifies for the connector the remote IP address claimed to be associated with this request when a request is received via one or more proxies.
REMOTE_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.Constants
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may be set by other similar components) that identifies for the connector the remote IP address claimed to be associated with this request when a request is received via one or more proxies.
REMOTE_HOST_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override remote host name recorded by the AccessLog.
REMOTE_IP_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
remoteAddr - Variable in class org.apache.catalina.connector.Request
Remote address.
remoteAddr - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
remoteAddr - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Remote Address associated with the current connection.
remoteAddr() - Method in class org.apache.coyote.Request
 
RemoteAddrFilter - Class in org.apache.catalina.filters
Concrete implementation of RequestFilter that filters based on the string representation of the remote client's IP address.
RemoteAddrFilter() - Constructor for class org.apache.catalina.filters.RemoteAddrFilter
 
RemoteAddrValve - Class in org.apache.catalina.valves
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address optionally combined with the server connector port number.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
 
RemoteCIDRFilter - Class in org.apache.catalina.filters
 
RemoteCIDRFilter() - Constructor for class org.apache.catalina.filters.RemoteCIDRFilter
 
RemoteCIDRValve - Class in org.apache.catalina.valves
 
RemoteCIDRValve() - Constructor for class org.apache.catalina.valves.RemoteCIDRValve
 
RemoteEndpoint - Interface in javax.websocket
 
RemoteEndpoint.Async - Interface in javax.websocket
 
RemoteEndpoint.Basic - Interface in javax.websocket
 
remoteHost - Variable in class org.apache.catalina.connector.Request
Remote host.
remoteHost - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
remoteHost - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Remote Host associated with the current connection.
remoteHost() - Method in class org.apache.coyote.Request
 
RemoteHostFilter - Class in org.apache.catalina.filters
Concrete implementation of RequestFilter that filters based on the remote client's host name.
RemoteHostFilter() - Constructor for class org.apache.catalina.filters.RemoteHostFilter
 
RemoteHostValve - Class in org.apache.catalina.valves
Concrete implementation of RequestFilterValve that filters based on the remote client's host name optionally combined with the server connector port number.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
 
RemoteIpFilter - Class in org.apache.catalina.filters
Servlet filter to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.
RemoteIpFilter() - Constructor for class org.apache.catalina.filters.RemoteIpFilter
 
RemoteIpFilter.XForwardedRequest - Class in org.apache.catalina.filters
 
RemoteIpFilter.XForwardedRequest(HttpServletRequest) - Constructor for class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
RemoteIpValve - Class in org.apache.catalina.valves
Tomcat port of mod_remoteip, this valve replaces the apparent client remote IP address and hostname for the request with the IP address list presented by a proxy or a load balancer via a request headers (e.g.
RemoteIpValve() - Constructor for class org.apache.catalina.valves.RemoteIpValve
Default constructor that ensures ValveBase.ValveBase(boolean) is called with true.
remotePort - Variable in class org.apache.catalina.connector.Request
Remote port
remotePort - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Remote port to which the socket is connected
RemoteProcessException - Exception in org.apache.catalina.tribes
Title: RemoteProcessException Description: Message thrown by a sender when USE_SYNC_ACK receives a FAIL_ACK_COMMAND.
RemoteProcessException() - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
 
RemoteProcessException(String) - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
 
RemoteProcessException(String, Throwable) - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
 
RemoteProcessException(Throwable) - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
 
remove(String, boolean) - Method in interface org.apache.catalina.ha.ClusterDeployer
Remove an existing web application, attached to the specified context name.
remove(String, boolean) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Remove an existing web application, attached to the specified context name.
remove(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Invoke the remove method on the deployer.
remove(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Remove the specified host.
remove(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Remove the specified host.
remove(Session) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(Session, boolean) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(Object) - Static method in class org.apache.catalina.security.SecurityUtil
Remove the object from the cache.
remove(String) - Method in class org.apache.catalina.session.FileStore
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in class org.apache.catalina.session.JDBCStore
Remove the Session with the specified session identifier from this Store, if present.
remove(Session) - Method in class org.apache.catalina.session.ManagerBase
 
remove(Session, boolean) - Method in class org.apache.catalina.session.ManagerBase
 
remove(Session, boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager.
remove(String) - Method in interface org.apache.catalina.Store
Remove the Session with the specified session identifier from this Store, if present.
remove(Member) - Method in interface org.apache.catalina.tribes.ChannelSender
Notification that a member has been removed or crashed.
remove() - Method in class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
 
remove(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Removes an object from this map, it will also remove it from
remove(Object, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
remove(Member) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
remove() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
Remove the complete queued object list.
remove(Member) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
 
remove(Member) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
remove(Member) - Method in class org.apache.catalina.tribes.transport.PooledSender
 
remove(Member) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
remove sender from transmitter. ( deregister mbean and disconnect sender )
remove(Member[], Member) - Static method in class org.apache.catalina.tribes.util.Arrays
 
remove(Object) - Method in class org.apache.catalina.util.ParameterMap
remove(Object) - Method in class org.apache.catalina.util.ResourceSet
Remove the given element from this set if it is present.
Remove - Class in org.apache.jasper.tagplugins.jstl.core
 
Remove() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Remove
 
remove(FastRemovalDequeue<T>.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
Removes any element of the list and returns its content.
remove(String) - Method in class org.apache.naming.resources.ResourceAttributes
Remove attribute.
remove() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
 
remove(Object) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
remove() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
remove() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
 
remove(Object) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
remove() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
remove(String, long) - Static method in class org.apache.tomcat.jni.Directory
Remove directory from the file system.
remove(String, long) - Static method in class org.apache.tomcat.jni.File
Delete the specified file.
remove(long, long) - Static method in class org.apache.tomcat.jni.Poll
Remove a descriptor from a pollset
remove(String, long) - Static method in class org.apache.tomcat.jni.Shm
Remove shared memory segment associated with a filename.
remove(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
remove(Object, Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
remove(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Remove socket from the poller.
remove(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
remove(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
Removes the specified socket from the poller.
remove(NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
remove(Object) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
 
REMOVE_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when an old alias is removed by removeAlias().
REMOVE_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is removed by removeChild().
REMOVE_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
REMOVE_MAPPING_EVENT - Static variable in interface org.apache.catalina.Wrapper
Container event for removing a wrapper.
REMOVE_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is removed by removeValve(), if this Container supports pipelines.
REMOVE_WELCOME_FILE_EVENT - Static variable in interface org.apache.catalina.Context
Container event for removing a wrapper.
removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in interface org.apache.catalina.Host
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in class org.apache.naming.resources.BaseDirContext
Remove an alias.
removeAlias(Mapper.Host) - Method in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
removeAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
removeAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
removeAllowedTrailerHeader(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
removeApplicationListener(String) - Method in interface org.apache.catalina.Context
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class javax.servlet.jsp.JspContext
Remove the object reference associated with the given name from all scopes.
removeAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
Remove the object reference associated with the specified name in the given scope.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Removes the attribute with the given name from the servlet context.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
removeAttribute(String) - Method in class org.apache.catalina.connector.Request
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
removeAttribute(String) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
removeAttribute(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
removeAttribute(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Remove the object bound with the specified name from this session.
removeAttribute(String, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttribute(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeAttribute(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Remove the specified context attribute.
removeAttribute(int) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
removeAttribute(String) - Method in class org.apache.juli.logging.LogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
 
removeAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Remove an attribute name from the set of names accepted by this filter.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove an attribute change notification event listener from this MBean.
removeAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove an attribute change notification event listener from this MBean.
removeAttributeInternal(String, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
removeAttributeInternal(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified role from the set of roles permitted to access the resources protected by this security constraint.
removeChannelListener(ChannelListener) - Method in interface org.apache.catalina.tribes.Channel
remove a channel listener, listeners are removed based on Object.hashCode and Object.equals
removeChannelListener(ChannelListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
Removes a channel listener from the channel.
removeChild(Container) - Method in interface org.apache.catalina.Container
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
removeChild(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.startup.FailedContext
 
removeClusterListener(ClusterListener) - Method in interface org.apache.catalina.ha.CatalinaCluster
 
removeClusterListener(ClusterListener) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Remove message listener and deregister Cluster from listener.
removeCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified web resource collection from those protected by this security constraint.
removeConnectionProperty(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Remove a custom connection property.
removeConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Remove the specified Connector from the set associated from this Service.
removeConnector(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Connector.
removeConnector(Connector) - Method in interface org.apache.catalina.Service
Remove the specified Connector from the set associated from this Service.
removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.startup.FailedContext
 
removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.startup.FailedContext
 
removeContext(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Context.
removeContext(Context) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
removeContextVersion(String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a context from an existing host.
removed - Variable in class org.apache.jasper.JspCompilationContext
 
removeEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified EJB from the naming context.
removeEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any EJB resource reference with the specified name.
removeEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEnvironment(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified environment entry from the naming context.
removeEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any environment entry with the specified name.
removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.startup.FailedContext
 
removeExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
Removes an executor from the service
removeExecutor(Executor) - Method in interface org.apache.catalina.Service
Removes an executor from the service
removeFactory(FileMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Remove file (war) from messages)
removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in class org.apache.catalina.startup.FailedContext
 
removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
 
removeFragCollection(FragmentationInterceptor.FragKey) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
removeFromEnvironment(String) - Method in class org.apache.naming.NamingContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.BaseDirContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
Removes an environment property from the environment of this context.
removeFromQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
removeFromQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
 
removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
Remove generated files
removeGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing group and destroy the corresponding MBean.
removeGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.User
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Group from this user database.
removeGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Group from this user database.
removeGroups() - Method in interface org.apache.catalina.User
Remove all Groups from those this user belongs to.
removeGroups() - Method in class org.apache.catalina.users.AbstractUser
Remove all Groups from those this user belongs to.
removeGroups() - Method in class org.apache.catalina.users.MemoryUser
Remove all Groups from those this user belongs to.
removeHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
removeHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Removes a header field with the specified name.
removeHeader(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
reset and swap with last header
removeHost(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Host.
removeHost(Host) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a host from the mapper.
removeHostAlias(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a host alias
removeIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes an IANA to Java encoding name mapping.
removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove the specified initialization parameter from this servlet.
removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Remove the specified initialization parameter from this Servlet.
removeInstanceListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Remove a lifecycle event listener from this component.
removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Remove a listener no longer interested in InstanceEvents.
removeInvalidFileFactories() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
removeJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes a Java to IANA encoding name mapping.
removeLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleBase
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Deprecated.
Remove a lifecycle event listener from this component.
removeLifeCycleListeners(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Remove a LifecycleEvent listeners from this component.
removeListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
removeLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Loader.
removeLocalEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified local EJB from the naming context.
removeLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any local EJB resource reference with the specified name.
removeManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.Registry
Remove an existing bean from the set of beans known to this registry.
removeManager(Manager) - Method in interface org.apache.catalina.Cluster
Removes a manager from the cluster
removeManager(Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Remove an application from cluster replication bus.
removeManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Manager.
removeMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove a mapping associated with the wrapper.
removeMapping(String) - Method in interface org.apache.catalina.Wrapper
Remove a mapping associated with the wrapper.
removeMember(MemberImpl) - Method in class org.apache.catalina.tribes.membership.Membership
Remove a member from this component.
removeMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.Channel
remove a membership listener, listeners are removed based on Object.hashCode and Object.equals
removeMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
Removes a membership listener from the channel.
removeMembershipListener() - Method in class org.apache.catalina.tribes.membership.McastService
Remove the membership listener
removeMembershipListener() - Method in interface org.apache.catalina.tribes.MembershipService
removes the membership listener.
removeMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
Remove any message destination with the specified name.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified message destination ref from the naming context.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
Remove any message destination ref with the specified name.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any message destination reference with the specified name.
removeMessageHandler(MessageHandler) - Method in interface javax.websocket.Session
 
removeMessageHandler(MessageHandler) - Method in class org.apache.tomcat.websocket.WsSession
 
removeMessageListener() - Method in class org.apache.catalina.tribes.membership.McastService
 
removeMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified HTTP request method from those that are part of this web resource collection.
removeMimeMapping(String) - Method in interface org.apache.catalina.Context
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeNote(String) - Method in class org.apache.catalina.connector.Request
Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
removeNote(String) - Method in interface org.apache.catalina.Session
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.session.StandardSession
Remove any object bound to the specified name in the internal notes for this session.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardContext
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeOldest(ConcurrentHashMap<String, SlowQueryReport.QueryStats>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Sort QueryStats by last invocation time
removeOmittedMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified HTTP request method from those that are explicitly excluded from this web resource collection.
removeParameter(String) - Method in interface org.apache.catalina.Context
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.startup.FailedContext
 
removePattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified URL pattern from those that are part of this web resource collection.
removePostConstructMethod(String) - Method in interface org.apache.catalina.Context
Removes the post construct method definition for the given class, if it exists; otherwise, no action is taken.
removePostConstructMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
removePostConstructMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
removePreDestroyMethod(String) - Method in interface org.apache.catalina.Context
Removes the pre destroy method definition for the given class, if it exists; otherwise, no action is taken.
removePreDestroyMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
removePreDestroyMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeProperty(String) - Method in class org.apache.catalina.deploy.ContextTransaction
remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.deploy.ResourceBase
Remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Deprecated.
Unused - will be removed in Tomcat 8.0.x
removeProperty(String) - Method in interface org.apache.catalina.ha.util.IDynamicProperty
remove a configured property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.NamingResources
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.FailedContext
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Remove a property change listener from this component.
removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Realm.
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
removeResource(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified resource from the naming context.
removeResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified resource environment reference from the naming context.
removeResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource environment reference with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified resource link from the naming context.
removeResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource link reference with the specified name.
removeRole(Role) - Method in interface org.apache.catalina.Group
Remove a Role from those assigned to this group.
removeRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
Remove a Role from those this group belongs to.
removeRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing role and destroy the corresponding MBean.
removeRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Role from those this user belongs to.
removeRole(Role) - Method in interface org.apache.catalina.User
Remove a Role from those assigned to this user.
removeRole(Role) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Role from this user database.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Role from this user database.
removeRoleMapping(String) - Method in interface org.apache.catalina.Context
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeRoles() - Method in interface org.apache.catalina.Group
Remove all Roles from those assigned to this group.
removeRoles() - Method in interface org.apache.catalina.User
Remove all Roles from those assigned to this user.
removeRoles() - Method in class org.apache.catalina.users.AbstractGroup
Remove all Roles from those assigned to this group.
removeRoles() - Method in class org.apache.catalina.users.AbstractUser
Remove all Roles from those assigned to this user.
removeRoles() - Method in class org.apache.catalina.users.MemoryGroup
Remove all Roles from those assigned to this group.
removeRoles() - Method in class org.apache.catalina.users.MemoryUser
Remove all Roles from those assigned to this user.
removeSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
 
removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove any security role reference for the specified role name.
removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Remove any security role reference for the specified role name.
removeSecurityRole(String) - Method in interface org.apache.catalina.Context
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeSenderState(Member) - Static method in class org.apache.catalina.tribes.transport.SenderState
 
removeService(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified web service from the naming context.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
Remove the specified Service from the set associated from this Server.
removeService(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any web service reference with the specified name.
removeService(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Service.
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Invoke the check method on the deployer.
removeServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the removeServiced method on the deployer.
removeServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Removed a serviced application from the list.
removeServletMapping(String) - Method in interface org.apache.catalina.Context
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeSession(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a single Session from a SingleSignOn.
removeSession(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Removes the given Session from the list of those associated with this SSO.
removeSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
removeSessionAttribute(ContextName, String, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Removes an attribute from an HttpSession
removeSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
removeSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaSession
 
removeSessionListener(SessionListener, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
removeSessionListener(SessionListener) - Method in class org.apache.catalina.manager.DummyProxySession
 
removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Remove a session event listener from this component.
removeSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
Remove a session event listener from this component.
removeStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
removeStaticMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
removeSuper(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, but not from the Store.
removeSuspects - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
removeSuspectsTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
removeTrace(AbandonedTrace) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Remove a child object this object is tracing.
removeTransformer(ClassFileTransformer) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Removes the specified class file transformer from this class loader.
removeTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
Removes the specified class file transformer from this class loader.
removeUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing user and destroy the corresponding MBean.
removeUser(User) - Method in interface org.apache.catalina.UserDatabase
Remove the specified User from this user database.
removeUser(User) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified User from this user database.
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String)
removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Remove a value associated with a key.
removeValue(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated.
As of Version 2.2, this method is replaced by removeAttribute()
removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
Deprecated.
As of Version 2.2, this method is replaced by StandardSessionFacade.removeAttribute(java.lang.String)
removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Remove an existing Valve.
removeValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Valve.
removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeWaitingRequest(SocketWrapper<S>) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
removeWaitingRequest(SocketWrapper<Long>) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
removeWaitingRequest(SocketWrapper<Socket>) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
removeWaitingRequest(SocketWrapper<NioChannel>) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
removeWatchedResource(String) - Method in interface org.apache.catalina.Context
Remove the specified watched resource name from the list associated with this Context.
removeWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified watched resource name from the list associated with this Context.
removeWatchedResource(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeWelcomeFile(String, String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a welcome file from the given context.
removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Remove a JspServletWrapper.
removeWrapper(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from the context associated with this wrapper.
removeWrapper(String, String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from an existing context.
removeWrapper(Mapper.ContextVersion, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeWrapperListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
rename(Name, Name) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
rename(String, String) - Method in class org.apache.naming.resources.EmptyDirContext
 
rename(String, String) - Method in class org.apache.naming.resources.FileDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.WARDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String, long) - Static method in class org.apache.tomcat.jni.File
Rename the specified file.
renameOnRotate - Variable in class org.apache.catalina.valves.AccessLogValve
Should we defer inclusion of the date stamp in the file name until rotate time?
render(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
Decide which way to render.
renderHtml(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the specified file size (in bytes).
renderXml(String, CacheEntry, Source) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an XML representation of the contents this directory.
renegotiate(long) - Static method in class org.apache.tomcat.jni.SSLSocket
Do an SSL renegotiation.
repeat(char, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
replace(String) - Method in class org.apache.catalina.startup.Bootstrap
System property replacement in the given string.
replace(String, char, String) - Static method in class org.apache.jasper.compiler.JspUtil
Replaces any occurrences of the character replace with the string with.
replace(String) - Method in class org.apache.juli.ClassLoaderLogManager
System property replacement in the given string.
replace(K, V, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
replace(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
replacements - Static variable in class org.apache.catalina.connector.Connector
 
replaceProperties(String, Hashtable<Object, Object>, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
replaceProperties(String, Hashtable<Object, Object>, IntrospectionUtils.PropertySource[], ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replaces ${NAME} in the value with the value of the property 'NAME'.
replay - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Replay read.
replicate(Object, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Replicates any changes to the object since the last time The object has to be primary, ie, if the object is a proxy or a backup, it will not be replicated
replicate(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
This can be invoked by a periodic thread to replicate out any changes.
ReplicatedContext - Class in org.apache.catalina.ha.context
 
ReplicatedContext() - Constructor for class org.apache.catalina.ha.context.ReplicatedContext
 
ReplicatedContext.MultiEnumeration<T> - Class in org.apache.catalina.ha.context
 
ReplicatedContext.MultiEnumeration(Enumeration<T>[]) - Constructor for class org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration
 
ReplicatedContext.ReplApplContext - Class in org.apache.catalina.ha.context
 
ReplicatedContext.ReplApplContext(ReplicatedContext) - Constructor for class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
ReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
All-to-all replication for a hash map implementation.
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, float, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[], boolean) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMapEntry - Interface in org.apache.catalina.tribes.tipis
For smarter replication, an object can implement this interface to replicate diffs
The replication logic will call the methods in the following order:
1. if ( entry.isDirty() )
try { 2.
ReplicatedSessionListener - Interface in org.apache.catalina.ha.session
This is a marker interface used to indicate an implementation of SessionListener that should be replicated with the session across the cluster.
ReplicationStream - Class in org.apache.catalina.tribes.io
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
ReplicationStream(InputStream, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.io.ReplicationStream
Construct a new instance of CustomObjectInputStream
ReplicationTransmitter - Class in org.apache.catalina.tribes.transport
Transmit message to other cluster members Actual senders are created based on the replicationMode type
ReplicationTransmitter() - Constructor for class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
ReplicationValve - Class in org.apache.catalina.ha.tcp
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
ReplicationValve() - Constructor for class org.apache.catalina.ha.tcp.ReplicationValve
 
reply - Variable in class org.apache.catalina.tribes.group.RpcMessage
 
replyFailed(Serializable, Serializable, Member, Exception) - Method in interface org.apache.catalina.tribes.group.ExtendedRpcCallback
The reply failed.
replyRequest(Serializable, Member) - Method in interface org.apache.catalina.tribes.group.RpcCallback
 
replyRequest(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
replySucceeded(Serializable, Serializable, Member) - Method in interface org.apache.catalina.tribes.group.ExtendedRpcCallback
The reply succeeded
report(double) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Prints out an error report.
reportBuf - Variable in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
 
reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when a query execution, a call to execute/executeQuery or executeBatch failed.
reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when a query execution, a call to execute/executeQuery or executeBatch succeeded and was within the timing threshold
reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when a query execution, a call to execute/executeQuery or executeBatch succeeded and was exceeded the timing threshold
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
repositories - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repositoryURLs - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Repositories URLs, used to cache the result of getURLs.
req - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key to track the single-sign-on identity with which this request is associated.
REQUEST - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletRequest in PageContext name table.
request - Variable in class org.apache.catalina.connector.CometEventImpl
Associated request.
Request - Class in org.apache.catalina.connector
Wrapper object for the Coyote request.
Request() - Constructor for class org.apache.catalina.connector.Request
 
request - Variable in class org.apache.catalina.connector.RequestFacade
The wrapped request.
request - Variable in class org.apache.catalina.connector.Response
The request with which this response is associated.
REQUEST - Static variable in class org.apache.catalina.deploy.FilterMap
 
request - Variable in class org.apache.coyote.AbstractProcessor
 
request - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Associated Coyote request.
Request - Class in org.apache.coyote
This is a low-level, efficient representation of a server request.
Request() - Constructor for class org.apache.coyote.Request
 
REQUEST_FORWARDED_ATTRIBUTE - Static variable in class org.apache.catalina.Globals
The request attribute that is set to the value of Boolean.TRUE by the RemoteIpFilter, RemoteIpValve (and other similar components) that identifies a request which been forwarded via one or more proxies.
REQUEST_HEADER_ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Request-Headers header indicates which headers will be used in the actual request as part of the preflight request.
REQUEST_HEADER_ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Request-Method header indicates which method will be used in the actual request as part of the preflight request.
REQUEST_HEADER_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
The Origin header indicates where the cross-origin request or preflight request originates from.
REQUEST_HEADER_VARY - Static variable in class org.apache.catalina.filters.CorsFilter
Deprecated.
Unused. Will be removed in Tomcat 10
REQUEST_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
REQUEST_TIME_VALUE - Static variable in class javax.servlet.jsp.tagext.TagData
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
requestAttributesEnabled - Variable in class org.apache.catalina.valves.AccessLogValve
Should this valve use request attributes for IP address, hostname, protocol and port used for the request.
requestCompleted(String) - Method in interface org.apache.catalina.ha.ClusterManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
requestCompleted(String) - Method in class org.apache.catalina.ha.session.BackupManager
 
requestCompleted(String) - Method in class org.apache.catalina.ha.session.DeltaManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
requestCompleted(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
RequestContext - Interface in org.apache.tomcat.util.http.fileupload
Abstracts access to the request information needed for file uploads.
requestDestroyed(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
The request is about to go out of scope of the web application.
RequestDispatcher - Interface in javax.servlet
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
requestDispatcherPath - Variable in class org.apache.catalina.connector.Request
The current request dispatcher path.
RequestDumperFilter - Class in org.apache.catalina.filters
Implementation of a Filter that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperFilter() - Constructor for class org.apache.catalina.filters.RequestDumperFilter
 
requestedSessionCookie - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.apache.catalina.connector.Request
The requested session ID (if any) for this request.
requestedSessionSSL - Variable in class org.apache.catalina.connector.Request
Was the requested session ID obtained from the SSL session?
requestedSessionURL - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a URL?
RequestFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote request object.
RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
Construct a wrapper for the specified request.
RequestFilter - Class in org.apache.catalina.filters
Implementation of a Filter that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against the regular expressions configured for this Filter.
RequestFilter() - Constructor for class org.apache.catalina.filters.RequestFilter
 
RequestFilterValve - Class in org.apache.catalina.valves
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against the regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
 
RequestGroupInfo - Class in org.apache.coyote
This can be moved to top level ( eventually with a better name ).
RequestGroupInfo() - Constructor for class org.apache.coyote.RequestGroupInfo
 
requestHandler(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process our request and locate right SSI command.
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Header message.
RequestInfo - Class in org.apache.coyote
Structure holding the Request and Response objects.
RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
 
requestInitialized(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
The request is about to come into scope of the web application.
requestPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
requestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of request processors object names.
requestURI() - Method in class org.apache.coyote.Request
 
RequestUtil - Class in org.apache.catalina.util
General purpose request parsing and encoding utility methods.
RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
 
RequestUtil - Class in org.apache.tomcat.util.http
 
requireClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Flag to state that we require client authentication.
requiredSecret - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Deprecated.
requiredSecret - Variable in class org.apache.coyote.ajp.AbstractAjpProtocol
 
requiresExtensions() - Method in class org.apache.catalina.util.ManifestResource
Convenience method to check if this ManifestResource has an requires extensions.
res - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
reset() - Method in interface javax.servlet.ServletResponse
Clears any data that exists in the buffer as well as the status code and headers.
reset() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call reset() on the wrapped response object.
reset() - Method in class org.apache.catalina.connector.CoyoteReader
 
reset() - Method in class org.apache.catalina.connector.InputBuffer
 
reset() - Method in class org.apache.catalina.connector.OutputBuffer
 
reset(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
 
reset() - Method in class org.apache.catalina.connector.Response
Clear any content written to the buffer.
reset(int, String) - Method in class org.apache.catalina.connector.Response
Deprecated.
reset() - Method in class org.apache.catalina.connector.ResponseFacade
 
reset() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
reset() - Method in class org.apache.catalina.ha.session.DeltaRequest
 
reset() - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
reset() - Method in class org.apache.catalina.tribes.membership.Membership
Reset the membership and start over fresh.
reset() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
reset() - Method in class org.apache.catalina.util.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
reset() - Method in class org.apache.coyote.ajp.AjpMessage
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Reset current response.
reset() - Method in class org.apache.coyote.Response
 
reset() - Method in class org.apache.el.parser.JJTELParserState
 
reset() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UCSReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Reset the stream.
reset() - Method in class org.apache.juli.ClassLoaderLogManager
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
no-op for this interceptor. no state is stored.
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Gets called each time the connection is borrowed from the pool This means that if an interceptor holds a reference to the connection the interceptor can be reused for another connection.
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.TrapException
no-op for this interceptor. no state is stored.
reset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
reset() - Method in class org.apache.tomcat.util.buf.CharChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
reset() - Method in class org.apache.tomcat.util.buf.StringCache
 
reset() - Method in class org.apache.tomcat.util.digester.Digester
 
reset() - Method in class org.apache.tomcat.util.net.NioChannel
 
reset(NioEndpoint.Poller, NioChannel, long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
reset() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
reset(NioChannel, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
reset() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
reset(NioChannel, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
reset(SSLEngine) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
reset() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
reset(E, long) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
reset() - Method in class org.apache.tomcat.util.scan.FileUrlJar
 
reset() - Method in interface org.apache.tomcat.util.scan.Jar
Resets the internal pointer used to track JAR entries to the beginning of the JAR.
reset() - Method in class org.apache.tomcat.util.scan.UrlJar
 
reset() - Method in class org.apache.tomcat.util.threads.LimitLatch
Resets the latch and initializes the shared acquisition counter to zero.
ResetAbandonedTimer - Class in org.apache.tomcat.jdbc.pool.interceptor
Class that resets the abandoned timer on any activity on the Connection or any successful query executions.
ResetAbandonedTimer() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
resetBuffer() - Method in interface javax.servlet.ServletResponse
Clears the content of the underlying buffer in the response without clearing headers or status code.
resetBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call resetBuffer() on the wrapped response object.
resetBuffer() - Method in class org.apache.catalina.connector.Response
Reset the data buffer but not any status or header information.
resetBuffer(boolean) - Method in class org.apache.catalina.connector.Response
Reset the data buffer and the using Writer/Stream flags but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Clears the output buffer of the JspWriter associated with the including page.
resetCounters() - Method in class org.apache.coyote.RequestGroupInfo
 
resetDeltaRequest() - Method in class org.apache.catalina.ha.session.DeltaSession
 
resetDeltaRequest(Session) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Reset DeltaRequest from session
resetDiff() - Method in class org.apache.catalina.ha.session.DeltaSession
Resets the current diff state and resets the dirty flag
resetDiff() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Resets the current diff state and resets the dirty flag
resetErrorState() - Method in class org.apache.coyote.AbstractProcessor
 
resetLatch(CountDownLatch) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
resetMetadata() - Method in class org.apache.tomcat.util.modeler.Registry
 
resetReadLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
resetReplicationRequest(Request, boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Fix memory leak for long sessions with many changes, when no backup member exists!
resetStatistics() - Method in class org.apache.catalina.ha.session.DeltaManager
Reset manager statistics
resetStatistics() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
reset the active statistics
resetStats() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
reset the statistics of this pool.
resetStats() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
reset the statistics of this pool.
resetStats() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - remove all stats for this connection pool
resetStats() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
resetStats() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
reset the statistics of this pool.
resetTimeouts() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Provides a mechanism for those connector implementations (currently only NIO) that need to reset timeouts from Async timeouts to standard HTTP timeouts once async processing completes.
resetTimeouts() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
resetTimeouts() - Method in class org.apache.coyote.ajp.AjpNioProcessor
 
resetTimeouts() - Method in class org.apache.coyote.ajp.AjpProcessor
 
resetTimeouts() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Provides a mechanism for those connector implementations (currently only NIO) that need to reset timeouts from Async timeouts to standard HTTP timeouts once async processing completes.
resetTimeouts() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
resetTimeouts() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
resetTimeouts() - Method in class org.apache.coyote.http11.Http11Processor
 
resetTimer() - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
resetWriteLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
ResizableExecutor - Interface in org.apache.tomcat.util.threads
 
resizePool(int, int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
resizePool(int, int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
 
resizeQueue(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
resizeQueue(int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
 
RESOLVABLE_AT_DESIGN_TIME - Static variable in class javax.el.ELResolver
 
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.tribes.io.ReplicationStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
 
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveEntity(String, String) - Method in class org.apache.catalina.util.SchemaResolver
Deprecated.
Resolve the requested external entity.
resolveEntity(String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
 
resolveEntity(String, String, String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
 
resolveEntity(String, String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
 
resolveEntity(String, String) - Method in class org.apache.tomcat.util.DomUtil.NullResolver
Deprecated.
 
resolveFile(String) - Method in class org.apache.jasper.JspC
Resolves the relative or absolute pathname correctly in both Ant and command-line situations.
resolveFunction(String, String) - Method in class javax.el.FunctionMapper
 
resolveFunction(String, String) - Method in interface javax.servlet.jsp.el.FunctionMapper
Deprecated.
Resolves the specified local name and prefix into a Java.lang.Method.
resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperFactory
 
resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperImpl
 
resolveFunction(String, String) - Method in class org.apache.jasper.el.FunctionMapperImpl
Deprecated.
 
resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Resolves the specified local name and prefix into a Java.lang.Method.
resolveProxyClass(String[]) - Method in class org.apache.catalina.tribes.io.ReplicationStream
ObjectInputStream.resolveProxyClass has some funky way of using the incorrect class loader to resolve proxy classes, let's do it our way instead
resolveProxyClass(String[]) - Method in class org.apache.catalina.util.CustomObjectInputStream
Return a proxy class that implements the interfaces named in a proxy class descriptor.
resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
Get the full value of a URI relative to this compilations context uses current file as the base.
resolveUrl(String, String, PageContext) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
resolveVariable(String) - Method in class javax.el.VariableMapper
 
resolveVariable(String) - Method in interface javax.servlet.jsp.el.VariableResolver
Deprecated.
Resolves the specified variable.
resolveVariable(String) - Method in class org.apache.el.lang.VariableMapperFactory
 
resolveVariable(String) - Method in class org.apache.el.lang.VariableMapperImpl
 
resolveVariable(String) - Method in class org.apache.jasper.el.VariableResolverImpl
Deprecated.
 
resolveVariable(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
Deprecated.
Resource - Annotation Type in javax.annotation
 
resource - Variable in class org.apache.naming.resources.CacheEntry
 
resource - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated resource.
Resource - Class in org.apache.naming.resources
Encapsulates the contents of a resource.
Resource() - Constructor for class org.apache.naming.resources.Resource
 
Resource(InputStream) - Constructor for class org.apache.naming.resources.Resource
 
Resource(byte[]) - Constructor for class org.apache.naming.resources.Resource
 
resource - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
The managed resource this MBean is associated with (if any).
Resource.AuthenticationType - Enum in javax.annotation
 
ResourceAttributes - Class in org.apache.naming.resources
Attributes implementation.
ResourceAttributes() - Constructor for class org.apache.naming.resources.ResourceAttributes
Default constructor.
ResourceAttributes(Attributes) - Constructor for class org.apache.naming.resources.ResourceAttributes
Merges with another attribute set.
ResourceBase - Class in org.apache.catalina.deploy
Representation of an Context element
ResourceBase() - Constructor for class org.apache.catalina.deploy.ResourceBase
 
ResourceBundleELResolver - Class in javax.el
 
ResourceBundleELResolver() - Constructor for class javax.el.ResourceBundleELResolver
 
ResourceCache - Class in org.apache.naming.resources
Implements a special purpose cache.
ResourceCache() - Constructor for class org.apache.naming.resources.ResourceCache
 
resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource path, not binary name.
ResourceEntry - Class in org.apache.catalina.loader
Resource entry.
ResourceEntry() - Constructor for class org.apache.catalina.loader.ResourceEntry
 
ResourceEnvFactory - Class in org.apache.naming.factory
Object factory for Resources env.
ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
 
ResourceEnvRef - Class in org.apache.naming
Represents a reference address to a resource environment.
ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceFactory - Class in org.apache.naming.factory
Object factory for Resources.
ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
 
ResourceLinkFactory - Class in org.apache.naming.factory
Object factory for resource links.
ResourceLinkFactory() - Constructor for class org.apache.naming.factory.ResourceLinkFactory
 
ResourceLinkRef - Class in org.apache.naming
Represents a reference address to a resource.
ResourceLinkRef(String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceLinkRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
resourceName - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The global JNDI name of the UserDatabase resource we will be utilizing.
resourceOnly - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
ResourceRef - Class in org.apache.naming
Represents a reference address to a resource.
ResourceRef(String, String, String, String, boolean) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceRef(String, String, String, String, boolean, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
Resources - Annotation Type in javax.annotation
 
resources - Variable in class org.apache.catalina.core.ContainerBase
The resources DirContext object with which this Container is associated.
resources - Variable in class org.apache.catalina.deploy.ContextTransaction
Deprecated.
resources - Variable in class org.apache.catalina.deploy.ResourceBase
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Associated directory context giving access to the resources in this webapp.
resources(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of available global JNDI resources.
resources - Variable in class org.apache.catalina.servlets.DefaultServlet
Proxy directory context.
resources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
The JNDI directory context which is associated with the context.
RESOURCES_JNDI_NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet
JNDI resources name.
ResourceSet<T> - Class in org.apache.catalina.util
Extended implementation of HashSet that includes a locked property.
ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and load factor.
ResourceSet(Collection<T>) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new set with the same contents as the existing collection.
resourcesStart() - Method in class org.apache.catalina.core.StandardContext
Allocate resources, including proxy.
resourcesStop() - Method in class org.apache.catalina.core.StandardContext
Deallocate resources and destroy proxy.
ResourcesTask - Class in org.apache.catalina.ant
Ant task that implements the /resources command, supported by the Tomcat manager application.
ResourcesTask() - Constructor for class org.apache.catalina.ant.ResourcesTask
 
resourceType - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
 
RESPONSE - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletResponse in PageContext name table.
response - Variable in class org.apache.catalina.connector.CometEventImpl
Associated response.
response - Variable in class org.apache.catalina.connector.Request
The response with which this request is associated.
Response - Class in org.apache.catalina.connector
Wrapper object for the Coyote response.
Response() - Constructor for class org.apache.catalina.connector.Response
 
response - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
Response - Class in org.apache.catalina.tribes.group
A response object holds a message from a responding partner.
Response() - Constructor for class org.apache.catalina.tribes.group.Response
 
Response(Member, Serializable) - Constructor for class org.apache.catalina.tribes.group.Response
 
response - Variable in class org.apache.coyote.AbstractProcessor
 
response - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
Associated Coyote response.
Response - Class in org.apache.coyote
Response object.
Response() - Constructor for class org.apache.coyote.Response
 
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Credentials header indicates whether the response to request can be exposed when the omit credentials flag is unset.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Headers header indicates, as part of the response to a preflight request, which header field names can be used during the actual request.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Methods header indicates, as part of the response to a preflight request, which methods can be used during the actual request.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Origin header indicates whether a resource can be shared based by returning the value of the Origin request header in the response.
RESPONSE_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Expose-Headers header indicates which headers are safe to expose to the API of a CORS API specification
RESPONSE_HEADER_ACCESS_CONTROL_MAX_AGE - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Max-Age header indicates how long the results of a preflight request can be cached in a preflight result cache.
ResponseFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote response object.
ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
Construct a wrapper for the specified response.
ResponseIncludeWrapper - Class in org.apache.catalina.ssi
An HttpServletResponseWrapper, used from SSIServletExternalResolver
ResponseIncludeWrapper(HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.ssi.ResponseIncludeWrapper
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
responseMessage - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Message used for response composition.
responses - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
ResponseUtil - Class in org.apache.tomcat.util.http
 
RestCsrfPreventionFilter - Class in org.apache.catalina.filters
Provides basic CSRF protection for REST APIs.
RestCsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.RestCsrfPreventionFilter
 
restoreRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Restore the original request from information stored in our session.
restrictedUserAgents - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Regular expression that defines the restricted user agents.
RESULTSET_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
resultSetConstructor - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
the constructor to create the resultSet proxies
resume() - Method in class org.apache.catalina.connector.Connector
Resume the connector.
resume() - Method in class org.apache.coyote.AbstractProtocol
 
resume() - Method in interface org.apache.coyote.ProtocolHandler
Resume the protocol (optional).
resume() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Resume the endpoint, which will make it start accepting new connections again.
retainAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
retainAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
returnBuffer(XByteBuffer) - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
 
returnBuffer(XByteBuffer) - Method in class org.apache.catalina.tribes.io.BufferPool
 
returnCanonicalPath(String) - Method in class org.apache.catalina.startup.HostConfig
 
returnConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns a connection to the pool If the pool is closed, the connection will be released If the connection is not part of the busy queue, it will be released.
returnObject(T) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool
Return a db connection to the pool.
returnObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Return an instance to the pool.
returnObject(T) - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Returns an instance to the pool.
returnObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Returns an object to a keyed pool.
returnObject(T) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Returns an object instance to the pool.
returnObject(T) - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Returns an instance to the pool after successful validation and passivation.
returnObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Returns obj to the pool under key.
returnObject(T) - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Returns an instance to the pool, pushing it on top of the idle instance stack after successful validation and passivation.
returnObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Return an instance to the pool.
returnObject(T) - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Return an instance to the pool.
returnSender(DataSender) - Method in class org.apache.catalina.tribes.transport.PooledSender
 
returnWorker(AbstractRxTask) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Called by the worker thread to return itself to the idle pool.
reuse(Tag) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
Deprecated.
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
reuse(Tag) - Method in class org.apache.jasper.runtime.TagHandlerPool
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
reuse - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Spare CaptureLog ready for reuse.
revalidate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Revalidate entry.
reverse(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a Java encoding name to MIME charset name.
rewind(long) - Static method in class org.apache.tomcat.jni.Directory
Rewind the directory to the first entry.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.WebdavServlet
URL rewriter.
rfc1036Format - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
 
RFC1123_DATE - Static variable in class org.apache.catalina.util.ConcurrentDateFormat
Deprecated.
 
RFC1123_DATE - Static variable in class org.apache.naming.resources.ConcurrentDateFormat
 
RFC1123_DATE - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Deprecated.
Unused. This will be removed in Tomcat 10.
RFC1123_PATTERN - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
rfc1123Format - Static variable in class org.apache.catalina.util.DateTool
Deprecated.
DateFormat to be used to format dates
RFC2231Utility - Class in org.apache.tomcat.util.http.fileupload.util.mime
Utility class to decode/encode character set on HTTP Header fields based on RFC 2231.
RFC2231Utility() - Constructor for class org.apache.tomcat.util.http.fileupload.util.mime.RFC2231Utility
 
rfc822(long) - Static method in class org.apache.tomcat.jni.Time
Formats dates in the RFC822 format in an efficient manner.
rgOname - Variable in class org.apache.coyote.AbstractProtocol
Name of MBean for the Global Request Processor.
rmiBindAddress - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
rmiRegistryPortPlatform - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
rmiRegistrySSL - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
rmiServerPortPlatform - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
rmiServerSSL - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
Role - Interface in org.apache.catalina
Abstract representation of a security role, suitable for use in environments like JAAS that want to deal with Principals.
role - Variable in class org.apache.tomcat.util.modeler.OperationInfo
 
roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for role searches.
roleBaseFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current roleBase.
roleClasses - Variable in class org.apache.catalina.realm.JAASRealm
The list of role class names, split out for easy processing.
roleClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent security roles.
roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current roleSearch.
RoleMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.Role component.
RoleMBean() - Constructor for class org.apache.catalina.mbeans.RoleMBean
Construct a ModelMBean with default ModelMBeanInfo information.
roleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute containing roles held elsewhere
rolename - Variable in class org.apache.catalina.users.AbstractRole
The role name of this Role.
roleNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user role table that names a role
roleNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The column in the user role table that names a role
roleNested - Variable in class org.apache.catalina.realm.JNDIRealm
Should we look for nested group in order to determine roles?
roles - Variable in class org.apache.catalina.ha.session.SerializablePrincipal
The set of roles associated with this user.
roles - Variable in class org.apache.catalina.realm.GenericPrincipal
The set of roles associated with this user.
roles(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the specified username.
roles - Variable in class org.apache.catalina.users.MemoryGroup
The set of Roles associated with this group.
roles - Variable in class org.apache.catalina.users.MemoryUser
The set of Roles associated with this user.
roles - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Roles defined in this database, keyed by role name.
RolesAllowed - Annotation Type in javax.annotation.security
 
roleSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to select roles for a user, with "{0}" marking the spot where the distinguished name of the user goes.
roleSearchAsUser - Variable in class org.apache.catalina.realm.JNDIRealm
When searching for user roles, should the search be performed as the user currently being authenticated?
roleSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching memberships?
rollback() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
rollback(Savepoint) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
root - Variable in class org.apache.tomcat.util.digester.Digester
The "root" element of the stack (in other words, the last object that was popped.
ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
ROOT_REL_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
 
rootNode() - Method in class org.apache.el.parser.JJTELParserState
 
rootPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
Root APR memory pool.
rotatable - Variable in class org.apache.catalina.valves.AccessLogValve
Should we rotate our log file?
rotate() - Method in class org.apache.catalina.valves.AccessLogValve
Rotate the log file if necessary.
rotate(String) - Method in class org.apache.catalina.valves.AccessLogValve
Rename the existing log file to something else.
rotateSessionId(Session) - Method in class org.apache.catalina.ha.session.DeltaManager
 
rotateSessionId(Session, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
rotateSessionId(Session) - Method in class org.apache.catalina.session.ManagerBase
 
rowDeleted() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
rowInserted() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
rowUpdated() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
RPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
RpcCallback - Interface in org.apache.catalina.tribes.group
The RpcCallback interface is an interface for the Tribes channel to request a response object to a request that came in.
RpcChannel - Class in org.apache.catalina.tribes.group
A channel to handle RPC messaging
RpcChannel(byte[], Channel, RpcCallback) - Constructor for class org.apache.catalina.tribes.group.RpcChannel
Create an RPC channel.
rpcChannel - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The RpcChannel to send RPC messages through
RpcChannel.RpcCollector - Class in org.apache.catalina.tribes.group
Class that holds all response.
RpcChannel.RpcCollector(RpcChannel.RpcCollectorKey, int, int, long) - Constructor for class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
Deprecated.
Use RpcChannel.RpcCollector#RpcCollector(RpcCollectorKey, int, int)
RpcChannel.RpcCollector(RpcChannel.RpcCollectorKey, int, int) - Constructor for class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
RpcChannel.RpcCollectorKey - Class in org.apache.catalina.tribes.group
 
RpcChannel.RpcCollectorKey(byte[]) - Constructor for class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
 
rpcId - Variable in class org.apache.catalina.tribes.group.RpcMessage
 
RpcMessage - Class in org.apache.catalina.tribes.group
Title: Description: Company:
RpcMessage() - Constructor for class org.apache.catalina.tribes.group.RpcMessage
 
RpcMessage(byte[], byte[], Serializable) - Constructor for class org.apache.catalina.tribes.group.RpcMessage
 
RpcMessage.NoRpcChannelReply - Class in org.apache.catalina.tribes.group
 
RpcMessage.NoRpcChannelReply() - Constructor for class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
 
RpcMessage.NoRpcChannelReply(byte[], byte[]) - Constructor for class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
 
rpcTimeout - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Timeout for RPC messages, how long we will wait for a reply
Rule - Class in org.apache.tomcat.util.digester
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Rule() - Constructor for class org.apache.tomcat.util.digester.Rule
Base constructor.
rules - Variable in class org.apache.tomcat.util.digester.Digester
The Rules implementation containing our collection of Rule instances and associated matching policy.
Rules - Interface in org.apache.tomcat.util.digester
Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing.
rules() - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, in the order that they were originally registered.
rules() - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets all rules
RulesBase - Class in org.apache.tomcat.util.digester
Default implementation of the Rules interface that supports the standard rule matching behavior.
RulesBase() - Constructor for class org.apache.tomcat.util.digester.RulesBase
 
RuleSet - Interface in org.apache.tomcat.util.digester
Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation.
RuleSetBase - Class in org.apache.tomcat.util.digester
Convenience base class that implements the RuleSet interface.
RuleSetBase() - Constructor for class org.apache.tomcat.util.digester.RuleSetBase
 
rulesValidation - Variable in class org.apache.tomcat.util.digester.Digester
Warn on missing attributes and elements.
run() - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
run() - Method in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
 
run() - Method in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedFindResourceByName
 
run() - Method in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedGetClassLoader
 
run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Executes a CGI script with the desired environment, current working directory, and input/output streams This implements the following CGI specification recommendations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.
run() - Method in class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
run() - Method in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
run - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
run() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
run() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor.PingThread
 
run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.ReceiverThread
 
run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
 
run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.SenderThread
 
run() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
run() - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
 
run() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Start thread and listen
run() - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
 
run() - Method in class org.apache.juli.AsyncFileHandler.LoggerThread
 
run() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
run method to be executed when cancelled by an executor
run() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Acceptor
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.AsyncTimeout
The background thread that checks async requests and fires the timeout if there has been no activity.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
The background thread that adds sockets to the Poller, checks the poller for triggered events and hands the associated socket off to an appropriate processor as events occur.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
 
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.AsyncTimeout
The background thread that checks async requests and fires the timeout if there has been no activity.
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
run - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
run() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.Acceptor
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
run() - Method in class org.apache.tomcat.util.security.PrivilegedGetTccl
 
run() - Method in class org.apache.tomcat.util.security.PrivilegedSetTccl
 
RunAs - Annotation Type in javax.annotation.security
 
runAs - Variable in class org.apache.catalina.core.StandardWrapper
The run-as identity for this servlet.
running - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
running - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Running state of the endpoint.
rxBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Socket receive buffer size in bytes (SO_RCVBUF).
RxTaskPool - Class in org.apache.catalina.tribes.transport
A very simple thread pool class.
RxTaskPool(int, int, RxTaskPool.TaskCreator) - Constructor for class org.apache.catalina.tribes.transport.RxTaskPool
 
RxTaskPool.TaskCreator - Interface in org.apache.catalina.tribes.transport
 

S

safeCharacters - Variable in class org.apache.catalina.util.URLEncoder
 
SafeForkJoinWorkerThreadFactory - Class in org.apache.catalina.startup
Provides a ForkJoinPool.ForkJoinWorkerThreadFactory that provides ForkJoinWorkerThreads that won't trigger memory leaks due to retained references to web application class loaders.
SafeForkJoinWorkerThreadFactory() - Constructor for class org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
 
sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs, excluding the "ref" fields.
sameMembers(Member[], Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
save(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Store server configuration.
save(Session) - Method in class org.apache.catalina.session.FileStore
Save the specified Session into this Store.
save(Session) - Method in class org.apache.catalina.session.JDBCStore
Save a session to the Store.
save(Session) - Method in interface org.apache.catalina.Store
Save the specified Session into this Store.
save() - Method in interface org.apache.catalina.UserDatabase
Save any updated information to the persistent storage location for this user database.
save() - Method in class org.apache.catalina.users.MemoryUserDatabase
Save any updated information to the persistent storage location for this user database.
save() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
Store the mbeans.
save() - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Deprecated.
Save the file.
SavedRequest - Class in org.apache.catalina.authenticator
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
 
SavedRequestInputFilter - Class in org.apache.coyote.http11.filters
Input filter responsible for replaying the request body when restoring the saved request after FORM authentication.
SavedRequestInputFilter(ByteChunk) - Constructor for class org.apache.coyote.http11.filters.SavedRequestInputFilter
Create a new SavedRequestInputFilter.
savedRequestURL(Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the request URI (with the corresponding query string, if any) from the saved request so that we can redirect to it.
saveOnRestart - Variable in class org.apache.catalina.session.PersistentManagerBase
Whether to save and reload sessions when the Manager unload and load methods are called.
saveRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Save the original request information into our session.
saxLog - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which all SAX event related logging calls will be made.
sc - Variable in class org.apache.tomcat.util.net.NioChannel
 
SC_A_ARE_DONE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_AUTH_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_CONTEXT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_JVM_ROUTE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_QUERY_STRING - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_REMOTE_USER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_REQ_LOCAL_ADDR - Static variable in class org.apache.coyote.ajp.Constants
AJP private request attributes
SC_A_REQ_REMOTE_PORT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SECRET - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SERVLET_PATH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_CERT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_CIPHER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_KEY_SIZE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_KEYSIZE - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
SC_A_SSL_PROTOCOL - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_SESSION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_STORED_METHOD - Static variable in class org.apache.coyote.ajp.Constants
 
SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource reside temporarily under a different URI.
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_M_JK_STORED - Static variable in class org.apache.coyote.ajp.Constants
 
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQ_ACCEPT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_AUTHORIZATION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_HOST - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_PRAGMA - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_REFERER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_USER_AGENT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_RESP_AJP13_MAX - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_DATE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_LAST_MODIFIED - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_LOCATION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SET_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SET_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_STATUS - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
scan(ServletContext, ClassLoader, JarScannerCallback, Set<String>) - Method in interface org.apache.tomcat.JarScanner
Scan the provided ServletContext and classloader for JAR files.
scan(JarURLConnection) - Method in interface org.apache.tomcat.JarScannerCallback
 
scan(File) - Method in interface org.apache.tomcat.JarScannerCallback
 
scan(ServletContext, ClassLoader, JarScannerCallback, Set<String>) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Scan the provided ServletContext and classloader for JAR files.
scanChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
scanData(String, XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of character data up to the specified delimiter, setting the fields of the XMLString structure, appropriately.
scanFiles(File) - Method in class org.apache.jasper.JspC
Locate all jsp files in the webapp.
scanLiteral(int, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanName() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a pseudo attribute.
schemaExtension - Variable in class org.apache.catalina.util.SchemaResolver
Deprecated.
Extension to make the difference between DTD and Schema.
SchemaResolver - Class in org.apache.catalina.util
Deprecated.
SchemaResolver(Digester) - Constructor for class org.apache.catalina.util.SchemaResolver
Deprecated.
Create a new EntityResolver that will redirect all remote dtds and schema to a local destination.
scheme - Variable in class org.apache.catalina.connector.Connector
The request scheme that will be set on all requests received through this connector.
scheme - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
scheme() - Method in class org.apache.coyote.Request
 
schemeName - Static variable in class org.apache.tomcat.websocket.BasicAuthenticator
 
schemeName - Static variable in class org.apache.tomcat.websocket.DigestAuthenticator
 
SCOPE - Static variable in class org.apache.naming.ResourceRef
Scope address type.
ScopedAttributeELResolver - Class in javax.servlet.jsp.el
 
ScopedAttributeELResolver() - Constructor for class javax.servlet.jsp.el.ScopedAttributeELResolver
 
scratchDir - Variable in class org.apache.jasper.JspC
 
SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(Name, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(String, Attributes) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(String, String, SearchControls) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.EmptyDirContext
 
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
SEARCH_DIRS - Static variable in class org.apache.tomcat.buildutil.translate.Constants
 
searchExternalFirst - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Search external repositories first
sec(long) - Static method in class org.apache.tomcat.jni.Time
 
SEC_WEBSOCKET_ACCEPT - Static variable in interface javax.websocket.HandshakeResponse
Name of the WebSocket accept HTTP header.
SEC_WEBSOCKET_EXTENSIONS - Static variable in interface javax.websocket.server.HandshakeRequest
 
SEC_WEBSOCKET_KEY - Static variable in interface javax.websocket.server.HandshakeRequest
 
SEC_WEBSOCKET_PROTOCOL - Static variable in interface javax.websocket.server.HandshakeRequest
 
SEC_WEBSOCKET_VERSION - Static variable in interface javax.websocket.server.HandshakeRequest
 
secondsToTimeString(long) - Static method in class org.apache.catalina.manager.JspHelper
 
secrand - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
secret - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
 
secure - Variable in class org.apache.catalina.connector.Connector
The secure connection flag that will be set on all requests received through this connector.
secure - Variable in class org.apache.catalina.connector.Request
Secure flag.
secure - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
SecureNioChannel - Class in org.apache.tomcat.util.net
Implementation of a secure socket channel
SecureNioChannel(SocketChannel, SSLEngine, SecureNioChannel.ApplicationBufferHandler, NioSelectorPool) - Constructor for class org.apache.tomcat.util.net.SecureNioChannel
 
SecureNioChannel.ApplicationBufferHandler - Interface in org.apache.tomcat.util.net
Callback interface to be able to expand buffers when buffer overflow exceptions happen
securePagesWithPragma - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching with headers incompatible with IE.
securePort - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The tcp/SSL listen port for this member
secureRandomAlgorithm - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The name of the algorithm to use to create instances of SecureRandom which are used to generate SSO session IDs.
secureRandomAlgorithm - Variable in class org.apache.catalina.session.ManagerBase
The name of the algorithm to use to create instances of SecureRandom which are used to generate session IDs.
secureRandomClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Java class name of the secure random number generator class to be used when generating SSO session identifiers.
secureRandomClass - Variable in class org.apache.catalina.session.ManagerBase
The Java class name of the secure random number generator class to be used when generating session identifiers.
secureRandomProvider - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The name of the provider to use to create instances of SecureRandom which are used to generate session SSO IDs.
secureRandomProvider - Variable in class org.apache.catalina.session.ManagerBase
The name of the provider to use to create instances of SecureRandom which are used to generate session IDs.
SecurityClassLoad - Class in org.apache.catalina.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.catalina.security.SecurityClassLoad
 
securityClassLoad(ClassLoader) - Static method in class org.apache.catalina.security.SecurityClassLoad
 
SecurityClassLoad - Class in org.apache.jasper.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
 
securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
 
SecurityCollection - Class in org.apache.catalina.deploy
Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor.
SecurityCollection() - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with default values.
SecurityCollection(String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityCollection(String, String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityConfig - Class in org.apache.catalina.security
Util class to protect Catalina against package access and insertion.
SecurityConstraint - Class in org.apache.catalina.deploy
Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor.
SecurityConstraint() - Constructor for class org.apache.catalina.deploy.SecurityConstraint
Construct a new security constraint instance with default values.
SecurityListener - Class in org.apache.catalina.security
 
SecurityListener() - Constructor for class org.apache.catalina.security.SecurityListener
 
securityManager - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Instance of the SecurityManager installed.
SecurityRoleRef - Class in org.apache.catalina.deploy
Representation of a security role reference for a web application, as represented in a <security-role-ref> element in the deployment descriptor.
SecurityRoleRef() - Constructor for class org.apache.catalina.deploy.SecurityRoleRef
 
SecurityUtil - Class in org.apache.catalina.security
This utility class associates a Subject to the current AccessControlContext.
SecurityUtil() - Constructor for class org.apache.catalina.security.SecurityUtil
 
SecurityUtil - Class in org.apache.jasper.security
Util class for Security related operations.
SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
 
SEE_OTHER - Static variable in class org.apache.tomcat.websocket.Constants
 
seek(long, int, long) - Static method in class org.apache.tomcat.jni.File
Move the read/write file offset to a specified byte within a file.
selectEncoding(ServletRequest) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select an appropriate character encoding to be used, based on the characteristics of the current request and/or filter initialization parameters.
selector - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
selector - Variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
selector - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
selector - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
SelectorContext - Class in org.apache.naming
Catalina JNDI Context implementation.
SelectorContext(Hashtable<String, Object>) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable<String, Object>, boolean) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
selectorPool - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
selectors - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
selectorTimeout - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
selectSubProtocol(List<String>) - Method in class org.apache.catalina.websocket.WebSocketServlet
Deprecated.
Intended to be overridden by sub-classes that wish to select a sub-protocol if the client provides a list of supported protocols.
selectTimeout - Variable in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
Deprecated.
Unused - will be removed in Tomcat 8.0.x
selectTimeout - Variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
Semaphore.
SemaphoreValve - Class in org.apache.catalina.valves
Implementation of a Valve that limits concurrency.
SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
 
SEMI_COLON - Static variable in class org.apache.coyote.http11.Constants
SEMI_COLON.
send(String) - Method in class org.apache.catalina.ha.backend.MultiCastSender
 
send(String) - Method in interface org.apache.catalina.ha.backend.Sender
Send the message to the proxies
send(String) - Method in class org.apache.catalina.ha.backend.TcpSender
 
send(ClusterMessage) - Method in interface org.apache.catalina.ha.CatalinaCluster
Sends a message to all the members in the cluster
send(ClusterMessage, Member) - Method in interface org.apache.catalina.ha.CatalinaCluster
Sends a message to a specific member in the cluster.
send(SessionMessage) - Method in class org.apache.catalina.ha.session.DeltaManager
Send messages to other backup member (domain or all)
send(ClusterManager, CatalinaCluster, String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
send manager requestCompleted message to cluster
send(ClusterMessage) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
send message to all cluster members
send(ClusterMessage, Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
send a cluster message to one member
send(Member[], Serializable, int) - Method in interface org.apache.catalina.tribes.Channel
Send a message to one or more members in the cluster
send(Member[], Serializable, int, ErrorHandler) - Method in interface org.apache.catalina.tribes.Channel
Send a message to one or more members in the cluster
send(Member[], Serializable, int) - Method in class org.apache.catalina.tribes.group.GroupChannel
Send a message to the destinations specified
send(Member[], Serializable, int, ErrorHandler) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
send(Member[], Serializable, int, int, long) - Method in class org.apache.catalina.tribes.group.RpcChannel
Send a message and wait for the response.
send(boolean) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Send a ping
send(boolean, DatagramPacket) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
send(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network.
SEND_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
 
SEND_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
SEND_OPTIONS_ASYNCHRONOUS - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_BYTE_MESSAGE - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_DEFAULT - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_MULTICAST - Static variable in interface org.apache.catalina.tribes.Channel
Send options.
SEND_OPTIONS_SECURE - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_SYNCHRONIZED_ACK - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_UDP - Static variable in interface org.apache.catalina.tribes.Channel
Send options.
SEND_OPTIONS_USE_ACK - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
sendAck(byte[]) - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
Send a reply-acknowledgment (6,2,3)
sendAck(SelectionKey, WritableByteChannel, byte[], SocketAddress) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
send a reply-acknowledgement (6,2,3), sends it doing a busy write, the ACK is so small that it should always go to the buffer
sendAck() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
 
sendAck() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send an acknowledgment.
sendAck() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Send an acknowledgment.
sendAck() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send an acknowledgment.
sendAckAsync(int) - Static method in class org.apache.catalina.tribes.io.ChannelData
Utility method, returns true if the options flag indicates that an ack is to be sent after the message has been received but not yet processed
sendAcknowledgement() - Method in class org.apache.catalina.connector.Response
Send an acknowledgement of a request.
sendAckSync(int) - Static method in class org.apache.catalina.tribes.io.ChannelData
Utility method, returns true if the options flag indicates that an ack is to be sent after the message has been received and processed
sendAsyncData(LinkObject) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
sendAttributeChangeNotification(Attribute, Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
sendAuthInfoResponseHeaders - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should the auth information (remote user and auth type) be returned as response headers for a forwarded/proxied request?
sendb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network.
sendbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network using internally set ByteBuffer
sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Async
Send the message asynchronously, using the Future to signal to the client when the message has been sent.
sendBinary(ByteBuffer, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Send the message asynchronously, using the SendHandler to signal to the client when the message has been sent.
sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send the message, blocking until the message is sent.
sendBinary(ByteBuffer, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
Sends part of a binary message to the remote endpoint.
sendBinary(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendBinary(ByteBuffer, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendBinary(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendBinary(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendBytes(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendBytesByCompletion(ByteBuffer, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendBytesByFuture(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendCreateSession(String, DeltaSession) - Method in class org.apache.catalina.ha.session.DeltaManager
Send create session event to all backup node
sendCrossContextSession(CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Send all changed cross context sessions to backups
sendData() - Method in class org.apache.catalina.util.XMLWriter
Send data and reinitializes buffer.
sendElectionMsg(MemberImpl, MemberImpl, NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
sendElectionMsgToNextInline(MemberImpl, NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
Sender - Interface in org.apache.catalina.ha.backend
Interface to send data to proxies.
sender - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Thread to send pings
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and clears the output buffer.
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and clears the buffer.
sendError(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
sendError(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
sendError(int) - Method in class org.apache.catalina.connector.Response
Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.apache.catalina.connector.Response
Send an error response with the specified status and message.
sendError(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendError(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
SenderState - Class in org.apache.catalina.tribes.transport
 
sendfile(long, long, byte[][], byte[][], long, long, int) - Static method in class org.apache.tomcat.jni.Socket
Send a file from an open file descriptor to a socket, along with optional headers and trailers.
sendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
The static file sender.
SENDFILE_FILE_END_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that can be used by a servlet to pass to the connector the end offset (not including) of the part of a file that is to be served by sendfile.
SENDFILE_FILE_END_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that can be used by a servlet to pass to the connector the end offset (not including) of the part of a file that is to be served by sendfile.
SENDFILE_FILE_START_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that can be used by a servlet to pass to the connector the start offset of the part of a file that is to be served by sendfile.
SENDFILE_FILE_START_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that can be used by a servlet to pass to the connector the start offset of the part of a file that is to be served by sendfile.
SENDFILE_FILENAME_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that can be used by a servlet to pass to the connector the name of the file that is to be served by sendfile.
SENDFILE_FILENAME_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that can be used by a servlet to pass to the connector the name of the file that is to be served by sendfile.
SENDFILE_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports use of sendfile.
SENDFILE_SUPPORTED_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports use of sendfile.
sendfileCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileData - Variable in class org.apache.coyote.http11.Http11AprProcessor
Sendfile data.
sendfileData - Variable in class org.apache.coyote.http11.Http11NioProcessor
Sendfile data.
sendfileData - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileData - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
sendfileInProgress - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Flag that indicates that send file processing is in progress and that the socket should not be returned to the poller (where a poller is used).
SendfileKeepAliveState - Enum in org.apache.tomcat.util.net
 
sendfilen(long, long, long, long, int) - Static method in class org.apache.tomcat.jni.Socket
Send a file without header and trailer arrays.
sendfilePollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileSize - Variable in class org.apache.catalina.servlets.DefaultServlet
Minimum size for sendfile usage in bytes.
sendfileSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
Size of the sendfile (= concurrent files which can be served).
SendfileState - Enum in org.apache.tomcat.util.net
 
sendfileThreadCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
Sendfile thread count.
sendFrequency - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
How often to we send out a broadcast saying we are alive, must be smaller than timeToExpiration
SendHandler - Interface in javax.websocket
 
SendHandlerToCompletionHandler - Class in org.apache.tomcat.websocket
 
SendHandlerToCompletionHandler(SendHandler) - Constructor for class org.apache.tomcat.websocket.SendHandlerToCompletionHandler
 
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Send a header.
sendHeaders() - Method in class org.apache.coyote.Response
Signal that we're done with the headers, and body will follow.
sendib(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network without retry This functions acts like a blocking write by default.
sendibb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network using internally set ByteBuffer without internal retry.
sendInvalidSessions(ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
check for session invalidations
sendLocalMember(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
SendMailFactory - Class in org.apache.naming.factory
Factory class that creates a JNDI named javamail MimePartDataSource object which can be used for sending email using SMTP.
SendMailFactory() - Constructor for class org.apache.naming.factory.SendMailFactory
 
sendMemberMessage(Member[], byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
sendMessage(Session, ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Send message delta message from request session
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
The sendMessage method is called when a message is being sent to one more destinations.
sendMessage(ChannelMessage, Member[]) - Method in interface org.apache.catalina.tribes.ChannelSender
Send a message to one or more recipients.
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Send a message to one or more members in the cluster
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
sendMessage(byte[], boolean) - Method in class org.apache.catalina.tribes.transport.bio.BioSender
Send message.
sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.bio.PooledMultiSender
 
sendMessage(Member[], ChannelMessage) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
 
sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
sendMessage(ChannelMessage, Member[]) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
Send data to one member
SendMessageData - Class in org.apache.catalina.ha.tcp
 
SendMessageData(Object, Member, Exception) - Constructor for class org.apache.catalina.ha.tcp.SendMessageData
 
sendMessagePart(List<MessagePart>) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
sendMessagePart(List<MessagePart>) - Method in interface org.apache.tomcat.websocket.Transformation
Takes the provided list of messages, transforms them, passes the transformed list on to the next transformation (if any) and then returns the resulting list of message parts after all of the transformations have been applied.
sendNoRpcChannelReply(RpcMessage, Member) - Method in class org.apache.catalina.tribes.group.GroupChannel
Sends a NoRpcChannelReply message to a member
This method gets invoked by the channel if a RPC message comes in and no channel listener accepts the message.
sendNotAllowed(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send a Notification to all registered listeners as a jmx.modelmbean.general notification.
sendNotification(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Send a Notification which contains the specified string as a jmx.modelmbean.generic notification.
sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Send the specified notification to all interested listeners.
sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Async
Encodes object as a message and sends it asynchronously, using the Future to signal to the client when the message has been sent.
sendObject(Object, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Encodes object as a message and sends it asynchronously, using the SendHandler to signal to the client when the message has been sent.
sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Basic
Encodes object as a message and sends it to the remote endpoint.
sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendObject(Object, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendObjectByCompletion(Object, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendObjectByFuture(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendPacket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Reuse the sendPacket, no need to create a new one everytime
sendPartialBytes(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendPartialString(String, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendPing(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
Send a ping message blocking until the message has been sent.
sendPing() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
sendPing(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
sendPing(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendPingMessage(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
sendPong(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint
Send a pong message blocking until the message has been sent.
sendPong(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
sendPong(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
sendRedirect(String) - Method in class org.apache.catalina.connector.Response
Send a temporary redirect to the specified redirect location URL.
sendRedirect(String, int) - Method in class org.apache.catalina.connector.Response
Internal method that allows a redirect to be sent with a status other than HttpServletResponse.SC_FOUND (302).
sendRedirect(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendReplicationMessage(Request, long, boolean, ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
SendResult - Class in javax.websocket
 
SendResult(Throwable) - Constructor for class javax.websocket.SendResult
 
SendResult() - Constructor for class javax.websocket.SendResult
 
sendSessionIDClusterBackup(Request, String, String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Send the changed Sessionid to all clusternodes.
sendSessionReplicationMessage(Request, ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Send Cluster Replication Request
sendSessions(Member, Session[], long) - Method in class org.apache.catalina.ha.session.DeltaManager
send a block of session to sender
sendShutdown(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
sendStatus() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
Send the response status line.
sendString(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendStringByCompletion(String, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendStringByFuture(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendText(String, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
Send the message asynchronously, using the SendHandler to signal to the client when the message has been sent.
sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Async
Send the message asynchronously, using the Future to signal to the client when the message has been sent.
sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Basic
Send the message, blocking until the message is sent.
sendText(String, boolean) - Method in interface javax.websocket.RemoteEndpoint.Basic
Sends part of a text message to the remote endpoint.
sendText(String, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendText(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendText(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendText(String, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendto(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
 
sendv(long, byte[][]) - Static method in class org.apache.tomcat.jni.Socket
Send multiple packets of data over a network.
sequence - Variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
sequence for JMX notifications
sequenceNumber - Variable in class org.apache.catalina.core.StandardWrapper
The notification sequence number.
SerializablePrincipal - Class in org.apache.catalina.ha.session
Generic implementation of java.security.Principal that is available for use by Realm implementations.
SerializablePrincipal() - Constructor for class org.apache.catalina.ha.session.SerializablePrincipal
 
SerializablePrincipal(String, String) - Constructor for class org.apache.catalina.ha.session.SerializablePrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password.
SerializablePrincipal(String, String, List<String>) - Constructor for class org.apache.catalina.ha.session.SerializablePrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
SerializablePrincipal(String, String, List<String>, Principal) - Constructor for class org.apache.catalina.ha.session.SerializablePrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
serialize() - Method in class org.apache.catalina.ha.session.DeltaRequest
serialize DeltaRequest
serialize(Serializable) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Serializes a message into cluster data
serializeDeltaRequest(DeltaSession, DeltaRequest) - Method in class org.apache.catalina.ha.session.DeltaManager
Deprecated.
Unused. This will be removed in Tomcat 10. Calling this method may result in a deadlock. See: https://bz.apache.org/bugzilla/show_bug.cgi?id=62841
serializeSessionId(String) - Method in class org.apache.catalina.ha.session.DeltaManager
serialize sessionID
serializeSessions(Session[]) - Method in class org.apache.catalina.ha.session.DeltaManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
Server - Interface in org.apache.catalina
A Server element represents the entire Catalina servlet container.
server - Variable in class org.apache.catalina.startup.Catalina
The server component we are starting or stopping.
server - Variable in class org.apache.catalina.startup.Tomcat
 
server - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Allow a customized the server header for the tin-foil hat folks.
SERVER_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
SERVER_BYTES - Static variable in class org.apache.coyote.http11.Constants
Server string.
SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE - Static variable in class org.apache.tomcat.websocket.server.Constants
 
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
SERVER_NAME_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the server name recorded by the AccessLog.
SERVER_PORT_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the server port recorded by the AccessLog.
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
ServerApplicationConfig - Interface in javax.websocket.server
Applications may provide an implementation of this interface to filter the discovered WebSocket endpoints that are deployed.
ServerContainer - Interface in javax.websocket.server
Provides the ability to deploy endpoints programmatically.
ServerCookie - Class in org.apache.tomcat.util.http
Server-side cookie representation.
ServerCookie() - Constructor for class org.apache.tomcat.util.http.ServerCookie
 
ServerEndpoint - Annotation Type in javax.websocket.server
 
ServerEndpointConfig - Interface in javax.websocket.server
Provides configuration information for WebSocket endpoints published to a server.
ServerEndpointConfig.Builder - Class in javax.websocket.server
 
ServerEndpointConfig.Configurator - Class in javax.websocket.server
 
ServerEndpointConfig.Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
 
serveResource(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Serve the specified resource, optionally including the data content.
serverinfo(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Writes System OS and JVM properties.
ServerInfo - Class in org.apache.catalina.util
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
 
ServerinfoTask - Class in org.apache.catalina.ant
Ant task that implements the /serverinfo command supported by the Tomcat manager application.
ServerinfoTask() - Constructor for class org.apache.catalina.ant.ServerinfoTask
 
serverName - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
serverName() - Method in class org.apache.coyote.Request
Get the "virtual host", derived from the Host: header associated with this request.
serverPort - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
serverSock - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket "pointer".
serverSock - Variable in class org.apache.tomcat.util.net.NioEndpoint
Server socket "pointer".
serverSocket - Variable in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
serverSocket - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Associated server socket.
serverSocketFactory - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Server socket factory.
ServerSocketFactory - Interface in org.apache.tomcat.util.net
The common interface through which the JIoEndpoint interacts with both non-SSL and SSL sockets.
serverSockPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
APR memory pool for the server socket.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
Called by the servlet container to allow the servlet to respond to a request.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives standard HTTP requests from the public service method and dispatches them to the doMethod methods defined in this class.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Dispatches client requests to the protected service method.
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Called by the servlet container to allow the servlet to respond to a request.
service - Variable in class org.apache.catalina.connector.Connector
The Service we are associated with (if any).
service(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
Service - Interface in org.apache.catalina
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Handles the special WebDAV methods.
service - Variable in class org.apache.catalina.startup.Tomcat
 
service - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The actual listener, for callback when stuff goes down
service(Request, Response) - Method in interface org.apache.coyote.Adapter
Call the service method, and notify all listeners
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
Entry point into service.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServlet
 
service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
SERVICE_INTERFACE - Static variable in class org.apache.naming.ServiceRef
Service Classname address type.
SERVICE_LOCAL_PART - Static variable in class org.apache.naming.ServiceRef
 
SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
_jspService is the name of the method that is called by HttpJspBase.service().
SERVICE_NAMESPACE - Static variable in class org.apache.naming.ServiceRef
ServiceQname address type.
serviceChannel(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
Called to initiate a unit of work by this worker thread on the provided SelectionKey object.
serviced - Variable in class org.apache.catalina.startup.HostConfig
List of applications which are being serviced, and shouldn't be deployed/undeployed/redeployed at the moment.
SERVICEENDPOINTINTERFACE - Static variable in class org.apache.naming.ServiceRef
port-component-ref/service-endpoint-interface address type.
ServiceMBean - Class in org.apache.catalina.mbeans
 
ServiceMBean() - Constructor for class org.apache.catalina.mbeans.ServiceMBean
 
ServiceProxy - Class in org.apache.naming.factory.webservices
Object proxy for Web Services.
ServiceProxy(Service) - Constructor for class org.apache.naming.factory.webservices.ServiceProxy
Constructs a new ServiceProxy wrapping given Service instance.
ServiceRef - Class in org.apache.naming
Represents a reference web service.
ServiceRef(String, String, String[], String, String) - Constructor for class org.apache.naming.ServiceRef
 
ServiceRef(String, String, String[], String, String, String, String) - Constructor for class org.apache.naming.ServiceRef
 
ServiceRefFactory - Class in org.apache.naming.factory.webservices
Object factory for Web Services.
ServiceRefFactory() - Constructor for class org.apache.naming.factory.webservices.ServiceRefFactory
 
serviceSocket(Socket, ObjectReader) - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
 
serviceStartTime - Variable in class org.apache.catalina.tribes.membership.MemberImpl
For the local member only
Servlet - Interface in javax.servlet
Defines methods that all servlets must implement.
SERVLET_API_PUBLIC_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
Mapping of well-known public IDs used by the Servlet API to the matching local resource.
SERVLET_API_SYSTEM_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
Mapping of well-known system IDs used by the Servlet API to the matching local resource.
SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
ServletContext attribute for classpath.
SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
Default servlet content type.
servletClass - Variable in class org.apache.catalina.core.StandardWrapper
The fully qualified servlet class name for this servlet.
servletClass - Variable in class org.apache.jasper.JspCompilationContext
 
ServletConfig - Interface in javax.servlet
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
ServletContainerInitializer - Interface in javax.servlet
ServletContainerInitializers (SCIs) are registered via an entry in the file META-INF/services/javax.servlet.ServletContainerInitializer that must be included in the JAR file that contains the SCI implementation.
ServletContext - Interface in javax.servlet
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
ServletContextAttributeEvent - Class in javax.servlet
This is the event class for notifications about changes to the attributes of the servlet context of a web application.
ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class javax.servlet.ServletContextAttributeEvent
Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value.
ServletContextAttributeListener - Interface in javax.servlet
Implementations of this interface receive notifications of changes to the attribute list on the servlet context of a web application.
ServletContextEvent - Class in javax.servlet
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextEvent(ServletContext) - Constructor for class javax.servlet.ServletContextEvent
Construct a ServletContextEvent from the given context.
ServletContextListener - Interface in javax.servlet
Implementations of this interface receive notifications about changes to the servlet context of the web application they are part of.
ServletDef - Class in org.apache.catalina.deploy
Representation of a servlet definition for a web application, as represented in a <servlet> element in the deployment descriptor.
ServletDef() - Constructor for class org.apache.catalina.deploy.ServletDef
 
ServletException - Exception in javax.servlet
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception.
ServletException(String) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
ServletFileUpload - Class in org.apache.tomcat.util.http.fileupload.servlet
High level API for processing file uploads.
ServletFileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Constructs an uninitialised instance of this class.
ServletFileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
Constructs an instance of this class which uses the supplied factory to create FileItem instances.
ServletInputStream - Class in javax.servlet
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
Does nothing, because this is an abstract class.
servletJavaFileName - Variable in class org.apache.jasper.JspCompilationContext
 
servletout - Variable in class org.apache.jasper.JspC
 
ServletOutputStream - Class in javax.servlet
Provides an output stream for sending binary data to the client.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
Does nothing, because this is an abstract class.
servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
ServletRegistration - Interface in javax.servlet
TODO SERVLET3 - Add comments
ServletRegistration.Dynamic - Interface in javax.servlet
 
ServletRequest - Interface in javax.servlet
Defines an object to provide client request information to a servlet.
ServletRequestAttributeEvent - Class in javax.servlet
This is the event class for notifications of changes to the attributes of the servlet request in an application.
ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class javax.servlet.ServletRequestAttributeEvent
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.
ServletRequestAttributeListener - Interface in javax.servlet
A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute changes.
ServletRequestContext - Class in org.apache.tomcat.util.http.fileupload.servlet
Provides access to the request information needed for a request made to an HTTP servlet.
ServletRequestContext(HttpServletRequest) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Construct a context for this request.
ServletRequestEvent - Class in javax.servlet
Events of this kind indicate lifecycle events for a ServletRequest.
ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class javax.servlet.ServletRequestEvent
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
ServletRequestListener - Interface in javax.servlet
A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of scope in a web component.
ServletRequestWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
ServletRequestWrapper(ServletRequest) - Constructor for class javax.servlet.ServletRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
ServletResponse - Interface in javax.servlet
Defines an object to assist a servlet in sending a response to the client.
ServletResponseWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
ServletResponseWrapper(ServletResponse) - Constructor for class javax.servlet.ServletResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
ServletResponseWrapper used by the JSP 'include' action.
ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
ServletSecurity - Annotation Type in javax.servlet.annotation
Declare this annotation on a Servlet implementation class to enforce security constraints on HTTP protocol requests.
ServletSecurity.EmptyRoleSemantic - Enum in javax.servlet.annotation
Represents the two possible values of the empty role semantic, active when a list of role names is empty.
ServletSecurity.TransportGuarantee - Enum in javax.servlet.annotation
Represents the two possible values of data transport, encrypted or not.
servletSecurityAnnotationScan() - Method in class org.apache.catalina.core.StandardWrapper
This method is no longer used.
servletSecurityAnnotationScan() - Method in interface org.apache.catalina.Wrapper
Deprecated.
This will be removed in Tomcat 9.
ServletSecurityElement - Class in javax.servlet
 
ServletSecurityElement() - Constructor for class javax.servlet.ServletSecurityElement
Use default HttpConstraint.
ServletSecurityElement(HttpConstraintElement) - Constructor for class javax.servlet.ServletSecurityElement
Use specified HttpConstraintElement.
ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Use specific constraints for specified methods and default HttpConstraintElement for all other methods.
ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Use specified HttpConstraintElement as default and specific constraints for specified methods.
ServletSecurityElement(ServletSecurity) - Constructor for class javax.servlet.ServletSecurityElement
Create from an annotation.
ServletWriter - Class in org.apache.jasper.compiler
This is what is used to generate servlets.
ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
 
servname - Variable in class org.apache.tomcat.jni.Sockaddr
Either a string of the port number or the service name for the port
SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
Session - Class in javax.mail
 
Session() - Constructor for class javax.mail.Session
 
SESSION - Static variable in class javax.servlet.jsp.PageContext
Name used to store HttpSession in PageContext name table.
Session - Interface in javax.websocket
 
session - Variable in class org.apache.catalina.connector.Request
The currently active session for this request.
Session - Interface in org.apache.catalina
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
session - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
SESSION_ACTIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is activated.
SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is created.
SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is destroyed.
SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the session id.
SESSION_ID_LENGTH_UNSET - Static variable in class org.apache.catalina.session.ManagerBase
 
SESSION_ID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The session id used as a CSRF marker when redirecting a user's request.
SESSION_MGR - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The request attribute key for the session manager.
SESSION_PARAMETER_NAME - Static variable in class org.apache.jasper.Constants
The name of the path parameter used to pass the session identifier back and forth with the client.
SESSION_PASSIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is passivated.
SESSION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
sessionAppCol - Variable in class org.apache.catalina.session.JDBCStore
Column to use for /Engine/Host/Context name
SessionConfig - Class in org.apache.catalina.deploy
Representation of a session configuration element for a web application, as represented in a <session-config> element in the deployment descriptor.
SessionConfig() - Constructor for class org.apache.catalina.deploy.SessionConfig
 
sessionConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetSessionConfig rule used to parse the web.xml
SessionConfig - Class in org.apache.catalina.util
 
sessionContext - Static variable in class org.apache.catalina.session.StandardSession
Deprecated.
SessionCookieConfig - Interface in javax.servlet
Configures the session cookies used by the web application associated with the ServletContext from which this SessionCookieConfig was obtained.
sessionCounter - Variable in class org.apache.catalina.session.ManagerBase
 
sessionCreated(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Notification that a session was created.
sessionCreated(HttpSessionEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
 
sessionCreated(HttpSessionEvent) - Method in class org.apache.tomcat.websocket.server.WsSessionListener
 
sessionCreationTiming - Variable in class org.apache.catalina.session.ManagerBase
 
sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
Data column to use.
sessionDestroyed(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Notification that a session is about to be invalidated.
sessionDestroyed(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Process a session destroyed event by removing references to that session from the caches and - if the session destruction is the result of a logout - destroy the associated SSO session.
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
 
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.tomcat.websocket.server.WsSessionListener
 
sessionDidActivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session has just been activated.
sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOnListener
 
SessionEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a Session.
SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
Construct a new SessionEvent with the specified parameters.
sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
Acknowledge the occurrence of the specified event.
SessionException - Exception in javax.websocket
 
SessionException(String, Throwable, Session) - Constructor for exception javax.websocket.SessionException
 
sessionExpirationTiming - Variable in class org.apache.catalina.session.ManagerBase
 
sessionExpired(String) - Method in class org.apache.catalina.ha.session.DeltaManager
send session expired to other cluster nodes
sessionIdAttribute - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
sessionIdCol - Variable in class org.apache.catalina.session.JDBCStore
Id column to use.
sessionIdGenerator - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
 
sessionIdGenerator - Variable in class org.apache.catalina.session.ManagerBase
 
SessionIdGenerator - Interface in org.apache.catalina
 
SessionIdGeneratorBase - Class in org.apache.catalina.util
 
SessionIdGeneratorBase() - Constructor for class org.apache.catalina.util.SessionIdGeneratorBase
 
sessionIdGeneratorClass - Variable in class org.apache.catalina.session.ManagerBase
 
sessionIdLength - Variable in class org.apache.catalina.session.ManagerBase
The session id length of Sessions created by this Manager.
SessionIDMessage - Class in org.apache.catalina.ha.session
Deprecated.
Will be removed in Tomcat 8.0.x
SessionIDMessage() - Constructor for class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
SessionInitializerFilter - Class in org.apache.catalina.filters
A Filter that initializes the HttpSession for the HttpServletRequest by calling its getSession() method.
SessionInitializerFilter() - Constructor for class org.apache.catalina.filters.SessionInitializerFilter
 
sessionKeys - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
sessionLastAccessedCol - Variable in class org.apache.catalina.session.JDBCStore
Last Accessed column to use.
SessionListener - Interface in org.apache.catalina
Interface defining a listener for significant Session generated events.
sessionMaxAliveTime - Variable in class org.apache.catalina.session.ManagerBase
The longest time (in seconds) that an expired session had been alive.
sessionMaxInactiveCol - Variable in class org.apache.catalina.session.JDBCStore
Max Inactive column to use.
SessionMessage - Interface in org.apache.catalina.ha.session
Class Description:
The SessionMessage class is a class that is used when a session has been created, modified, expired in a Tomcat cluster node.
SessionMessageImpl - Class in org.apache.catalina.ha.session
Session cluster message
SessionMessageImpl() - Constructor for class org.apache.catalina.ha.session.SessionMessageImpl
 
SessionMessageImpl(String, int, byte[], String, String) - Constructor for class org.apache.catalina.ha.session.SessionMessageImpl
Creates a session message.
sessionParsed - Variable in class org.apache.catalina.connector.Request
Deprecated.
sessions(ContextName, int, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display session information and invoke list.
sessions(PrintWriter, ContextName, int, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Session information for the web application at the specified context path.
sessions(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
SessionsTask - Class in org.apache.catalina.ant
Ant task that implements the /sessions command supported by the Tomcat manager application.
SessionsTask() - Constructor for class org.apache.catalina.ant.SessionsTask
 
sessionTable - Variable in class org.apache.catalina.session.JDBCStore
Table to use.
SessionTrackingMode - Enum in javax.servlet
 
SessionUtils - Class in org.apache.catalina.manager.util
Utility methods on HttpSessions...
sessionValidCol - Variable in class org.apache.catalina.session.JDBCStore
Is Valid column to use.
sessionWillPassivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session is about to be passivated.
Set - Class in org.apache.jasper.tagplugins.jstl.core
 
Set() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Set
 
set(int) - Method in class org.apache.tomcat.util.MutableInteger
Deprecated.
 
SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setAbandonWhenPercentageFull(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setAcceptorThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setAcceptorThreadPriority(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setAccessCount(int) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setAccessTimeout(long) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
setAccessTimeout(long) - Method in class org.apache.catalina.ha.session.BackupManager
 
setAccessTimeout(long) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the value of the accessToUnderlyingConnectionAllowed property.
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the value of the accessToUnderlyingConnectionAllowed property.
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
Sets the value of the accessToUnderlyingConnectionAllowed property.
setAccessToUnderlyingConnectionAllowed(boolean) - Static method in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
Sets the value of the accessToUnderlyingConnectionAllowed property.
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
No-op
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setAccessToUnderlyingConnectionAllowed(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
No-op
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
No-op
setActualProxy(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
setAdapter(Adapter) - Method in class org.apache.coyote.AbstractProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.AbstractProtocol
 
setAdapter(Adapter) - Method in interface org.apache.coyote.ProtocolHandler
The adapter, used to call the connector.
setAdCompat(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle PartialResultExceptions?
setAddConnectorPort(boolean) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the flag deciding whether we add the server connector port to the property compared in the filtering method.
setAddDefaultWebXmlToWebapp(boolean) - Method in class org.apache.catalina.startup.Tomcat
By default, when calling addWebapp() to create a Context, the settings from from the default web.xml are added to the context.
setAddress(String) - Method in class org.apache.catalina.core.StandardServer
Set the address on which we listen to for shutdown commands.
setAddress(Member) - Method in interface org.apache.catalina.ha.ClusterMessage
 
setAddress(Member) - Method in class org.apache.catalina.ha.ClusterMessageBase
setAddress
setAddress(Member) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setAddress(String) - Method in interface org.apache.catalina.Server
Set the address on which we listen to for shutdown commands.
setAddress(Member) - Method in interface org.apache.catalina.tribes.ChannelMessage
Sets the source or reply-to address of this message
setAddress(Member) - Method in class org.apache.catalina.tribes.io.ChannelData
Sets the source or reply-to address
setAddress(String) - Method in class org.apache.catalina.tribes.membership.McastService
 
setAddress(InetAddress) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setAddress(String) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setAddress(InetAddress) - Method in class org.apache.coyote.AbstractProtocol
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setAddWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
Set add wait timeout (default 10000 msec)
setAddWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Set value of addWaitTimeout
setAddWebinfClassesResources(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setAddWebXmlMappings(boolean) - Method in class org.apache.jasper.JspC
Sets the option to merge generated web.xml fragment into the WEB-INF/web.xml file of the web application that we were processing.
setAjpFlush(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setAjpFlush(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Configure whether to aend an AJP flush packet when flushing.
setAlgorithm(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setAlgorithm(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setAliases(String) - Method in class org.apache.catalina.core.StandardContext
Set the current alias configuration.
setAliases(String) - Method in class org.apache.naming.resources.BaseDirContext
Set the current alias configuration from a String.
setAllow(String) - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Fill the #allow list with the list of netmasks provided as an argument, if any.
setAllow(String) - Method in class org.apache.catalina.filters.RequestFilter
Set the regular expression used to test for allowed requests for this Filter, if any.
setAllow(String) - Method in class org.apache.catalina.startup.UserConfig
Set the regular expression used to test for user who deployment is allowed.
setAllow(String) - Method in class org.apache.catalina.valves.RemoteCIDRValve
Fill the #allow list with the list of netmasks provided as an argument, if any.
setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the regular expression used to test for allowed requests for this Valve, if any.
setAllowCasualMultipartParsing(boolean) - Method in interface org.apache.catalina.Context
Set to true to allow requests mapped to servlets that do not explicitly declare @MultipartConfig or have <multipart-config> specified in web.xml to parse multipart/form-data requests.
setAllowCasualMultipartParsing(boolean) - Method in class org.apache.catalina.core.StandardContext
Set to true to allow requests mapped to servlets that do not explicitly declare @MultipartConfig or have <multipart-config> specified in web.xml to parse multipart/form-data requests.
setAllowCasualMultipartParsing(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setAllowCorsPreflight(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
setAllowedRequestAttributesPattern(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
setAllowedRequestAttributesPatternPattern(Pattern) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setAllowedTrailerHeaders(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setAllowHostHeaderMismatch(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Will Tomcat accept an HTTP 1.1 request where the host header does not agree with the host specified (if any) in the request line?
setAllowHostHeaderMismatch(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Will Tomcat accept an HTTP 1.1 request where the host header does not agree with the host specified (if any) in the request line?
setAllowLinking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set allow linking.
setAllowLinking(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set allow linking.
setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in interface org.apache.catalina.Context
Configure if, when returning a context path from HttpServletRequest.getContextPath(), the return value is allowed to contain multiple leading '/' characters.
setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setAllowTrace(boolean) - Method in class org.apache.catalina.connector.Connector
Set the allowTrace flag, to disable or enable the TRACE HTTP method.
setAllowUnsafeLegacyRenegotiation(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setAllowUnsafeLegacyRenegotiation(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
SetAllPropertiesRule - Class in org.apache.catalina.startup
Rule that uses the introspection utils to set properties.
SetAllPropertiesRule() - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
SetAllPropertiesRule(String[]) - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
setAllRolesMode(String) - Method in class org.apache.catalina.realm.RealmBase
Set the all roles mode.
setAltDDName(String) - Method in interface org.apache.catalina.Context
Set an alternate Deployment Descriptor name.
setAltDDName(String) - Method in class org.apache.catalina.core.StandardContext
Set an alternate Deployment Descriptor name.
setAltDDName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setAlternateURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Setter for property alternateURL.
setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if the call getConnection(username,password) is allowed and honored..
setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Set to true if the call getConnection(username,password) is allowed and honored..
setAlternateUsernameAllowed(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if the call getConnection(username,password) is allowed and honored..
setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if the call getConnection(username,password) is allowed and honored..
setAlwaysAddWelcomeFiles(boolean) - Method in class org.apache.catalina.deploy.WebXml
When merging from this web.xml, should the welcome files be added to the target web.xml even if it already contains welcome file definitions.
setAlwaysLog(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, (error and non-error) output will be redirected as specified while being sent to Ant's logging mechanism as if no redirection had taken place.
setAlwaysSend(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
setAlwaysUseSession(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
setAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
setAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
setAntiClickJackingEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setAntiClickJackingOption(String) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setAntiClickJackingUri(String) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setAntiJARLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiJARLocking feature for this Context.
setAntiJARLocking(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
setAntiResourceLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiResourceLocking feature for this Context.
setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
Set the application root for this Host.
setAppBase(String) - Method in interface org.apache.catalina.Host
Set the application root for this Host.
setAppCommitted(boolean) - Method in class org.apache.catalina.connector.Response
Set the application commit flag.
setAppContextProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setAppend(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, append output to existing file.
setApplicationEventListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.startup.FailedContext
 
setApplicationLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.startup.FailedContext
 
setApplyJava8u40Fix(boolean) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
setAppName(String) - Method in class org.apache.catalina.realm.JAASRealm
setter for the appName member variable
setAppReadBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setAppWriteBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setArgs(List<Arg>) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setArgs(List<Arg>) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
setArgs(String[]) - Method in class org.apache.jasper.JspC
Apply command-line arguments.
setArray(int, Array) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setAsciiStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setAsync(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setAsyncSendTimeout(long) - Method in interface javax.websocket.WebSocketContainer
Set the default timeout for sending a message asynchronously.
setAsyncSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Set the default timeout for sending a message asynchronously.
setAsyncSupported(boolean) - Method in interface javax.servlet.Registration.Dynamic
Mark this Servlet/Filter as supported asynchronous processing.
setAsyncSupported(boolean) - Method in class org.apache.catalina.connector.Request
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.StandardWrapper
 
setAsyncSupported(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setAsyncSupported(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.valves.ValveBase
 
setAsyncSupported(boolean) - Method in interface org.apache.catalina.Wrapper
Set the async support for the associated Servlet.
setAsyncTimeout(long) - Method in class org.apache.catalina.connector.Connector
Set the default timeout for async requests.
setAttempt(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class javax.servlet.jsp.JspContext
Register the name and value specified with page scope semantics.
setAttribute(String, Object, int) - Method in class javax.servlet.jsp.JspContext
Register the name and value specified with appropriate scope semantics.
setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
Set the value of an attribute.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Binds an object to a given attribute name in this servlet context.
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setAttribute(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the attribute name
setAttribute(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute name
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Connector
Deprecated.
Use Connector.setProperty(String, String). This will be removed in Tomcat 10 onwards.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Request
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
setAttribute(String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
setAttribute(String, Object) - Method in class org.apache.catalina.ha.session.DeltaSession
Bind an object to this session, using the specified name.
setAttribute(String, Object, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setAttribute(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextEnvironmentMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Set the value of a specific attribute of this MBean.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object, boolean) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
setAttribute(String, Object) - Method in class org.apache.coyote.Request
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
Set or replace the specified context attribute.
setAttribute(int, String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
setAttribute(String, Object) - Method in class org.apache.juli.logging.LogFactory
Set the configuration attribute with the specified name.
setAttribute(Node, String, String) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
 
setAttribute(String, Object) - Method in interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder
Deprecated.
 
setAttribute(Object, String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
setAttribute(Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the value of a specific attribute of this MBean.
setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Generic property setter called when a property for which a specific setter already exists within the ProtocolHandler needs to be made available to sub-components.
setAttributebinding(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
setAttributeMap(Map<String, Object>) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
setAttributes(Attributes) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
setAttributes(Object, Node) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
 
setAttributes(AttributeList) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the values of several attributes of this MBean.
setAuth(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setAuthConstraint(boolean) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the authorization constraint present flag for this security constraint.
setAuthenticateHeader(HttpServletRequest, HttpServletResponse, LoginConfig, String, boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generates the WWW-Authenticate header.
setAuthentication(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the type of authentication to use.
setAuthMethod(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setAuthType(String) - Method in class org.apache.catalina.connector.Request
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
setAuthType(String) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setAuthType(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
setAuthType(String) - Method in interface org.apache.catalina.Session
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - Method in class org.apache.catalina.session.StandardSession
Set the authentication type used to authenticate our cached Principal, if any.
setAutoBind(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setAutoCommit(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setAutoDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the auto deploy flag value for this host.
setAutoDeploy(boolean) - Method in interface org.apache.catalina.Host
Set the auto deploy flag value for this host.
setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(long) - Method in interface org.apache.catalina.Wrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(int) - Method in class org.apache.coyote.Request
 
setAwait(boolean) - Method in class org.apache.catalina.startup.Bootstrap
Set flag.
setAwait(boolean) - Method in class org.apache.catalina.startup.Catalina
 
setAwait(boolean) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
setAWTThreadProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setBackgroundProcessorDelay(int) - Method in interface org.apache.catalina.Container
Set the delay between the invocation of the execute method on this container and its children.
setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.core.ContainerBase
Set the delay between the invocation of the execute method on this container and its children.
setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.startup.FailedContext
 
setBacklog(int) - Method in class org.apache.coyote.AbstractProtocol
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setBackup(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
setBackupNodes(Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
setBackupSessionID(String) - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
setBaseDir(String) - Method in class org.apache.catalina.core.StandardEngine
 
setBaseDir(String) - Method in class org.apache.catalina.startup.Tomcat
Tomcat needs a directory for temp files.
setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBatchingAllowed(boolean) - Method in interface javax.websocket.RemoteEndpoint
Enable or disable the batching of outgoing messages for this endpoint.
setBatchingAllowed(boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
setBatchingAllowed(boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
setBean(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the bean name
setBean(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the bean name
setBigDecimal(String, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBinaryStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBind(String) - Method in class org.apache.catalina.tribes.membership.McastService
 
setBind(InetAddress) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setBindOnInit(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setBIO(long, long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Associate BIOCallback for input or output data capture.
setBlob(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBlob(String, Blob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBlob(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBlob(int, Blob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBlock(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setBlockContentTypeSniffingEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setBlockExternal(boolean) - Method in class org.apache.jasper.JspC
 
setBlockingStatus(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setBody(ByteChunk) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setBody(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Set the body text associated with this node (if any).
setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
Set the bodyContent property.
setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body: stash the bodyContent away.
setBoolean(String, boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBoolean(int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBoundary(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Changes the boundary token used for partitioning the stream.
setBuffer(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the next buffer in the filter pipeline (has no effect).
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
Set the next buffer in the filter pipeline.
setBuffered(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value if the logging should be buffered
setBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setBufferPoolSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
setBufferSize(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
setBufferSize(int) - Method in class org.apache.catalina.connector.Response
Set the buffer size to be used for this Response.
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setBufHandler(SecureNioChannel.ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
setByte(String, byte) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setByte(int, byte) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setByteBufferMaxSize(int) - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
Set the maximum size (in bytes) of the buffer used for binary messages.
setByteEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
 
setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is empty, read the data from the input channel.
setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is full, write the data to the output channel.
setBytes(String, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setBytes(int, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Sets the buffer to the specified subarray of bytes.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to the specified subarray of bytes.
setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the number of bytes returned.
setBytesReceived(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
 
setCACertificate(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File and Directory of concatenated PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificates of Certification Authorities (CA) whose clients you deal with.
setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the cache authenticated Principals flag.
setCached(boolean) - Method in class org.apache.naming.resources.BaseDirContext
Set cached.
setCacheKey(StatementCache.CacheKey) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
 
setCacheMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
Set the maximum size of the cache in KB.
setCacheMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the maximum size of the cache in KB.
setCacheMaxSize(int) - Method in class org.apache.naming.resources.ResourceCache
Set the maximum size of the cache in KB.
setCacheObjectMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
Set the maximum size of objects to be placed the cache in KB.
setCacheObjectMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the maximum size of objects to be placed the cache in KB.
setCacheRemovalWarningTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
setCacheSize(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the maximum number of users for which authentication failure will be kept in the cache.
setCacheSize(int) - Method in class org.apache.tomcat.util.buf.StringCache
 
setCacheTTL(int) - Method in class org.apache.catalina.core.StandardContext
Set cache TTL.
setCacheTTL(int) - Method in class org.apache.naming.resources.BaseDirContext
Set cache TTL.
setCaching(boolean) - Method in class org.apache.jasper.JspC
Sets the option to enable caching.
setCachingAllowed(boolean) - Method in class org.apache.catalina.core.StandardContext
Set caching allowed flag.
setCallback(RpcCallback) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
setCallback(ListenCallback) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
setCancelled(boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
 
setCARevocation(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of concatenated PEM-encoded CA CRLs or directory of PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificate Revocation Lists (CRL) of Certification Authorities (CA) whose clients you deal with.
setCatalina(Catalina) - Method in class org.apache.catalina.core.StandardServer
Set the outer Catalina startup/shutdown component if present.
setCatalina(Catalina) - Method in interface org.apache.catalina.Server
Set the outer Catalina startup/shutdown component if present.
setCatalinaBase(String) - Method in class org.apache.catalina.startup.Bootstrap
 
setCatalinaBase(String) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
setCatalinaHome(String) - Method in class org.apache.catalina.startup.Bootstrap
 
setCatalinaHome(String) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
 
setCatalog(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setCertificate(long, String, String, String, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Certificate
Point setCertificateFile at a PEM encoded certificate.
setCertificateChainFile(long, String, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate.
setCGIEnvironment(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavily on Servlet API methods and findCGI
setChangeLocalName(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
If true, the return values for both ServletRequest.getLocalName() and ServletRequest.getServerName() will be modified by this Filter rather than just ServletRequest.getServerName().
setChangeLocalName(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
 
setChangeLocalPort(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
If true, the return values for both ServletRequest.getLocalPort() and ServletRequest.getServerPort() will be modified by this Filter rather than just ServletRequest.getServerPort().
setChangeLocalPort(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
 
setChangeSessionIdOnAuthentication(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we should change the session ID of an existing session upon successful authentication.
setChannel(Channel) - Method in interface org.apache.catalina.ha.CatalinaCluster
 
setChannel(Channel) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
Set the channel that is related to this interceptor
setChannel(Channel) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.membership.McastService
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
setChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setChannelReceiver(ChannelReceiver) - Method in class org.apache.catalina.tribes.group.GroupChannel
Sets the channel receiver component
setChannelReceiver(ChannelReceiver) - Method in interface org.apache.catalina.tribes.ManagedChannel
Sets the channel receiver
setChannelSender(ChannelSender) - Method in class org.apache.catalina.tribes.group.GroupChannel
Sets the channel sender component
setChannelSender(ChannelSender) - Method in interface org.apache.catalina.tribes.ManagedChannel
Sets the channel sender
setChannelSendOptions(int) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
setChannelSendOptions(int) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
setChannelStartOptions(int) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
setCharacterEncoding(String) - Method in interface javax.servlet.ServletRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to set the character encoding on the wrapped request object.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletResponse
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setCharacterEncoding(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
setCharacterEncoding(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the character encoding to be used to read the user name and password.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Request
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Response
Overrides the name of the character encoding used in the body of the request.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
setCharacterEncoding(String) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Request
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Response
Overrides the character encoding used in the body of the response.
SetCharacterEncodingFilter - Class in org.apache.catalina.filters
Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding.
SetCharacterEncodingFilter() - Constructor for class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setCharacterStream(String, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setCharBufferMaxSize(int) - Method in class org.apache.catalina.websocket.MessageInbound
Deprecated.
Set the maximum size (in characters) of the buffer used for textual messages.
setCharEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
 
setCharEncoding(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is empty, read the data from the input channel.
setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is full, write the data to the output channel.
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Sets the buffer to the specified subarray of characters.
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to be a char[]
setCharset(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setCharset(String) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
 
setCharset(Charset) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setCharset(Charset) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the Charset used for string<->byte conversions.
setCharsetMapper(CharsetMapper) - Method in interface org.apache.catalina.Context
Deprecated. 
setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper for this Context.
setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.startup.FailedContext
Deprecated.
setCharsetMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper class for this Context.
setCheckedOsUsers(String) - Method in class org.apache.catalina.security.SecurityListener
Set the list of operating system users not permitted to run Tomcat.
setCheckExists(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set whether to check for log file existence before logging.
setCheckLock(boolean) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
setCiphers(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setCiphers(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setCipherSuite(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Cipher Suite available for negotiation in SSL handshake.
setCipherSuites(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the allowed cipher suites when opening a connection using StartTLS.
setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
Sets the option to include debug information in compiled class.
setClassesToInitialize(String) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setClassLoader(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
 
setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.digester.Digester
Set the class loader to be used for instantiating application objects when required.
setClassName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setClassName(String) - Method in class org.apache.jasper.JspC
Class name of the generated file ( without package ).
setClassName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setClassPath(String) - Method in class org.apache.jasper.JspC
Sets the classpath used while compiling the servlets generated from JSP files
setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
setClearReferencesHttpClientKeepAliveThread(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the clearReferencesHttpClientKeepAliveThread feature for this Context.
setClearReferencesHttpClientKeepAliveThread(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesHttpClientKeepAliveThread feature for this Context.
setClearReferencesLogFactoryRelease(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesLogFactoryRelease feature for this Context.
setClearReferencesObjectStreamClassCaches(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setClearReferencesObjectStreamClassCaches(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
setClearReferencesRmiTargets(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setClearReferencesRmiTargets(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
setClearReferencesStatic(boolean) - Method in class org.apache.catalina.core.StandardContext
Deprecated.
This option will be removed in Tomcat 8.5
setClearReferencesStatic(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Deprecated.
Will be removed in 8.5
setClearReferencesStopThreads(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the clearReferencesStopThreads feature for this Context.
setClearReferencesStopThreads(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesStopThreads feature for this Context.
setClearReferencesStopTimerThreads(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the clearReferencesStopTimerThreads feature for this Context.
setClearReferencesStopTimerThreads(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesStopTimerThreads feature for this Context.
setClearReferencesThreadLocals(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setClearReferencesThreadLocals(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
setClientAuth(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setClientAuth(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setClientCertProvider(String) - Method in class org.apache.coyote.AbstractProtocol
 
setClientCertProvider(String) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setClientCertProvider(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
 
setClientInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setClientInfo(Properties) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setClob(String, Clob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setClob(int, Clob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setCloseMethod(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setCluster(Cluster) - Method in interface org.apache.catalina.Container
Set the Cluster with which this Container is associated.
setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
Set the Cluster with which this Container is associated.
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterDeployer
Associates the cluster deployer with a cluster
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.ClusterListener
 
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterManager
 
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterValve
Associates the cluster deployer with a cluster
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
setCluster(Cluster) - Method in class org.apache.catalina.startup.FailedContext
 
setClusterDeployer(ClusterDeployer) - Method in interface org.apache.catalina.ha.CatalinaCluster
 
setClusterDeployer(ClusterDeployer) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
set a new Deployer, must be set before cluster started!
setClusterName(String) - Method in interface org.apache.catalina.Cluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterReceiver(ChannelReceiver) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
setClusterSender(ChannelSender) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
setCollection(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Set collection flag.
setComet(boolean) - Method in class org.apache.catalina.connector.Request
Set comet state.
setComet(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setCometNotify(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setCometOps(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
Deprecated.
Unused (value is set but never read) - will be removed in Tomcat 8
setCometTimeout(long) - Method in class org.apache.catalina.connector.Request
 
setCometTimeouts(SocketWrapper<S>) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Provides a mechanism for those connectors (currently only NIO) that need that need to set comet timeouts.
setCometTimeouts(SocketWrapper<Long>) - Method in class org.apache.coyote.http11.Http11AprProcessor
 
setCometTimeouts(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProcessor
 
setCometTimeouts(SocketWrapper<Socket>) - Method in class org.apache.coyote.http11.Http11Processor
 
setCommand(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setComment(String) - Method in class javax.servlet.http.Cookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the comment for the session cookie
setComment(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
setCommitOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
setCommitted(boolean) - Method in class org.apache.coyote.Response
 
setCommonRole(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the common role
setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the compilation exception for this JspServletWrapper.
setCompile(boolean) - Method in class org.apache.jasper.JspC
Sets the compile flag.
setCompiler(String) - Method in class org.apache.jasper.JspC
Sets the option to determine what compiler to use.
setCompilerClasspath(String) - Method in class org.apache.catalina.core.StandardContext
Deprecated.
setCompilerSourceVM(String) - Method in class org.apache.jasper.JspC
Sets the compiler source VM.
setCompilerTargetVM(String) - Method in class org.apache.jasper.JspC
Sets the compiler target VM.
setComplete(boolean) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
setCompress(int) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
setCompressableMimeTypes(String[]) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
setCompressibleMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setCompressibleMimeTypes(String[]) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set compressible mime-type list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setCompressibleMimeTypes(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set compressible mime-type list List contains users agents separated by ',' : ie: "text/html,text/xml,text/plain"
setCompression(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setConcurrency(int) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setCondition(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConditionIf(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConditionUnless(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConfig(String) - Method in class org.apache.catalina.ant.DeployTask
 
setConfig(String) - Method in class org.apache.catalina.startup.Catalina
setConfig(GenericKeyedObjectPool.Config) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the configuration.
setConfig(GenericObjectPool.Config) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets my configuration.
setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in interface org.apache.catalina.Host
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.startup.HostConfig
Deprecated.
Will be removed in Tomcat 8.0.x
setConfigClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context configuration class name.
setConfigErrMsg(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigFile(URL) - Method in interface org.apache.catalina.Context
Set the URL of the XML descriptor for this context.
setConfigFile(URL) - Method in class org.apache.catalina.core.StandardContext
 
setConfigFile(String) - Method in class org.apache.catalina.realm.JAASRealm
Setter for the configfile member variable.
setConfigFile(String) - Method in class org.apache.catalina.startup.Catalina
 
setConfigFile(URL) - Method in class org.apache.catalina.startup.FailedContext
 
setConfigSizeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigured(boolean) - Method in interface org.apache.catalina.Context
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setConnected(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setConnection(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
setConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
setConnectionFactory(ConnectionFactory) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the ConnectionFactory from which to obtain base Connections.
setConnectionInitSql(Collection<String>) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the SQL statements I use to initialize newly created Connections.
setConnectionInitSqls(Collection<String>) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the list of SQL statements to be executed when a physical connection is first created.
setConnectionName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the username to use to connect to the database.
setConnectionName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection username for this Realm.
setConnectionName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the username to use to connect to the database.
setConnectionName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the username to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the password to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection password for this Realm.
setConnectionPassword(String) - Method in class org.apache.catalina.session.JDBCStore
Set the password to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the password to use to connect to the database.
setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the backend ConnectionPoolDataSource.
setConnectionProperties(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the connection properties passed to driver.connect(...).
setConnectionProperties(Properties) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Set the connection properties passed to the JDBC driver.
setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The properties that will be passed into Driver.connect(String, Properties) method.
setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setConnectionProperties(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The properties that will be passed into Driver.connect(String, Properties) method.
setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The properties that will be passed into Driver.connect(String, Properties) method.
setConnectionTimeout(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection timeout.
setConnectionTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
 
setConnectionUploadTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the upload timeout.
setConnectionUploadTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the upload timeout.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the URL to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection URL for this Realm.
setConnectionURL(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Connection URL for this Store.
setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the JDBC URL for the database where the log is stored.
setConnector(Connector) - Method in class org.apache.catalina.connector.Request
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.connector.Response
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.startup.Tomcat
 
setConnectTime(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setConnectTimeout(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setConstructor(Constructor<?>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the Container to which this Valve is attached.
setContainer(Container) - Method in interface org.apache.catalina.Cluster
Set the Container associated with our Cluster
setContainer(Container) - Method in interface org.apache.catalina.Contained
Set the Container with which this instance is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardService
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Object) - Method in class org.apache.catalina.deploy.NamingResources
Set the container with which the naming resources are associated.
setContainer(Container) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Set the Container associated with our Cluster
setContainer(Container) - Method in interface org.apache.catalina.Loader
Set the Container with which this Loader has been associated.
setContainer(Container) - Method in class org.apache.catalina.loader.WebappLoader
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Manager
Set the Container with which this Manager is associated.
setContainer(Object) - Method in class org.apache.catalina.mbeans.MBeanFactory
Set the container that this factory was created for.
setContainer(Container) - Method in interface org.apache.catalina.Pipeline
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.realm.CombinedRealm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in class org.apache.catalina.realm.JAASRealm
 
setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Realm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Service
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - Method in class org.apache.catalina.session.ManagerBase
 
setContainer(Container) - Method in class org.apache.catalina.valves.PersistentValve
 
setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
Set the Container with which this Valve is associated, if any.
setContainerSciFilter(String) - Method in interface org.apache.catalina.Context
Sets the regular expression that specifies which container provided SCIs should be filtered out and not used for this context.
setContainerSciFilter(String) - Method in class org.apache.catalina.core.StandardContext
 
setContainerSciFilter(String) - Method in class org.apache.catalina.startup.FailedContext
 
setContent(InputStream) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContent(byte[]) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLength(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
setContentLength(int) - Method in class org.apache.catalina.connector.Response
Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentLength(long) - Method in class org.apache.coyote.Request
 
setContentLength(long) - Method in class org.apache.coyote.Response
 
setContentLength(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set content length.
setContentType(String) - Method in interface javax.servlet.ServletResponse
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
setContentType(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setContentType(String) - Method in class org.apache.catalina.connector.Response
Set the content type for this Response.
setContentType(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentType(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
setContentType(HttpServletResponse, int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
setContentType(String) - Method in class org.apache.coyote.Request
 
setContentType(MessageBytes) - Method in class org.apache.coyote.Request
 
setContentType(String) - Method in class org.apache.coyote.Response
Sets the content type.
setContentType(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setContentTypeNoCharset(String) - Method in class org.apache.coyote.Response
 
setContext(Context) - Method in class org.apache.catalina.connector.Request
Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.catalina.connector.Response
Deprecated.
setContext(Context) - Method in class org.apache.catalina.startup.TldConfig
Deprecated.
Unused - will be removed in 8.0.x
setContext(String, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set context, used for wrapper mapping (request dispatcher).
setContextAware(boolean) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context implementation class name.
setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context implementation class name.
setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the JNDI context factory for this Realm.
setContextId(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set Session context id.
setContextName(String) - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
setContextPath(String) - Method in class org.apache.catalina.connector.Request
Deprecated.
setContextPath(String) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
SetContextPropertiesRule - Class in org.apache.catalina.startup
Rule that uses the introspection utils to set properties of a context (everything except "path").
SetContextPropertiesRule() - Constructor for class org.apache.catalina.startup.SetContextPropertiesRule
 
setConvert(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setConverter() - Method in class org.apache.catalina.connector.InputBuffer
 
setConverter() - Method in class org.apache.catalina.connector.OutputBuffer
 
setCookieComment(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setCookieDomain(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets the domain to be used for sso cookies.
setCookieDomain(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setCookieHttpOnly(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setCookieMaxAge(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setCookieName(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setCookiePath(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setCookies(Cookie[]) - Method in class org.apache.catalina.connector.Request
Deprecated.
setCookies(boolean) - Method in interface org.apache.catalina.Context
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setCookieSecure(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setCopy(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
setCopyXML(boolean) - Method in class org.apache.catalina.core.StandardContext
Allows copying a bundled context.xml file to the host configuration base folder on deployment.
setCopyXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the copy XML config file flag for this component.
setCopyXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the copy XML config file flag for this component.
setCounter(int) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
 
setCoyoteRequest(Request) - Method in class org.apache.catalina.connector.Request
Set the Coyote request.
setCoyoteResponse(Response) - Method in class org.apache.catalina.connector.Response
Set the Coyote response.
setCrawlerIps(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the regular expression (using Pattern) that will be used to identify crawlers based on their IP address.
setCrawlerUserAgents(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the regular expression (using Pattern) that will be used to identify crawlers based in the User-Agent header provided.
setCreateDirs(boolean) - Method in class org.apache.catalina.core.StandardHost
Set to true if the Host should attempt to create directories for xmlBase and appBase upon startup
setCreateDirs(boolean) - Method in interface org.apache.catalina.Host
Should the Host attempt to create directories for xmlBase and appBase upon startup.
setCreateEmptyFiles(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether output and error files should be created even when empty.
setCreateUploadTargets(boolean) - Method in interface org.apache.catalina.Context
Configure whether Tomcat will attempt to create an upload target used by this web application if it does not exist when the web application attempts to use it.
setCreateUploadTargets(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setCreateUploadTargets(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setCreation(long) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated.
- unused
setCreationDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Creation date mutator.
setCreationTime(long) - Method in class org.apache.catalina.manager.DummyProxySession
 
setCreationTime(long) - Method in interface org.apache.catalina.Session
Set the creation time for this session.
setCreationTime(long) - Method in class org.apache.catalina.session.StandardSession
Set the creation time for this session.
setCrlFile(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setCrlFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setCrossContext(boolean) - Method in interface org.apache.catalina.Context
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setCursorName(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setCustomAuthenticators(Map<String, Authenticator>) - Method in class org.apache.catalina.startup.ContextConfig
Sets custom mappings of login methods to authenticators.
setDaemon(boolean) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setDaemon(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setData(byte[], int) - Method in class org.apache.catalina.ha.deploy.FileMessage
 
setDataLength(int) - Method in class org.apache.catalina.ha.deploy.FileMessage
 
setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Injects a datasource that will be used to retrieve/create connections.
setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Injects a datasource that will be used to retrieve/create connections.
setDataSource(Object) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Injects a datasource that will be used to retrieve/create connections.
setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Injects a datasource that will be used to retrieve/create connections.
setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Configure the connection pool to use a DataSource according to PoolConfiguration.setDataSource(Object) But instead of injecting the object, specify the JNDI location.
setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Configure the connection pool to use a DataSource according to PoolConfiguration.setDataSource(Object) But instead of injecting the object, specify the JNDI location.
setDataSourceJNDI(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Configure the connection pool to use a DataSource according to PoolConfiguration.setDataSource(Object) But instead of injecting the object, specify the JNDI location.
setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Configure the connection pool to use a DataSource according to PoolConfiguration.setDataSource(Object) But instead of injecting the object, specify the JNDI location.
setDataSourceName(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the name of the JNDI JDBC DataSource.
setDataSourceName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the JNDI name of a DataSource-factory to use for db access
setDataSourceName(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the name of the ConnectionPoolDataSource which backs this pool.
setDate(String, Date) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setDate(int, Date) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and date-value.
setDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
Set the specified date header to the specified value.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
 
setDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Overrides the database properties passed into the Driver.connect(String, Properties) method.
setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDbProperties(Properties) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Overrides the database properties passed into the Driver.connect(String, Properties) method.
setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Overrides the database properties passed into the Driver.connect(String, Properties) method.
setDebugStream(PrintStream) - Method in class org.apache.el.parser.ELParserTokenManager
Set debug output.
setDecodedRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setDeepclone(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
setDefaultAutoCommit(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets default auto-commit state of connections returned by this datasource.
setDefaultAutoCommit(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the value of defaultAutoCommit, which defines the state of connections handed out from this pool.
setDefaultAutoCommit(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the default "auto commit" setting for borrowed Connections
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The default auto-commit state of connections created by this pool.
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultAutoCommit(Boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The default auto-commit state of connections created by this pool.
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The default auto-commit state of connections created by this pool.
setDefaultCatalog(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the default catalog.
setDefaultCatalog(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the default "catalog" setting for borrowed Connections
setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultCatalog(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
setDefaultCharset(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the default charset for use when no explicit charset parameter is provided by the sender.
setDefaultCharset(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the default charset for use when no explicit charset parameter is provided by the sender.
setDefaultContentType(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setDefaultContextXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default context xml that will be used.
setDefaultContextXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Deprecated.
Unused
setDefaultExpiresConfiguration(ExpiresFilter.ExpiresConfiguration) - Method in class org.apache.catalina.filters.ExpiresFilter
 
setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
set the default factory for this implementation.
setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
Set the default host.
setDefaultHost(String) - Method in interface org.apache.catalina.Engine
Set the default hostname for this Engine.
setDefaultHostName(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set default host.
setDefaultMaxActive(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
setDefaultMaxBinaryMessageBufferSize(int) - Method in interface javax.websocket.WebSocketContainer
Set the default maximum buffer size for binary messages.
setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setDefaultMaxIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
setDefaultMaxSessionIdleTimeout(long) - Method in interface javax.websocket.WebSocketContainer
Set the default session idle timeout.
setDefaultMaxSessionIdleTimeout(long) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setDefaultMaxTextMessageBufferSize(int) - Method in interface javax.websocket.WebSocketContainer
Set the default maximum buffer size for text messages.
setDefaultMaxTextMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setDefaultMaxWait(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
setDefaultReadOnly(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets defaultReadonly property.
setDefaultReadOnly(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the value of defaultReadOnly, which defines the state of connections handed out from this pool.
setDefaultReadOnly(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the default "read only" setting for borrowed Connections
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultReadOnly(Boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
setDefaultRealm(Realm) - Method in class org.apache.catalina.startup.Tomcat
Deprecated.
Will be removed in Tomcat 8.0.x.
setDefaults(Properties) - Method in class org.apache.catalina.tribes.membership.McastService
 
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the default transaction isolation state for returned connections.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the value of defaultTransactionIsolation, which defines the state of connections handed out from this pool.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the default "Transaction Isolation" setting for borrowed Connections
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If set to DataSourceFactory.UNKNOWN_TRANSACTIONISOLATION the method Connection.setTransactionIsolation(int) will not be called during connection creation.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultTransactionIsolation(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to DataSourceFactory.UNKNOWN_TRANSACTIONISOLATION the method Connection.setTransactionIsolation(int) will not be called during connection creation.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If set to DataSourceFactory.UNKNOWN_TRANSACTIONISOLATION the method Connection.setTransactionIsolation(int) will not be called during connection creation.
setDefaultWebXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default web xml that will be used.
setDefaultWebXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Set the location of the default deployment descriptor.
setDeferAccept(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setDeferAccept(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setDeferredSyntax(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setDelegate(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in interface org.apache.catalina.Loader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(CallableStatement) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
Sets my delegate.
setDelegate(Connection) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Sets my delegate.
setDelegate(PreparedStatement) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
Sets my delegate.
setDelegate(Statement) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
Sets my delegate.
setDelimiter(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setDeny(String) - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Fill the #deny list with the list of netmasks provided as an argument, if any.
setDeny(String) - Method in class org.apache.catalina.filters.RequestFilter
Set the regular expression used to test for denied requests for this Filter, if any.
setDeny(String) - Method in class org.apache.catalina.startup.UserConfig
Set the regular expression used to test for user who deployment is denied.
setDeny(String) - Method in class org.apache.catalina.valves.RemoteCIDRValve
Fill the #deny list with the list of netmasks provided as an argument, if any.
setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the regular expression used to test for denied requests for this Valve, if any.
setDenyStatus(int) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Set response status code that is used to reject denied request.
setDenyStatus(int) - Method in class org.apache.catalina.filters.RequestFilter
Set response status code that is used to reject denied request.
setDenyStatus(int) - Method in class org.apache.catalina.valves.RequestFilterValve
Set response status code that is used to reject denied request.
setDeployDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
setDeployIgnore(String) - Method in class org.apache.catalina.core.StandardHost
Set the regular expression that defines the files and directories in the host's StandardHost.getAppBase() that will be ignored by the automatic deployment process.
setDeployIgnore(String) - Method in interface org.apache.catalina.Host
Set the regular expression that defines the files and directories in the host's appBase that will be ignored by the automatic deployment process.
setDeployOnStartup(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the deploy on startup flag value for this host.
setDeployOnStartup(boolean) - Method in interface org.apache.catalina.Host
Set the deploy on startup flag value for this host.
setDeployXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag mutator.
setDeployXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the deploy XML config file flag for this component.
setDerefAliases(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the value for derefAliases to be used when searching the directory.
setDescription(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setDescription(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDescription(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
setDescription(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the description of this web resource collection.
setDescription(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setDescription(String) - Method in interface org.apache.catalina.Group
Set the description of this group.
setDescription(String) - Method in interface org.apache.catalina.Role
Set the description of this role.
setDescription(String) - Method in class org.apache.catalina.users.AbstractGroup
Set the description of this group.
setDescription(String) - Method in class org.apache.catalina.users.AbstractRole
Set the description of this role.
setDescription(String) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Set the value of description.
setDescription(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the description.
setDescription(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setDescription(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setDescription(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Override the description property setter.
setDesiredEntryAccessRatio(long) - Method in class org.apache.naming.resources.ResourceCache
Deprecated.
- unused
setDestination(Member) - Method in class org.apache.catalina.ha.tcp.SendMessageData
 
setDestination(Member) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setDigest(String) - Method in class org.apache.catalina.realm.RealmBase
Set the digest algorithm used for storing credentials.
setDigestEncoding(String) - Method in class org.apache.catalina.realm.RealmBase
Sets the digest encoding charset.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Set the associated digester.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.Rule
Set the Digester with which this Rule is associated.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.Rules
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.RulesBase
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Sets digester using these Rules
setDirect(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setDirect(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setDirectBuffer(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setDirectBuffer(boolean) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
 
setDirectBuffer(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setDirectBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setDirectory(String) - Method in class org.apache.catalina.session.FileStore
Set the directory path for this Store.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
Set the directory name for user web applications.
setDisableKeepAlivePercentage(int) - Method in class org.apache.coyote.http11.Http11Processor
 
setDisableKeepAlivePercentage(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setDisableProxyCaching(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we add headers to disable caching by proxies.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the flag to control upload time-outs.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the flag to control whether a separate connection timeout is used during upload of a request body.
setDiscard(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
setDiscarded(boolean) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
An interceptor can call this method with the value true, and the connection will be closed when it is returned to the pool.
setDiscardFacades(boolean) - Method in class org.apache.catalina.connector.Connector
Set the recycling strategy for the object facades.
setDispatcher(String) - Method in class org.apache.catalina.deploy.FilterMap
This method will be used to set the current state of the FilterMap representing the state of when filters should be applied.
setDispatchersUseEncodedPaths(boolean) - Method in interface org.apache.catalina.Context
Are paths used in calls to obtain a request dispatcher expected to be encoded?
setDispatchersUseEncodedPaths(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setDispatchersUseEncodedPaths(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setDisplayName(String) - Method in interface org.apache.catalina.Context
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.core.StandardContext
Set the display name of this web application.
setDisplayname(String) - Method in class org.apache.catalina.deploy.ContextService
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the display name of this security constraint.
setDisplayName(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.WebXml
 
setDisplayName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setDisplayName(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setDistributable(boolean) - Method in interface org.apache.catalina.Context
Set the distributable flag for this web application.
setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the distributable flag for this web application.
setDistributable(boolean) - Method in class org.apache.catalina.deploy.WebXml
 
setDistributable(boolean) - Method in interface org.apache.catalina.Manager
Deprecated.
Ignored. Context.getDistributable() always takes precedence. Will be removed in Tomcat 8.5.x.
setDistributable(boolean) - Method in class org.apache.catalina.session.ManagerBase
Deprecated.
setDistributable(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setDocBase(String) - Method in interface org.apache.catalina.Context
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.catalina.core.StandardContext
 
setDocBase(String) - Method in class org.apache.catalina.startup.FailedContext
 
setDocBase(String) - Method in class org.apache.naming.resources.BaseDirContext
Set the document root for this component.
setDocBase(String) - Method in class org.apache.naming.resources.FileDirContext
Set the document root.
setDocBase(String) - Method in class org.apache.naming.resources.WARDirContext
Set the document root.
setDocumentLocator(Locator) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
 
setDocumentLocator(Locator) - Method in class org.apache.tomcat.util.digester.Digester
Sets the document locator associated with our parser.
setDoEmbedded(boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
Instructs the SmapGenerator whether to actually print any embedded SMAPs or not.
setDomain(String) - Method in class javax.servlet.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the domain for the session cookie
setDomain(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setDomain(String) - Method in interface org.apache.catalina.JmxEnabled
Specify the domain under which this component should be registered.
setDomain(byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
setDomain(String) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.McastService
 
setDomain(String) - Method in class org.apache.catalina.tribes.membership.McastService
 
setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setDomain(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
 
setDomain(byte[]) - Method in interface org.apache.catalina.tribes.MembershipService
 
setDomain(String) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Specify the domain under which this component should be registered.
setDomain(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setDoRun(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
setDouble(String, double) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setDouble(int, double) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setDriver(String) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Set the driver classname.
setDriverClassLoader(ClassLoader) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the class loader to be used to load the JDBC driver.
setDriverClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the JDBC driver class name.
setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The fully qualified Java class name of the JDBC driver to be used.
setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDriverClassName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The fully qualified Java class name of the JDBC driver to be used.
setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The fully qualified Java class name of the JDBC driver to be used.
setDriverManagerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setDriverName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the JDBC driver that will be used.
setDriverName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the driver for this Store.
setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the database driver name.
setDropTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
 
setDuplicated(boolean) - Method in class org.apache.catalina.deploy.WebXml
 
setDuplicates(int) - Method in class org.apache.catalina.session.ManagerBase
 
setDynamicAttribute(String, String, Object) - Method in interface javax.servlet.jsp.tagext.DynamicAttributes
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.
setEcho(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setEffectiveMajorVersion(int) - Method in interface org.apache.catalina.Context
Set the effective major version of the Servlet spec used by this context.
setEffectiveMajorVersion(int) - Method in class org.apache.catalina.core.StandardContext
 
setEffectiveMajorVersion(int) - Method in class org.apache.catalina.startup.FailedContext
 
setEffectiveMinorVersion(int) - Method in interface org.apache.catalina.Context
Set the effective minor version of the Servlet spec used by this context.
setEffectiveMinorVersion(int) - Method in class org.apache.catalina.core.StandardContext
 
setEffectiveMinorVersion(int) - Method in class org.apache.catalina.startup.FailedContext
 
setElIgnored(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setEnabled(boolean) - Method in class org.apache.catalina.core.StandardWrapper
 
setEnabled(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setEnabled(boolean) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
setEnabled(boolean) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
setEnabled(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
 
setEnabled(boolean) - Method in interface org.apache.catalina.Wrapper
Sets the enabled attribute for the associated servlet.
setEnabled(boolean) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.Connector
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
 
setEncodedSolidusHandling(String) - Method in class org.apache.catalina.connector.Connector
 
setEncoders(EndpointConfig) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
setEncodeSpaceAsPlus(boolean) - Method in class org.apache.catalina.util.URLEncoder
 
setEncoding(String) - Method in class org.apache.catalina.connector.InputBuffer
 
setEncoding(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
setEncoding(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
setEncoding(String) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setEncoding(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the character set that is used to write the log file.
setEncoding(String) - Method in class org.apache.tomcat.util.buf.UEncoder
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
setEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setEncryptionAlgorithm(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the encryption algorithm to be used for encrypting and decrypting channel messages.
setEncryptionAlgorithm(String) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
setEncryptionKey(byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the encryption key for encryption and decryption.
setEncryptionKey(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Gets the encryption key being used for encryption and decryption.
setEncryptionKey(byte[]) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
setEncryptionKeyString(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
setEnd(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
setEnforceNoAddAfterHandshake(boolean) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
setEntityResolver(EntityResolver) - Static method in class org.apache.jasper.xmlparser.ParserUtils
Set the EntityResolver.
setEntityResolver(EntityResolver) - Method in class org.apache.tomcat.util.digester.Digester
Set the EntityResolver used by SAX when resolving public id and system id.
setEntryPoints(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Entry points are URLs that will not be tested for the presence of a valid nonce.
setError(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the error output of the task is redirected to.
setError() - Method in class org.apache.catalina.connector.Response
Set the error flag.
setError() - Method in class org.apache.coyote.Response
Set the error flag.
setError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
setError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
setError(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setErrorCode(int) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code.
setErrorCode(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code (hack for default XmlMapper data type).
setErrorCount(int) - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
setErrorCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
 
setErrorException(Exception) - Method in class org.apache.coyote.Response
Set the error Exception that occurred during request processing.
setErrorHandler(ErrorHandler) - Method in class org.apache.catalina.tribes.group.InterceptorPayload
 
setErrorHandler(ErrorHandler) - Method in class org.apache.tomcat.util.digester.Digester
Set the error handler for this Digester.
setErrorOnUndeclaredNamespace(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.JspC
Sets the option to issue a compilation error if the class attribute specified in useBean action is invalid.
setErrorPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setErrorProperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the error of the task.
setErrorReported() - Method in class org.apache.catalina.connector.Response
 
setErrorReported() - Method in class org.apache.coyote.Response
 
setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the error report valve class for new web applications.
setErrorState(Throwable, boolean) - Method in class org.apache.catalina.core.AsyncContextImpl
 
setErrorState(ErrorState, Throwable) - Method in class org.apache.coyote.AbstractProcessor
Update the current error state to the new error state if the new error state is more severe than the current error state.
setEscapeProcessing(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setETag(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set strong ETag.
setEventCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setEventSubType(CometEvent.EventSubType) - Method in class org.apache.catalina.connector.CometEventImpl
 
setEventType(CometEvent.EventType) - Method in class org.apache.catalina.connector.CometEventImpl
 
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetNextRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetRootRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetTopRule
Set whether exact matching is enabled.
setException(Exception) - Method in class org.apache.catalina.ha.tcp.SendMessageData
 
setExceptionOnFailedWrite(boolean) - Method in class org.apache.catalina.core.NamingContextListener
Controls whether or not an attempt to modify the JNDI context will trigger an exception or if the request will be ignored.
setExceptionOnFailedWrite(boolean) - Method in class org.apache.naming.NamingContext
 
setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the exception type.
setExcludedResponseStatusCodes(int[]) - Method in class org.apache.catalina.filters.ExpiresFilter
 
setExecutor(ExecutorService) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setExecutor(Executor) - Method in class org.apache.coyote.AbstractProtocol
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setExecutorTerminationTimeoutMillis(long) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
setExpiredSessions(long) - Method in interface org.apache.catalina.Manager
Sets the number of sessions that have expired.
setExpiredSessions(long) - Method in class org.apache.catalina.session.ManagerBase
 
setExpiresConfigurationByContentType(Map<String, ExpiresFilter.ExpiresConfiguration>) - Method in class org.apache.catalina.filters.ExpiresFilter
 
setExpireSessionsOnShutdown(boolean) - Method in class org.apache.catalina.ha.session.BackupManager
Deprecated.
Unused - will be removed in Tomcat 8.0.x
setExpireSessionsOnShutdown(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setExtensionName(String) - Method in class org.apache.catalina.util.Extension
 
setExternalLoaders(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
setExtraResourcePaths(String) - Method in class org.apache.naming.resources.VirtualDirContext
Allows to map a path of the filesystem to a path in the webapp.
setFactory(String) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedObjectPool
Deprecated.
to be removed in pool 2.0
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.tomcat.dbcp.pool.BaseObjectPool
Deprecated.
to be removed in pool 2.0
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Deprecated.
to be removed in version 2.0
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Deprecated.
to be removed in version 2.0
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Deprecated.
to be removed in pool 2.0
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0
setFactory(PoolableObjectFactory<T>) - Method in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
to be removed in pool 2.0
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in interface org.apache.tomcat.dbcp.pool.KeyedObjectPool
Deprecated.
to be removed in pool 2.0
setFactory(PoolableObjectFactory<T>) - Method in interface org.apache.tomcat.dbcp.pool.ObjectPool
Deprecated.
to be removed in pool 2.0
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
setFailCtxIfServletStartFails(Boolean) - Method in class org.apache.catalina.core.StandardContext
 
setFailCtxIfServletStartFails(boolean) - Method in class org.apache.catalina.core.StandardHost
Change the behavior of Servlet startup errors on web application starts.
setFailing() - Method in class org.apache.catalina.tribes.transport.SenderState
 
setFailonerror(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
setFailOnError(boolean) - Method in class org.apache.jasper.JspC
Sets the option that throws an exception in case of a compilation error.
setFailureCount(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the number of failed authentication attempts required to lock the user account.
setFailures(int) - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if you wish that calls to getConnection should be treated fairly in a true FIFO fashion.
setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setFairQueue(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish that calls to getConnection should be treated fairly in a true FIFO fashion.
setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if you wish that calls to getConnection should be treated fairly in a true FIFO fashion.
setFakeAttributes(Map<Class<?>, List<String>>) - Method in class org.apache.tomcat.util.digester.Digester
Set the fake attributes.
setFeature(String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Sets a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
setFetchDirection(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
setFetchDirection(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setFetchSize(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
setFetchSize(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setFieldName(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the field name used to reference this file item.
setFieldName(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Sets the field name used to reference this file item.
setFieldName(String) - Method in exception org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Sets the field name of the item, which caused the exception.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the date format date based log rotation.
setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
Sets the factory class to use when creating file items.
setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the factory class to use when creating file items.
setFileName(String) - Method in class org.apache.catalina.ha.deploy.FileMessage
 
setFileName(String) - Method in exception org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Sets the file name of the item, which caused the exception.
setFileSizeMax(long) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Sets the maximum size of a single file.
setFileSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
setFileSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
setFileSizeThreshold(String) - Method in class org.apache.catalina.deploy.MultipartDef
 
setFilter(Filter) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilter(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
compile filter string to regular expression
setFilterChain(FilterChain) - Method in class org.apache.catalina.connector.Request
Set filter chain associated with the request.
setFilterClass(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setFIPSMode(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setFireRequestListenersOnForwards(boolean) - Method in interface org.apache.catalina.Context
Configure whether or not requests listeners will be fired on forwards for this Context.
setFireRequestListenersOnForwards(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setFireRequestListenersOnForwards(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setFloat(String, float) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setFloat(int, float) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setForceDnHexEscape(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
 
setForcedRemainingCapacity(int) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
setFork(boolean) - Method in class org.apache.jasper.JspC
 
setForkJoinCommonPoolProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setFormField(boolean) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Specifies whether or not a FileItem instance represents a simple form field.
setFormField(boolean) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Specifies whether or not a FileItem instance represents a simple form field.
setForwardExpired(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
setFrequency(long) - Method in class org.apache.catalina.tribes.membership.McastService
 
setFrom(InternetAddress) - Method in class javax.mail.internet.MimeMessage
 
setFromDescriptor(boolean) - Method in class org.apache.catalina.deploy.SecurityCollection
Set if this constraint was defined in a deployment descriptor.
setFulfilled(boolean) - Method in class org.apache.catalina.util.Extension
 
setFullName(String) - Method in interface org.apache.catalina.User
Set the full name of this user.
setFullName(String) - Method in class org.apache.catalina.users.AbstractUser
Set the full name of this user.
setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.el.ELContextImpl
 
setGcDaemonProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setGenStringAsCharArray(boolean) - Method in class org.apache.jasper.JspC
Determines whether text strings are to be generated as char arrays, which improves performance in some cases.
setGetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setGlobal(String) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
setGlobalContext(Context) - Static method in class org.apache.naming.factory.DataSourceLinkFactory
 
setGlobalContext(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Set the global context (note: can only be used once).
setGlobalNamingContext(Context) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources context.
setGlobalNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources.
setGlobalNamingResources(NamingResources) - Method in interface org.apache.catalina.Server
Set the global naming resources.
setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
 
setGroup(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setGroup(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setGroupname(String) - Method in interface org.apache.catalina.Group
Set the group name of this group, which must be unique within the scope of a UserDatabase.
setGroupname(String) - Method in class org.apache.catalina.users.AbstractGroup
Set the group name of this group, which must be unique within the scope of a UserDatabase.
setGssCredential(GSSCredential) - Method in class org.apache.catalina.realm.GenericPrincipal
 
setHandler(JdbcInterceptor) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
setHandler(AprEndpoint.Handler) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setHandler(JIoEndpoint.Handler) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setHandler(NioEndpoint.Handler) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setHandlerclass(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and value.
setHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
setHeader(String, String) - Method in class org.apache.catalina.connector.Response
Set the specified header to the specified value.
setHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setHeader(String, String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
setHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setHeader(String, String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setHeader(String, String) - Method in class org.apache.coyote.Response
 
setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Specifies the character encoding to be used when reading the headers of individual part.
setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Specifies the character encoding to be used when reading the headers of individual parts.
setHeaders(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the file item headers.
setHeaders(FileItemHeaders) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
Sets the headers read from within an item.
setHeaders(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Sets the file item headers.
setHeartbeat(boolean) - Method in interface org.apache.catalina.tribes.Channel
Enables or disables internal heartbeat.
setHeartbeat(boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
Enables or disables local heartbeat.
setHeartbeatBackgroundEnabled(boolean) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
enabled that container backgroundThread call heartbeat at channel
setHeartbeatSleeptime(long) - Method in class org.apache.catalina.tribes.group.GroupChannel
Configure local heartbeat sleep time
Only used when getHeartbeat()==true
setHoldability(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setHomeBase(String) - Method in class org.apache.catalina.startup.UserConfig
Set the base directory containing user home directories.
setHook(ActionHook) - Method in class org.apache.coyote.Response
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setHost(Host) - Method in class org.apache.catalina.connector.Request
Deprecated.
setHost(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setHost(String) - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
setHost(Host) - Method in class org.apache.catalina.startup.Tomcat
Sets the current host - all future webapps will be added to this host.
setHost(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setHost(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
 
setHost(String) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setHostAware(boolean) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
setHostHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Header that holds the incoming host, usually named X-Forwarded-HOst.
setHostHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Set the name of the HTTP header used to override the value returned by Request.getServerName() and (optionally depending on {link RemoteIpValve.isChangeLocalName() Request.getLocalName().
setHostname(String) - Method in class org.apache.catalina.startup.Tomcat
The the hostname of the default host, default is 'localhost'.
setHostname(String) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setHostnameVerifierClassName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the HostnameVerifier to be used when opening connections using StartTLS.
setHstsEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setHstsIncludeSubDomains(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setHstsMaxAgeSeconds(int) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setHstsPreload(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
setHttpOnly(boolean) - Method in class javax.servlet.http.Cookie
Sets the flag that controls if this cookie will be hidden from scripts on the client side.
setHttpOnly(boolean) - Method in interface javax.servlet.SessionCookieConfig
Sets the httpOnly flag for the session cookie.
setHttpOnly(boolean) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setHttpServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
Server Port value if the RemoteIpFilter.protocolHeader indicates HTTP (i.e.
setHttpServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
Server Port value if the RemoteIpValve.protocolHeader is not null and does not indicate HTTP Default value : 80
setHttpsServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
Server Port value if the RemoteIpFilter.protocolHeader indicates HTTPS Default value : 443
setHttpsServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
Server Port value if the RemoteIpValve.protocolHeader indicates HTTPS Default value : 443
setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the id attribute for this tag.
setId(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the session identifier for this session and optionally notifies any associated listeners that a new session has been created.
setId(String) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the session identifier for this session.
setId(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
setId(String, boolean) - Method in class org.apache.catalina.manager.DummyProxySession
 
setId(String) - Method in interface org.apache.catalina.Session
Set the session identifier for this session and notifies any associated listeners that a new session has been created.
setId(String, boolean) - Method in interface org.apache.catalina.Session
Set the session identifier for this session and optionally notifies any associated listeners that a new session has been created.
setId(String) - Method in class org.apache.catalina.session.StandardSession
Set the session identifier for this session.
setId(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Set the session identifier for this session and optionally notifies any associated listeners that a new session has been created.
setIdle(String) - Method in class org.apache.catalina.ant.SessionsTask
 
setIeClassId(String) - Method in class org.apache.jasper.JspC
Sets the class-id value to be sent to Internet Explorer when using <jsp:plugin> tags.
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name exists in the current project.
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name exists in the current project.
setIgnore(boolean) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setIgnoreAnnotations(boolean) - Method in interface org.apache.catalina.Context
Set the boolean on the annotations parsing for this web application.
setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the boolean on the annotations parsing for this web application.
setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if you want to ignore error of connection creation while initializing the pool.
setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Set to true if you want to ignore error of connection creation while initializing the pool.
setIgnoreExceptionOnPreLoad(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you want to ignore error of connection creation while initializing the pool.
setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if you want to ignore error of connection creation while initializing the pool.
setImage(String) - Method in class org.apache.el.parser.AstDotSuffix
 
setImage(String) - Method in class org.apache.el.parser.AstIdentifier
 
setImage(String) - Method in class org.apache.el.parser.AstLiteralExpression
 
setImage(String) - Method in class org.apache.el.parser.AstString
 
setImage(String) - Method in class org.apache.el.parser.SimpleNode
 
setImpact(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setImplementationURL(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVendor(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVendorId(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVersion(String) - Method in class org.apache.catalina.util.Extension
 
setIncluded(boolean) - Method in class org.apache.catalina.connector.Response
Deprecated.
setInitialSize(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the initial size of the connection pool.
setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set the number of connections that will be established when the connection pool is started.
setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setInitialSize(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set the number of connections that will be established when the connection pool is started.
setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set the number of connections that will be established when the connection pool is started.
setInitParameter(String, String) - Method in interface javax.servlet.Registration
Add an initialisation parameter if not already added.
setInitParameter(String, String) - Method in interface javax.servlet.ServletContext
Set the given initialisation parameter to the given value.
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setInitParameter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Set the init data in the TLD for this validator.
setInitParameters(Map<String, String>) - Method in interface javax.servlet.Registration
Add multiple initialisation parameters.
setInitParameters(Map<String, String>) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
setInitParameters(Map<String, String>) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
A custom query to be run when a connection is first created.
setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setInitSQL(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A custom query to be run when a connection is first created.
setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
A custom query to be run when a connection is first created.
setInput(InputStream) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets standard input to be passed on to the invoked cgi script
setInputBuffer(InputBuffer) - Method in class org.apache.coyote.Request
 
setInputLineCount(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
setInputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
setInstanceManager(InstanceManager) - Method in interface org.apache.catalina.Context
Set the instance manager associated with this context.
setInstanceManager(InstanceManager) - Method in class org.apache.catalina.core.StandardContext
 
setInstanceManager(InstanceManager) - Method in class org.apache.catalina.startup.FailedContext
 
setInstanceManager(InstanceManager) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setInt(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setInt(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setInt(int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
setInterface(String) - Method in class org.apache.catalina.deploy.ContextService
 
setInternalid(int) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setInternalProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Regular expression that defines the internal proxies.
setInternalProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Regular expression that defines the internal proxies.
setInterruptible(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setInterruptThreadThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Specifies the threshold (in seconds) before stuck threads are interrupted.
setInterval(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
setInterval(int) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
setIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
Set the specified integer header to the specified value.
setIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setInvalidAuthenticationWhenDeny(boolean) - Method in class org.apache.catalina.valves.RequestFilterValve
Set invalidAuthenticationWhenDeny property.
setIOChannel(SocketChannel) - Method in class org.apache.tomcat.util.net.NioChannel
 
setIs(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setIsXml(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setItem(T) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
 
setItem(T) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
 
setJ2EEApplication(String) - Method in class org.apache.catalina.core.StandardContext
 
setJ2EEServer(String) - Method in class org.apache.catalina.core.StandardContext
 
setJarName(String) - Method in class org.apache.catalina.deploy.WebXml
 
setJarOpenInterval(int) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the interval to keep all jar files open
setJarOpenInterval(int) - Method in class org.apache.catalina.loader.WebappLoader
The interval to keep all jar files open if no jar is accessed
setJarPath(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Change the Jar path.
setJarScanner(JarScanner) - Method in interface org.apache.catalina.Context
Set the Jar Scanner to be used to scan for JAR resources for this context.
setJarScanner(JarScanner) - Method in class org.apache.catalina.core.StandardContext
 
setJarScanner(JarScanner) - Method in class org.apache.catalina.startup.FailedContext
 
setJava2DDisposerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setJavaEncoding(String) - Method in class org.apache.jasper.JspC
Sets the encoding to use for java files.
setJavaseClassLoader(ClassLoader) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
setJavaVMs(String[]) - Method in class org.apache.catalina.core.StandardContext
 
setJaxrpcmappingfile(String) - Method in class org.apache.catalina.deploy.ContextService
 
setJdbcInterceptors(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
A semicolon separated list of classnames extending JdbcInterceptor class.
setJdbcInterceptors(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setJdbcInterceptors(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A semicolon separated list of classnames extending JdbcInterceptor class.
setJdbcInterceptors(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
A semicolon separated list of classnames extending JdbcInterceptor class.
setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setJmxEnabled(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
setJndiEnvironment(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Sets the value of the given JNDI environment property to be used when instantiating a JNDI InitialContext.
setJndiExceptionOnFailedWrite(boolean) - Method in class org.apache.catalina.core.StandardContext
Controls whether or not an attempt to modify the JNDI context will trigger an exception or if the request will be ignored.
setJspBody(JspFragment) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
setJspBody(JspFragment) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JspFragment.
setJspContext(JspContext) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Called by the container to provide this tag handler with the JspContext for this invocation.
setJspContext(JspContext) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JSP context in the private jspContext field.
setJspFile(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setJspFiles(String) - Method in class org.apache.jasper.JspC
Parses comma-separated list of JSP files to be processed.
setJspId(String) - Method in interface javax.servlet.jsp.tagext.JspIdConsumer
 
setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Resets the JSP reload counter.
setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
Resets the JSP reload counter.
setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
Set the cluster-wide unique identifier for this Engine.
setJvmRoute(String) - Method in interface org.apache.catalina.Engine
Set the JvmRouteId for this engine.
setJvmRoute(String) - Method in interface org.apache.catalina.SessionIdGenerator
Specify the node identifier associated with this node which will be included in the generated session ID.
setJvmRoute(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify the node identifier associated with this node which will be included in the generated session ID.
setKeepAliveCount(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setKeepAliveCount(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
 
setKeepAliveLeft(int) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setKeepAliveTime(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
setKeepAliveTime(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setKeepAliveTime(long) - Method in interface org.apache.catalina.tribes.transport.DataSender
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the Keep-Alive timeout.
setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setKeptAlive(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setKey(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setKey(K) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
setKey(Serializable) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setKeyAlias(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setKeyCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setKeyPass(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setKeyPass(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setKeystoreFile(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setKeystoreFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setKeystorePass(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setKeystorePass(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setKeystoreProvider(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setKeystoreProvider(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setKeystoreType(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setKeystoreType(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setLandingPage(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the landing page to use when the FORM auth is mis-used.
setLargeIcon(String) - Method in class org.apache.catalina.deploy.ContextService
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setLastAccess(long) - Method in class org.apache.catalina.tribes.io.ObjectReader
 
setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
setLastModified(long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Sets the value of the last-modified header field.
setLastModified(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set last modified.
setLastModifiedDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated.
- unused
setLastModifiedHttp(String) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated.
- unused
setLastRegistered(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
Deprecated.
Unused - will be removed in Tomcat 8
setLastRequestProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setLastState(int) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
setLastTimeReplicated(long) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setLastTimeReplicated(long) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Set the last replicate time.
setLastUsed() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Set the time this object was last used to the current time in ms.
setLastUsed(long) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
Set the time in ms this object was last used.
setLastValidated(long) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Set the timestamp the connection was last validated.
setLbForceSession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbRecovertime(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbRetries(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbStickySession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLdapPoolProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setLength(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
setLibraryName(String) - Method in class org.apache.catalina.core.JniLifecycleListener
 
setLibraryPath(String) - Method in class org.apache.catalina.core.JniLifecycleListener
 
setLifo(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the LIFO property.
setLifo(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the LIFO property of the pools.
setLifo(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the LIFO property of the pool.
setLimit(int) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Set the buffering limit.
setLimit(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.apache.tomcat.util.http.Cookies
 
setLimit(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Set limit on the number of header fields.
setLimit(int) - Method in class org.apache.tomcat.util.http.Parameters
 
setLimit(long) - Method in class org.apache.tomcat.util.threads.LimitLatch
Sets a new limit.
setLineFileID(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets lineFileID.
setLink(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setLink(String) - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
setListen(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setListener(AsyncListener) - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
setListener(FileChangeListener) - Method in class org.apache.catalina.ha.deploy.WarWatcher
 
setListener(MessageListener) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setListErrors(boolean) - Method in class org.apache.jasper.JspC
 
setLoader(Loader) - Method in interface org.apache.catalina.Container
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.ContainerBase
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.startup.FailedContext
 
setLoaderClass(String) - Method in class org.apache.catalina.loader.WebappLoader
Set the ClassLoader class name.
setLoadOnStartup(int) - Method in interface javax.servlet.ServletRegistration.Dynamic
 
setLoadOnStartup(int) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartupString(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value from a (possibly null) string.
setLoadTime(long) - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
setLocal(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLocal(boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setLocalDataSource(boolean) - Method in class org.apache.catalina.realm.DataSourceRealm
Set to true to cause the datasource to be looked up in the webapp JNDI Context.
setLocale(Locale) - Method in class javax.el.ELContext
 
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Sets the locale of the response, if the response has not been committed yet.
setLocale(Locale) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
setLocale(Locale) - Method in class org.apache.catalina.connector.Response
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseFacade
 
setLocale(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the locale used to format timestamps in log entries and in log file name suffix.
setLocale(Locale) - Method in class org.apache.coyote.Response
Called explicitly by user to set the Content-Language and the default encoding.
setLocale(Locale) - Method in class org.apache.el.lang.EvaluationContext
 
setLocale(Locale) - Method in class org.apache.jasper.el.ELContextWrapper
 
setLocale(Locale) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setLocalLoopbackDisabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
 
setLocalMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
setLocalMemberProperties(String, int, int, int) - Method in class org.apache.catalina.tribes.membership.McastService
Sets the local member properties for broadcasting
setLocalMemberProperties(String, int, int, int) - Method in interface org.apache.catalina.tribes.MembershipService
Sets the local member properties for broadcasting
setLocalName(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setLocalName(String) - Method in class org.apache.el.parser.AstFunction
 
setLocalPort(int) - Method in class org.apache.catalina.connector.Request
Set the port number of the server to process this request.
setLocalPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setLocalPort(int) - Method in class org.apache.coyote.Request
 
setLocalWar(String) - Method in class org.apache.catalina.ant.DeployTask
 
setLocation(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the location.
setLocation(String) - Method in class org.apache.catalina.deploy.MultipartDef
 
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
Deprecated.
Unused. Will be removed in Tomcat 8.0.x
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Deprecated.
 
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Deprecated.
Unused. Will be removed in Tomcat 8.0.x
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
Deprecated.
Unused. Will be removed in Tomcat 8.0.x
setLocation(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
setLocked(boolean) - Method in class org.apache.catalina.util.ParameterMap
Set the locked state of this parameter map.
setLocked(boolean) - Method in class org.apache.catalina.util.ResourceSet
Set the locked state of this parameter map.
setLockOutTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the period for which an account will be locked.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Flag to log stack traces for application code which abandoned a Statement or Connection.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setLogAbandoned(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
setLogArgs(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
 
setLogEffectiveWebXml(boolean) - Method in interface org.apache.catalina.Context
Set whether or not the effective web.xml for this context should be logged on context start.
setLogEffectiveWebXml(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setLogEffectiveWebXml(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setLogEnv(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
 
setLogError(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Controls whether error output is logged.
setLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
Set the current logger for this Digester.
setLoginConfig(LoginConfig) - Method in interface org.apache.catalina.Context
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.core.StandardContext
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.deploy.WebXml
 
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.startup.FailedContext
 
setLoginConfigName(String) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
setLoginPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setLogInterval(int) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
BasicDataSource does NOT support this method.
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the value of loginTimeout.
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
setLoginTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
setLogProps(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
 
setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if you wish that errors from validation should be logged as error messages.
setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Set to true if you wish that errors from validation should be logged as error messages.
setLogValidationErrors(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish that errors from validation should be logged as error messages.
setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if you wish that errors from validation should be logged as error messages.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Sets the log writer to be used by this configuration to log information on abandoned objects.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the log writer being used by this data source.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Set the log writer for this data source.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Set the value of logWriter.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
Sets my log writer.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
setLong(String, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setLong(int, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setLong(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the buffer to the representation of a long.
setLookupName(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
setLowerCaseNames(boolean) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.
setManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
setManagedResource(Object, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the instance handle of the object against which we will execute all methods in this ModelMBean management interface.
setManager(Manager) - Method in interface org.apache.catalina.Container
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.core.ContainerBase
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.manager.DummyProxySession
 
setManager(Manager) - Method in interface org.apache.catalina.Session
Set the Manager within which this Session is valid.
setManager(Manager) - Method in class org.apache.catalina.session.StandardSession
Set the Manager within which this Session is valid.
setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
Set the Manager with which this Store is associated.
setManager(Manager) - Method in class org.apache.catalina.startup.FailedContext
 
setManager(Manager) - Method in interface org.apache.catalina.Store
Set the Manager associated with this Store.
setManagerTemplate(ClusterManager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
setMapOwner(AbstractReplicatedMap.MapOwner) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
setMappedFile(boolean) - Method in class org.apache.jasper.JspC
 
setMapperContextRootRedirectEnabled(boolean) - Method in interface org.apache.catalina.Context
If enabled, requests for a web application context root will be redirected (adding a trailing slash) by the Mapper.
setMapperContextRootRedirectEnabled(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setMapperContextRootRedirectEnabled(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setMapperDirectoryRedirectEnabled(boolean) - Method in interface org.apache.catalina.Context
If enabled, requests for a directory will be redirected (adding a trailing slash) by the Mapper.
setMapperDirectoryRedirectEnabled(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setMapperDirectoryRedirectEnabled(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setMapSendOptions(int) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
setMapSendOptions(int) - Method in class org.apache.catalina.ha.context.ReplicatedContext
 
setMapSendOptions(int) - Method in class org.apache.catalina.ha.session.BackupManager
 
setMaxActive(int) - Method in interface org.apache.catalina.Manager
(Re)sets the maximum number of sessions that have been active at the same time.
setMaxActive(int) - Method in class org.apache.catalina.session.ManagerBase
 
setMaxActive(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the maximum number of active connections that can be allocated at the same time.
setMaxActive(int) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
The maximum number of active statements that can be allocated from this pool at the same time, or non-positive for no limit.
setMaxActive(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
setMaxActive(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the cap on the number of object instances managed by the pool per key.
setMaxActive(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the cap on the number of objects that can be allocated by the pool (checked out to clients, or idle awaiting checkout) at a given time.
setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The maximum number of active connections that can be allocated from this pool at the same time.
setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxActive(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of active connections that can be allocated from this pool at the same time.
setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The maximum number of active connections that can be allocated from this pool at the same time.
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.ManagerBase
Set the maximum number of active Sessions allowed, or -1 for no limit.
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Sets the maximum age of the cookie in seconds.
setMaxAge(int) - Method in interface javax.servlet.SessionCookieConfig
Sets the maximum age.
setMaxAge(int) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Time in milliseconds to keep this connection before reconnecting.
setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxAge(long) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Time in milliseconds to keep this connection before reconnecting.
setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Time in milliseconds to keep this connection before reconnecting.
setMaxAge(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setMaxAllocateIterations(int) - Method in class org.apache.naming.resources.ResourceCache
Deprecated.
- unused
setMaxBinaryMessageBufferSize(int) - Method in interface javax.websocket.Session
Set the current maximum buffer size for binary messages.
setMaxBinaryMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsSession
 
setMaxConnections(int) - Method in class org.apache.coyote.AbstractProtocol
 
setMaxConnections(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setMaxConnections(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
This endpoint does not support -1 for unlimited connections, nor does it support setting this attribute while the endpoint is running.
setMaxCookieCount(int) - Method in class org.apache.coyote.AbstractProcessor
 
setMaxCookieCount(int) - Method in class org.apache.coyote.AbstractProtocol
 
setMaxDays(int) - Method in class org.apache.catalina.valves.AccessLogValve
 
setMaxExtensionSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setMaxFieldSize(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setMaxFileSize(String) - Method in class org.apache.catalina.deploy.MultipartDef
 
setMaxHeaderCount(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum number of headers in a request that are allowed by the container.
setMaxHeaderCount(int) - Method in class org.apache.coyote.AbstractProtocol
 
setMaxHeaderCount(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the maximum number of connections that can remain idle in the pool.
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
The maximum number of statements that can remain idle in the pool, without extra ones being released, or negative for no limit.
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the cap on the number of "idle" instances in the pool.
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the cap on the number of "idle" instances in the pool.
setMaxIdle(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
setMaxIdle(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxIdle(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
setMaxIdle(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
setMaxIdleBackup(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the option to back sessions up to the Store after they are used in a request.
setMaxIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the maximum time in seconds a session may be idle before it is eligible to be swapped to disk due to inactivity.
setMaxIdleTime(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setMaxIdleTime(long) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setMaxIdleTimeout(long) - Method in interface javax.websocket.Session
Set the idle timeout for this session.
setMaxIdleTimeout(long) - Method in class org.apache.tomcat.websocket.WsSession
 
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setMaxInactiveInterval(int, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.manager.DummyProxySession
 
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Manager
Deprecated.
Ignored. Context.getSessionTimeout() always takes precedence. Will be removed in Tomcat 8.5.x.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.ManagerBase
Deprecated.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Session
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSession
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setMaxInstances(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the maximum number of instances that will be allocated when a single thread model servlet is used.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the maximum number of Keep-Alive requests to honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setMaxKeepAliveRequests(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setMaxOpenPreparedStatements(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the value of the BasicDataSource.maxOpenPreparedStatements property.
setMaxParameterCount(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum number of parameters (GET plus POST) that will be automatically parsed by the container.
setMaxPostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be automatically parsed by the container.
setMaxPreparedStatements(int) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the maximum number of prepared statements.
setMaxQueries(int) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
setMaxQueue(int) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
setMaxQueueLength(int) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
setMaxQueueSize(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setMaxQueueSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
setMaxRequestSize(String) - Method in class org.apache.catalina.deploy.MultipartDef
 
setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
 
setMaxRetryAttempts(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setMaxRetryAttempts(int) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
 
setMaxRows(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setMaxSavePostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be saved by the container during authentication.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum size of a POST which will be buffered during FORM or CLIENT-CERT authentication.
setMaxSelectors(int) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
setMaxSize(int) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
setMaxSize(int) - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
 
setMaxSize(int) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
 
setMaxSpareSelectors(int) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
setMaxSpareThreads(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
setMaxSwallowSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setMaxTasks(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setMaxTasks(int) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
setMaxTextMessageBufferSize(int) - Method in interface javax.websocket.Session
Set the maximum buffer size for text messages.
setMaxTextMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsSession
 
setMaxThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setMaxThreads(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
setMaxThreads(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setMaxThreads(int) - Method in class org.apache.coyote.AbstractProtocol
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setMaxTime(long) - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
setMaxTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setMaxTime(long) - Method in class org.apache.coyote.RequestInfo
 
setMaxTotal(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the cap on the total number of instances from all pools combined.
setMaxTrailerSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setMaxValidTime(int) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
setMaxValidTime(int) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
 
setMaxWait(long) - Method in class org.apache.catalina.tribes.transport.PooledSender
 
setMaxWait(long) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the maxWait property.
setMaxWait(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
setMaxWait(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the maximum amount of time (in milliseconds) the GenericKeyedObjectPool.borrowObject(K) method should block before throwing an exception when the pool is exhausted and the "when exhausted" action is GenericKeyedObjectPool.WHEN_EXHAUSTED_BLOCK.
setMaxWait(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the maximum amount of time (in milliseconds) the GenericObjectPool.borrowObject() method should block before throwing an exception when the pool is exhausted and the "when exhausted" action is GenericObjectPool.WHEN_EXHAUSTED_BLOCK.
setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxWait(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
setMBeanServer(MBeanServer) - Method in class org.apache.tomcat.util.modeler.Registry
Set the MBeanServer to be utilized for our registered management beans.
setMcastAddr(String) - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use setAddress
setMcastBindAddress(String) - Method in class org.apache.catalina.tribes.membership.McastService
 
setMcastDropTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
 
setMcastFrequency(long) - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use setFrequency
setMcastPort(int) - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use setPort
setMcastSoTimeout(int) - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use setSoTimeout
setMcastTTL(int) - Method in class org.apache.catalina.tribes.membership.McastService
Deprecated.
use setTtl
setMemberAliveTime(long) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.membership.McastService
Add a membership listener, this version only supports one listener per service, so calling this method twice will result in only the second listener being active.
setMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.MembershipService
Sets the membership listener, only one listener can be added.
setMembershipService(MembershipService) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
setMembershipService(MembershipService) - Method in class org.apache.catalina.tribes.group.GroupChannel
Sets the membership component
setMembershipService(MembershipService) - Method in interface org.apache.catalina.tribes.ManagedChannel
Sets the membership service
setMessage(Object) - Method in class org.apache.catalina.ha.tcp.SendMessageData
 
setMessage(byte[]) - Method in class org.apache.catalina.tribes.ByteMessage
Sets the message contents of this byte message
setMessage(XByteBuffer) - Method in interface org.apache.catalina.tribes.ChannelMessage
The byte buffer that contains the actual message payload
setMessage(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
setMessage(Serializable) - Method in class org.apache.catalina.tribes.group.Response
 
setMessage(XByteBuffer) - Method in class org.apache.catalina.tribes.io.ChannelData
 
setMessage(byte[]) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
sendMessage
setMessage(byte[], int, int) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
setMessage(String) - Method in class org.apache.coyote.Response
Set the status message.
setMessageListener(MessageListener) - Method in interface org.apache.catalina.tribes.ChannelReceiver
Sets the message listener to receive notification of incoming
setMessageListener(MessageListener) - Method in class org.apache.catalina.tribes.membership.McastService
 
setMessageListener(MessageListener) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
setMessageListener
setMessageNumber(int) - Method in class org.apache.catalina.ha.deploy.FileMessage
 
setMessageNumber(int) - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
setMetadataComplete(boolean) - Method in class org.apache.catalina.deploy.WebXml
 
setMethod(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
setMethodField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP request method.
setMethodMapping(PojoMethodMapping) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
setMimeType(String) - Method in class org.apache.naming.resources.ResourceAttributes
 
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the minimum amount of time a statement may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Sets the minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any).
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any).
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMinEvictableIdleTimeMillis(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
setMinIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the minimum number of idle connections in the pool.
setMinIdle(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the minimum number of idle objects to maintain in each of the keyed pools.
setMinIdle(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the minimum number of objects allowed in the pool before the evictor thread (if active) spawns new objects.
setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The minimum number of established connections that should be kept in the pool at all times.
setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMinIdle(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum number of established connections that should be kept in the pool at all times.
setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The minimum number of established connections that should be kept in the pool at all times.
setMinIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the minimum time in seconds a session must be idle before it is eligible to be swapped to disk to keep the active session count below maxActiveSessions.
setMinimumUmask(String) - Method in class org.apache.catalina.security.SecurityListener
Set the minimum umask that must be configured before Tomcat will start.
setMinSpareThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setMinSpareThreads(int) - Method in class org.apache.coyote.AbstractProtocol
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setMinTasks(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setMinTasks(int) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
setMinThreads(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setMinTime(long) - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
setMsgCount(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setMultipartConfig(MultipartConfigElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
 
setMultipartConfig(MultipartConfigElement) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setMultipartConfigElement(MultipartConfigElement) - Method in class org.apache.catalina.core.StandardWrapper
 
setMultipartConfigElement(MultipartConfigElement) - Method in interface org.apache.catalina.Wrapper
Set the multi-part configuration for the associated Servlet.
setMultipartDef(MultipartDef) - Method in class org.apache.catalina.deploy.ServletDef
 
setMultiport(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setName(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the session cookie name.
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setName(String) - Method in interface org.apache.catalina.Container
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setName(String) - Method in class org.apache.catalina.core.ContainerBase
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the "name" property.
setName(String) - Method in class org.apache.catalina.core.StandardHost
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in class org.apache.catalina.core.StandardService
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setName(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setName(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
setName(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the name of this web resource collection
setName(String) - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
setName(String) - Method in class org.apache.catalina.deploy.WebXml
 
setName(String) - Method in interface org.apache.catalina.ha.ClusterManager
Set the name of the manager, at host /context name and at engine hostname+/context
setName(String) - Method in class org.apache.catalina.ha.session.BackupManager
 
setName(String) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setName(String) - Method in interface org.apache.catalina.Service
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setName(String) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setName(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set name.
setName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Sets the name of the connection pool
setName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the name of the connection pool
setName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Sets the name of the connection pool
setName(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setName(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Override the name property setter.
setName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setNamePrefix(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setNamespaceAware(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the "namespace aware" flag for parsers we create.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Rule
Set the namespace URI for which this Rule is relevant, if any.
setNamespaceURI(String) - Method in interface org.apache.tomcat.util.digester.Rules
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.RulesBase
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Sets namespace to apply to Rule's added subsequently
setNamingContextListener(NamingContextListener) - Method in class org.apache.catalina.core.StandardContext
Naming context listener setter.
setNamingResources(NamingResources) - Method in interface org.apache.catalina.Context
Set the naming resources for this web application.
setNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardContext
Set the naming resources for this web application.
setNamingResources(NamingResources) - Method in class org.apache.catalina.startup.FailedContext
 
setNCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNClob(String, NClob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNClob(int, NClob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setNetworkTimeout(Connection, Executor, int) - Method in class org.apache.tomcat.util.compat.JreCompat
 
setNew(boolean) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
setNew(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the isNew flag for this session.
setNew(boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setNew(boolean) - Method in class org.apache.catalina.manager.DummyProxySession
 
setNew(boolean) - Method in interface org.apache.catalina.Session
Set the isNew flag for this session.
setNew(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isNew flag for this session.
setNewServletContextListenerAllowed(boolean) - Method in class org.apache.catalina.core.ApplicationContext
 
setNext(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Set the next interceptor in the list of interceptors
setNext(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
setNext(OrderInterceptor.MessageOrder) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
setNext(LinkObject) - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
 
setNext(Valve) - Method in interface org.apache.catalina.Valve
Set the next Valve in the pipeline containing this Valve.
setNext(Valve) - Method in class org.apache.catalina.valves.ValveBase
Set the Valve that follows this one in the pipeline it is part of.
setNext(JdbcInterceptor) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
configures the next interceptor in the chain
setNext(Transformation) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
setNext(Transformation) - Method in interface org.apache.tomcat.websocket.Transformation
Sets the next transformation in the pipeline.
SetNextNamingRule - Class in org.apache.catalina.startup
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextNamingRule(String, String) - Constructor for class org.apache.catalina.startup.SetNextNamingRule
Construct a "set next" rule with the specified method name.
SetNextRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
SetNextRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
SetNextRule(String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetNextRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Construct a "set next" rule with the specified method name.
setNoCompressionStrongETag(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
setNoCompressionStrongEtag(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set no compression user agent pattern.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setNoContextManagerReceived(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setNoKeepAliveUserAgents(String) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
setNonceCacheSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setNonceCacheSize(int) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Sets the number of previously issued nonces that will be cached on a LRU basis to support parallel requests, limited use of the refresh and back in the browser and similar behaviors that may result in the submission of a previous nonce rather than the current one.
setNonceCountWindowSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setNonceValidity(long) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setNote(String, Object) - Method in class org.apache.catalina.connector.Request
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.manager.DummyProxySession
 
setNote(String, Object) - Method in interface org.apache.catalina.Session
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(int, Object) - Method in class org.apache.coyote.Request
Used to store private data.
setNote(int, Object) - Method in class org.apache.coyote.Response
 
setNotifyContainerListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setNotifyLifecycleListenerOnFailure(boolean) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
setNotifyListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
setNotifyPool(boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
setNotifySessionListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setNoTldJars(String) - Static method in class org.apache.catalina.startup.TldConfig
Sets the list of JARs that are known not to contain any TLDs.
setNoTldJars(String) - Static method in class org.apache.jasper.compiler.TldLocationsCache
Sets the list of JARs that are known not to contain any TLDs.
setNString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNull(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNull(String, int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setNull(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the value of the BasicDataSource.numTestsPerEvictionRun property.
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the number of statements to examine during each run of the idle object evictor thread (if any).
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Sets the number of objects to examine during each run of the idle object evictor thread (if any).
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the max number of objects to examine during each run of the idle object evictor thread (if any).
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the max number of objects to examine during each run of the idle object evictor thread (if any).
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Property not used
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setNumTestsPerEvictionRun(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Property not used
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Property not used
setObject(String, Object, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setObject(String, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setObject(String, Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setObject(int, Object, int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setObject(int, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setObject(int, Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setOffset(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
setOoBInline(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setOoBInline(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setOoBInline(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setOomParachute(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setOomParachute(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setOomParachuteData(byte[]) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setOpaque(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setOptionCheck(boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
Enables/disables the option check
Setting this to true, will make the GroupChannel perform a conflict check on the interceptors.
setOptionFlag(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Sets the option flag
setOptionFlag(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
setOptionFlag(int) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
setOptionFlag(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
setOptions(int) - Method in interface org.apache.catalina.tribes.ChannelMessage
sets the option bits for this message
setOptions(int) - Method in class org.apache.catalina.tribes.io.ChannelData
Sets the message options.
setOptions(int) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set OpenSSL Option.
setOriginalDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the original document root for this Context.
setOrignalSessionID(String) - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
setOutboundByteBufferSize(int) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
This only applies to the WsOutbound instance returned from StreamInbound.getWsOutbound() created by a subsequent call to StreamInbound.setUpgradeOutbound(UpgradeOutbound).
setOutboundCharBufferSize(int) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
This only applies to the WsOutbound instance returned from StreamInbound.getWsOutbound() created by a subsequent call to StreamInbound.setUpgradeOutbound(UpgradeOutbound).
setOutput(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the output of the task is redirected to.
setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
 
setOutputDir(String) - Method in class org.apache.jasper.JspC
 
setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapGenerator
Sets the filename (without path information) for the generated source file.
setOutputLineIncrement(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
setOutputproperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the output of the task.
setOutputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
setOverridable(boolean) - Method in class org.apache.catalina.core.StandardWrapper
 
setOverridable(boolean) - Method in class org.apache.catalina.deploy.ServletDef
 
setOverridable(boolean) - Method in class org.apache.catalina.deploy.WebXml
 
setOverridable(boolean) - Method in interface org.apache.catalina.Wrapper
Sets the overridable attribute for this Servlet.
setOverride(boolean) - Method in interface org.apache.catalina.Context
Set the override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the default context override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
setOverride(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setOwner(Object) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setOwner(Object) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
This method is called after the object has been created on a remote map.
setPackage(String) - Method in class org.apache.jasper.JspC
Sets the package name to be used for the generated servlet classes.
setPackageAccess() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.access value.
setPackageDefinition() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.definition value.
setPacketSize(int) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
Set the current page context.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the page context.
setPageEncoding(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setParent(JspTag) - Method in interface javax.servlet.jsp.tagext.SimpleTag
Sets the parent of this tag, for collaboration purposes.
setParent(JspTag) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
Sets the parent of this tag, for collaboration purposes.
setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
Set the parent (closest enclosing tag handler) of this tag handler.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagAdapter
Must not be called.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the nesting tag of this tag.
setParent(Container) - Method in interface org.apache.catalina.Container
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
Disallow any attempt to set a parent for this Container, since an Engine is supposed to be at the top of the Container hierarchy.
setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
Set the parent Container of this Wrapper, but only if it is a Context.
setParent(Container) - Method in class org.apache.catalina.startup.FailedContext
 
setParent(ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
Set the parent class loader for this component.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
Set the parent class loader (if any) for this web application.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.StandardServer
Set the parent class loader for this server.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.StandardService
Set the parent class loader for this server.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Deprecated.
Will be removed in 8.0.x onwards.
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Server
Set the parent class loader for this server.
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Service
Set the parent class loader for this service.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.Catalina
Set the shared extensions class loader.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.FailedContext
 
setParseBodyMethods(String) - Method in class org.apache.catalina.connector.Connector
Set list of HTTP methods which should allow body parameter parsing.
setParseFailedReason(Parameters.FailReason) - Method in class org.apache.tomcat.util.http.Parameters
 
setPassword(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setPassword(String) - Method in interface org.apache.catalina.User
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPassword(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPassword(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
setPassword(String) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Set the value of password for the default user.
setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Sets the password to establish the connection with.
setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setPassword(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the password to establish the connection with.
setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Sets the password to establish the connection with.
setPassword(String) - Static method in class org.apache.tomcat.jni.SSL
Set global Password for decrypting certificates and keys.
setPasswordCallback(PasswordCallback) - Static method in class org.apache.tomcat.jni.SSL
Set global Password callback for obtaining passwords.
setPath(String) - Method in class javax.servlet.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in interface javax.servlet.SessionCookieConfig
Sets the path of the session cookie.
setPath(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
 
setPath(String) - Method in class org.apache.catalina.ant.ValidatorTask
 
setPath(String) - Method in interface org.apache.catalina.Context
Set the context path for this web application.
setPath(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setPath(String) - Method in class org.apache.catalina.core.StandardContext
Set the context path for this Context.
setPath(String) - Method in class org.apache.catalina.startup.FailedContext
 
setPathInfo(String) - Method in class org.apache.catalina.connector.Request
Set the path information for this Request.
setPathname(String) - Method in class org.apache.catalina.realm.MemoryRealm
Set the pathname of our XML file containing user definitions.
setPathname(String) - Method in class org.apache.catalina.session.StandardManager
Set the session persistence pathname to the specified value.
setPathname(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Set the relative or absolute pathname to the persistent storage file.
setPathParameters(Map<String, String>) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
setPathsAcceptingParams(String) - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
A comma separated list of URLs that can accept nonces via request parameter 'X-CSRF-Token'.
setPattern(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the logging pattern.
setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.McastService
 
setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setPayload(byte[]) - Method in interface org.apache.catalina.tribes.MembershipService
Set a payload to be broadcasted with each membership broadcast.
setPerformanceBandwidth(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setPerformanceConnectionTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setPerformanceLatency(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setPerformConnectTest(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Deprecated.
setPerformReadTest(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setPerformSendTest(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setPersistAuthentication(boolean) - Method in class org.apache.catalina.session.ManagerBase
Set whether sessions managed by this manager shall persist authentication information or not.
setPerUserDefaultAutoCommit(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The keys are usernames and the value is the --.
setPerUserDefaultReadOnly(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The keys are usernames and the value is the --.
setPerUserDefaultTransactionIsolation(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The isolation level of connections when returned from getConnection.
setPerUserMaxActive(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
setPerUserMaxIdle(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
setPerUserMaxWait(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
setPluginAttribute(String, Object) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Associate the attribute with a value in the current tagplugin context.
setPojo(Object) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
setPoller(NioEndpoint.Poller) - Method in class org.apache.tomcat.util.net.NioChannel
 
setPoller(NioEndpoint.Poller) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollerSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollerThreadCount(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setPollerThreadCount(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setPollerThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setPollerThreadPriority(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setPollTime(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollTime(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollTime(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPool(RxTaskPool) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setPool(ObjectPool<PoolableConnection>) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the ObjectPool in which to pool Connections.
setPool(ObjectPool<C>) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
 
setPool(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
setPoolable(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setPoolingEnabled(boolean) - Method in class org.apache.jasper.JspC
Sets the option to enable the tag handler pooling.
setPoolPreparedStatements(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets whether to pool statements or not.
setPoolPreparedStatements(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Flag to toggle the pooling of PreparedStatements
setPoolProperties(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setPoolProperties(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Sets the pool configuration for this connection and connection pool.
setPoolSize(int) - Method in class org.apache.catalina.tribes.transport.PooledSender
 
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setPort(int) - Method in class org.apache.catalina.connector.Connector
Set the port number on which we listen for requests.
setPort(int) - Method in class org.apache.catalina.core.StandardServer
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setPort(int) - Method in interface org.apache.catalina.Server
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.startup.Tomcat
Set the port for the default connector.
setPort(int) - Method in class org.apache.catalina.tribes.membership.McastService
 
setPort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setPort(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setPort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setPort(int) - Method in class org.apache.coyote.AbstractProtocol
 
setPort(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setPortComponentRef(Hashtable<String, QName>) - Method in class org.apache.naming.factory.webservices.ServiceProxy
 
setPortHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Header that holds the incoming port, usually named X-Forwarded-Port.
setPortHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Set the name of the HTTP header used to override the value returned by Request.getServerPort() and (optionally depending on {link RemoteIpValve.isChangeLocalPort() Request.getLocalPort().
setPreemptiveAuthentication(boolean) - Method in interface org.apache.catalina.Context
Configures if a user presents authentication credentials, whether the context will process them when the request is for a non-protected resource.
setPreemptiveAuthentication(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setPreemptiveAuthentication(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrefix(String) - Method in class org.apache.el.parser.AstFunction
 
setPrestartminSpareThreads(boolean) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setPrevious(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Set the previous interceptor in the list
setPrevious(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
setPrimary(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
setPrimaryIndicator(boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
setPrimaryIndicatorName(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
setPrimarySession(boolean) - Method in interface org.apache.catalina.ha.ClusterSession
Sets whether this is the primary session or not.
setPrimarySession(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Sets whether this is the primary session or not.
setPrincipal(Principal) - Method in class org.apache.catalina.ha.session.DeltaRequest
convert principal at SerializablePrincipal for backup nodes.
setPrincipal(Principal) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setPrincipal(Principal) - Method in class org.apache.catalina.manager.DummyProxySession
 
setPrincipal(Principal) - Method in interface org.apache.catalina.Session
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal) - Method in class org.apache.catalina.session.StandardSession
Set the authenticated Principal that is associated with this Session.
setPrivileged(boolean) - Method in interface org.apache.catalina.Context
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setProcessDeployFrequency(int) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Set the watcher checks frequency.
setProcessExpiresFrequency(int) - Method in class org.apache.catalina.session.ManagerBase
Set the manager checks frequency.
setProcessingTime(long) - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
setProcessingTime(long) - Method in class org.apache.catalina.session.ManagerBase
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setProcessorCache(int) - Method in class org.apache.coyote.AbstractProtocol
 
setProcessorCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setProcessPeriod(int) - Method in interface org.apache.tomcat.websocket.BackgroundProcess
 
setProcessPeriod(int) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
 
setProcessPeriod(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setProcessTlds(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets the process TLDs attribute.
setProgressListener(ProgressListener) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the progress listener.
setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection A thread waiting for a connection, can have its wait interrupted, and by default will clear the interrupt flag and throw a PoolExhaustedException If set to true, this behavior will change, while the PoolExhaustedException is still thrown, the threads interrupted state is still set.
setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection A thread waiting for a connection, can have its wait interrupted, and by default will clear the interrupt flag and throw a PoolExhaustedException If set to true, this behavior will change, while the PoolExhaustedException is still thrown, the threads interrupted state is still set.
setPropagateInterruptState(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection A thread waiting for a connection, can have its wait interrupted, and by default will clear the interrupt flag and throw a PoolExhaustedException If set to true, this behavior will change, while the PoolExhaustedException is still thrown, the threads interrupted state is still set.
setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection A thread waiting for a connection, can have its wait interrupted, and by default will clear the interrupt flag and throw a PoolExhaustedException If set to true, this behavior will change, while the PoolExhaustedException is still thrown, the threads interrupted state is still set.
setProperties(Properties) - Method in class org.apache.catalina.tribes.membership.McastService
 
setProperties(Properties) - Method in interface org.apache.catalina.tribes.MembershipService
Sets the properties for the membership service.
setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
 
setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Called during the creation of an interceptor The properties can be set during the configuration of an interceptor Override this method to perform type casts between string values and object properties
setProperties(Socket) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setProperties(ServerSocket) - Method in class org.apache.tomcat.util.net.SocketProperties
 
SetPropertiesRule - Class in org.apache.tomcat.util.digester
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
SetPropertiesRule(Digester) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Deprecated.
SetPropertiesRule() - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Base constructor.
SetPropertiesRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Convenience constructor overrides the mapping for just one property.
SetPropertiesRule(String[], String[]) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Constructor allows attribute->property mapping to be overridden.
setProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
Set a property on the protocol handler.
setProperty(String, String) - Method in class org.apache.catalina.deploy.ContextHandler
Set a configured property.
setProperty(String, Object) - Method in class org.apache.catalina.deploy.ContextTransaction
Set a configured property.
setProperty(String, Object) - Method in class org.apache.catalina.deploy.ResourceBase
Set a configured property.
setProperty(String, String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Deprecated.
Unused - will be removed in Tomcat 8.0.x
setProperty(String, Object) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Deprecated.
Unused - will be removed in Tomcat 8.0.x
setProperty(String, Object) - Method in interface org.apache.catalina.ha.util.IDynamicProperty
set config attributes with reflect
setProperty(String, String) - Method in class org.apache.coyote.AbstractProtocol
Generic property setter used by the digester.
setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setProperty(Object, String, String, boolean) - Static method in class org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory
 
setProperty(String, Object) - Method in class org.apache.tomcat.util.digester.Digester
Set the current value of the specified property for the underlying XMLReader implementation.
setProperty(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setProperty(Object, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
setProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
setProperty(String, String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setProperty(String, String) - Method in class org.apache.tomcat.util.net.NioEndpoint
Generic properties, introspected
setPropertyResolved(boolean) - Method in class javax.el.ELContext
 
setPropertyResolved(boolean) - Method in class org.apache.el.lang.EvaluationContext
 
setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
 
SetPropertyRule - Class in org.apache.tomcat.util.digester
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
SetPropertyRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertyRule
SetPropertyRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertyRule
Construct a "set property" rule with the specified name and value attributes.
setProtocol(String) - Method in interface org.apache.catalina.Cluster
Deprecated. 
setProtocol(String) - Method in class org.apache.catalina.connector.Connector
Set the Coyote protocol which will be used by the connector.
setProtocol(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
setProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the protocol for this Realm.
setProtocolHandler() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Set the java.protocol.handler.pkgs system property.
setProtocolHandlerClassName(String) - Method in class org.apache.catalina.connector.Connector
Set the class name of the Coyote protocol handler which will be used by the connector.
setProtocolHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Header that holds the incoming protocol, usually named X-Forwarded-Proto.
setProtocolHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Header that holds the incoming protocol, usually named X-Forwarded-Proto.
setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Case insensitive value of the protocol header to indicate that the incoming http request uses HTTPS.
setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Case insensitive value of the protocol header to indicate that the incoming http request uses SSL.
setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setProviderName(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the JCA provider name used for cryptographic activities.
setProviderName(String) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
 
setProxiesHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP addresses trusted to resolve the actual remote IP.
setProxiesHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP addresses trusted to resolve the actual remote IP.
setProxy(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
setProxyList(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setProxyName(String) - Method in class org.apache.catalina.connector.Connector
Set the proxy server name for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.Connector
Set the proxy server port for this Connector.
setProxyURL(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setPublicId(String) - Method in interface org.apache.catalina.Context
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.catalina.core.StandardContext
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.catalina.deploy.WebXml
 
setPublicId(String) - Method in class org.apache.catalina.startup.FailedContext
 
setPublicId(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the public id of the current file being parse.
setQName(int, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
setQualifiedNames(boolean) - Method in class org.apache.catalina.util.DOMWriter
Deprecated.
Unnecessary - will be removed in 8.0.x
setQuery(String) - Method in class org.apache.catalina.ant.JMXQueryTask
Set method for the JMX query string.
setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
 
setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the URL part of the HTTP query.
setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setQueryStringEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
setQuietShutdown(long, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
Sets the "quiet shutdown" flag for ctx to be mode.
setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.JspC
 
setRandom(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set file for randomness
setRandomClass(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Specify the class to use to generate the nonces.
setrbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
Set internal receive ByteBuffer.
setReadable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setReadListener(ReadListener) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
New Servlet 3.1 method.
setReadonly(boolean) - Method in class org.apache.catalina.users.MemoryUserDatabase
Setting the readonly status of the user database
setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
Set whether or not a Catalina context is writable.
setReadOnly(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setReadTestTimeout(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setReadTimeout(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the read timeout.
setReady() - Method in class org.apache.catalina.tribes.transport.SenderState
 
setRealm(Realm) - Method in interface org.apache.catalina.Container
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.ha.session.SerializablePrincipal
 
setRealm(Realm) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Set the default Realm for our Containers.
setRealm(Realm) - Method in class org.apache.catalina.startup.FailedContext
 
setRealmName(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setRealmPath(String) - Method in class org.apache.catalina.realm.RealmBase
 
setRecordAllActions(boolean) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
setRecoveryCounter(int) - Method in class org.apache.catalina.tribes.membership.McastService
 
setRecoveryCounter(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
setRecoveryEnabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
 
setRecoveryEnabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
setRecoverySleepTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
 
setRecoverySleepTime(long) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
setRedirectPort(int) - Method in class org.apache.catalina.connector.Connector
Set the redirect port number.
setRedirectStreams(boolean) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Enables or disables redirection.
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setRef(int, Ref) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the referer.
setReferrals(String) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle JNDI referrals?
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Deprecated.
 
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
setRejectIllegalHeader(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
If an HTTP request is received that contains an illegal header name or value (e.g. the header name is not a token) should the request be rejected (with a 400 response) or should the illegal header be ignored?
setRejectIllegalHeaderName(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
Now an alias for AbstractHttp11Protocol.setRejectIllegalHeader(boolean). Will be removed in Tomcat 10 onwards.
setRelaxedPathChars(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setRelaxedQueryChars(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
setReloadable(boolean) - Method in interface org.apache.catalina.Context
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in interface org.apache.catalina.Loader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setRemainingName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
setRemote(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setRemoteAddr(String) - Method in class org.apache.catalina.connector.Request
Set the IP address of the remote client associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setRemoteHost(String) - Method in class org.apache.catalina.connector.Request
Set the fully qualified name of the remote client associated with this Request.
setRemoteHost(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote host.
setRemoteIpHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Name of the http header from which the remote ip is extracted.
setRemoteIpHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Name of the http header from which the remote ip is extracted.
setRemotePort(int) - Method in class org.apache.coyote.Request
 
setRemoteUserNeedsAuthorization(boolean) - Method in class org.apache.coyote.Request
 
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setRemoveAbandoned(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedConfig
Sets the timeout in seconds before an abandoned connection can be removed.
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the timeout in seconds before an abandoned connection can be removed.
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The time in seconds before a connection can be considered abandoned.
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setRemoveAbandonedTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The time in seconds before a connection can be considered abandoned.
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The time in seconds before a connection can be considered abandoned.
setRemoveSuspectsTimeout(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setRemoveWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
set remove wait timeout ( default 30000 msec)
setRemoveWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Set value of removeWaitTimeout
setRenameOnRotate(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value if we should defer inclusion of the date stamp in the file name until rotate time
setRenewThreadsWhenStoppingContext(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "replace welcome files" property.
setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.deploy.WebXml
When merging/parsing web.xml files into this web.xml should the current set be completely replaced?
setReplyMessageOptions(int) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
setRepository(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the directory used to temporarily store files that are larger than the configured size threshold.
setRequest(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Sets the request object being wrapped.
setRequest(Request) - Method in class org.apache.catalina.connector.InputBuffer
Associated Coyote request.
setRequest(Request) - Method in class org.apache.catalina.connector.Response
Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Reads the request body and buffers it.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the content length on the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the associated request.
setRequest(Request) - Method in interface org.apache.coyote.http11.InputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.Response
 
setRequestAttributesEnabled(boolean) - Method in interface org.apache.catalina.AccessLog
Should this valve use request attributes for IP address, hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.core.AccessLogAdapter
 
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.core.StandardEngine.NoopAccessLog
 
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
Should this filter set request attributes for IP address, Hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Should this valve use request attributes for IP address, hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Should this valve use request attributes for IP address, hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
Should this valve set request attributes for IP address, Hostname, protocol and port used for the request?
setRequestCount(int) - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
setRequestCount(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
 
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.Request
Set the requested session ID for this request.
setRequestedSessionSSL(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through SSL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Configures the timeout to be used for reading the request line.
setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.Http11Processor
 
setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
Deprecated.
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Deprecated.
Replaced by AbstractAjpProtocol.setSecret(String). Will be removed in Tomcat 11 onwards
setRequireReauthentication(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request, based on the presence of a valid SSO entry, without rechecking with the Realm.
setResend(int) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setResolvedName(Name) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
setResolveHosts(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Deprecated.
Unused, removed in Tomcat 8. See org.apache.catalina.connector.Connector.setEnableLookups(boolean).
setResolveHosts(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Determines whether IP host name resolution is done.
setResourceName(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Set the global JNDI name of the UserDatabase resource we will be using.
setResourceOnlyServlets(String) - Method in interface org.apache.catalina.Context
Sets the (comma separated) list of Servlets that expect a resource to be present.
setResourceOnlyServlets(String) - Method in class org.apache.catalina.core.StandardContext
 
setResourceOnlyServlets(String) - Method in class org.apache.catalina.startup.FailedContext
 
setResources(DirContext) - Method in interface org.apache.catalina.Container
Set the Resources object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.ContainerBase
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.StandardContext
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set associated resources.
setResources(DirContext) - Method in class org.apache.catalina.startup.FailedContext
 
setResourceType(String) - Method in class org.apache.naming.resources.ResourceAttributes
Type mutator.
setResponse(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Sets the response being wrapped.
setResponse(Response) - Method in class org.apache.catalina.connector.OutputBuffer
Associated Coyote response.
setResponse(Response) - Method in class org.apache.catalina.connector.Request
Set the Response with which this Request is associated.
setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets HttpServletResponse object used to set headers and send output to
setResponse(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in interface org.apache.coyote.http11.OutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.Request
 
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setResultproperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setReturnType(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setRmiBindAddress(String) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Set the inet address on which the Platform RMI server is exported.
setRmiRegistryPortPlatform(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Set the port on which the Platform RMI registry is exported.
setRmiServerPortPlatform(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Set the port on which the Platform RMI server is exported.
setRole(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
 
setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for role searches.
setRoleClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent roles.
setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the role name attribute name for this Realm.
setRolename(String) - Method in interface org.apache.catalina.Role
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRolename(String) - Method in class org.apache.catalina.users.AbstractRole
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user role table that names a role.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the column in the user role table that names a role.
setRoleNested(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRoleSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting roles in this Realm.
setRoleSearchAsUser(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
 
setRoleSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRollbackAfterValidation(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Whether a rollback will be issued after executing the SQL query that will be used to validate connections from this pool before returning them to the caller.
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
setRollbackOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
setRootCause(Throwable) - Method in exception org.apache.naming.resources.ImmutableNameNotFoundException
 
SetRootRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.
SetRootRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
SetRootRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
SetRootRule(String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Construct a "set root" rule with the specified method name.
SetRootRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Construct a "set root" rule with the specified method name.
setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Configure whether the access log should be rotated.
setRowId(String, RowId) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setRowId(int, RowId) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setRpcId(byte[]) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
setRpcTimeout(long) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
setRpcTimeout(long) - Method in class org.apache.catalina.ha.session.BackupManager
 
setRpName(ObjectName) - Method in class org.apache.coyote.RequestInfo
 
setRuleNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the namespace URI that will be applied to all subsequently added Rule objects.
setRules(Rules) - Method in class org.apache.tomcat.util.digester.Digester
Set the Rules implementation object containing our rules collection and associated matching policy.
setRulesValidation(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the rules validation flag.
setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the run-as identity for this servlet.
setRunAs(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setRunAs(String) - Method in interface org.apache.catalina.Wrapper
Set the run-as identity for this servlet.
setRunAsRole(String) - Method in interface javax.servlet.ServletRegistration.Dynamic
 
setRunAsRole(String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setRxBufSize(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
 
setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
 
setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setRxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSaveConfig(boolean) - Method in class org.apache.catalina.core.StandardContext
Deprecated.
setSaveOnRestart(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the option to save sessions to the Store when the Manager is shut down, then loaded when the Manager starts again.
setSavepoint() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setSavepoint(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setSAXLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
Sets the logger used for logging SAX-related information.
setsbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
Set internal send ByteBuffer.
setScanAllDirectories(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
setScanAllFiles(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
setScanBootstrapClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
setScanClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
setSchema(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setSchema(Connection, String) - Method in class org.apache.tomcat.util.compat.JreCompat
 
setScheme(String) - Method in class org.apache.catalina.connector.Connector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setScope(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setScriptingInvalid(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setSearchExternalFirst(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
setSearchExternalFirst(boolean) - Method in class org.apache.catalina.loader.WebappLoader
 
setSearchVirtualFirst(boolean) - Method in class org.apache.catalina.loader.VirtualWebappLoader
 
setSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Set the secret that must be included with every request.
setSecretRequired(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(boolean) - Method in interface javax.servlet.SessionCookieConfig
Sets the secure flag for the session cookie.
setSecure(boolean) - Method in class org.apache.catalina.connector.Connector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.Request
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setSecure(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setSecure(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setSecure(boolean) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setSecure(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setSecurePagesWithPragma(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states what headers we add to disable proxy caching.
setSecurePort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setSecurePort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the secure random number generator algorithm name.
setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.session.ManagerBase
Set the secure random number generator algorithm name.
setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify a non-default algorithm to use to generate random numbers.
setSecureRandomClass(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the secure random number generator class name.
setSecureRandomClass(String) - Method in class org.apache.catalina.session.ManagerBase
Set the secure random number generator class name.
setSecureRandomClass(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify a non-default @{link SecureRandom implementation to use.
setSecureRandomProvider(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the secure random number generator provider name.
setSecureRandomProvider(String) - Method in class org.apache.catalina.session.ManagerBase
Set the secure random number generator provider name.
setSecureRandomProvider(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify a non-default provider to use to generate random numbers.
setSecurityLoginConfigurationProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setSecurityPolicyProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setSecurityProtection() - Method in class org.apache.catalina.startup.Catalina
Set the security package access/protection.
setSecurityProtection() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Set the security package access/protection.
setSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Set a security token for a Catalina context.
setSelector(Selector) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
setSelectorPool(NioSelectorPool) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSelectorTimeout(long) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setSelectorTimeout(long) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSelectorTimeout(long) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSendAllSessions(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setSendAllSessionsSize(int) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setSendAllSessionsWaitTime(int) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setSendAuthInfoResponseHeaders(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Sets the flag whether authentication information will be send to a reverse proxy on a forwarded request.
setSendfileData(NioEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSendfileThreadCount(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSendfileThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSendRedirectBody(boolean) - Method in interface org.apache.catalina.Context
Configures if a response body is included when a redirect response is sent to the client.
setSendRedirectBody(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setSendRedirectBody(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSendTimeout(long) - Method in interface javax.websocket.RemoteEndpoint.Async
Set the timeout (in milliseconds) for sending a message asynchronously.
setSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
setSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
setSeparatearrayresults(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setServer(String) - Method in class org.apache.catalina.core.StandardContext
 
setServer(Server) - Method in class org.apache.catalina.core.StandardService
Set the Server with which we are associated (if any).
setServer(Server) - Method in interface org.apache.catalina.Service
Set the Server with which we are associated (if any).
setServer(Server) - Method in class org.apache.catalina.startup.Catalina
 
setServer(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the server header name.
setServer(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the server header name.
setServerName(String) - Method in class org.apache.catalina.connector.Request
Deprecated.
setServerName(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setServerPort(int) - Method in class org.apache.catalina.connector.Request
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
setServerPort(int) - Method in class org.apache.coyote.Request
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setService(Service) - Method in class org.apache.catalina.connector.Connector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.core.StandardEngine
Set the Service with which we are associated (if any).
setService(Service) - Method in interface org.apache.catalina.Engine
Set the Service with which we are associated (if any).
setServiceqname(String[]) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqname(String, int) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqnameLocalpart(String) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqnameNamespaceURI(String) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceStartTime(long) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setServlet(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
Set the associated servlet instance.
setServlet(Servlet) - Method in interface org.apache.catalina.Wrapper
Set the associated Servlet instance
setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setServletClass(String) - Method in interface org.apache.catalina.Wrapper
Set the fully qualified servlet class name for this servlet.
setServletClassLastModifiedTime(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the last-modified time of the servlet class file associated with this JspServletWrapper.
setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
 
setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the name of this servlet.
setServletName(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
setServletPath(String) - Method in class org.apache.catalina.connector.Request
Deprecated.
setServletRequest(ServletRequest) - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
setServletResponse(ServletResponse) - Method in class org.apache.catalina.core.AsyncListenerWrapper
 
setServletSecurity(ServletSecurityElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
 
setServletSecurity(ServletSecurityElement) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setServletSecurityAnnotationScanRequired(boolean) - Method in class org.apache.catalina.core.StandardWrapper
This method is no longer used.
setServletSecurityAnnotationScanRequired(boolean) - Method in interface org.apache.catalina.Wrapper
Deprecated.
This will be removed in Tomcat 9.
setSession(WsSession) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
setSessionAppCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the App column for the table.
setSessionAttributeFilter(String) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Deprecated.
Use ManagerBase.setSessionAttributeNameFilter(String). Will be removed in Tomcat 9.0.x
setSessionAttributeNameFilter(String) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionAttributeValueClassNameFilter(String) - Method in class org.apache.catalina.session.ManagerBase
Set the regular expression to use to filter classes used for session attributes.
setSessionCacheSize(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setSessionCacheSize(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSessionConfig(SessionConfig) - Method in class org.apache.catalina.deploy.WebXml
 
setSessionCookieDomain(String) - Method in interface org.apache.catalina.Context
Sets the domain to use for session cookies.
setSessionCookieDomain(String) - Method in class org.apache.catalina.core.StandardContext
Sets the domain to use for session cookies.
setSessionCookieDomain(String) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCookieName(String) - Method in interface org.apache.catalina.Context
Sets the name to use for session cookies.
setSessionCookieName(String) - Method in class org.apache.catalina.core.StandardContext
Sets the name to use for session cookies.
setSessionCookieName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCookiePath(String) - Method in interface org.apache.catalina.Context
Sets the path to use for session cookies.
setSessionCookiePath(String) - Method in class org.apache.catalina.core.StandardContext
Sets the path to use for session cookies.
setSessionCookiePath(String) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCookiePathUsesTrailingSlash(boolean) - Method in interface org.apache.catalina.Context
Configures if a / is added to the end of the session cookie path to ensure browsers, particularly IE, don't send a session cookie for context /foo with requests intended for context /foobar.
setSessionCookiePathUsesTrailingSlash(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setSessionCookiePathUsesTrailingSlash(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCounter(long) - Method in interface org.apache.catalina.Manager
Sets the total number of sessions created by this manager.
setSessionCounter(long) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionDataCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Data column for the table
setSessionId(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
setSessionIdAttribute(String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
get name of failed request session attribute
setSessionIdCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Id column for the table.
setSessionIdGenerator(SessionIdGenerator) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionIdLength(int) - Method in interface org.apache.catalina.Manager
Sets the session id length (in bytes) for Sessions created by this Manager.
setSessionIdLength(int) - Method in class org.apache.catalina.session.ManagerBase
Deprecated.
Use SessionIdGenerator.setSessionIdLength(int). This method will be removed in Tomcat 9 onwards.
setSessionIdLength(int) - Method in interface org.apache.catalina.SessionIdGenerator
Specify the number of bytes for a session ID
setSessionIdLength(int) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify the number of bytes for a session ID
setSessionInactiveInterval(int) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the session timeout (in seconds) for a crawler's session.
setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Last Accessed column for the table
setSessionMaxAliveTime(int) - Method in interface org.apache.catalina.Manager
Sets the longest time (in seconds) that an expired session had been alive.
setSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Max Inactive column for the table
setSessionTable(String) - Method in class org.apache.catalina.session.JDBCStore
Set the table for this Store.
setSessionTimeout(int) - Method in interface org.apache.catalina.Context
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(String) - Method in class org.apache.catalina.deploy.SessionConfig
 
setSessionTimeout(int) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionTimeout(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setSessionTimeout(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface javax.servlet.ServletContext
Configures the available session tracking modes for this web application.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setSessionValidCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Is Valid column for the table
setSetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setSharedSelectorTimeout(long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
setShort(String, short) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setShort(int, short) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setShowReport(boolean) - Method in class org.apache.catalina.valves.ErrorReportValve
Enables/Disables full error reports
setShowServerInfo(boolean) - Method in class org.apache.catalina.valves.ErrorReportValve
Enables/Disables server info on error pages
setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
Set the shutdown command we are waiting for.
setShutdown(String) - Method in interface org.apache.catalina.Server
Set the shutdown command we are waiting for.
setShutdownType(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set SSL connection shutdown type
The following levels are available for level: SSL_SHUTDOWN_TYPE_STANDARD SSL_SHUTDOWN_TYPE_UNCLEAN SSL_SHUTDOWN_TYPE_ACCURATE
setSilent(boolean) - Method in class org.apache.catalina.startup.Tomcat
Controls if the loggers will be silenced or not.
setSingleton(boolean) - Method in class org.apache.catalina.deploy.ContextResource
 
setSizeLimit(long) - Method in class org.apache.catalina.realm.JNDIRealm
 
setSizeMax(long) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the maximum size of the complete HTTP request.
setSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the maximum allowed size of a complete request, as opposed to FileUploadBase.setFileSizeMax(long).
setSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
setSizeThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the size threshold beyond which files are written directly to disk.
setSmallIcon(String) - Method in class org.apache.catalina.deploy.ContextService
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.ServletDef
 
setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
Sets smapDumped flag.
setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
Sets smapSuppressed flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the socket buffer size.
setSocketOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process the specified connection.
setSocketOptions(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Configure the socket.
setSocketOptions(SocketChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Process the specified connection.
setSocketProperties(SocketProperties) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSocketTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Set the socket timeout.
setSocketTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
 
setSocketTimeout(int) - Method in class org.apache.coyote.http11.Http11NioProcessor
 
setSocketTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
 
setSocketWrapper(SocketWrapper<S>) - Method in class org.apache.coyote.AbstractProcessor
Set the socket wrapper being used.
setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the minimum amount of time a connection may sit idle in the pool before it is eligible for eviction by the idle object evictor, with the extra condition that at least "minIdle" connections remain in the pool.
setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any), with the extra condition that at least "minIdle" object instances remain in the pool.
setSoKeepAlive(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setSoKeepAlive(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setSoKeepAlive(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoLinger(int) - Method in class org.apache.coyote.AbstractProtocol
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSoLingerOn(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setSoLingerOn(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setSoLingerOn(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoLingerTime(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setSoLingerTime(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setSoLingerTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoReuseAddress(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setSoReuseAddress(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setSoReuseAddress(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoTimeout(int) - Method in class org.apache.catalina.tribes.membership.McastService
 
setSoTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoTrafficClass(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setSoTrafficClass(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setSource(Member) - Method in class org.apache.catalina.tribes.group.Response
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Deprecated.
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
 
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
setSource(Object) - Method in interface org.apache.tomcat.util.modeler.modules.MbeansSourceMBean
Deprecated.
Set the source to be used to load the mbeans
setSpareNotFoundEntries(int) - Method in class org.apache.naming.resources.ResourceCache
Deprecated.
- unused
setSpecificationVendor(String) - Method in class org.apache.catalina.util.Extension
 
setSpecificationVersion(String) - Method in class org.apache.catalina.util.Extension
 
setSpnegoDelegationQop(String) - Method in class org.apache.catalina.realm.JNDIRealm
 
setSQLXML(String, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setSQLXML(int, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setSSLCACertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCACertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCACertificatePath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCACertificatePath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCARevocationFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationPath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCARevocationPath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateChainFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateChainFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateKeyFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateKeyFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSslCipherHeader(String) - Method in class org.apache.catalina.valves.SSLValve
 
setSSLCipherSuite(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCipherSuite(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSslCipherUserKeySizeHeader(String) - Method in class org.apache.catalina.valves.SSLValve
 
setSslClientCertHeader(String) - Method in class org.apache.catalina.valves.SSLValve
 
setSSLContext(SSLContext) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSSLDisableCompression(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLDisableCompression(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
Set to true to disable SSL compression.
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSslEnabledProtocols(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSSLEngine(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSSLHonorCipherOrder(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLHonorCipherOrder(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
Set to true to enforce the server's cipher order instead of the default which is to allow the client to choose a preferred cipher.
setSslImplementationName(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setSSLInsecureRenegotiation(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLPassword(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLPassword(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSslProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the ssl protocol to be used for connections using StartTLS.
setSslProtocol(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setSSLProtocol(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSslProtocol(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setSSLProtocol(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLRandomSeed(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSslSessionIdHeader(String) - Method in class org.apache.catalina.valves.SSLValve
 
setSslSocketFactoryClassName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the SSLSocketFactory to be used when opening connections using StartTLS.
setSslSupport(SSLSupport) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11AprProcessor
 
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11NioProcessor
Set the SSL information for this HTTP connection.
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11Processor
Set the SSL information for this HTTP connection.
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
setSslSupport(SSLSupport) - Method in interface org.apache.coyote.Processor
 
setSSLVerifyClient(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLVerifyClient(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLVerifyDepth(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLVerifyDepth(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setStackTrace() - Method in class org.apache.tomcat.dbcp.dbcp.AbandonedTrace
If logAbandoned=true generate a stack trace for this object then add this object to the parent object trace list.
setStackTrace(String) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
The pool will set the stack trace when it is check out and checked in
setStage(int) - Method in class org.apache.coyote.RequestInfo
 
setStartChildren(boolean) - Method in class org.apache.catalina.core.ContainerBase
Set if children of this container will be started automatically when they are added to this container.
setStarted(Context, ServletRequest, ServletResponse, boolean) - Method in class org.apache.catalina.core.AsyncContextImpl
 
setStartStopThreads(int) - Method in interface org.apache.catalina.Container
Sets the number of threads available for starting and stopping any children associated with this container.
setStartStopThreads(int) - Method in class org.apache.catalina.core.ContainerBase
 
setStartStopThreads(int) - Method in class org.apache.catalina.startup.FailedContext
 
setStartTime(long) - Method in class org.apache.coyote.Request
 
setStartupTime(long) - Method in class org.apache.catalina.core.StandardContext
 
setState(LifecycleState) - Method in class org.apache.catalina.util.LifecycleBase
Provides a mechanism for sub-classes to update the component state.
setState(LifecycleState, Object) - Method in class org.apache.catalina.util.LifecycleBase
Provides a mechanism for sub-classes to update the component state.
setStatementPoolFactory(KeyedObjectPoolFactory<PStmtKey, DelegatingPreparedStatement>) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the KeyedObjectPoolFactory I use to create KeyedObjectPools for pooling PreparedStatements.
setStateTimestampDrop(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setStateTransfered(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Deprecated.
Use DeltaManager.setStateTransferred(boolean). Will be removed in Tomcat 10 onwards.
setStateTransferred(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set that state transferred is complete
setStateTransferTimeout(int) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setStaticOnly(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
setStatistics(boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Set Calc processing stats
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Sets the status code for this response.
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String).
setStatus(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
setStatus(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.
As of Version 3.0 of the Java Servlet API
setStatus(int) - Method in class org.apache.catalina.connector.Response
Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.apache.catalina.connector.Response
Deprecated.
As of Version 2.1 of the Java Servlet API, this method has been deprecated due to the ambiguous meaning of the message parameter.
setStatus(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setStatus(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setStatus(int) - Method in class org.apache.coyote.Response
Set the response status.
setStatus(int) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setStatusField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP response status code.
setStatusLine(boolean) - Method in class org.apache.catalina.ant.FindLeaksTask
Sets the statusLine parameter that controls if the response includes a status line or not.
setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Store object which will manage persistent Session storage for this Manager.
setStoreDelegatedCredential(boolean) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
setString(String) - Method in class org.apache.catalina.util.StringParser
Set the String we are currently parsing.
setString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the content to be a string
setStripRealmForGss(boolean) - Method in class org.apache.catalina.realm.RealmBase
 
setSubject(String) - Method in class javax.mail.internet.MimeMessage
 
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
setSuspect() - Method in class org.apache.catalina.tribes.transport.SenderState
 
setSuspect(boolean) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Similar to PoolConfiguration.setRemoveAbandonedTimeout(int) but instead of treating the connection as abandoned, and potentially closing the connection, this simply logs the warning if PoolConfiguration.isLogAbandoned() returns true.
setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Similar to PoolConfiguration.setRemoveAbandonedTimeout(int) but instead of treating the connection as abandoned, and potentially closing the connection, this simply logs the warning if PoolConfiguration.isLogAbandoned() returns true.
setSuspectTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Similar to PoolConfiguration.setRemoveAbandonedTimeout(int) but instead of treating the connection as abandoned, and potentially closing the connection, this simply logs the warning if PoolConfiguration.isLogAbandoned() returns true.
setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Similar to PoolConfiguration.setRemoveAbandonedTimeout(int) but instead of treating the connection as abandoned, and potentially closing the connection, this simply logs the warning if PoolConfiguration.isLogAbandoned() returns true.
setSuspended(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.connector.Response
Set the suspended flag.
setSwallowAbortedUploads(boolean) - Method in interface org.apache.catalina.Context
Set to false to disable request data swallowing after an upload was aborted due to size constraints.
setSwallowAbortedUploads(boolean) - Method in class org.apache.catalina.core.StandardContext
Set to false to disable request data swallowing after an upload was aborted due to size constraints.
setSwallowAbortedUploads(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.AbstractInputBuffer
Set the swallow input flag.
setSwallowOutput(boolean) - Method in interface org.apache.catalina.Context
Set the value of the swallowOutput flag.
setSwallowOutput(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the value of the swallowOutput flag.
setSwallowOutput(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the table where the logs are stored.
setTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
 
setTag(String) - Method in class org.apache.catalina.ant.DeployTask
 
setTagExtraInfo(TagExtraInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
Set the instance for extra tag information.
setTagFileJarResource(String, JarResource) - Method in class org.apache.jasper.JspCompilationContext
 
setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Set the TagInfo for this class.
setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
 
setTagLibrary(TagLibraryInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
Set the TagLibraryInfo property.
setTargetClass(String) - Method in class org.apache.catalina.deploy.InjectionTarget
 
setTargetName(String) - Method in class org.apache.catalina.deploy.InjectionTarget
 
setTaskPool(RxTaskPool) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
setTcpListenAddress(String) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use setAddress
setTcpListenPort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use setPort
setTcpNoDelay(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setTcpNoDelay(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.AbstractProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setTcpSelectorTimeout(long) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use setSelectorTimeout
setTcpThreadCount(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Deprecated.
use setMaxThreads/setMinThreads
setTempDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
setTerminateOnStartFailure(boolean) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
setTerminateOnStartFailure(boolean) - Method in class org.apache.catalina.ha.session.BackupManager
 
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the BasicDataSource.testOnBorrow property.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} before being returned by the {*link #borrowObject} method.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
When true, objects will be validated before being returned by the GenericKeyedObjectPool.borrowObject(K) method.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
When true, objects will be validated before being returned by the GenericObjectPool.borrowObject() method.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The indication of whether objects will be validated before being borrowed from the pool.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestOnBorrow(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated before being borrowed from the pool.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The indication of whether objects will be validated before being borrowed from the pool.
setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if we should run the validation query when connecting to the database for the first time on a connection.
setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestOnConnect(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if we should run the validation query when connecting to the database for the first time on a connection.
setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if we should run the validation query when connecting to the database for the first time on a connection.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the testOnReturn property.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} before being returned to the pool within the {*link #returnObject}.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
When true, objects will be validated before being returned to the pool within the GenericKeyedObjectPool.returnObject(K, V).
setTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
When true, objects will be validated before being returned to the pool within the GenericObjectPool.returnObject(T).
setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The indication of whether objects will be validated after being returned to the pool.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated after being returned to the pool.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The indication of whether objects will be validated after being returned to the pool.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the testWhileIdle property.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
When true, objects will be {*link PoolableObjectFactory#validateObject validated} by the idle object evictor (if any).
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
When true, objects will be validated by the idle object evictor (if any).
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
When true, objects will be validated by the idle object evictor (if any).
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if query validation should take place while the connection is idle.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestWhileIdle(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if query validation should take place while the connection is idle.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if query validation should take place while the connection is idle.
setText(Node, String) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
Set or replace the text value
setThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Start capturing thread's output.
setThreadCount(String) - Method in class org.apache.jasper.JspC
 
setThreadName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
 
setThreadPriority(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setThreadPriority(int) - Method in class org.apache.coyote.AbstractProtocol
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setThreadRenewalDelay(long) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setThreadRenewalDelay(long) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
setThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Specifies the threshold (in seconds) used when checking for stuck threads.
setThreshold(long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Sets the query measurement threshold.
setThrowOnFailedAck(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setThrowOnFailure(boolean) - Method in class org.apache.catalina.util.LifecycleBase
Configure if a LifecycleException thrown by a sub-class during LifecycleBase.initInternal(), LifecycleBase.startInternal(), LifecycleBase.stopInternal() or LifecycleBase.destroyInternal() will be re-thrown for the caller to handle or if it will be logged instead.
setTime(String, Time) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setTime(int, Time) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Sets the number of milliseconds to sleep between runs of the idle object evictor thread.
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Sets the number of milliseconds to sleep between runs of the idle object evictor thread.
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the number of milliseconds to sleep between runs of the idle object evictor thread.
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the number of milliseconds to sleep between runs of the idle object evictor thread.
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTimeBetweenEvictionRunsMillis(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
setTimeFormat(String) - Method in class org.apache.juli.OneLineFormatter
Specify the time format to use for time stamps in log messages.
setTimeLimit(int) - Method in class org.apache.catalina.realm.JNDIRealm
 
setTimeout(long) - Method in interface javax.servlet.AsyncContext
Set the timeout.
setTimeout(int) - Method in interface org.apache.catalina.comet.CometEvent
Sets the timeout for this Comet connection.
setTimeout(int) - Method in class org.apache.catalina.connector.CometEventImpl
 
setTimeout(long) - Method in class org.apache.catalina.core.AsyncContextImpl
 
setTimeout(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setTimeout(long) - Method in interface org.apache.catalina.tribes.transport.DataSender
 
setTimeout(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setTimeout(long) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setTimeoutInterval(long) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setTimestamp(long) - Method in interface org.apache.catalina.ha.ClusterMessage
 
setTimestamp(long) - Method in class org.apache.catalina.ha.ClusterMessageBase
 
setTimestamp(long) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setTimestamp(long) - Method in class org.apache.catalina.ha.session.SessionMessageImpl
set message send time but only the first setting works (one shot)
setTimestamp(long) - Method in interface org.apache.catalina.tribes.ChannelMessage
Sets the timestamp of this message
setTimestamp(long) - Method in class org.apache.catalina.tribes.io.ChannelData
 
setTimestamp(String, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setTimestamp(long) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Sets a timestamp on this connection.
setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the server-determined timestamp.
setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
Change the timezone used to format dates
setTldLocationsCache(TldLocationsCache) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setTldNamespaceAware(boolean) - Method in interface org.apache.catalina.Context
Deprecated.
This option will be removed in 8.0.x.
setTldNamespaceAware(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setTldNamespaceAware(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setTldScanTime(long) - Method in class org.apache.catalina.core.StandardContext
 
setTldValidation(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of *.tld files for this Context will be performed by a validating parser.
setTldValidation(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setTldValidation(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setTodir(File) - Method in class org.apache.tomcat.buildutil.Txt2Html
Sets the directory to contain the resulting files
setTokenPollerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
setTomcatAuthorization(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
setTomcatAuthorization(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
SetTopRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a "set parent" method on the top (child) object, passing the (top-1) (parent) object as an argument.
SetTopRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Deprecated.
SetTopRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
SetTopRule(String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
SetTopRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
setTotalLength(long) - Method in class org.apache.catalina.ha.deploy.FileMessage
 
setTotalNrOfMsgs(long) - Method in class org.apache.catalina.ha.deploy.FileMessage
 
setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
 
setTransaction(ContextTransaction) - Method in class org.apache.catalina.deploy.NamingResources
Set the transaction object.
setTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setTransformation(Transformation) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
setTransformation(Transformation) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
setTransport(MultiPointSender) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
setTransportGuaranteeRedirectStatus(int) - Method in class org.apache.catalina.realm.RealmBase
Set the HTTP status code used when the container needs to issue an HTTP redirect to meet the requirements of a configured transport guarantee.
setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
Sets the option to remove template text that consists entirely of whitespace.
setTrimWhitespace(String) - Method in class org.apache.catalina.deploy.JspPropertyGroup
 
setTrustedProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Regular expression defining proxies that are trusted when they appear in the RemoteIpFilter.remoteIpHeader header.
setTrustedProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Regular expression defining proxies that are trusted when they appear in the RemoteIpValve.remoteIpHeader header.
setTrustManagerClassName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTrustMaxCertLength(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setTrustMaxCertLength(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTruststoreAlgorithm(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setTruststoreAlgorithm(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTruststoreFile(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setTruststoreFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTruststorePass(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setTruststorePass(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTruststoreProvider(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setTruststoreProvider(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTruststoreType(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setTruststoreType(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setTtl(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
setTtl(int) - Method in class org.apache.catalina.tribes.membership.McastService
 
setTtl(long, long) - Static method in class org.apache.tomcat.jni.Poll
Set the socket time to live.
setTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setTxBufSize(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
 
setTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setTxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setType(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setType(String) - Method in class org.apache.catalina.ant.ResourcesTask
 
setType(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
setType(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setType(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
 
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
Used if a single component is loaded
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource
Deprecated.
Used if a single component is loaded
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Used if a single component is loaded
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource
Used if a single component is loaded
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
Used if a single component is loaded
setTypeMap(Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
setUdpBased(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setUdpPort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setUdpPort(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setUdpPort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setUdpRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setUdpRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setUdpTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setUdpTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setUndeploy(boolean) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setUndeployOldVersions(boolean) - Method in class org.apache.catalina.core.StandardHost
 
setUndeployOldVersions(boolean) - Method in interface org.apache.catalina.Host
Set to true if the Host should automatically undeploy old versions of applications deployed using parallel deployment.
setUnicodeStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
Deprecated. 
setUniqueId(String) - Method in interface org.apache.catalina.ha.ClusterMessage
 
setUniqueId(String) - Method in class org.apache.catalina.ha.ClusterMessageBase
 
setUniqueId(String) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setUniqueId(String) - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
setUniqueId(byte[]) - Method in class org.apache.catalina.tribes.io.ChannelData
 
setUniqueId(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setUniqueId(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
 
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name does not exist in the current project.
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name does not exist in the current project.
setUnloadDelay(long) - Method in class org.apache.catalina.core.StandardContext
Set the value of the unloadDelay flag, which represents the amount of ms that the container will wait when unloading servlets.
setUnlockTimeout(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setUnpackWAR(boolean) - Method in class org.apache.catalina.core.StandardContext
Unpack WAR flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the unpack WARs flag.
setupConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
configures a pooled connection as a proxy.
setUpdate(boolean) - Method in class org.apache.catalina.ant.DeployTask
 
setupDefaults(Connection, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
setupDefaults(Connection, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource
 
setupDefaults(Connection, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
 
setupDefaultStack() - Method in class org.apache.catalina.tribes.group.GroupChannel
Sets up the default implementation interceptor stack if no interceptors have been added
setupForSend(Member[]) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
 
setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the ServletContext to set some CGI variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the HttpServletRequest to set most CGI variables
setUpgradeAsyncWriteBufferSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
setUpgraded(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
 
setUpgradeOutbound(UpgradeOutbound) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
 
setUpgradeOutbound(UpgradeOutbound) - Method in interface org.apache.coyote.http11.upgrade.UpgradeInbound
Deprecated.
 
setUpgradeProcessor(UpgradeProcessor<?>) - Method in class org.apache.catalina.websocket.StreamInbound
Deprecated.
 
setUpgradeProcessor(UpgradeProcessor<?>) - Method in interface org.apache.coyote.http11.upgrade.UpgradeInbound
Deprecated.
 
setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setupSocket() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
setURIConverter(B2CConverter) - Method in class org.apache.catalina.connector.Request
Set the URI converter.
setURIEncoding(String) - Method in class org.apache.catalina.connector.Connector
Set the URI encoding to be used for the URI.
setUriroot(String) - Method in class org.apache.jasper.JspC
Base dir for the webapp.
setUrl(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setURL(URL) - Method in class org.apache.catalina.deploy.WebXml
 
setUrl(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
setUrl(String) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Set the value of url used to locate the database for this datasource.
setURL(String, URL) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
setURL(int, URL) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
 
setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Sets the URL used to connect to the database
setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUrl(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the URL used to connect to the database
setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Sets the URL used to connect to the database
setUrlCacheProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
 
setUsage(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setUseBodyEncodingForURI(boolean) - Method in class org.apache.catalina.connector.Connector
Set if the entity body encoding should be used for the URI.
setUseBufferPool(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
 
setUseBufferPool(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setUseComet(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setUseComet(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setUseContextClassLoader(boolean) - Method in class org.apache.catalina.realm.JAASRealm
Sets whether to use the context or default ClassLoader.
setUseContextClassLoader(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setUseContextClassLoader(boolean) - Static method in class org.apache.tomcat.util.modeler.Registry
Allow containers to isolate apps.
setUseDeepClone(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
setUseDelegatedCredential(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
 
setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after Connection.close() is called.
setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after Connection.close() is called.
setUseDisposableConnectionFacade(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after Connection.close() is called.
setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after Connection.close() is called.
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Set to true if string comparisons (for the JdbcInterceptor.compare(String, Method) and JdbcInterceptor.compare(String, String) methods) should use the Object.equals(Object) method The default is false
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUseEquals(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
setUseExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Set whether MethodUtils.invokeExactMethod should be used for the reflection.
setUseHttpOnly(boolean) - Method in interface org.apache.catalina.Context
Sets the use HttpOnly cookies for session cookies flag.
setUseHttpOnly(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets the use HttpOnly cookies for session cookies flag.
setUseHttpOnly(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setUseIPVHosts(boolean) - Method in class org.apache.catalina.connector.Connector
Enable the use of IP-based virtual hosting.
setUseLocalPorts(boolean) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
Set the flag that indicates that local ports should be used for all connections.
setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set to true if a lock should be used when operations are performed on the connection object.
setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUseLock(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if a lock should be used when operations are performed on the connection object.
setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set to true if a lock should be used when operations are performed on the connection object.
setUseLongContentLength(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardContext
Enables or disables naming.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.Catalina
Enables or disables naming support.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Enables or disables naming support.
setUser(String) - Method in class org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS
Set the value of default user (login or username).
setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the user agent.
setUserBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for user searches.
setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the user database class name for this component.
setUserClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent individual users.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.HomesUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in interface org.apache.catalina.startup.UserDatabase
Set the UserConfig listener with which we are associated.
setUserConstraint(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the user data constraint for this security constraint.
setUserCredCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's credentials.
setUserCredCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the column in the user table that holds the user's credentials.
setUseRelativeRedirects(boolean) - Method in interface org.apache.catalina.Context
Controls whether HTTP 1.1 and later location headers generated by a call to HttpServletResponse.sendRedirect(String) will use relative or absolute redirects.
setUseRelativeRedirects(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setUseRelativeRedirects(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote user name.
setUsername(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setUsername(String) - Method in interface org.apache.catalina.User
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setUsername(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setUsername(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Sets the username used to establish the connection with It will also be a property called 'user' in the database properties.
setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUsername(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the username used to establish the connection with It will also be a property called 'user' in the database properties.
setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Sets the username used to establish the connection with It will also be a property called 'user' in the database properties.
setUserNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's name.
setUserNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the column in the user table that holds the user's name.
setUserPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the password attribute used to retrieve the user password.
setUserPattern(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.Request
Set the Principal who has been authenticated for this Request.
setUserRoleAttribute(String) - Method in class org.apache.catalina.realm.JNDIRealm
 
setUserRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the user role name attribute name for this Realm.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds the relation between user's and roles.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the table that holds the relation between user's and roles.
setUserSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserSearchAsUser(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
 
setUserSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for users" flag.
setUserTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds user data.
setUserTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Set the table that holds user data.
setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setUseServerCipherSuitesOrder(SSLServerSocket, boolean) - Method in class org.apache.tomcat.util.compat.JreCompat
 
setUseServerCipherSuitesOrder(SSLEngine, boolean) - Method in class org.apache.tomcat.util.compat.JreCompat
 
setUseServerCipherSuitesOrder(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
setUseShutdownHook(boolean) - Method in class org.apache.catalina.startup.Catalina
 
setUseShutdownHook(boolean) - Method in class org.apache.juli.ClassLoaderLogManager
 
setUseStartTls(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Flag whether StartTLS should be used when connecting to the ldap server
setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set this to true if you wish to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Set this to true if you wish to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
setUseStatementFacade(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set this to true if you wish to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set this to true if you wish to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
setUseThread(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
setValid(boolean) - Method in class org.apache.catalina.manager.DummyProxySession
 
setValid(boolean) - Method in interface org.apache.catalina.Session
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isValid flag for this session.
setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set the "validate certificate chains" flag.
setValidateClientProvidedNewSessionId(boolean) - Method in interface org.apache.catalina.Context
When a client provides the ID for a new session, should that ID be validated?
setValidateClientProvidedNewSessionId(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setValidateClientProvidedNewSessionId(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setValidateTld(boolean) - Method in class org.apache.jasper.JspC
 
setValidateUri(boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setValidateXml(boolean) - Method in class org.apache.jasper.JspC
 
setValidating(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the validating parser flag.
setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidationInterval(long) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
setValidationQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
setValidationQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
The SQL query that will be used to validate connections from this pool before returning them to the caller.
setValidationQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the query I use to validate Connections.
setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidationQuery(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Sets the validation query timeout, the amount of time, in seconds, that connection validation will wait for a response from the database when executing a validation query.
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Sets the validation query timeout, the amount of time, in seconds, that connection validation will wait for a response from the database when executing a validation query.
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The timeout in seconds before a connection validation queries fail.
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidationQueryTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The timeout in seconds before a connection validation queries fail.
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
The timeout in seconds before a connection validation queries fail.
setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Sets the validator object If this is a non null object, it will be used as a validator instead of the validationQuery If this is null, remove the usage of the validator.
setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Sets the validator object If this is a non null object, it will be used as a validator instead of the validationQuery If this is null, remove the usage of the validator.
setValidator(Validator) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the validator object If this is a non null object, it will be used as a validator instead of the validationQuery If this is null, remove the usage of the validator.
setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Sets the validator object If this is a non null object, it will be used as a validator instead of the validationQuery If this is null, remove the usage of the validator.
setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set the name for an optional validator class which will be used in place of test queries.
setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Set the name for an optional validator class which will be used in place of test queries.
setValidatorClassName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set the name for an optional validator class which will be used in place of test queries.
setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
Set the name for an optional validator class which will be used in place of test queries.
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ArrayELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class javax.el.CompositeELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ListELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class javax.el.MapELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class javax.el.ResourceBundleELResolver
 
setValue(ELContext, Object) - Method in class javax.el.ValueExpression
 
setValue(String) - Method in class javax.servlet.http.Cookie
Assigns a new value to a cookie after the cookie is created.
setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
 
setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
Associate a value with a String key.
setValue(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setValue(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute value.
setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setValue(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setValue(V) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
setValue(Serializable) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDeferredExpression
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDynamicExpression
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstIdentifier
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstValue
 
setValue(EvaluationContext, Object) - Method in interface org.apache.el.parser.Node
 
setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.SimpleNode
 
setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionImpl
 
setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionLiteral
 
setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
 
setValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Allow "set" operations, which removes all current values for this header.
setValueA(long, String, String[]) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_MULTI_SZ
setValueB(long, String, byte[]) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_BINARY
setValueE(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_EXPAND_SZ
setValueI(long, String, int) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_DWORD
setValueJ(long, String, long) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_QWORD
setValues(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with the specified values.
setValues(XMLString) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with copies of the given string structure.
setValueS(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_SZ
setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
 
setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperFactory
 
setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperImpl
 
setVariableMapper(VariableMapper) - Method in class org.apache.jasper.el.ELContextImpl
 
setVariableValue(String, String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Set the named variable to the specified value.
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
setVerbose(int) - Method in class org.apache.jasper.JspC
Sets the verbosity level.
setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVersion(int) - Method in class javax.servlet.http.Cookie
Sets the version of the cookie protocol this cookie complies with.
setVersion(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
 
setVersion(String) - Method in class org.apache.catalina.deploy.WebXml
Set the version for this web.xml file
setVersion(long) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setVersion(long) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Forces a certain version to a replicated map entry
setVersion(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setVirtualClasspath(String) - Method in class org.apache.catalina.loader.VirtualWebappLoader
virtualClasspath attribute that will be automatically set from the Context virtualClasspath attribute from the context xml file.
setVirtualHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the virtual host information (this is in fact the server name).
setWar(String) - Method in class org.apache.catalina.ant.DeployTask
 
setWarnOnSessionAttributeFilterFailure(boolean) - Method in class org.apache.catalina.session.ManagerBase
Configure whether or not a warn level log message should be generated if a session attribute is not persisted / replicated / restored.
setWatchDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
setWatchDir(File) - Method in class org.apache.catalina.ha.deploy.WarWatcher
 
setWatchEnabled(boolean) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
setWebappVersion(String) - Method in interface org.apache.catalina.Context
Set the version of this web application - used to differentiate different versions of the same web application when using parallel deployment.
setWebappVersion(String) - Method in class org.apache.catalina.core.StandardContext
 
setWebappVersion(String) - Method in class org.apache.catalina.startup.FailedContext
 
setWebFragmentXml(String) - Method in class org.apache.jasper.JspC
File where we generate a complete web-fragment.xml with the class definitions.
setWebXml(String) - Method in class org.apache.jasper.JspC
File where we generate a complete web.xml with the class definitions.
setWebXmlEncoding(String) - Method in class org.apache.jasper.JspC
Sets the encoding to be used to read and write web.xml files.
setWebXmlFragment(String) - Method in class org.apache.jasper.JspC
Deprecated.
Will be removed in Tomcat 10. Use JspC.setWebXmlInclude(String)
setWebXmlInclude(String) - Method in class org.apache.jasper.JspC
File where we generate configuration with the class definitions to be included in a web.xml file.
setWhenExhaustedAction(byte) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Sets the action to take when the GenericKeyedObjectPool.borrowObject(K) method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).
setWhenExhaustedAction(byte) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Sets the action to take when the GenericObjectPool.borrowObject() method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).
setWorkDir(String) - Method in class org.apache.catalina.core.StandardContext
Set the work directory for this Context.
setWorkDir(String) - Method in class org.apache.catalina.core.StandardHost
Set host work directory base.
setWorkDir(File) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Change the work directory.
setWorker(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerClusterDomain(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerDisabled(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerLb(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerLoadFactor(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerRedirect(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerStopped(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
 
setWorkerType(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.Request
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
Set the Wrapper with which this Servlet is associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Set the Wrapper with which we are associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.ManagerServlet
Set the Wrapper with which we are associated.
setWrapperClass(String) - Method in interface org.apache.catalina.Context
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.startup.FailedContext
 
setWritable(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Allow writing to a context.
setWriteable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
 
setWriteListener(WriteListener) - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
New Servlet 3.1 method.
setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
 
setWriterEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
Deprecated.
Unused - will be removed in 8.0.x
setWriteResponseBodyStarted(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setWriteTimeout(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setWsdlfile(String) - Method in class org.apache.catalina.deploy.ContextService
 
setX509UsernameRetrieverClassName(String) - Method in class org.apache.catalina.realm.RealmBase
Sets the name of the class that will be used to extract user names from X509 client certificates.
setXmlBase(String) - Method in class org.apache.catalina.core.StandardHost
(Set the Xml root for this Host.
setXmlBase(String) - Method in interface org.apache.catalina.Host
Set the Xml root for this Host.
setXmlBlockExternal(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of web.xml, web-fragment.xml, *.tld, *.jspx, *.tagx and tagplugin.xml files for this Context will block the use of external entities.
setXmlBlockExternal(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setXmlBlockExternal(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setXmlNamespaceAware(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of web.xml and web-fragment.xml files for this Context will be performed by a namespace aware parser.
setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setXmlParsingProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
setXmlValidation(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of web.xml and web-fragment.xml files for this Context will be performed by a validating parser.
setXmlValidation(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setXmlValidation(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setXpoweredBy(boolean) - Method in class org.apache.catalina.connector.Connector
Enables or disables the generation of an X-Powered-By header (with value Servlet/2.5) for all servlet-generated responses returned by this Connector.
setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
Sets the option to enable generation of X-Powered-By response header.
setXssProtectionEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
SHARED - Static variable in class org.apache.tomcat.util.net.NioSelectorPool
 
SHARED_SELECTOR - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
SharedPoolDataSource - Class in org.apache.tomcat.dbcp.dbcp.datasources
A pooling DataSource appropriate for deployment within J2EE environment.
SharedPoolDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource
Default no-arg constructor for Serialization
SharedPoolDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp.datasources
A JNDI ObjectFactory which creates SharedPoolDataSources
SharedPoolDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSourceFactory
 
sharedSelector - Variable in class org.apache.tomcat.util.net.NioBlockingSelector
 
sharedSelectorTimeout - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
sharedState - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The state information that is shared with other configured LoginModule instances.
Shm - Class in org.apache.tomcat.jni
Shm
Shm() - Constructor for class org.apache.tomcat.jni.Shm
 
shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
shouldAbandon() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Determines if a connection should be abandoned based on PoolProperties.abandonWhenPercentageFull setting.
shouldClose(PooledConnection, int) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Determines if a connection should be closed upon return to the pool.
shouldReleaseIdle(long, PooledConnection, long) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
SHOW_SUCCESS - Static variable in class org.apache.jasper.JspC
 
showServerInfo - Variable in class org.apache.catalina.servlets.DefaultServlet
Flag to determine if server information is presented.
showSuccess - Variable in class org.apache.jasper.JspC
 
shtmlRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
default pattern for ssi filter content type matching
shutdown() - Method in class org.apache.juli.ClassLoaderLogManager
Shuts down the logging system.
shutdown(long, int) - Static method in class org.apache.tomcat.jni.Socket
Shutdown either reading, writing, or both sides of a socket.
SHUTDOWN_PAYLOAD - Static variable in interface org.apache.catalina.tribes.Member
When a member leaves the cluster, the payload of the memberDisappeared member will be the following bytes.
shutdownExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
shutdownHook - Variable in class org.apache.catalina.startup.Catalina
Shutdown hook.
SIMPLE_HTTP_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
Collection of Simple HTTP methods.
SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES - Static variable in class org.apache.catalina.filters.CorsFilter
Collection of media type values for the Content-Type header that will be treated as 'simple'.
SIMPLE_HTTP_REQUEST_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Collection of Simple HTTP request headers.
SIMPLE_HTTP_RESPONSE_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Collection of Simple HTTP request headers.
SimpleCharStream - Class in org.apache.el.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.el.parser.SimpleCharStream
Constructor.
SimpleCoordinator - Class in org.apache.catalina.tribes.group.interceptors
A dinky coordinator, just uses a sorted version of the member array.
SimpleCoordinator() - Constructor for class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
simpleDateFormat - Variable in class org.apache.catalina.util.Strftime
 
SimpleElementValue - Class in org.apache.tomcat.util.bcel.classfile
 
SimpleNode - Class in org.apache.el.parser
 
SimpleNode(int) - Constructor for class org.apache.el.parser.SimpleNode
 
SimpleTag - Interface in javax.servlet.jsp.tagext
Interface for defining Simple Tag Handlers.
SimpleTagSupport - Class in javax.servlet.jsp.tagext
A base class for defining tag handlers implementing SimpleTag.
SimpleTagSupport() - Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
Sole constructor.
SimpleTcpCluster - Class in org.apache.catalina.ha.tcp
A Cluster implementation using simple multicast.
SimpleTcpCluster() - Constructor for class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
 
singleByteBuffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
SingleRemoveSynchronizedAddLock - Class in org.apache.catalina.tribes.transport.bio.util
The class SingleRemoveSynchronizedAddLock implement locking for accessing the queue by a single remove thread and multiple add threads.
SingleRemoveSynchronizedAddLock() - Constructor for class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
 
SingleRemoveSynchronizedAddLock(boolean) - Constructor for class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
 
SingleSignOn - Class in org.apache.catalina.authenticator
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propagated to other web applications in the same security domain.
SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
 
SingleSignOnEntry - Class in org.apache.catalina.authenticator
A class that represents entries in the cache of authenticated users.
SingleSignOnEntry(Principal, String, String, String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
Creates a new SingleSignOnEntry
SingleSignOnListener - Class in org.apache.catalina.authenticator
 
SingleSignOnListener(String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnListener
 
SingleSignOnSessionKey - Class in org.apache.catalina.authenticator
Key used by SSO to identify a session.
SingleSignOnSessionKey(Session) - Constructor for class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
SingleThreadModel - Interface in javax.servlet
Deprecated.
As of Java Servlet API 2.4, with no direct replacement.
singleThreadModel - Variable in class org.apache.catalina.core.StandardWrapper
Does this servlet implement the SingleThreadModel interface?
SINGLETON - Static variable in class org.apache.naming.ResourceRef
Is this resource a singleton
size - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The total size of the file
size() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
 
size() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
size() - Method in class org.apache.catalina.util.ParameterMap
 
size - Variable in class org.apache.coyote.AbstractProtocol.RecycledProcessors
 
size - Variable in class org.apache.naming.resources.CacheEntry
 
size() - Method in class org.apache.naming.resources.ResourceAttributes
Retrieves the number of attributes in the attribute set.
size() - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
Returns the number of values and types in my list.
size() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
size() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
size(ByteBuffer) - Static method in class org.apache.tomcat.jni.Buffer
Returns the allocated memory size of the ByteBuffer.
size - Variable in class org.apache.tomcat.jni.FileInfo
The size of the file
size(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve the length of a shared memory segment in bytes.
size() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
size() - Method in class org.apache.tomcat.util.http.MimeHeaders
 
size() - Method in class org.apache.tomcat.util.MultiThrowable
 
size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
size() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
SizeException - Exception in org.apache.tomcat.util.http.fileupload.impl
This exception is thrown, if a requests permitted size is exceeded.
SizeException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.SizeException
Creates a new instance.
sizeFull() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
sizeLimit - Variable in class org.apache.catalina.realm.JNDIRealm
The sizeLimit (also known as the countLimit) to use when the realm is configured with JNDIRealm.userSearch.
SizeLimitExceededException - Exception in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate that the request size exceeds the configured maximum.
SizeLimitExceededException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
skip(long) - Method in class org.apache.catalina.connector.CoyoteReader
 
skip(long) - Method in class org.apache.catalina.connector.InputBuffer
 
skip(long) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UCSReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Skip characters.
skip(long) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Skips the given number of bytes.
SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip body evaluation.
SKIP_JARS_PROPERTY - Static variable in class org.apache.tomcat.util.scan.Constants
 
SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip the rest of the page.
skipChar(char) - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips a character appearing immediately on the input.
SkipPageException - Exception in javax.servlet.jsp
Exception to indicate the calling page must cease evaluation.
SkipPageException() - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with no message.
SkipPageException(String) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message.
SkipPageException(String, Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message and root cause.
SkipPageException(Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided root cause.
skippedEntity(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a skipped entity.
skipPreamble() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Finds the beginning of the first encapsulation.
skipSpaces() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips space characters appearing immediately on the input.
skipString(String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips the specified string appearing immediately on the input.
skipText() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipWhite() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
slashCount - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
sleep(long) - Static method in class org.apache.tomcat.jni.Time
Sleep for the specified number of micro-seconds.
sleepTime - Variable in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
sleepTime - Variable in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
 
SLOW_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
SLOW_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
SLOW_QUERY_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
SlowQueryReport - Class in org.apache.tomcat.jdbc.pool.interceptor
Slow query report interceptor.
SlowQueryReport() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Creates a slow query report interceptor
SlowQueryReport.QueryStats - Class in org.apache.tomcat.jdbc.pool.interceptor
 
SlowQueryReport.QueryStats(String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
SlowQueryReportJmx - Class in org.apache.tomcat.jdbc.pool.interceptor
Publishes data to JMX and provides notifications when failures happen.
SlowQueryReportJmx() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
 
SlowQueryReportJmxMBean - Interface in org.apache.tomcat.jdbc.pool.interceptor
 
sm - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.CometEventImpl
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Connector
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.CoyoteAdapter
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.InputBuffer
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Request
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.RequestFacade
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Response
 
sm - Static variable in class org.apache.catalina.connector.ResponseFacade
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.AprLifecycleListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.AsyncContextImpl
 
sm - Static variable in class org.apache.catalina.core.ContainerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.DefaultInstanceManager
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.JasperListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.NamingContextListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.filters.FilterBase
 
sm - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
sm - Static variable in class org.apache.catalina.filters.WebdavFixFilter
 
sm - Static variable in class org.apache.catalina.ha.session.BackupManager
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.DeltaManager
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.DeltaRequest
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.DeltaSession
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.SerializablePrincipal
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.tcp.ReplicationValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappClassLoaderBase
 
sm - Static variable in class org.apache.catalina.loader.WebappLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.host.HostManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.ManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.StatusManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
sm - Static variable in class org.apache.catalina.realm.JAASCallbackHandler
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.RealmBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.DefaultServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.ManagerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.StandardSession
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.StoreBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.Catalina
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.ContextConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.Embedded
Deprecated.
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.EngineConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.ExpandWar
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.FailedContext
 
sm - Static variable in class org.apache.catalina.startup.HostConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.VersionLoggerListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.WebAnnotationSet
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.WebRuleSet
The string resources for this package.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
sm - Static variable in class org.apache.catalina.tribes.membership.McastService
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
sm - Static variable in class org.apache.catalina.tribes.transport.bio.BioSender
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.transport.nio.NioReceiver
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.transport.PooledSender
 
sm - Static variable in class org.apache.catalina.tribes.transport.ReplicationTransmitter
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
sm - Static variable in class org.apache.catalina.valves.ValveBase
The string manager for this package.
sm - Static variable in class org.apache.coyote.AbstractProcessor
 
sm - Static variable in class org.apache.coyote.AbstractProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AbstractAjpProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AbstractAjpProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpMessage
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.AbstractHttp11Processor
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.AbstractHttp11Protocol
 
sm - Static variable in class org.apache.coyote.http11.AbstractInputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.AbstractOutputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
sm - Static variable in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
 
sm - Static variable in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
sm - Static variable in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
sm - Static variable in class org.apache.naming.ContextBindings
The string manager for this package.
sm - Static variable in class org.apache.naming.factory.ResourceLinkFactory
 
sm - Static variable in class org.apache.naming.NamingContext
The string manager for this package.
sm - Static variable in class org.apache.naming.resources.BaseDirContext
The string manager for this package.
sm - Static variable in class org.apache.naming.resources.ProxyDirContext
The string manager for this package.
sm - Static variable in class org.apache.naming.SelectorContext
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
 
sm - Static variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
 
sm - Static variable in class org.apache.tomcat.util.net.AbstractEndpoint
 
sm - Static variable in class org.apache.tomcat.util.net.NioChannel
 
sm - Static variable in class org.apache.tomcat.util.threads.TaskQueue
 
sm - Static variable in class org.apache.tomcat.util.threads.ThreadPoolExecutor
The string manager for this package.
SMAP_ENCODING - Static variable in class org.apache.jasper.compiler.SmapUtil
 
smapDumped - Variable in class org.apache.jasper.JspC
 
SmapGenerator - Class in org.apache.jasper.compiler
Represents a source map (SMAP), which serves to associate lines of the input JSP file(s) to lines in the generated servlet in the final .class file, according to the JSR-045 spec.
SmapGenerator() - Constructor for class org.apache.jasper.compiler.SmapGenerator
 
SmapStratum - Class in org.apache.jasper.compiler
Represents the line and file mappings associated with a JSR-045 "stratum".
SmapStratum(String) - Constructor for class org.apache.jasper.compiler.SmapStratum
Constructs a new SmapStratum object for the given stratum name (e.g., JSP).
SmapStratum.LineInfo - Class in org.apache.jasper.compiler
Represents a single LineSection in an SMAP, associated with a particular stratum.
SmapStratum.LineInfo() - Constructor for class org.apache.jasper.compiler.SmapStratum.LineInfo
 
smapSuppressed - Variable in class org.apache.jasper.JspC
 
SmapUtil - Class in org.apache.jasper.compiler
Contains static utilities for generating SMAP data based on the current version of Jasper.
SmapUtil() - Constructor for class org.apache.jasper.compiler.SmapUtil
 
SND_RX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants This allows you to start separate components of the channel
SND_RX_SEQ - starts or stops the data receiver.
SND_TX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants This allows you to start separate components of the channel
SND_TX_SEQ - starts or stops the data sender.
SOCK_DGRAM - Static variable in class org.apache.tomcat.jni.Socket
 
SOCK_STREAM - Static variable in class org.apache.tomcat.jni.Socket
 
Sockaddr - Class in org.apache.tomcat.jni
Sockaddr
Sockaddr() - Constructor for class org.apache.tomcat.jni.Sockaddr
 
socket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Socket that we intend to listen to
socket - Variable in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
 
Socket - Class in org.apache.tomcat.jni
Socket
Socket() - Constructor for class org.apache.tomcat.jni.Socket
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
socket - Variable in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
socket - Variable in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
socket - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
SOCKET_GET_APRS - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_IMPL - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_POOL - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_TYPE - Static variable in class org.apache.tomcat.jni.Socket
 
socketBuffer - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Socket buffering.
socketChannel - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
socketProperties - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Socket properties
SocketProperties - Class in org.apache.tomcat.util.net
Properties that can be set in the <Connector> element in server.xml.
SocketProperties() - Constructor for class org.apache.tomcat.util.net.SocketProperties
 
sockets - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
sockets - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
SocketStatus - Enum in org.apache.tomcat.util.net
Someone, please change the enum name.
socketTimeouts() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
socketWrapper - Variable in class org.apache.coyote.AbstractProcessor
 
SocketWrapper<E> - Class in org.apache.tomcat.util.net
 
SocketWrapper(E) - Constructor for class org.apache.tomcat.util.net.SocketWrapper
 
softMinEvictableIdleTimeMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
SoftReferenceObjectPool<T> - Class in org.apache.tomcat.dbcp.pool.impl
SoftReferenceObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
SoftReferenceObjectPool(PoolableObjectFactory<T>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Create a SoftReferenceObjectPool with the specified factory.
SoftReferenceObjectPool(PoolableObjectFactory<T>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.SoftReferenceObjectPool
Deprecated.
because this is a SoftReference pool, prefilled idle obejects may be garbage collected before they are used. To be removed in Pool 2.0.
soKeepAlive - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_KEEPALIVE option.
soLingerOn - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_LINGER option, paired with the soLingerTime value.
soLingerTime - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_LINGER option, paired with the soLingerOn value.
soReuseAddress - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_REUSEADDR option.
sortAttributes(NamedNodeMap) - Method in class org.apache.catalina.util.DOMWriter
Returns a sorted list of attributes.
soTimeout - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_TIMEOUT option. default is 20000.
source - Variable in class org.apache.catalina.loader.ResourceEntry
URL source from where the object was loaded.
source - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
source - Variable in class org.apache.tomcat.util.digester.Digester
 
source - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
 
SP - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
SP - Static variable in class org.apache.coyote.http11.Constants
SP.
SPACES - Static variable in class org.apache.jasper.compiler.ServletWriter
 
spare - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
spareNotFoundEntries - Variable in class org.apache.naming.resources.ResourceCache
Spare amount of not found entries.
SPEC_VERSION - Static variable in class org.apache.jasper.Constants
 
specialToken - Variable in class org.apache.el.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPNEGO_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
SpnegoAuthenticator - Class in org.apache.catalina.authenticator
A SPNEGO authenticator that uses the SPNEGO/Kerberos support built in to Java 6.
SpnegoAuthenticator() - Constructor for class org.apache.catalina.authenticator.SpnegoAuthenticator
 
spnegoDelegationQop - Variable in class org.apache.catalina.realm.JNDIRealm
The QOP that should be used for the connection to the LDAP server after authentication.
SQLNestedException - Exception in org.apache.tomcat.dbcp.dbcp
Deprecated.
Use '(SQLException) new SQLException(msg).initCause(e)' instead; this class will be removed in DBCP 2.0
SQLNestedException(String, Throwable) - Constructor for exception org.apache.tomcat.dbcp.dbcp.SQLNestedException
Deprecated.
Constructs a new SQLNestedException with specified detail message and nested Throwable.
SSI_FLAG_ATTR - Static variable in class org.apache.catalina.Globals
Deprecated.
Unused. This is no longer used as the CGIO servlet now has generic handling for when it is used as an include. This will be removed in Tomcat 10
SSICommand - Interface in org.apache.catalina.ssi
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
SSIConditional - Class in org.apache.catalina.ssi
SSI command that handles all conditional directives.
SSIConditional() - Constructor for class org.apache.catalina.ssi.SSIConditional
 
SSIConfig - Class in org.apache.catalina.ssi
Implements the Server-side #exec command
SSIConfig() - Constructor for class org.apache.catalina.ssi.SSIConfig
 
SSIEcho - Class in org.apache.catalina.ssi
Return the result associated with the supplied Server Variable.
SSIEcho() - Constructor for class org.apache.catalina.ssi.SSIEcho
 
SSIExec - Class in org.apache.catalina.ssi
Implements the Server-side #exec command
SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
 
SSIExternalResolver - Interface in org.apache.catalina.ssi
Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet )
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIMediator
 
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIProcessor
 
SSIFilter - Class in org.apache.catalina.ssi
Filter to process SSI requests within a webpage.
SSIFilter() - Constructor for class org.apache.catalina.ssi.SSIFilter
 
SSIFlastmod - Class in org.apache.catalina.ssi
Implements the Server-side #flastmod command
SSIFlastmod() - Constructor for class org.apache.catalina.ssi.SSIFlastmod
 
SSIFsize - Class in org.apache.catalina.ssi
Implements the Server-side #fsize command
SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
 
ssiInclude - Variable in class org.apache.catalina.ssi.SSIExec
 
SSIInclude - Class in org.apache.catalina.ssi
Implements the Server-side #include command
SSIInclude() - Constructor for class org.apache.catalina.ssi.SSIInclude
 
SSIMediator - Class in org.apache.catalina.ssi
Allows the different SSICommand implementations to share data/talk to each other
SSIMediator(SSIExternalResolver, long, int) - Constructor for class org.apache.catalina.ssi.SSIMediator
 
SSIPrintenv - Class in org.apache.catalina.ssi
Implements the Server-side #printenv command
SSIPrintenv() - Constructor for class org.apache.catalina.ssi.SSIPrintenv
 
SSIProcessor - Class in org.apache.catalina.ssi
The entry point to SSI processing.
SSIProcessor(SSIExternalResolver, int, boolean) - Constructor for class org.apache.catalina.ssi.SSIProcessor
 
SSIServlet - Class in org.apache.catalina.ssi
Servlet to process SSI requests within a webpage.
SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
 
SSIServletExternalResolver - Class in org.apache.catalina.ssi
An implementation of SSIExternalResolver that is used with servlets.
SSIServletExternalResolver(ServletContext, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
 
SSIServletExternalResolver.ServletContextAndPath - Class in org.apache.catalina.ssi
 
SSIServletExternalResolver.ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
SSIServletRequestUtil - Class in org.apache.catalina.ssi
 
SSIServletRequestUtil() - Constructor for class org.apache.catalina.ssi.SSIServletRequestUtil
 
SSISet - Class in org.apache.catalina.ssi
Implements the Server-side #set command
SSISet() - Constructor for class org.apache.catalina.ssi.SSISet
 
SSIStopProcessingException - Exception in org.apache.catalina.ssi
Exception used to tell SSIProcessor that it should stop processing SSI commands.
SSIStopProcessingException() - Constructor for exception org.apache.catalina.ssi.SSIStopProcessingException
 
SSL - Class in org.apache.tomcat.jni
SSL
SSL() - Constructor for class org.apache.tomcat.jni.SSL
 
SSL_AIDX_DSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_AIDX_MAX - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_AIDX_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_DSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_UNKNOWN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CONTEXT_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
Property name to set to configure used SSLContext.
SSL_CRT_FORMAT_ASN1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_ENGINE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_NETSCAPE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_PEM - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_PKCS12 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_SMIME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_TEXT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_UNDEF - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_OPTIONAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_OPTIONAL_NO_CA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_REQUIRE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_ALGKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_USEKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_CERT_CHAIN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_I_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_S_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_END - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_REMAIN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_START - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_COMMONNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_COUNTRYNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_EMAILADDRESS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_GIVENNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_INITIALS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_LOCALITYNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_ORGANIZATIONALUNITNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_ORGANIZATIONNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_STATEORPROVINCENAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_SURNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_TITLE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_UNIQUEIDENTIFIER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_PROTOCOL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_I_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_S_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_V_END - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_V_START - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SESSION_ID - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_CLIENT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_COMBINED - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_SERVER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_CIPHER_SERVER_PREFERENCE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_EPHEMERAL_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MICROSOFT_SESS_ID_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MSIE_SSLV2_RSA_PADDING - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_CA_DN_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_CHALLENGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_COMPRESSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SSLv2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SSLv3 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_TICKET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_TLSv1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_TLSv1_1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_TLSv1_2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_PKCS1_CHECK_1 - Static variable in class org.apache.tomcat.jni.SSL
Deprecated.
Unsupported in the current version of OpenSSL
SSL_OP_PKCS1_CHECK_2 - Static variable in class org.apache.tomcat.jni.SSL
Deprecated.
Unsupported in the current version of OpenSSL
SSL_OP_SINGLE_DH_USE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SINGLE_ECDH_USE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SSLEAY_080_CLIENT_DH_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_BLOCK_PADDING_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_D5_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_ROLLBACK_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_EXPORTCERTDATA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_FAKEBASICAUTH - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_OPTRENEGOTIATE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_RELSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_STDENVVARS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_STRICTREQUIRE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTO_ALL - Static variable in class org.apache.tomcat.util.net.Constants
JSSE and OpenSSL protocol names
SSL_PROTO_SSLv2 - Static variable in class org.apache.tomcat.util.net.Constants
 
SSL_PROTO_SSLv3 - Static variable in class org.apache.tomcat.util.net.Constants
 
SSL_PROTO_TLS - Static variable in class org.apache.tomcat.util.net.Constants
 
SSL_PROTO_TLSv1 - Static variable in class org.apache.tomcat.util.net.Constants
 
SSL_PROTO_TLSv1_1 - Static variable in class org.apache.tomcat.util.net.Constants
 
SSL_PROTO_TLSv1_2 - Static variable in class org.apache.tomcat.util.net.Constants
 
SSL_PROTO_TLSv1_3 - Static variable in class org.apache.tomcat.util.net.Constants
 
SSL_PROTOCOL_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_SSLV2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_SSLV3 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_TLSV1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_TLSV1_1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_TLSV1_2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_TLSV1_3 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOLS_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
Property name to set to configure the value that is passed to SSLEngine.setEnabledProtocols(String[]).
SSL_SESSION_ID_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the session id being used for this SSL connection (as an object of type java.lang.String).
SSL_SESSION_ID_TOMCAT_ATTR - Static variable in class org.apache.catalina.Globals
Deprecated. 
SSL_SESSION_MGR_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute key for the session manager.
SSL_SHUTDOWN_TYPE_ACCURATE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_STANDARD - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_UNCLEAN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_1024 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_2048 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_4096 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_512 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_MAX - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_1024 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_2048 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_4096 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_512 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TRUSTSTORE_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
 
SSL_TRUSTSTORE_PWD_DEFAULT - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
 
SSL_TRUSTSTORE_PWD_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
 
SSL_VERIFY_CLIENT_ONCE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_FAIL_IF_NO_PEER_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_PEER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_PEER_STRICT - Static variable in class org.apache.tomcat.jni.SSL
 
sslAttributesParsed - Variable in class org.apache.catalina.connector.Request
Flag that indicates if SSL attributes have been parsed to improve performance for applications (usually frameworks) that make multiple calls to Request.getAttributeNames().
SSLAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
 
sslAvailable - Static variable in class org.apache.catalina.core.AprLifecycleListener
Deprecated.
SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate file.
SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate path.
SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation file.
SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation path.
SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate chain file.
SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate file.
SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate key file.
SSLCipherSuite - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL cipher suite.
SSLContext - Class in org.apache.tomcat.jni
SSL Context
SSLContext() - Constructor for class org.apache.tomcat.jni.SSLContext
 
sslContext - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL context.
sslContext - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
SSLDisableCompression - Variable in class org.apache.tomcat.util.net.AprEndpoint
Disables compression of the SSL stream.
SSLEngine - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
sslEngine - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
SSLHonorCipherOrder - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
sslImplementation - Variable in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
SSLImplementation - Class in org.apache.tomcat.util.net
 
SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
 
sslInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
SSLInsecureRenegotiation - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL allow insecure renegotiation for the the client that does not support the secure renegotiation.
SSLPassword - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
SSLProtocol - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL protocols.
sslProxy - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
SSLRandomSeed - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
SSLSessionManager - Interface in org.apache.tomcat.util.net
Defines an interface used to manage SSL sessions.
SSLSocket - Class in org.apache.tomcat.jni
SSL Socket
SSLSocket() - Constructor for class org.apache.tomcat.jni.SSLSocket
 
sslSupport - Variable in class org.apache.coyote.http11.Http11NioProcessor
SSL information.
sslSupport - Variable in class org.apache.coyote.http11.Http11Processor
SSL information.
SSLSupport - Interface in org.apache.tomcat.util.net
Defines an interface to interact with SSL sessions.
SSLSupport.CipherData - Class in org.apache.tomcat.util.net
Simple data class that represents the cipher being used, along with the corresponding effective key size.
SSLSupport.CipherData(String, int) - Constructor for class org.apache.tomcat.util.net.SSLSupport.CipherData
 
SSLUtil - Interface in org.apache.tomcat.util.net
 
SSLValve - Class in org.apache.catalina.valves
When using mod_proxy_http, the client SSL information is not included in the protocol (unlike mod_jk and mod_proxy_ajp).
SSLValve() - Constructor for class org.apache.catalina.valves.SSLValve
 
SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify client.
SSLVerifyDepth - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify depth.
sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The SingleSignOn implementation in our request processing chain, if there is one.
stack - Variable in class org.apache.tomcat.util.digester.Digester
The object stack being constructed.
stackIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The position of the object from the top of the stack
StackKeyedObjectPool<K,V> - Class in org.apache.tomcat.dbcp.pool.impl
A simple, Stack-based KeyedObjectPool implementation.
StackKeyedObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Create a new pool using no factory.
StackKeyedObjectPool(int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Create a new pool using no factory.
StackKeyedObjectPool(int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Create a new pool using no factory.
StackKeyedObjectPool(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Create a new SimpleKeyedObjectPool using the specified factory to create new instances.
StackKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Create a new SimpleKeyedObjectPool using the specified factory to create new instances.
StackKeyedObjectPool(KeyedPoolableObjectFactory<K, V>, int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Create a new SimpleKeyedObjectPool using the specified factory to create new instances.
StackKeyedObjectPoolFactory<K,V> - Class in org.apache.tomcat.dbcp.pool.impl
A factory for creating StackKeyedObjectPool instances.
StackKeyedObjectPoolFactory() - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Create a new StackKeyedObjectPoolFactory.
StackObjectPool<T> - Class in org.apache.tomcat.dbcp.pool.impl
A simple, Stack-based ObjectPool implementation.
StackObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
StackObjectPool(int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
StackObjectPool(int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
StackObjectPool(PoolableObjectFactory<T>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Create a new StackObjectPool using the specified factory to create new instances.
StackObjectPool(PoolableObjectFactory<T>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Create a new SimpleObjectPool using the specified factory to create new instances, capping the number of "sleeping" instances to maxIdle.
StackObjectPool(PoolableObjectFactory<T>, int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Create a new StackObjectPool using the specified factory to create new instances, capping the number of "sleeping" instances to maxIdle, and initially allocating a container capable of containing at least initIdleCapacity instances.
StackObjectPoolFactory<T> - Class in org.apache.tomcat.dbcp.pool.impl
A factory for creating StackObjectPool instances.
StackObjectPoolFactory() - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
StackObjectPoolFactory(int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
StackObjectPoolFactory(int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
StackObjectPoolFactory(PoolableObjectFactory<T>) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Create a new StackObjectPoolFactory.
StackObjectPoolFactory(PoolableObjectFactory<T>, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Create a new StackObjectPoolFactory.
StackObjectPoolFactory(PoolableObjectFactory<T>, int, int) - Constructor for class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Create a new StackObjectPoolFactory.
STAGE_ENDED - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDINPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDOUTPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_KEEPALIVE - Static variable in class org.apache.coyote.Constants
 
STAGE_NEW - Static variable in class org.apache.coyote.Constants
 
STAGE_PARSE - Static variable in class org.apache.coyote.Constants
 
STAGE_PREPARE - Static variable in class org.apache.coyote.Constants
 
STAGE_SERVICE - Static variable in class org.apache.coyote.Constants
 
STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
 
StandardClassLoader - Class in org.apache.catalina.loader
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
StandardClassLoader(URL[]) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Deprecated.
 
StandardClassLoader(URL[], ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
Deprecated.
 
StandardClassLoaderMBean - Interface in org.apache.catalina.loader
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
StandardContext - Class in org.apache.catalina.core
Standard implementation of the Context interface.
StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
Create a new StandardContext component with the default basic Valve.
StandardEngine - Class in org.apache.catalina.core
Standard implementation of the Engine interface.
StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
Create a new StandardEngine component with the default basic Valve.
StandardEngine.AccessLogListener - Class in org.apache.catalina.core
 
StandardEngine.AccessLogListener(StandardEngine, Host, Context) - Constructor for class org.apache.catalina.core.StandardEngine.AccessLogListener
 
StandardEngine.NoopAccessLog - Class in org.apache.catalina.core
 
StandardEngine.NoopAccessLog() - Constructor for class org.apache.catalina.core.StandardEngine.NoopAccessLog
 
StandardHost - Class in org.apache.catalina.core
Standard implementation of the Host interface.
StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
Create a new StandardHost component with the default basic Valve.
StandardJarScanner - Class in org.apache.tomcat.util.scan
The default JarScanner implementation scans the WEB-INF/lib directory followed by the provided classloader and then works up the classloader hierarchy.
StandardJarScanner() - Constructor for class org.apache.tomcat.util.scan.StandardJarScanner
 
StandardManager - Class in org.apache.catalina.session
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded.
StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
 
StandardPipeline - Class in org.apache.catalina.core
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardServer - Class in org.apache.catalina.core
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - Constructor for class org.apache.catalina.core.StandardServer
Construct a default instance of this class.
StandardService - Class in org.apache.catalina.core
Standard implementation of the Service interface.
StandardService() - Constructor for class org.apache.catalina.core.StandardService
 
StandardSession - Class in org.apache.catalina.session
Standard implementation of the Session interface.
StandardSession(Manager) - Constructor for class org.apache.catalina.session.StandardSession
Construct a new Session associated with the specified Manager.
StandardSessionFacade - Class in org.apache.catalina.session
Facade for the StandardSession object.
StandardSessionFacade(StandardSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardSessionFacade(HttpSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardSessionIdGenerator - Class in org.apache.catalina.util
 
StandardSessionIdGenerator() - Constructor for class org.apache.catalina.util.StandardSessionIdGenerator
 
StandardThreadExecutor - Class in org.apache.catalina.core
 
StandardThreadExecutor() - Constructor for class org.apache.catalina.core.StandardThreadExecutor
 
StandardWrapper - Class in org.apache.catalina.core
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - Class in org.apache.catalina.core
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
Create a new facade around a StandardWrapper.
start(Runnable) - Method in interface javax.servlet.AsyncContext
 
start(Runnable) - Method in class org.apache.catalina.core.AsyncContextImpl
 
start() - Method in interface org.apache.catalina.ha.CatalinaCluster
Start the cluster, the owning container will invoke this
start() - Method in interface org.apache.catalina.ha.ClusterDeployer
Start the cluster deployer, the owning container will invoke this
start() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
start() - Method in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
Add this Mover as Cluster Listener ( receiver)
start() - Method in interface org.apache.catalina.Lifecycle
Prepare for the beginning of active use of the public methods other than property getters/setters and life cycle methods of this component.
start() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Start the class loader.
start(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Start the host with the specified name.
start(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Start the host with the specified name.
start(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Start the web application at the specified context path.
start(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Start the web application at the specified context path.
start - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
start() - Method in class org.apache.catalina.startup.Bootstrap
Start the Catalina daemon.
start() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
start() - Method in class org.apache.catalina.startup.EngineConfig
Process a "start" event for this Engine.
start() - Method in class org.apache.catalina.startup.HostConfig
Process a "start" event for this Host.
start() - Method in class org.apache.catalina.startup.Tomcat
Start the server.
start(int) - Method in interface org.apache.catalina.tribes.Channel
Starts up the channel.
start(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Starts up the channel.
start() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Start listening for incoming messages on the host/port
start() - Method in interface org.apache.catalina.tribes.ChannelSender
Start the channel sender
start(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Starts up the channel.
start(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
Starts up the channel.
start(int) - Method in class org.apache.catalina.tribes.group.GroupChannel
Starts the channel.
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Send notifications upwards
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
start() - Method in class org.apache.catalina.tribes.membership.McastService
Start broadcasting and listening to membership pings
start(int) - Method in class org.apache.catalina.tribes.membership.McastService
 
start(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Start the service
start() - Method in interface org.apache.catalina.tribes.MembershipService
Starts the membership service.
start(int) - Method in interface org.apache.catalina.tribes.MembershipService
Starts the membership service.
start() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
start() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
start queuing
start() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
start cluster receiver
start() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
start() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
start the sender and register transmitter mbean
start() - Method in class org.apache.catalina.util.LifecycleBase
Prepare for the beginning of active use of the public methods other than property getters/setters and life cycle methods of this component.
start() - Method in class org.apache.coyote.AbstractProtocol
 
start() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
start() - Method in interface org.apache.coyote.ProtocolHandler
Start the protocol.
start() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
 
start - Variable in class org.apache.tomcat.util.buf.AbstractChunk
 
start() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
start() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
start - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
START_DEFERRED_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
START_DYNAMIC_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component start" event.
startAcceptorThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
startAsync() - Method in interface javax.servlet.ServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in interface javax.servlet.ServletRequest
 
startAsync() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return startAsync() on the wrapped request object.
startAsync(ServletRequest, ServletResponse) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return startAsync(Runnable) on the wrapped request object.
startAsync() - Method in class org.apache.catalina.connector.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request
 
startAsync() - Method in class org.apache.catalina.connector.RequestFacade
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
 
startAsync() - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
startBufferedBody(PageContext, BodyTag) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
startCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Start capturing thread's output.
startChildren - Variable in class org.apache.catalina.core.ContainerBase
Will children be started automatically when they are added.
startDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the beginning of the document being reached.
startDTD(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
 
started - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
started - Variable in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
 
started - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Has this component been started?
started - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
startElection(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
startElement(String, String, String, Attributes) - Method in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the start of an XML element being reached.
startEvictor(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
Start the eviction thread or service, or when delay is non-positive, stop it if it is already running.
startEvictor(long) - Method in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
Start the eviction thread or service, or when delay is non-positive, stop it if it is already running.
starting - Variable in class org.apache.catalina.startup.Catalina
Deprecated.
Unused - will be removed in Tomcat 8.0.x
startInternal() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
startInternal() - Method in class org.apache.catalina.authenticator.SingleSignOn
 
startInternal() - Method in class org.apache.catalina.connector.Connector
Begin processing requests via this Connector.
startInternal() - Method in class org.apache.catalina.connector.MapperListener
 
startInternal() - Method in class org.apache.catalina.core.ContainerBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardContext
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardEngine
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardHost
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardPipeline
Start Valves) in this pipeline and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardServer
Start nested components (Services) and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardService
Start nested components (Executors, Connectors and Containers) and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
Start the component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardWrapper
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.deploy.NamingResources
 
startInternal() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.context.ReplicatedContext
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.session.BackupManager
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
startInternal() - Method in class org.apache.catalina.ha.session.DeltaManager
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Start Cluster and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.loader.VirtualWebappLoader
Implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.loader.WebappLoader
Start associated ClassLoader and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.CombinedRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.DataSourceRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.JAASRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.JNDIRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.LockOutRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.MemoryRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.RealmBase
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.session.JDBCStore
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.session.ManagerBase
 
startInternal() - Method in class org.apache.catalina.session.PersistentManagerBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.session.StandardManager
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.session.StoreBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Start nested components (Connectors and Engines) and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.startup.FailedContext
 
startInternal() - Method in class org.apache.catalina.util.LifecycleBase
Sub-classes must ensure that the state is changed to LifecycleState.STARTING during the execution of this method.
startInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
startInternal() - Method in class org.apache.catalina.valves.AccessLogValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.valves.CometConnectionManagerValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.valves.RequestFilterValve
 
startInternal() - Method in class org.apache.catalina.valves.SemaphoreValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.valves.ValveBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
startInternal() - Method in class org.apache.tomcat.util.net.AprEndpoint
Start the APR endpoint, creating acceptor, poller and sendfile threads.
startInternal() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
startInternal() - Method in class org.apache.tomcat.util.net.NioEndpoint
Start the NIO endpoint, creating acceptor, poller threads.
startLatch(CountDownLatch, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
startLevel - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
 
startPoolMaintenance() - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Starts the connection pool maintenance task, if configured.
startPrefixMapping(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is coming in to scope.
startQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
startQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
startReadLatch(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
startRecursive() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
startService() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
 
startStopExecutor - Variable in class org.apache.catalina.core.ContainerBase
 
startsvc - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
startsWith(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
startsWith(byte[]) - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
startsWith(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
 
startsWith(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
startsWithIgnoreCase(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
 
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the buffer starts with the specified string when tested in a case insensitive manner.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the buffer starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
StartTask - Class in org.apache.catalina.ant
Ant task that implements the /start command, supported by the Tomcat manager application.
StartTask() - Constructor for class org.apache.catalina.ant.StartTask
 
startWriteLatch(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
stat(FileInfo, String, int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
state - Variable in class org.apache.catalina.ha.backend.Proxy
 
state - Variable in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
 
STATEMENT_CACHE_ATTR - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
STATEMENT_TYPE_COUNT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
STATEMENT_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
StatementCache - Class in org.apache.tomcat.jdbc.pool.interceptor
Interceptor that caches PreparedStatement and/or CallableStatement instances on a connection.
StatementCache() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
StatementCache.CachedStatement - Class in org.apache.tomcat.jdbc.pool.interceptor
 
StatementCache.CachedStatement(PreparedStatement, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
 
StatementDecoratorInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
Implementation of JdbcInterceptor that proxies resultSets and statements.
StatementDecoratorInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
 
StatementDecoratorInterceptor.ResultSetProxy - Class in org.apache.tomcat.jdbc.pool.interceptor
 
StatementDecoratorInterceptor.ResultSetProxy(Object, Object) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.ResultSetProxy
 
StatementDecoratorInterceptor.StatementProxy<T extends Statement> - Class in org.apache.tomcat.jdbc.pool.interceptor
Class to measure query execute time
StatementDecoratorInterceptor.StatementProxy(T, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
StatementFacade - Class in org.apache.tomcat.jdbc.pool
 
StatementFacade(JdbcInterceptor) - Constructor for class org.apache.tomcat.jdbc.pool.StatementFacade
 
StatementFacade.StatementProxy - Class in org.apache.tomcat.jdbc.pool
Class to measure query execute time.
StatementFacade.StatementProxy(Object, String) - Constructor for class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
StatementFinalizer - Class in org.apache.tomcat.jdbc.pool.interceptor
Keeps track of statements associated with a connection and invokes close upon Connection.close() Useful for applications that don't close the associated statements after being done with a connection.
StatementFinalizer() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
statements - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
stateMutex - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Simple lock object for transfers
stateTransferred - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Has the state been transferred
staticFlag - Static variable in class org.apache.el.parser.SimpleCharStream
Whether parser is static.
StaticMember - Class in org.apache.catalina.tribes.membership
Title: Description: Company:
StaticMember() - Constructor for class org.apache.catalina.tribes.membership.StaticMember
 
StaticMember(String, int, long) - Constructor for class org.apache.catalina.tribes.membership.StaticMember
 
StaticMember(String, int, long, byte[]) - Constructor for class org.apache.catalina.tribes.membership.StaticMember
 
StaticMembershipInterceptor - Class in org.apache.catalina.tribes.group.interceptors
 
StaticMembershipInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
staticOnly - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
Status - Class in org.apache.tomcat.jni
Status
Status() - Constructor for class org.apache.tomcat.jni.Status
 
status - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
status - Variable in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
STATUS_BAD_DATA - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message).
STATUS_CLOSE_NORMAL - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1000 indicates a normal closure, meaning whatever purpose the connection was established for has been fulfilled.
STATUS_CLOSED_UNEXPECTEDLY - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
STATUS_CODE_MISSING - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
STATUS_MESSAGE_TOO_LARGE - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1009 indicates that an endpoint is terminating the connection because it has received a message which is too big for it to process.
STATUS_POLICY_VIOLATION - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
STATUS_PROTOCOL_ERROR - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1002 indicates that an endpoint is terminating the connection due to a protocol error.
STATUS_REQUIRED_EXTENSION - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake.
STATUS_SHUTDOWN - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1001 indicates that an endpoint is "going away", such as a server going down, or a browser having navigated away from a page.
STATUS_UNEXPECTED_CONDITION - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request.
STATUS_UNEXPECTED_DATA_TYPE - Static variable in class org.apache.catalina.websocket.Constants
Deprecated.
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g. an endpoint that understands only text data MAY send this if it receives a binary message).
statusDropsConnection(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
Determine if we must drop the connection because of the HTTP status code.
StatusManagerServlet - Class in org.apache.catalina.manager
This servlet will display a complete status of the HTTP/1.1 connector.
StatusManagerServlet() - Constructor for class org.apache.catalina.manager.StatusManagerServlet
 
StatusTransformer - Class in org.apache.catalina.manager
This is a refactoring of the servlet to externalize the output into a simple class.
StatusTransformer() - Constructor for class org.apache.catalina.manager.StatusTransformer
 
Stdlib - Class in org.apache.tomcat.jni
Stdlib
Stdlib() - Constructor for class org.apache.tomcat.jni.Stdlib
 
stop() - Method in interface org.apache.catalina.ha.CatalinaCluster
Stops the cluster, the owning container will invoke this
stop() - Method in interface org.apache.catalina.ha.ClusterDeployer
Stops the cluster deployer, the owning container will invoke this
stop() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
stop() - Method in class org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Deprecated.
Remove this from Cluster Listener
stop() - Method in interface org.apache.catalina.Lifecycle
Gracefully terminate the active use of the public methods other than property getters/setters and life cycle methods of this component.
stop() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Stop the class loader.
stop(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Stop the host with the specified name.
stop(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Stop the host with the specified name.
stop(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Stop the web application at the specified context path.
stop(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Stop the web application at the specified context path.
stop() - Method in class org.apache.catalina.startup.Bootstrap
Stop the Catalina Daemon.
stop() - Method in class org.apache.catalina.startup.Catalina
Stop an existing server instance.
stop() - Method in class org.apache.catalina.startup.EngineConfig
Process a "stop" event for this Engine.
stop() - Method in class org.apache.catalina.startup.HostConfig
Process a "stop" event for this Host.
stop() - Method in class org.apache.catalina.startup.Tomcat
Stop the server.
stop(int) - Method in interface org.apache.catalina.tribes.Channel
Shuts down the channel.
stop(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Shuts down the channel.
stop() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Stop listening for messages
stop() - Method in interface org.apache.catalina.tribes.ChannelSender
Stop the channel sender
stop(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Shuts down the channel.
stop(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
Shuts down the channel.
stop(int) - Method in class org.apache.catalina.tribes.group.GroupChannel
Stops the channel.
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Shuts down the channel.
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
stop(int) - Method in class org.apache.catalina.tribes.membership.McastService
Stop broadcasting and listening to membership pings
stop(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Stops the service
stop(int) - Method in interface org.apache.catalina.tribes.MembershipService
Starts the membership service.
stop() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
 
stop() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
start queuing
stop() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
stop() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
stop() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
stop the sender and deregister mbeans (transmitter, senders)
stop() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
stop() - Method in class org.apache.catalina.util.LifecycleBase
Gracefully terminate the active use of the public methods other than property getters/setters and life cycle methods of this component.
stop() - Method in class org.apache.coyote.AbstractProtocol
 
stop() - Method in interface org.apache.coyote.ProtocolHandler
Stop the protocol.
stop() - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
stop() - Method in class org.apache.tomcat.util.modeler.Registry
Lifecycle method - clean up the registry metadata.
stop() - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Reset all metadata cached by this registry.
stop() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
stop() - Method in class org.apache.tomcat.util.net.AprEndpoint.AsyncTimeout
 
stop() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
stopAwait() - Method in class org.apache.catalina.core.StandardServer
 
stopCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Stop capturing thread's output.
stopCurrentThreadIfNeeded() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
If the current thread was started before the last time when a context was stopped, an exception is thrown so that the current thread is stopped.
stopHeartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
 
stopInternal() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.authenticator.SingleSignOn
 
stopInternal() - Method in class org.apache.catalina.connector.Connector
Terminate processing requests via this Connector.
stopInternal() - Method in class org.apache.catalina.connector.MapperListener
 
stopInternal() - Method in class org.apache.catalina.core.ContainerBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardContext
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardPipeline
Stop Valves) in this pipeline and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardServer
Stop nested components (Services) and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardService
Stop nested components (Executors, Connectors and Containers) and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
Stop the component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardWrapper
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.deploy.NamingResources
 
stopInternal() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.context.ReplicatedContext
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.session.BackupManager
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
stopInternal() - Method in class org.apache.catalina.ha.session.DeltaManager
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Stop Cluster and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.loader.WebappLoader
Stop associated ClassLoader and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.realm.CombinedRealm
Gracefully terminate the active use of the public methods of this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Gracefully terminate the active use of the public methods of this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.realm.JNDIRealm
Gracefully terminate the active use of the public methods of this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.realm.RealmBase
Gracefully terminate the active use of the public methods of this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Gracefully terminate the active use of the public methods of this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.session.JDBCStore
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.session.ManagerBase
 
stopInternal() - Method in class org.apache.catalina.session.PersistentManagerBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.session.StandardManager
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.session.StoreBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.startup.Embedded
Deprecated.
Stop nested components (Connectors and Engines) and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.startup.FailedContext
 
stopInternal() - Method in class org.apache.catalina.util.LifecycleBase
Sub-classes must ensure that the state is changed to LifecycleState.STOPPING during the execution of this method.
stopInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
stopInternal() - Method in class org.apache.catalina.valves.AccessLogValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.valves.CometConnectionManagerValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.valves.SemaphoreValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.valves.ValveBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
stopInternal() - Method in class org.apache.tomcat.util.net.AprEndpoint
Stop the endpoint.
stopInternal() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
stopInternal() - Method in class org.apache.tomcat.util.net.NioEndpoint
Stop the endpoint.
stopLatch - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
stopListening() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Close Selector.
stopping - Variable in class org.apache.catalina.startup.Catalina
Deprecated.
Unused - will be removed in Tomcat 8.0.x
StopPooledThreadException - Exception in org.apache.tomcat.util.threads
A custom RuntimeException thrown by the ThreadPoolExecutor to signal that the thread should be disposed of.
StopPooledThreadException(String) - Constructor for exception org.apache.tomcat.util.threads.StopPooledThreadException
 
stopQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
 
stopQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
stopRunning() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
 
stopServer() - Method in class org.apache.catalina.startup.Bootstrap
Stop the standalone server.
stopServer(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Stop the standalone server.
stopServer() - Method in class org.apache.catalina.startup.Catalina
 
stopServer(String[]) - Method in class org.apache.catalina.startup.Catalina
 
stopService() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
 
StopTask - Class in org.apache.catalina.ant
Ant task that implements the /stop command, supported by the Tomcat manager application.
StopTask() - Constructor for class org.apache.catalina.ant.StopTask
 
STORAGE_DIR - Static variable in class org.apache.tomcat.buildutil.translate.Constants
 
store - Variable in class org.apache.catalina.session.PersistentManagerBase
Store object which will manage the Session store.
Store - Interface in org.apache.catalina
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
store() - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Deprecated.
Unused - will be removed in Tomcat 8.0.x
StoreBase - Class in org.apache.catalina.session
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - Constructor for class org.apache.catalina.session.StoreBase
 
storeConfig() - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for this entire Server out to the server.xml configuration file.
storeContext(Context) - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for Context out to the specified configuration file.
storeName - Static variable in class org.apache.catalina.session.JDBCStore
Name to register for this Store, used for logging.
storeName - Static variable in class org.apache.catalina.session.StoreBase
Name to register for this Store, used for logging.
storesLowerCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
STREAM_TERMINATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that that follows a delimiter of the last encapsulation in the stream (--).
Streamable - Interface in org.apache.catalina.tribes.tipis
Deprecated.
Unused - will be removed in Tomcat 8.0.x
streamContent() - Method in class org.apache.naming.resources.FileDirContext.FileResource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.WARDirContext.WARResource
Content accessor.
StreamInbound - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
StreamInbound() - Constructor for class org.apache.catalina.websocket.StreamInbound
Deprecated.
 
streams - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Thread <-> PrintStream associations.
Streams - Class in org.apache.tomcat.util.http.fileupload.util
Utility class for working with streams.
strerror(int) - Static method in exception org.apache.tomcat.jni.Error
Return a human readable string describing the specified error.
strftime - Variable in class org.apache.catalina.ssi.SSIMediator
 
Strftime - Class in org.apache.catalina.util
Converts dates to strings using the same format specifiers as strftime Note: This does not mimic strftime perfectly.
Strftime(String) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
Strftime(String, Locale) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
STRICT_AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user only if there are no web-app/security-roles
STRICT_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Use the strict servlet spec interpretation which requires that the user have one of the web-app/security-role/role-name
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.core.ApplicationContext
 
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.Globals
The master flag which controls strict servlet specification compliance.
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.session.StandardSession
 
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.tomcat.util.http.CookieSupport
If set to true, we parse cookies strictly according to the servlet, cookie and HTTP specs by default.
STRICT_SPEC_COMPLIANCE - Static variable in class org.apache.tomcat.websocket.Constants
 
String() - Method in class org.apache.el.parser.ELParser
 
STRING - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
STRING_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
StringCache - Class in org.apache.tomcat.util.buf
This class implements a String cache for ByteChunk and CharChunk.
StringCache() - Constructor for class org.apache.tomcat.util.buf.StringCache
 
StringCache.ByteEntry - Class in org.apache.tomcat.util.buf
 
StringCache.ByteEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
StringCache.CharEntry - Class in org.apache.tomcat.util.buf
 
StringCache.CharEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.CharEntry
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ArrayElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ClassElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.EnumElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.SimpleElementValue
 
StringManager - Class in org.apache.catalina.tribes.util
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
StringManager - Class in org.apache.naming
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
StringManager - Class in org.apache.tomcat.util.res
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
StringParser - Class in org.apache.catalina.util
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser that is initialized to parse the specified string.
StringUtils - Class in org.apache.tomcat.util.buf
Utility methods to build a separated list from a given set (not java.util.Set) of inputs and return that list as a string or append it to an existing StringBuilder.
StringUtils - Class in org.apache.tomcat.util.codec.binary
Converts String to and from bytes using the encodings required by the Java specification.
StringUtils() - Constructor for class org.apache.tomcat.util.codec.binary.StringUtils
 
StringUtils.Function<T> - Interface in org.apache.tomcat.util.buf
 
stripDelimiter(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.mime.RFC2231Utility
If paramName has Asterisk (*) at the end, it will be stripped off, else the passed value will be returned
stripRealmForGss - Variable in class org.apache.catalina.realm.RealmBase
When processing users authenticated via the GSS-API, should any "@...
stripSession(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Strips a servlet session ID from url.
strongETag - Variable in class org.apache.naming.resources.ResourceAttributes
Strong ETag.
StuckThreadDetectionValve - Class in org.apache.catalina.valves
This valve allows to detect requests that take a long time to process, which might indicate that the thread that is processing it is stuck.
StuckThreadDetectionValve() - Constructor for class org.apache.catalina.valves.StuckThreadDetectionValve
Required to enable async support.
subject - Variable in class org.apache.catalina.connector.Request
The Subject associated with the current AccessControlContext
subject - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The subject for which we are performing authentication.
SUBJECT_ATTR - Static variable in class org.apache.catalina.Globals
The subject under which the AccessControlContext is running.
subprotocols(List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
 
subSequence(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substituteVariables(String) - Method in class org.apache.catalina.ssi.SSIMediator
Applies variable substitution to the specified String and returns the new resolved string.
substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract() - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substractB() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substringBefore(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
subtract(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
 
suffix - Variable in class org.apache.catalina.valves.AccessLogValve
The suffix that is added to log file filenames.
suggestedView - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
suggestedviewId - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
indicates that we are running an election and this is the one we are running
supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
support - Variable in class org.apache.catalina.core.ContainerBase
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardService
The property change support for this component.
support - Variable in class org.apache.catalina.deploy.NamingResources
The property change support for this component.
support - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The property change support for this component.
support - Variable in class org.apache.catalina.loader.WebappLoader
The property change support for this component.
support - Variable in class org.apache.catalina.realm.RealmBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.ManagerBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.StandardSession
The property change support for this component.
support - Variable in class org.apache.catalina.session.StoreBase
The property change support for this component.
supportsAlterTableWithAddColumn() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsConvert() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsNamedParameters() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsStatementPooling() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsUnion() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
SUSPECT - Static variable in class org.apache.catalina.tribes.transport.SenderState
 
suspect(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Thread safe way to suspect a connection.
SUSPECT_ABANDONED_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
SUSPECT_RETURNED_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
swallowInput - Variable in class org.apache.coyote.http11.AbstractInputBuffer
Swallow input ?
swallowOutput - Variable in class org.apache.catalina.core.StandardWrapper
Should we swallow System.out
swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Look for a session in the Store and, if found, restore it in the Manager's list of active sessions if appropriate.
swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove the session from the Manager's list of active sessions and write it out to the Store.
SWITCH_ADD_WEBAPP_XML_MAPPINGS - Static variable in class org.apache.jasper.JspC
 
SWITCH_BLOCK_EXTERNAL - Static variable in class org.apache.jasper.JspC
 
SWITCH_CACHE - Static variable in class org.apache.jasper.JspC
 
SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
 
SWITCH_CLASSPATH - Static variable in class org.apache.jasper.JspC
 
SWITCH_COMPILE - Static variable in class org.apache.jasper.JspC
 
SWITCH_DIE - Static variable in class org.apache.jasper.JspC
 
SWITCH_DUMP_SMAP - Static variable in class org.apache.jasper.JspC
 
SWITCH_ENCODING - Static variable in class org.apache.jasper.JspC
 
SWITCH_FAIL_FAST - Static variable in class org.apache.jasper.JspC
 
SWITCH_FILE_WEBAPP - Static variable in class org.apache.jasper.JspC
 
SWITCH_FULL_STOP - Static variable in class org.apache.jasper.JspC
 
SWITCH_HELP - Static variable in class org.apache.jasper.JspC
 
SWITCH_MAPPED - Static variable in class org.apache.jasper.JspC
 
SWITCH_NO_BLOCK_EXTERNAL - Static variable in class org.apache.jasper.JspC
 
SWITCH_NO_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
 
SWITCH_OUTPUT_DIR - Static variable in class org.apache.jasper.JspC
 
SWITCH_PACKAGE_NAME - Static variable in class org.apache.jasper.JspC
 
SWITCH_POOLING - Static variable in class org.apache.jasper.JspC
 
SWITCH_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
 
SWITCH_SMAP - Static variable in class org.apache.jasper.JspC
 
SWITCH_SOURCE - Static variable in class org.apache.jasper.JspC
 
SWITCH_TARGET - Static variable in class org.apache.jasper.JspC
 
SWITCH_THREAD_COUNT - Static variable in class org.apache.jasper.JspC
 
SWITCH_TRIM_SPACES - Static variable in class org.apache.jasper.JspC
 
SWITCH_URI_BASE - Static variable in class org.apache.jasper.JspC
 
SWITCH_URI_ROOT - Static variable in class org.apache.jasper.JspC
 
SWITCH_VALIDATE_TLD - Static variable in class org.apache.jasper.JspC
 
SWITCH_VALIDATE_XML - Static variable in class org.apache.jasper.JspC
 
SWITCH_VERBOSE - Static variable in class org.apache.jasper.JspC
 
SWITCH_WEBAPP_FRG - Static variable in class org.apache.jasper.JspC
 
SWITCH_WEBAPP_INC - Static variable in class org.apache.jasper.JspC
 
SWITCH_WEBAPP_XML - Static variable in class org.apache.jasper.JspC
 
SWITCH_WEBAPP_XML_ENCODING - Static variable in class org.apache.jasper.JspC
 
SWITCH_XPOWERED_BY - Static variable in class org.apache.jasper.JspC
 
SwitchTo(int) - Method in class org.apache.el.parser.ELParserTokenManager
Switch to specified lex state.
swValve - Variable in class org.apache.catalina.core.StandardWrapper
 
symbol - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol.
SymbolTable - Class in org.apache.jasper.xmlparser
This class is a symbol table implementation that guarantees that strings used as identifiers are unique references.
SymbolTable() - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a default number of buckets.
SymbolTable(int) - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a specified number of buckets.
SymbolTable.Entry - Class in org.apache.jasper.xmlparser
This class is a symbol table entry.
SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol and next entry reference.
SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol information and next entry reference.
syncBeforeInvoke() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables before fragment invocation
syncBeginTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at begin of tag file
syncEndTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at end of tag file
synchronizedPool(ObjectPool<T>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a synchronized (thread-safe) ObjectPool backed by the specified ObjectPool.
synchronizedPool(KeyedObjectPool<K, V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a synchronized (thread-safe) KeyedObjectPool backed by the specified KeyedObjectPool.
synchronizedPoolableFactory(PoolableObjectFactory<T>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a synchronized (thread-safe) PoolableObjectFactory backed by the specified PoolableObjectFactory.
synchronizedPoolableFactory(KeyedPoolableObjectFactory<K, V>) - Static method in class org.apache.tomcat.dbcp.pool.PoolUtils
Returns a synchronized (thread-safe) KeyedPoolableObjectFactory backed by the specified KeyedPoolableObjectFactory.
SynchronizedStack<T> - Class in org.apache.tomcat.util.collections
This is intended as a (mostly) GC-free alternative to ConcurrentLinkedQueue when the requirement is to create a pool of re-usable objects with no requirement to shrink the pool.
SynchronizedStack() - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
 
SynchronizedStack(int, int) - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
 
syslog(int, String) - Static method in class org.apache.tomcat.jni.OS
Log message.
sysloginit(String) - Static method in class org.apache.tomcat.jni.OS
Initialize system logging.
system - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Deprecated.
Unused. Always null. Will be removed in 8.0.x.
SYSTEM - Static variable in class org.apache.catalina.util.ManifestResource
 
SystemLogHandler - Class in org.apache.tomcat.util.log
This helper class may be used to do sophisticated redirection of System.out and System.err on a per Thread basis.
SystemLogHandler(PrintStream) - Constructor for class org.apache.tomcat.util.log.SystemLogHandler
Construct the handler to capture the output of the given steam.

T

T_BYTES - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_BYTES if the the object used to create the MessageBytes was a byte[]
T_CHARS - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_CHARS if the the object used to create the MessageBytes was a char[]
T_NULL - Static variable in class org.apache.tomcat.util.buf.MessageBytes
 
T_STR - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a String
TAB_WIDTH - Static variable in class org.apache.jasper.compiler.ServletWriter
 
TABLE_SIZE - Static variable in class org.apache.jasper.xmlparser.SymbolTable
Default table size.
tabSize - Variable in class org.apache.el.parser.SimpleCharStream
 
Tag - Interface in javax.servlet.jsp.tagext
The interface of a classic tag handler that does not want to manipulate its body.
tag - Variable in class org.apache.catalina.ant.DeployTask
Tag to associate with this to be deployed webapp.
tag - Variable in class org.apache.tomcat.util.bcel.classfile.Constant
 
TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TAG_FILE_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for tag handlers generated from tag files
TagAdapter - Class in javax.servlet.jsp.tagext
Wraps any SimpleTag and exposes it using a Tag interface.
TagAdapter(SimpleTag) - Constructor for class javax.servlet.jsp.tagext.TagAdapter
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
TagAttributeInfo - Class in javax.servlet.jsp.tagext
Information on the attributes of a Tag, available at translation time.
TagAttributeInfo(String, boolean, String, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
JSP 2.0 Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
JSP 2.1 Constructor for TagAttributeInfo.
TagConstants - Interface in org.apache.jasper.compiler
 
TagData - Class in javax.servlet.jsp.tagext
The (translation-time only) attribute/value information for a tag instance.
TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for TagData.
TagData(Hashtable<String, Object>) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for a TagData.
TagExtraInfo - Class in javax.servlet.jsp.tagext
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
Sole constructor.
TagFileInfo - Class in javax.servlet.jsp.tagext
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagFileInfo(String, String, TagInfo) - Constructor for class javax.servlet.jsp.tagext.TagFileInfo
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
tagFileJarUrls - Variable in class org.apache.jasper.JspCompilationContext
 
tagFiles - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
TagHandlerPool - Class in org.apache.jasper.runtime
Pool of tag handlers that can be reused.
TagHandlerPool() - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Constructs a tag handler pool with the default capacity.
TagInfo - Class in javax.servlet.jsp.tagext
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
tagInfo - Variable in class org.apache.jasper.JspCompilationContext
 
tagJarResource - Variable in class org.apache.jasper.JspCompilationContext
 
TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TAGLIB_DTD_PUBLIC_ID_11 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs for tag library descriptors.
TAGLIB_DTD_PUBLIC_ID_12 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_11 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_12 - Static variable in class org.apache.jasper.Constants
 
TaglibDescriptor - Interface in javax.servlet.descriptor
 
TagLibraryInfo - Class in javax.servlet.jsp.tagext
Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
Constructor.
TagLibraryValidator - Class in javax.servlet.jsp.tagext
Translation-time validator class for a JSP page.
TagLibraryValidator() - Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
Sole constructor.
TagPlugin - Interface in org.apache.jasper.compiler.tagplugin
This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers.
TagPluginContext - Interface in org.apache.jasper.compiler.tagplugin
This interface allows the plugin author to make inquiries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations.
TagPluginManager - Class in org.apache.jasper.compiler
Manages tag plugin optimizations.
TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
 
tagPluginManager - Variable in class org.apache.jasper.JspC
 
tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
TagSupport - Class in javax.servlet.jsp.tagext
A base class for defining new tag handlers implementing Tag.
TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
TagVariableInfo - Class in javax.servlet.jsp.tagext
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagVariableInfo(String, String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
Constructor for TagVariableInfo.
take() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
take() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
take() - Method in class org.apache.tomcat.util.threads.TaskQueue
 
target - Variable in class org.apache.el.lang.FunctionMapperFactory
 
targetClassName - Variable in class org.apache.jasper.JspC
 
targetOffset - Variable in class org.apache.tomcat.util.digester.CallMethodRule
location of the target object for the call, relative to the top of the digester object stack.
targetPackage - Variable in class org.apache.jasper.JspC
 
TaskQueue - Class in org.apache.tomcat.util.threads
As task queue specifically designed to run with a thread pool executor.
TaskQueue() - Constructor for class org.apache.tomcat.util.threads.TaskQueue
 
TaskQueue(int) - Constructor for class org.apache.tomcat.util.threads.TaskQueue
 
TaskQueue(Collection<? extends Runnable>) - Constructor for class org.apache.tomcat.util.threads.TaskQueue
 
tasks() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Executes all the tasks needed on the same thread.
TaskThread - Class in org.apache.tomcat.util.threads
A Thread implementation that records the time at which it was created.
TaskThread(ThreadGroup, Runnable, String) - Constructor for class org.apache.tomcat.util.threads.TaskThread
 
TaskThread(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.tomcat.util.threads.TaskThread
 
TaskThreadFactory - Class in org.apache.tomcat.util.threads
Simple task thread factory to use to create threads for an executor implementation.
TaskThreadFactory(String, boolean, int) - Constructor for class org.apache.tomcat.util.threads.TaskThreadFactory
 
TcclThreadFactory - Class in org.apache.catalina.tribes.util
ThreadFactory implementation that creates threads with the thread context class loader set to the class loader that loaded this factory.
TcclThreadFactory() - Constructor for class org.apache.catalina.tribes.util.TcclThreadFactory
 
TcclThreadFactory(String) - Constructor for class org.apache.catalina.tribes.util.TcclThreadFactory
 
TCN_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_RECOMMENDED_MINOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_RECOMMENDED_PV - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_MAJOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_MINOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_PATCH - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCP_FAIL_DETECT - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
TCP_LISTEN_HOST - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
Deprecated.
Unused - will be removed in Tomcat 8.0.x
TCP_LISTEN_PORT - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
Deprecated.
Unused - will be removed in Tomcat 8.0.x
TCP_PING_DATA - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
TcpFailureDetector - Class in org.apache.catalina.tribes.group.interceptors
Title: A perfect failure detector Description: The TcpFailureDetector is a useful interceptor that adds reliability to the membership layer.
TcpFailureDetector() - Constructor for class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
tcpNoDelay - Variable in class org.apache.tomcat.util.net.SocketProperties
TCP_NO_DELAY option.
TcpPingInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Sends a ping to all members.
TcpPingInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
TcpPingInterceptor.PingThread - Class in org.apache.catalina.tribes.group.interceptors
 
TcpPingInterceptor.PingThread() - Constructor for class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor.PingThread
 
TcpSender - Class in org.apache.catalina.ha.backend
 
TcpSender() - Constructor for class org.apache.catalina.ha.backend.TcpSender
 
tellNew() - Method in class org.apache.catalina.session.StandardSession
Inform the listeners about the new session.
TEMP_VARIABLE_NAME_PREFIX - Static variable in class org.apache.jasper.Constants
Prefix to use for generated temporary variable names
TEMPDIR - Static variable in interface javax.servlet.ServletContext
 
tempDir - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Temporary directory.
tempGet(long) - Static method in class org.apache.tomcat.jni.Directory
Find an existing directory suitable as a temporary storage location.
TEMPORARY_REDIRECT - Static variable in class org.apache.tomcat.websocket.Constants
 
terminate() - Static method in class org.apache.tomcat.jni.Library
 
terminatePoolCleaner() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
terminateTransaction(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Terminate the current transaction for the given connection.
testAllIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Forces a validation of all idle connections if PoolProperties.testWhileIdle is set.
testCPDS(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
testIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Performs a validation on idle connections
testIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
testIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
 
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the if condition
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the if condition
testOnBorrow - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The indication of whether objects will be validated before being borrowed from the pool.
testOnBorrow - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
testOnBorrow - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
testOnReturn - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The indication of whether objects will be validated before being returned to the pool.
testOnReturn - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
testOnReturn - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the unless condition
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the unless condition
testWhileIdle - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The indication of whether objects will be validated by the idle object evictor (if any).
testWhileIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
testWhileIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
TEXT_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
 
TextOptimizer - Class in org.apache.jasper.compiler
 
TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
 
tfp - Variable in class org.apache.jasper.compiler.Compiler
 
thisAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The current accessed time for this session.
thread - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
Thread - Class in org.apache.tomcat.jni
Thread
Thread() - Constructor for class org.apache.tomcat.jni.Thread
 
threadCount - Variable in class org.apache.jasper.JspC
The number of threads to use; default is one per core
threadDump(PrintWriter, StringManager, Enumeration<Locale>) - Method in class org.apache.catalina.manager.ManagerServlet
Write a JVM thread dump.
ThreaddumpTask - Class in org.apache.catalina.ant
Ant task that implements the /threaddump command supported by the Tomcat manager application.
ThreaddumpTask() - Constructor for class org.apache.catalina.ant.ThreaddumpTask
 
ThreadLocalLeakPreventionListener - Class in org.apache.catalina.core
A LifecycleListener that triggers the renewal of threads in Executor pools when a Context is being stopped to avoid thread-local related memory leaks.
ThreadLocalLeakPreventionListener() - Constructor for class org.apache.catalina.core.ThreadLocalLeakPreventionListener
 
threadName - Variable in class org.apache.catalina.session.JDBCStore
Name to register for the background thread.
ThreadPoolExecutor - Class in org.apache.tomcat.util.threads
Same as a java.util.concurrent.ThreadPoolExecutor but implements a much more efficient ThreadPoolExecutor.getSubmittedCount() method, to be used to properly handle the work queue.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
threadPools - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of thread pools object names.
threadPriority - Variable in class org.apache.catalina.core.StandardThreadExecutor
Default thread priority
threadPriority - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Priority of the worker threads.
threadRenewalDelay - Variable in class org.apache.catalina.core.StandardThreadExecutor
After a context is stopped, threads in the pool are renewed.
threadStart() - Method in class org.apache.catalina.core.ContainerBase
Start the background thread that will periodically check for session timeouts.
threadStop() - Method in class org.apache.catalina.core.ContainerBase
Stop the background thread that is periodically checking for session timeouts.
threshold - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
The threshold in milliseconds.
ThresholdingOutputStream - Class in org.apache.tomcat.util.http.fileupload
An output stream which triggers an event when a specified number of bytes of data have been written to it.
ThresholdingOutputStream(int) - Constructor for class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
thresholdReached() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Indicates that the configured threshold has been reached, and that a subclass should take whatever action necessary on this event.
ThroughputInterceptor - Class in org.apache.catalina.tribes.group.interceptors
 
ThroughputInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
Time - Class in org.apache.tomcat.jni
Time
Time() - Constructor for class org.apache.tomcat.jni.Time
 
timeBetweenEvictionRunsMillis - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The number of milliseconds to sleep between runs of the idle object evictor thread.
timeBetweenEvictionRunsMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
timeBetweenEvictionRunsMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
timeLimit - Variable in class org.apache.catalina.realm.JNDIRealm
The timeLimit (in milliseconds) to use when the realm is configured with JNDIRealm.userSearch.
timeout() - Method in class org.apache.catalina.core.AsyncContextImpl
 
timeout - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
Deprecated.
Unused - will be removed in Tomcat 8.0.x
timeout - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
timeout(int, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
timeout - Variable in class org.apache.tomcat.util.net.SocketWrapper
 
timeoutGet(long) - Static method in class org.apache.tomcat.jni.Socket
Query socket timeout for the specified socket
timeoutInterval - Variable in class org.apache.tomcat.util.net.SocketProperties
The minimum frequency of the timeout interval to avoid excess load from the poller during high traffic
timeouts - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
Structure used for storing timeouts.
timeouts - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
 
timeouts - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
 
timeoutSet(long, long) - Static method in class org.apache.tomcat.jni.Socket
Setup socket timeout for the specified socket
timestamp - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Instant where the application was last put in service.
timestamp - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Deprecated.
Unused - will be removed in Tomcat 8.0.x
timestamp - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
timestamp - Variable in class org.apache.naming.resources.CacheEntry
 
timeToExpiration - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The time it takes for a member to expire.
TIMEUP - Static variable in class org.apache.tomcat.jni.Status
 
TIMING_STATS_CACHE_SIZE - Static variable in class org.apache.catalina.session.ManagerBase
 
TLD_11_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
TLD_11_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
TLD_12_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
TLD_12_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
TLD_20_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
TLD_21_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
TLD_JAR_SKIP_PROP - Static variable in class org.apache.jasper.Constants
Name of system property containing additional list of JARs to skip when scanning for TLDs.
TLD_JARS_TO_SKIP - Static variable in class org.apache.catalina.startup.Constants
 
TldConfig - Class in org.apache.catalina.startup
Startup event listener for a Context that configures application listeners configured in any TLD files.
TldConfig() - Constructor for class org.apache.catalina.startup.TldConfig
 
TldDtdPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldLocation - Class in org.apache.jasper.compiler
 
TldLocation(String) - Constructor for class org.apache.jasper.compiler.TldLocation
 
TldLocation(String, String) - Constructor for class org.apache.jasper.compiler.TldLocation
 
TldLocation(String, JarResource) - Constructor for class org.apache.jasper.compiler.TldLocation
 
TldLocationsCache - Class in org.apache.jasper.compiler
A container for all tag libraries that are defined "globally" for the web application.
TldLocationsCache(ServletContext) - Constructor for class org.apache.jasper.compiler.TldLocationsCache
Constructor.
tldLocationsCache - Variable in class org.apache.jasper.JspC
Cache for the TLD locations
TldRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a tag library descriptor resource.
TldRuleSet() - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
TldRuleSet(String) - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
TldSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaPublicId_21 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaResourcePath_21 - Static variable in class org.apache.catalina.startup.Constants
 
tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The version of the tag library.
TLS - Class in org.apache.tomcat.util.compat
Deprecated.
Unused. This will be removed in Tomcat 10.
TLS() - Constructor for class org.apache.tomcat.util.compat.TLS
Deprecated.
 
tmpMB - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Temp message bytes used for processing.
toAbsolute(String) - Method in class org.apache.catalina.connector.Response
Convert (if necessary) and return the absolute URL that represents the resource referenced by this possibly relative URL.
toArray() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
toArray(T[]) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
toArray() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
toArray(T[]) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
toBoolean(byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Converts a byte array entry to boolean.
toByteArray() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
toByteArray() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Gets the current contents of this byte stream as a byte array.
toBytes(boolean) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Deprecated.
use toBytes(boolean,byte[],int)
toBytes(boolean, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
toBytes(int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Deprecated.
use toBytes(int,byte[],int)
toBytes(int, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
toBytes(long) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Deprecated.
use toBytes(long,byte[],int)
toBytes(long, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
 
toBytes() - Method in class org.apache.tomcat.util.buf.MessageBytes
Do a char->byte conversion.
toChars() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert to char[] and fill the CharChunk.
toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
Returns the Class object associated with the class or interface with the given string name.
toEncoded(String, String) - Method in class org.apache.catalina.connector.Response
Return the specified URL with the specified session identifier suitably encoded.
toExternalForm(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Override as part of the fix for 36534, to ensure toString is correct.
toExternalForm() - Method in class org.apache.tomcat.util.net.URL
Deprecated.
Unused. Will be removed in Tomcat 8.0.x
toHexString(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
 
toInt(byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Convert four bytes to an int
toJavaSourceType(String) - Static method in class org.apache.jasper.compiler.JspUtil
Class.getName() return arrays in the form "[[[<et>", where et, the element type can be one of ZBCDFIJS or L<classname>;.
toJavaSourceTypeFromTld(String) - Static method in class org.apache.jasper.compiler.JspUtil
Handles taking input from TLDs 'java.lang.Object' -> 'java.lang.Object.class' 'int' -> 'int.class' 'void' -> 'Void.TYPE' 'int[]' -> 'int[].class'
token - Variable in class org.apache.el.parser.ELParser
Current token.
Token - Class in org.apache.el.parser
Describes the input token stream.
Token() - Constructor for class org.apache.el.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.el.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.el.parser.Token
Constructs a new token for the specified Image and Kind.
TOKEN_AND - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_END - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_OR - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_RBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
token_source - Variable in class org.apache.el.parser.ELParser
Generated Token Manager.
TOKEN_STRING - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
tokenImage - Static variable in interface org.apache.el.parser.ELParserConstants
Literal token values.
tokenImage - Variable in exception org.apache.el.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenList - Class in org.apache.tomcat.util.http.parser
 
TokenMgrError - Error in org.apache.el.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.el.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.el.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.el.parser.TokenMgrError
Full Constructor.
toLong(byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Convert eight bytes to a long
toLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the lower case equivalent of the specified ASCII character.
Tomcat - Class in org.apache.catalina.startup
Minimal tomcat starter for embedding/unit tests.
Tomcat() - Constructor for class org.apache.catalina.startup.Tomcat
 
Tomcat.DefaultWebXmlListener - Class in org.apache.catalina.startup
Fix reload - required if reloading and using programmatic configuration.
Tomcat.DefaultWebXmlListener() - Constructor for class org.apache.catalina.startup.Tomcat.DefaultWebXmlListener
 
Tomcat.ExistingStandardWrapper - Class in org.apache.catalina.startup
Helper class for wrapping existing servlets.
Tomcat.ExistingStandardWrapper(Servlet) - Constructor for class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
Tomcat.FixContextListener - Class in org.apache.catalina.startup
Fix startup sequence - required if you don't use web.xml.
Tomcat.FixContextListener() - Constructor for class org.apache.catalina.startup.Tomcat.FixContextListener
 
TOMCAT_CONNECTOR_ATTR_PREFIX - Static variable in class org.apache.catalina.Globals
Deprecated.
Unused. Will be removed in Tomcat 8.0.x.
TOMCAT_CSS - Static variable in class org.apache.catalina.util.TomcatCSS
 
tomcatAttributes - Variable in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
Use Tomcat authentication ?
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AbstractAjpProtocol
 
TomcatCSS - Class in org.apache.catalina.util
 
TomcatCSS() - Constructor for class org.apache.catalina.util.TomcatCSS
 
toNameString(Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
toNameString(Member[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
 
Tool - Class in org.apache.catalina.startup
General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina.
Tool() - Constructor for class org.apache.catalina.startup.Tool
 
TooManyActiveSessionsException - Exception in org.apache.catalina.session
An exception that indicates the maximum number of active sessions has been reached and the server is refusing to create any new sessions.
TooManyActiveSessionsException(String, int) - Constructor for exception org.apache.catalina.session.TooManyActiveSessionsException
Creates a new TooManyActiveSessionsException.
toPrintableString(byte[], int, int) - Static method in class org.apache.tomcat.util.http.HeaderUtil
Converts an HTTP header line in byte form to a printable String.
toString() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
toString() - Method in class javax.websocket.CloseReason
 
toString() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
toString() - Method in class org.apache.catalina.connector.CometEventImpl
 
toString() - Method in class org.apache.catalina.connector.Connector
Provide a useful toString() implementation as it may be used when logging Lifecycle errors to identify the component.
toString() - Method in class org.apache.catalina.connector.CoyotePrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.ContainerEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Return a String representation of this object.
toString() - Method in class org.apache.catalina.core.StandardContext
 
toString() - Method in class org.apache.catalina.core.StandardEngine
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardHost
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardPipeline
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardServer
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardService
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardWrapper
Return a String representation of this component.
toString() - Method in class org.apache.catalina.deploy.ApplicationParameter
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEnvironment
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextHandler
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextLocalEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResource
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResourceLink
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextService
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextTransaction
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ErrorPage
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterDef
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterMap
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.LoginConfig
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.MessageDestination
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.MessageDestinationRef
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.SecurityCollection
Return a String representation of this security collection.
toString() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return a String representation of this security constraint.
toString() - Method in class org.apache.catalina.deploy.SecurityRoleRef
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.WebXml
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter
 
toString() - Method in class org.apache.catalina.ha.session.DeltaSession
Return a string representation of this object.
toString() - Method in class org.apache.catalina.ha.session.SerializablePrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.ha.session.SessionIDMessage
Deprecated.
 
toString() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
toString() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.WebappLoader
Return a String representation of this component.
toString() - Method in class org.apache.catalina.realm.GenericPrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
toString() - Method in class org.apache.catalina.realm.RealmBase
Return a String representation of this component.
toString() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Returns important CGI environment information in a multi-line text format.
toString() - Method in class org.apache.catalina.session.ManagerBase
 
toString() - Method in class org.apache.catalina.session.StandardSession
Return a string representation of this object.
toString() - Method in class org.apache.catalina.session.StoreBase
 
toString() - Method in class org.apache.catalina.SessionEvent
 
toString() - Method in class org.apache.catalina.startup.FailedContext
 
toString() - Method in class org.apache.catalina.startup.SetNextNamingRule
Render a printable version of this Rule.
toString() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
toString() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
toString() - Method in class org.apache.catalina.tribes.group.RpcMessage
 
toString() - Method in class org.apache.catalina.tribes.io.ChannelData
 
toString() - Method in class org.apache.catalina.tribes.membership.MemberImpl
String representation of this object
toString() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
toString() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
toString() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
 
toString() - Method in class org.apache.catalina.tribes.UniqueId
 
toString(byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
toString(byte[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
 
toString(byte[], int, int, boolean) - Static method in class org.apache.catalina.tribes.util.Arrays
 
toString(Object[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
toString(Object[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
 
toString() - Method in class org.apache.catalina.users.MemoryGroup
Return a String representation of this group in XML format.
toString() - Method in class org.apache.catalina.users.MemoryRole
Return a String representation of this role in XML format.
toString() - Method in class org.apache.catalina.users.MemoryUser
Return a String representation of this user.
toString() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return a String representation of this UserDatabase.
toString() - Method in class org.apache.catalina.util.ContextName
 
toString() - Method in class org.apache.catalina.util.Extension
Return a String representation of this object.
toString() - Method in class org.apache.catalina.util.ManifestResource
 
toString() - Method in class org.apache.catalina.util.NetMask
 
toString() - Method in class org.apache.catalina.util.XMLWriter
Retrieve generated XML.
toString() - Method in class org.apache.catalina.valves.ValveBase
Return a String rendering of this object.
toString() - Method in class org.apache.coyote.Request
 
toString() - Method in class org.apache.el.parser.AstFunction
 
toString() - Method in class org.apache.el.parser.SimpleNode
 
toString(String) - Method in class org.apache.el.parser.SimpleNode
 
toString() - Method in class org.apache.el.parser.Token
Returns the image.
toString() - Method in class org.apache.el.ValueExpressionImpl
 
toString() - Method in class org.apache.jasper.compiler.SmapGenerator
 
toString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
 
toString() - Method in class org.apache.jasper.compiler.SmapStratum
 
toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
 
toString() - Method in class org.apache.jasper.xmlparser.TreeNode
Return a String representation of this TreeNode.
toString(StringBuilder, int, TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Append to the specified StringBuilder a character representation of this node, with the specified amount of indentation.
toString() - Method in class org.apache.jasper.xmlparser.XMLString
Returns a string representation of this object.
toString() - Method in class org.apache.naming.AbstractRef
Return a String rendering of this object.
toString() - Method in class org.apache.naming.resources.CacheEntry
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
Returns a string representation of the metadata associated with the innnermost delegate connection.
toString() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement
Returns a String representation of this object.
toString() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
Returns a String representation of this object.
toString() - Method in class org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp.PStmtKey
 
toString() - Method in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Returns a string representation of this StackKeyedObjectPool, including the number of pools, the keys and the size of each keyed pool.
toString() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
toString() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
toString() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
toString() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
toString() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
toString() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
toString() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
toString() - Method in class org.apache.tomcat.util.bcel.classfile.Constant
 
toString() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toString() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Compute the string value.
toString() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
toString() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
toString(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
 
toString(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
 
toString() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.CallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.ObjectParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.PathCallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetNextRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetPropertyRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetRootRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetTopRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.http.Cookies
EXPENSIVE!!!
toString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns a string representation of this object.
toString() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Returns a string representation of this object.
toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
EXPENSIVE!!!
toString() - Method in class org.apache.tomcat.util.http.parser.MediaType
 
toString() - Method in class org.apache.tomcat.util.http.ServerCookie
 
toString() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
toString() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return a string representation of this managed bean.
toString() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Return a string representation of this notification descriptor.
toString() - Method in class org.apache.tomcat.util.MultiThrowable
Overrides the default implementation to provide a concatenation of the messages associated with each of the wrapped throwables.
toString() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Displays the list of sockets in the pollers.
toString() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
toString() - Method in class org.apache.tomcat.util.net.NioChannel
 
toString() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
toString() - Method in class org.apache.tomcat.util.net.SocketWrapper
Overridden for debug purposes.
toString() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this object.
TOSTRING_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Object.toString() method name
toStringInternal() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toStringInternal() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toStringNoCharset() - Method in class org.apache.tomcat.util.http.parser.MediaType
 
totalNrOfMessages - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The total number of packets that we split this file into
totalRequestTime - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
 
totalSendTime - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
 
toTypeArray(String[]) - Static method in class org.apache.el.util.ReflectionUtil
Converts an array of Class names to Class types.
toTypeNameArray(Class<?>[]) - Static method in class org.apache.el.util.ReflectionUtil
Converts an array of Class types to Class names.
toUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
toXml() - Method in class org.apache.catalina.deploy.WebXml
Generate a web.xml in String form that matches the representation stored in this object.
toXml() - Method in class org.apache.catalina.users.MemoryUser
Return a String representation of this user in XML format.
tpOname - Variable in class org.apache.coyote.AbstractProtocol
Name of MBean for the ThreadPool.
trace(Object) - Method in interface org.apache.juli.logging.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with trace log level.
trailingHeaders - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Byte chunk used to store trailing headers.
trainThreshold - Static variable in class org.apache.tomcat.util.buf.StringCache
 
TransactionFactory - Class in org.apache.naming.factory
Object factory for User transactions.
TransactionFactory() - Constructor for class org.apache.naming.factory.TransactionFactory
 
transactionIsolation - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
TransactionRef - Class in org.apache.naming
Represents a reference address to a transaction.
TransactionRef() - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRef(String, String) - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TRANSFERENCODING - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
TRANSFERENCODING - Static variable in class org.apache.coyote.http11.Constants
 
transferProperties(AbstractSender, AbstractSender) - Static method in class org.apache.catalina.tribes.transport.AbstractSender
transfers sender properties from one sender to another
transferProperty(String, Object) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Deprecated.
Unused - will be removed in Tomcat 8.0.x
transferState() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
Transformation - Interface in org.apache.tomcat.websocket
The internal representation of the transformation that a WebSocket extension performs on a message.
TransformationFactory - Class in org.apache.tomcat.websocket
 
TransformationResult - Enum in org.apache.tomcat.websocket
 
translate - Static variable in class org.apache.catalina.util.Strftime
 
translateCommand(StringBuilder, String, int, boolean) - Method in class org.apache.catalina.util.Strftime
Try to get the Java Date/Time formatting associated with the C standard provided.
TrapException - Class in org.apache.tomcat.jdbc.pool
Interceptor that traps any unhandled exception types and throws an exception that has been declared by the method called, or throw an SQLException if it is declared.
TrapException() - Constructor for class org.apache.tomcat.jdbc.pool.TrapException
 
treeLookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Entry tree lookup.
TreeNode - Class in org.apache.jasper.xmlparser
Simplified implementation of a Node from a Document Object Model (DOM) parse of an XML document.
TreeNode(String, TreeNode) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with the specified parent.
TRIBES_MBR_BEGIN - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
 
TRIBES_MBR_END - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
 
triggers - Static variable in class org.apache.catalina.loader.WebappClassLoaderBase
The set of trigger classes that will cause a proposed repository not to be added if this class is visible to the class loader that loaded this factory class.
trim(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
trimSpaces - Variable in class org.apache.jasper.JspC
 
TRUE - Static variable in interface org.apache.el.parser.ELParserConstants
RegularExpression Id.
trunc(long, long) - Static method in class org.apache.tomcat.jni.File
Truncate the file's length to the specified offset
TRUSTED_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
 
TryCatchFinally - Interface in javax.servlet.jsp.tagext
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
trylock(long) - Static method in class org.apache.tomcat.jni.Global
Attempt to acquire the lock for the given mutex.
trylock(long) - Static method in class org.apache.tomcat.jni.Lock
Attempt to acquire the lock for the given mutex.
TwoPhaseCommitInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Title: Description: Company:
TwoPhaseCommitInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
TwoPhaseCommitInterceptor.MapEntry - Class in org.apache.catalina.tribes.group.interceptors
 
TwoPhaseCommitInterceptor.MapEntry(ChannelMessage, UniqueId, long) - Constructor for class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
txBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Socket send buffer size in bytes (SO_SNDBUF).
Txt2Html - Class in org.apache.tomcat.buildutil
Ant task to convert a given set of files from Text to HTML.
Txt2Html() - Constructor for class org.apache.tomcat.buildutil.Txt2Html
 
TYPE - Static variable in class javax.el.ELResolver
 
type - Variable in class org.apache.catalina.ant.ResourcesTask
The fully qualified class name of the resource type being requested (if any).
type - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
TYPE - Static variable in class org.apache.naming.EjbRef
EJB type address type.
type - Variable in class org.apache.naming.NamingEntry
The type instance variable is used to avoid using RTTI when doing lookups.
TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
type - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
 
type - Variable in class org.apache.tomcat.util.modeler.ManagedBean
 
TYPE_ATTRIBUTE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
TYPE_AUTHTYPE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
TYPE_ISNEW - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
TYPE_LISTENER - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
TYPE_MAXINTERVAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
TYPE_PRINCIPAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
 
typeInitializerMap - Variable in class org.apache.catalina.startup.ContextConfig
Map of Types to ServletContainerInitializer that are interested in those types.
types - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
 

U

UCS2BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS2LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCSReader - Class in org.apache.jasper.xmlparser
Reader for UCS-2 and UCS-4 encodings.
UCSReader(InputStream, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream using the default buffer size.
UCSReader(InputStream, int, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream and buffer size.
UDecoder - Class in org.apache.tomcat.util.buf
All URL decoding happens here.
UDecoder() - Constructor for class org.apache.tomcat.util.buf.UDecoder
 
udpPort - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The udp listen port for this member
UEncoder - Class in org.apache.tomcat.util.buf
Efficient implementation for encoders.
UEncoder() - Constructor for class org.apache.tomcat.util.buf.UEncoder
 
UEncoder(UEncoder.SafeCharsSet) - Constructor for class org.apache.tomcat.util.buf.UEncoder
Create a UEncoder with an unmodifiable safe character set.
UEncoder.SafeCharsSet - Enum in org.apache.tomcat.util.buf
 
uid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the userid for the specified username This function is available only if APR_HAS_USER is defined.
uidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
Compare two user identifiers for equality.
uidCurrent(long) - Static method in class org.apache.tomcat.jni.User
Get the userid (and groupid) of the calling process This function is available only if APR_HAS_USER is defined.
Unary() - Method in class org.apache.el.parser.ELParser
 
unavailable(UnavailableException) - Method in class org.apache.catalina.core.StandardWrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable(UnavailableException) - Method in interface org.apache.catalina.Wrapper
Process an UnavailableException, marking this Servlet as unavailable for the specified amount of time.
UnavailableException - Exception in javax.servlet
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) instead.
UnavailableException(int, Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) instead.
UnavailableException(String) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
unbind(Name) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(Name) - Method in class org.apache.naming.resources.EmptyDirContext
 
unbind(String) - Method in class org.apache.naming.resources.EmptyDirContext
 
unbind(String) - Method in class org.apache.naming.resources.FileDirContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.WARDirContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
unbind() - Method in class org.apache.tomcat.util.net.AprEndpoint
Deallocate APR memory pools, and close server socket.
unbind() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Deallocate APR memory pools, and close server socket.
unbind() - Method in class org.apache.tomcat.util.net.NioEndpoint
Deallocate NIO memory pools, and close server socket.
unbindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Deprecated.
- unused
unbindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Deprecated.
- unused
unbindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context and a class loader.
unbindContext(Object) - Static method in class org.apache.naming.ContextBindings
Deprecated.
- unused
unbindContext(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds an object and a naming context.
unbindThread(ClassLoader) - Method in class org.apache.catalina.core.StandardContext
Unbind thread and restore the specified context classloader.
unbindThread(Object) - Static method in class org.apache.naming.ContextBindings
Deprecated.
- unused
unbindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a thread and a naming context.
unbindThread() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a thread.
UNBOUNDED_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
unCapitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated.
Not used
undeploy(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Undeploy the web application at the specified context path.
undeploy(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Undeploy the web application at the specified context path.
undeployDir(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Delete the specified directory, including all of its contents and subdirectories recursively.
undeployDir(File) - Method in class org.apache.catalina.manager.ManagerServlet
Delete the specified directory, including all of its contents and subdirectories recursively.
UndeployMessage - Class in org.apache.catalina.ha.deploy
 
UndeployMessage() - Constructor for class org.apache.catalina.ha.deploy.UndeployMessage
 
UndeployMessage(Member, long, String, String, boolean) - Constructor for class org.apache.catalina.ha.deploy.UndeployMessage
 
UndeployTask - Class in org.apache.catalina.ant
Ant task that implements the /undeploy command, supported by the Tomcat manager application.
UndeployTask() - Constructor for class org.apache.catalina.ant.UndeployTask
 
unescape(String) - Method in class org.apache.catalina.connector.Request
 
ungetc(byte, long) - Static method in class org.apache.tomcat.jni.File
Put a character back onto a specified stream.
UniqueAttributesImpl - Class in org.apache.jasper.util
Wraps the default attributes implementation and ensures that each attribute has a unique qname as required by the JSP specification.
UniqueAttributesImpl() - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
 
UniqueAttributesImpl(boolean) - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
 
uniqueId - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Unique session Id for this member
UniqueId - Class in org.apache.catalina.tribes
Title: Represents a globally unique Id Company:
UniqueId() - Constructor for class org.apache.catalina.tribes.UniqueId
 
UniqueId(byte[]) - Constructor for class org.apache.catalina.tribes.UniqueId
 
UniqueId(byte[], int, int) - Constructor for class org.apache.catalina.tribes.UniqueId
 
unit - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
 
UNKNOWN_TRANSACTIONISOLATION - Static variable in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
Internal constant to indicate the level is not set.
UNKNOWN_TRANSACTIONISOLATION - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
 
unload() - Method in class org.apache.catalina.core.StandardWrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Manager implementations that also implement ClusterManager do not support local session persistence.
unload() - Method in interface org.apache.catalina.Manager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.PersistentManagerBase
Save all currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.StandardManager
 
unload() - Method in interface org.apache.catalina.Wrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload(String) - Method in class org.apache.naming.resources.ResourceCache
 
unloadDelay - Variable in class org.apache.catalina.core.StandardWrapper
Wait time for servlet unload in ms.
unloading - Variable in class org.apache.catalina.core.StandardWrapper
Are we unloading our servlet instance at the moment?
unlock() - Method in class org.apache.catalina.ha.session.DeltaSession
Unlock after serialization
unlock(String) - Method in class org.apache.catalina.realm.LockOutRealm
Unlock the specified username.
unlock() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Unlock after serialization
unlock() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Unlocks the connection only if the sweeper is enabled Otherwise this is a noop for performance
unlock(long) - Static method in class org.apache.tomcat.jni.File
Remove any outstanding locks on the file.
unlock(long) - Static method in class org.apache.tomcat.jni.Global
Release the lock for the given mutex.
unlock(long) - Static method in class org.apache.tomcat.jni.Lock
Release the lock for the given mutex.
unlockAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Unlock the server socket accept using a bogus connection.
unlockAdd() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
unlock queue for next add
unlockAdd(boolean) - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Releases the lock by an add thread and reset the remove flag.
unlockRemove() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
unlock queue for next remove
unlockRemove() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
Releases the lock by the remove thread and reset the add flag.
unlockTimeout - Variable in class org.apache.tomcat.util.net.SocketProperties
Timeout in milliseconds for an unlock to take place.
unmanageApp(String) - Method in class org.apache.catalina.startup.HostConfig
Remove a webapp from our control.
unpackWARs - Variable in class org.apache.catalina.startup.HostConfig
Should we unpack WAR files when auto-deploying applications in the appBase directory?
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of an unparsed entity declaration event.
unparsedURI() - Method in class org.apache.coyote.Request
 
unpop(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
Adds an object to the end of the list and returns the entry created for said object.
unpush() - Method in class org.apache.jasper.util.FastRemovalDequeue
Removes the first element of the list and returns its content.
unquote(String) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
 
unreg(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
unregister(ObjectName) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Utility method to enable sub-classes to easily unregister additional components that don't implement JmxEnabled with an MBean server.
unregister(Processor<S>) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
 
unregister() - Static method in class org.apache.tomcat.websocket.AsyncChannelGroupUtil
 
unregister(BackgroundProcess) - Method in class org.apache.tomcat.websocket.BackgroundProcessManager
 
unregister(WsRemoteEndpointImplServer) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
 
unregisterClusterValve() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
unregister all cluster valve to host or engine
unregisterComponent(String) - Method in class org.apache.tomcat.util.modeler.Registry
Unregister a component.
unregisterComponent(ObjectName) - Method in class org.apache.tomcat.util.modeler.Registry
Unregister a component.
unregisterComponent(String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Unregister a component.
unregisterDefaultCluster(SimpleTcpCluster) - Static method in class org.apache.catalina.ha.jmx.ClusterJmxHelper
Deprecated.
 
unregisterFuture(FutureToSendHandler) - Method in class org.apache.tomcat.websocket.WsSession
Remove a FutureToSendHandler from the set of tracked instances.
unregisterJmx() - Method in class org.apache.tomcat.jdbc.pool.DataSource
 
unregisterSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Overridden to make it visible to other classes in this package.
unregisterSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
unsetSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Remove a security token for a context.
unsetThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Stop capturing thread's output and return captured data as a String.
unwrap(Class<?>) - Method in class org.apache.naming.factory.DataSourceLinkFactory.DataSourceHandler
 
unwrap(Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
unwrap(Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
unwrap(Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
unwrap(Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
unwrap(Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
unwrap(Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
 
unwrap(Class<T>) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
unwrap(Class<?>) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
UNWRAP_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
unwrapInvocationTargetException(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
Checks whether the supplied Throwable is an instance of InvocationTargetException and returns the throwable that is wrapped by it, if there is any.
unwrapInvocationTargetException(Throwable) - Static method in class org.apache.tomcat.util.ExceptionUtils
Checks whether the supplied Throwable is an instance of InvocationTargetException and returns the throwable that is wrapped by it, if there is any.
update - Variable in class org.apache.catalina.ant.DeployTask
Update existing webapps.
update(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Updates any SingleSignOnEntry found under key ssoId with the given authentication data.
update(String, Principal, String, String, String) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
update(long, long, int) - Method in interface org.apache.tomcat.util.http.fileupload.ProgressListener
Updates the listeners status information.
updateArray(int, Array) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateArray(String, Array) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBlob(int, Blob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBlob(String, Blob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateByte(int, byte) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateByte(String, byte) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateClob(int, Clob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateClob(String, Clob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateCounters() - Method in class org.apache.coyote.Request
 
updateCredentials(Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Updates the SingleSignOnEntry to reflect the latest security information associated with the caller.
updateDate(int, Date) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateDate(String, Date) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateDouble(int, double) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateDouble(String, double) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateField(ObjectName, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansSource
Deprecated.
 
updateField(ObjectName, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Deprecated.
Unused - will be removed in Tomcat 8.0.x
updateFloat(int, float) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateFloat(String, float) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateInt(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateInt(String, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateLastActiveRead() - Method in class org.apache.tomcat.websocket.WsSession
 
updateLastActiveWrite() - Method in class org.apache.tomcat.websocket.WsSession
 
UpdateLineColumn(char) - Method in class org.apache.el.parser.SimpleCharStream
 
updateLong(int, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateLong(String, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNClob(int, NClob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNClob(String, NClob) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNull(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateNull(String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateObject(int, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateObject(int, Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateObject(String, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateObject(String, Object) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks and sets ready status
updateRef(int, Ref) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateRef(String, Ref) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateRow() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateRowId(int, RowId) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateRowId(String, RowId) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updatesAreDetected(int) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
updateSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
Updates the sessionMaxAliveTime attribute if the candidate value is larger than the current value.
updateShort(int, short) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateShort(String, short) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateStats(long, long) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Protocol cluster replications stats
updateString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateTime(int, Time) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateTime(String, Time) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
upgrade(Class<T>) - Method in class org.apache.catalina.connector.Request
 
upgrade(Class<T>) - Method in class org.apache.catalina.connector.RequestFacade
 
UPGRADE_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
UPGRADE_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
 
UpgradeAprProcessor - Class in org.apache.coyote.http11.upgrade
Deprecated.
Will be removed in Tomcat 8.0.x.
UpgradeAprProcessor(SocketWrapper<Long>, UpgradeInbound) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeAprProcessor
Deprecated.
 
UpgradeBioProcessor - Class in org.apache.coyote.http11.upgrade
Deprecated.
Will be removed in Tomcat 8.0.x.
UpgradeBioProcessor(SocketWrapper<Socket>, UpgradeInbound) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeBioProcessor
Deprecated.
 
upgradeDispatch() - Method in class org.apache.coyote.AbstractProcessor
Processes data received on a connection that has been through an HTTP upgrade.
upgradeDispatch() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
upgradeDispatch(SocketStatus) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
 
upgradeDispatch() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
upgradeDispatch(SocketStatus) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
 
upgradeDispatch(SocketStatus) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
upgradeDispatch() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
 
upgradeDispatch() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
upgradeDispatch(SocketStatus) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
upgradeDispatch() - Method in interface org.apache.coyote.Processor
Deprecated.
Will be removed in Tomcat 8.0.x.
upgradeDispatch(SocketStatus) - Method in interface org.apache.coyote.Processor
 
upgradeInbound - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
Deprecated.
Will be removed in Tomcat 8.0.x.
UpgradeInbound - Interface in org.apache.coyote.http11.upgrade
Deprecated.
Will be removed in Tomcat 8.0.x.
UpgradeNioProcessor - Class in org.apache.coyote.http11.upgrade
Deprecated.
Will be removed in Tomcat 8.0.x.
UpgradeNioProcessor(SocketWrapper<NioChannel>, UpgradeInbound, NioSelectorPool) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeNioProcessor
Deprecated.
 
UpgradeOutbound - Class in org.apache.coyote.http11.upgrade
Deprecated.
Will be removed in Tomcat 8.0.x.
UpgradeOutbound(UpgradeProcessor<?>) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeOutbound
Deprecated.
 
UpgradeProcessor<S> - Class in org.apache.coyote.http11.upgrade
Deprecated.
Will be removed in Tomcat 8.0.x.
UpgradeProcessor(UpgradeInbound) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
UpgradeUtil - Class in org.apache.tomcat.websocket.server
 
upload(HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
UploadContext - Interface in org.apache.tomcat.util.http.fileupload
Enhanced access to the request information needed for file uploads, which fixes the Content Length data access in RequestContext.
uploadWar(PrintWriter, HttpServletRequest, File, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Upload the WAR file included in this request, and store it at the specified file location.
uri - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
uriBase - Variable in class org.apache.jasper.JspC
 
URIConverter - Variable in class org.apache.catalina.connector.Request
URI byte to char converter.
URIEncoding - Variable in class org.apache.catalina.connector.Connector
The URI encoding in use.
uriRoot - Variable in class org.apache.jasper.JspC
 
UriTemplate - Class in org.apache.tomcat.websocket.server
Extracts path parameters from URIs used to create web socket connections using the URI template defined for the associated Endpoint.
UriTemplate(String) - Constructor for class org.apache.tomcat.websocket.server.UriTemplate
 
uriType(String) - Static method in class org.apache.jasper.compiler.TldLocationsCache
Returns the type of a URI: ABS_URI ROOT_REL_URI NOROOT_REL_URI
UriUtil - Class in org.apache.tomcat.util.buf
Utility class for working with URIs and URLs.
url - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The URL of the Manager application to be used.
Url - Class in org.apache.jasper.tagplugins.jstl.core
 
Url() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Url
 
url - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The connection URL to be passed to our JDBC driver to establish a connection.
URL - Class in org.apache.tomcat.util.net
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.tomcat.util.net.URL
Deprecated.
Unused. Will be removed in Tomcat 8.0.x
URL(String, String, int, String) - Constructor for class org.apache.tomcat.util.net.URL
Deprecated.
Unused. Will be removed in Tomcat 8.0.x
URL_PREFIX - Static variable in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
My URL prefix
URL_PREFIX_LEN - Static variable in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
 
URLDecode(String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(byte[]) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Deprecated.
Unused - will be removed in 8.0.x
URLDecode(byte[], String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(String) - Static method in class org.apache.tomcat.util.buf.UDecoder
Deprecated.
Unused. This will be removed in Tomcat 10 onwards
URLDecode(String, Charset) - Static method in class org.apache.tomcat.util.buf.UDecoder
Decode and return the specified URL-encoded String.
URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
URL encodes a string, based on the supplied character encoding.
urlEncode(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.UEncoder
 
urlEncoder - Static variable in class org.apache.catalina.connector.CoyoteAdapter
Encoder for the Location URL in HTTP redirects.
urlEncoder - Variable in class org.apache.catalina.connector.Response
URL encoder.
urlEncoder - Static variable in class org.apache.catalina.core.StandardContext
Array containing the safe characters set.
urlEncoder - Static variable in class org.apache.catalina.servlets.DefaultServlet
Array containing the safe characters set.
URLEncoder - Class in org.apache.catalina.util
This class is very similar to the java.net.URLEncoder class.
URLEncoder() - Constructor for class org.apache.catalina.util.URLEncoder
 
UrlJar - Class in org.apache.tomcat.util.scan
Implementation of Jar that is optimised for non-file based JAR URLs (e.g.
UrlJar(URL) - Constructor for class org.apache.tomcat.util.scan.UrlJar
 
urn - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD.
URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
 
URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
 
usage() - Method in class org.apache.catalina.startup.Catalina
Print usage information for this application.
USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
USE_CUSTOM_STATUS_MSG_IN_HEADER - Static variable in class org.apache.coyote.Constants
If true, custom HTTP status messages will be used in headers.
USE_INSTANCE_MANAGER_FOR_TAGS - Static variable in class org.apache.jasper.Constants
 
USE_PROXY - Static variable in class org.apache.tomcat.websocket.Constants
 
USE_SECURE_RANDOM_FOR_UUID - Static variable in class org.apache.catalina.tribes.io.ChannelData
 
USE_SUBJECT_CREDS_ONLY_PROPERTY - Static variable in class org.apache.catalina.authenticator.Constants
Deprecated.
Unused. Will be removed in Tomcat 9.
useAcceptRanges - Variable in class org.apache.catalina.servlets.DefaultServlet
Should the Accept-Ranges: bytes header be send with static resources?
useBodyEncodingForURI - Variable in class org.apache.catalina.connector.Connector
URI encoding as body.
useBufferPool - Variable in class org.apache.catalina.tribes.transport.AbstractRxTask
 
useComet - Variable in class org.apache.tomcat.util.net.AprEndpoint
Allow comet request handling.
useComet - Variable in class org.apache.tomcat.util.net.NioEndpoint
Allow comet request handling.
useContextClassLoader - Variable in class org.apache.catalina.realm.JAASRealm
Whether to use context ClassLoader or default ClassLoader.
useContextClassLoader - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use the Context ClassLoader when loading classes for instantiating new objects.
useDeepClone - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
useDelegatedCredential - Variable in class org.apache.catalina.realm.JNDIRealm
Should delegated credentials from the SPNEGO authenticator be used if available
useExactMatch - Variable in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for reflection.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetNextRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetRootRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetTopRule
Should we use exact matching.
useIPVHosts - Variable in class org.apache.catalina.connector.Connector
Flag to use IP-based virtual hosting.
useLocalPorts - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
Deprecated.
 
useNaming - Variable in class org.apache.catalina.startup.Catalina
Is naming enabled ?
useNaming - Variable in class org.apache.catalina.startup.Embedded
Deprecated.
Is naming enabled ?
User - Interface in org.apache.catalina
Abstract representation of a user in a UserDatabase.
user - Variable in class org.apache.tomcat.jni.FileInfo
The user id that owns the file
User - Class in org.apache.tomcat.jni
User
User() - Constructor for class org.apache.tomcat.jni.User
 
userBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for user searches.
userClasses - Variable in class org.apache.catalina.realm.JAASRealm
The set of user class names, split out for easy processing.
userClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent individual users.
UserConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - Constructor for class org.apache.catalina.startup.UserConfig
 
userCredCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's credentials
userCredCol - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The column in the user table that holds the user's credentials
UserDatabase - Interface in org.apache.catalina.startup
Abstraction of the set of users defined by the operating system on the current server platform.
UserDatabase - Interface in org.apache.catalina
Abstract representation of a database of Users and Groups that can be maintained by an application, along with definitions of corresponding Roles, and referenced by a Realm for authentication and access control.
UserDatabaseRealm - Class in org.apache.catalina.realm
Implementation of Realm that is based on an implementation of UserDatabase made available through the global JNDI resources configured for this instance of Catalina.
UserDatabaseRealm() - Constructor for class org.apache.catalina.realm.UserDatabaseRealm
 
userDataHelper - Variable in class org.apache.coyote.AbstractProcessor
 
UserDataHelper - Class in org.apache.tomcat.util.log
This helper class assists with the logging associated with invalid input data.
UserDataHelper(Log) - Constructor for class org.apache.tomcat.util.log.UserDataHelper
 
UserDataHelper.Mode - Enum in org.apache.tomcat.util.log
Log mode for the next log message.
usergid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the groupid for the specified username This function is available only if APR_HAS_USER is defined.
UserMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.User component.
UserMBean() - Constructor for class org.apache.catalina.mbeans.UserMBean
Construct a ModelMBean with default ModelMBeanInfo information.
username - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login username for the Manager application.
username - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
username - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The username to be authenticated with.
username - Variable in class org.apache.catalina.users.AbstractUser
The logon username of this user.
username - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The connection username to be passed to our JDBC driver to establish a connection.
username(long, long) - Static method in class org.apache.tomcat.jni.User
Get the user name for a specified userid This function is available only if APR_HAS_USER is defined.
userNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's name
userNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The column in the user table that holds the user's name
userPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The attribute name used to retrieve the user password.
userPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternArray - Variable in class org.apache.catalina.realm.JNDIRealm
A string of LDAP user patterns or paths, ":"-separated These will be used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternFormatArray - Variable in class org.apache.catalina.realm.JNDIRealm
An array of MessageFormat objects associated with the current userPatternArray.
userPrincipal - Variable in class org.apache.catalina.connector.Request
User principal.
userPrincipal - Variable in class org.apache.catalina.ha.session.SerializablePrincipal
The user principal, if present.
userPrincipal - Variable in class org.apache.catalina.realm.GenericPrincipal
The authenticated Principal to be exposed to applications.
userRoleAttribute - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute inside the users directory entry where the value will be taken to search for roles This attribute is not used during a nested search
userRoleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of an attribute in the user's entry containing roles for that user
userRoleTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds the relation between user's and roles
userRoleTable - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The table that holds the relation between user's and roles
users - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Users defined in this database, keyed by user name.
userSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to search for a user, with "{0}" marking the spot where the username goes.
userSearchFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current userSearch.
userSet(long, String, String) - Static method in class org.apache.tomcat.jni.Procattr
Set the username used for running process
userSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching users?
userTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds user data.
userTable - Variable in class org.apache.catalina.realm.JDBCRealm
Deprecated.
The table that holds user data.
useSendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
Use sendfile for sending static files.
useSendfile - Variable in class org.apache.tomcat.util.net.NioEndpoint
use send file
useShutdownHook - Variable in class org.apache.catalina.startup.Catalina
Use shutdown hook flag.
useShutdownHook - Variable in class org.apache.juli.ClassLoaderLogManager
Determines if the shutdown hook is used to perform any necessary clean-up such as flushing buffered handlers on JVM shutdown.
usesLocalFilePerTable() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
 
useThread - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
usingInputStream - Variable in class org.apache.catalina.connector.Request
Using stream flag.
usingOutputStream - Variable in class org.apache.catalina.connector.Response
Using output stream flag.
usingReader - Variable in class org.apache.catalina.connector.Request
Using reader flag.
usingWriter - Variable in class org.apache.catalina.connector.Response
Using writer flag.
Utf8Decoder - Class in org.apache.tomcat.util.buf
Decodes bytes to UTF-8.
Utf8Decoder() - Constructor for class org.apache.tomcat.util.buf.Utf8Decoder
 
Utf8Encoder - Class in org.apache.tomcat.util.buf
Encodes characters as bytes using UTF-8.
Utf8Encoder() - Constructor for class org.apache.tomcat.util.buf.Utf8Encoder
 
UTF8Reader - Class in org.apache.jasper.xmlparser
 
UTF8Reader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.UTF8Reader
Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.
UTF_8 - Static variable in class org.apache.tomcat.util.buf.B2CConverter
 
Util - Class in org.apache.jasper.tagplugins.jstl
Util contains some often used consts, static methods and embedded class to support the JSTL tag plugin.
Util() - Constructor for class org.apache.jasper.tagplugins.jstl.Util
 
Util - Class in org.apache.tomcat.util.modeler
 
Util - Class in org.apache.tomcat.websocket
Utility class for internal use only within the org.apache.tomcat.websocket package.
Util.DecoderMatch - Class in org.apache.tomcat.websocket
 
Util.DecoderMatch(Class<?>, List<DecoderEntry>) - Constructor for class org.apache.tomcat.websocket.Util.DecoderMatch
 
Util.ImportResponseWrapper - Class in org.apache.jasper.tagplugins.jstl
Wraps responses to allow us to retrieve results as Strings.
Util.ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
Utils - Class in org.apache.tomcat.buildutil.translate
 
Utils - Class in org.apache.tomcat.buildutil
 
uuid - Variable in class org.apache.catalina.tribes.group.RpcMessage
 
UUID_LENGTH - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
UUID_VERSION - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
UUIDGenerator - Class in org.apache.catalina.tribes.util
simple generation of a UUID
UUIDGenerator() - Constructor for class org.apache.catalina.tribes.util.UUIDGenerator
 

V

valid - Variable in class org.apache.tomcat.jni.FileInfo
The bitmask describing valid fields of this apr_finfo_t structure including all available 'wanted' fields and potentially more
VALID_SCHEME_CHAR - Static variable in class org.apache.jasper.tagplugins.jstl.Util
 
validate(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
validate(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
validate(String, String, PageData) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Validate a JSP page.
validate(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Validate a classname.
validate - Variable in class org.apache.catalina.realm.RealmBase
Should we validate client certificate chains when they are presented?
validate() - Method in class org.apache.catalina.servlets.DefaultServlet.Range
Validate range.
validate(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Validate the WAR file found at the specified URL.
validate(File, String, boolean, String, String) - Method in class org.apache.naming.resources.FileDirContext
 
validate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Validate entry.
validate(File, String, boolean, String) - Method in class org.apache.naming.resources.VirtualDirContext
 
validate(int) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns true if the object is still valid. if not the pool will call the getExpiredAction() and follow up with one of the four expired methods
validate(int, String) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Validates a connection.
validate(Connection, int) - Method in interface org.apache.tomcat.jdbc.pool.Validator
Validate a connection and return a boolean to indicate if it's valid.
VALIDATE_BORROW - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is borrowed flag
VALIDATE_IDLE - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is idle flag
VALIDATE_INIT - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is initialized flag
VALIDATE_RETURN - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is returned flag
validateApplication(DirContext, Context) - Static method in class org.apache.catalina.util.ExtensionValidator
Runtime validation of a Web Application.
validateConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
validateConnectionFactory(PoolableConnectionFactory) - Static method in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
 
validateContextName(ContextName, PrintWriter, StringManager) - Static method in class org.apache.catalina.manager.ManagerServlet
 
validateJarFile(File) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Check the specified JAR file, and return true if it does not contain any of the trigger classes.
validateObject(PoolableConnection) - Method in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
validateObject(PStmtKey, DelegatingPreparedStatement) - Method in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
KeyedPoolableObjectFactory method for validating pooled statements.
validateObject(K, V) - Method in class org.apache.tomcat.dbcp.pool.BaseKeyedPoolableObjectFactory
Ensures that the instance is safe to be returned by the pool.
validateObject(T) - Method in class org.apache.tomcat.dbcp.pool.BasePoolableObjectFactory
This implementation always returns true.
validateObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool.KeyedPoolableObjectFactory
Ensures that the instance is safe to be returned by the pool.
validateObject(T) - Method in interface org.apache.tomcat.dbcp.pool.PoolableObjectFactory
Ensures that the instance is safe to be returned by the pool.
validateRsv(int, byte) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
validateRsv(int, byte) - Method in interface org.apache.tomcat.websocket.Transformation
Validates the RSV and opcode combination (assumed to have been extracted from a WebSocket Frame) for this extension.
validateRsvBits(int) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
validateRsvBits(int) - Method in interface org.apache.tomcat.websocket.Transformation
Validate that the RSV bit(s) required by this transformation are not being used by another extension.
validateSecurityRoles() - Method in class org.apache.catalina.startup.ContextConfig
Validate the usage of security role names in the web application deployment descriptor.
validateTld - Variable in class org.apache.jasper.JspC
 
validateUri - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Should the URI be validated as required by RFC2617?
validateXml - Variable in class org.apache.jasper.JspC
 
validating - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use a validating parser.
Validation - Class in org.apache.el.util
 
ValidationMessage - Class in javax.servlet.jsp.tagext
A validation message from either TagLibraryValidator or TagExtraInfo.
ValidationMessage(String, String) - Constructor for class javax.servlet.jsp.tagext.ValidationMessage
Create a ValidationMessage.
validationQuery - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
The SQL query that will be used to validate connections from this pool before returning them to the caller.
validationQueryTimeout - Variable in class org.apache.tomcat.dbcp.dbcp.BasicDataSource
Timeout in seconds before connection validation queries fail.
Validator - Interface in org.apache.tomcat.jdbc.pool
Interface to be implemented by custom validator classes.
ValidatorTask - Class in org.apache.catalina.ant
Task for validating a web application deployment descriptor, using XML schema validation.
ValidatorTask() - Constructor for class org.apache.catalina.ant.ValidatorTask
 
value - Variable in class org.apache.catalina.ant.JMXSetTask
The new value for the attribute
value(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
 
Value() - Method in class org.apache.el.parser.ELParser
 
value - Variable in class org.apache.naming.NamingEntry
 
value - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
value - Variable in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
value - Variable in class org.apache.tomcat.util.digester.SetPropertyRule
The attribute that will contain the property value.
value - Variable in class org.apache.tomcat.util.MutableInteger
Deprecated.
 
valueBound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.
ValueExpression - Class in javax.el
 
ValueExpression() - Constructor for class javax.el.ValueExpression
 
ValueExpressionImpl - Class in org.apache.el
An Expression that can get or set a value.
ValueExpressionImpl() - Constructor for class org.apache.el.ValueExpressionImpl
 
ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>) - Constructor for class org.apache.el.ValueExpressionImpl
 
ValueExpressionLiteral - Class in org.apache.el
 
ValueExpressionLiteral() - Constructor for class org.apache.el.ValueExpressionLiteral
 
ValueExpressionLiteral(Object, Class<?>) - Constructor for class org.apache.el.ValueExpressionLiteral
 
valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PersistenceContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.SessionTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.websocket.CloseReason.CloseCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.comet.CometEvent.EventSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.comet.CometEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.ha.backend.Proxy.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.coyote.ActionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.coyote.ErrorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.dbcp.dbcp.PoolingConnection.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.buf.UEncoder.SafeCharsSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.http.Parameters.FailReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.log.UserDataHelper.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.Acceptor.AcceptorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SendfileKeepAliveState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SendfileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SocketStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.websocket.MessageHandlerResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.websocket.TransformationResult
Returns the enum constant of this type with the specified name.
ValuePrefix() - Method in class org.apache.el.parser.ELParser
 
ValueReference - Class in javax.el
 
ValueReference(Object, Object) - Constructor for class javax.el.ValueReference
 
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.PersistenceContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.SessionTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.websocket.CloseReason.CloseCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.comet.CometEvent.EventSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.comet.CometEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.ha.backend.Proxy.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
values() - Method in class org.apache.catalina.util.ParameterMap
Returns an unmodifiable Collection view of the values contained in this map if it is locked.
values() - Static method in enum org.apache.coyote.ActionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.coyote.ErrorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.dbcp.dbcp.PoolingConnection.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.buf.UEncoder.SafeCharsSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
values(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
values() - Static method in enum org.apache.tomcat.util.http.Parameters.FailReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.log.UserDataHelper.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.Acceptor.AcceptorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SendfileKeepAliveState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SendfileState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SocketStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.websocket.MessageHandlerResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.websocket.TransformationResult
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSuffix() - Method in class org.apache.el.parser.ELParser
 
valueUnbound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.
Valve - Interface in org.apache.catalina
A Valve is a request processing component associated with a particular Container.
ValveBase - Class in org.apache.catalina.valves
Convenience base class for implementations of the Valve interface.
ValveBase() - Constructor for class org.apache.catalina.valves.ValveBase
 
ValveBase(boolean) - Constructor for class org.apache.catalina.valves.ValveBase
 
VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
VARIABLE_NAMES - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
VariableInfo - Class in javax.servlet.jsp.tagext
Information on the scripting variables that are created/modified by a tag (at run-time).
VariableInfo(String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.VariableInfo
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
VariableMapper - Class in javax.el
 
VariableMapper() - Constructor for class javax.el.VariableMapper
 
VariableMapperFactory - Class in org.apache.el.lang
 
VariableMapperFactory(VariableMapper) - Constructor for class org.apache.el.lang.VariableMapperFactory
 
VariableMapperImpl - Class in org.apache.el.lang
 
VariableMapperImpl() - Constructor for class org.apache.el.lang.VariableMapperImpl
 
VariableResolver - Interface in javax.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by javax.el.ELResolver
VariableResolverImpl - Class in org.apache.jasper.el
Deprecated.
VariableResolverImpl(ELContext) - Constructor for class org.apache.jasper.el.VariableResolverImpl
Deprecated.
 
Vary - Class in org.apache.tomcat.util.http.parser
Deprecated.
VerbatimFormatter - Class in org.apache.juli
Outputs the just the log message with no additional elements.
VerbatimFormatter() - Constructor for class org.apache.juli.VerbatimFormatter
 
verbose - Variable in class org.apache.jasper.JspC
 
verifyOrigin(String) - Method in class org.apache.catalina.websocket.WebSocketServlet
Deprecated.
Intended to be overridden by sub-classes that wish to verify the origin of a WebSocket request before processing it.
version - Variable in class org.apache.catalina.ant.AbstractCatalinaCommandTask
The context version of the web application we are managing.
version() - Static method in class org.apache.tomcat.jni.SSL
 
version - Static variable in class org.apache.tomcat.util.digester.XercesParser
A float representing the underlying Xerces version
versioned - Variable in class org.apache.catalina.manager.ManagerServlet
Path used to store revisions of webapps.
VersionLoggerListener - Class in org.apache.catalina.startup
Logs version information on startup.
VersionLoggerListener() - Constructor for class org.apache.catalina.startup.VersionLoggerListener
 
versionNumber - Static variable in class org.apache.tomcat.util.digester.XercesParser
The current Xerces version.
versions - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
versionString() - Static method in class org.apache.tomcat.jni.Library
 
versionString() - Static method in class org.apache.tomcat.jni.SSL
 
view - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
view - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Our current view
viewChange(UniqueId, Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
viewChange(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
Override to receive view changes.
viewId - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Out current viewId
VirtualDirContext - Class in org.apache.naming.resources
Extended FileDirContext implementation that allows to expose multiple directories of the filesystem under a single webapp, a feature mainly used for development with IDEs.
VirtualDirContext() - Constructor for class org.apache.naming.resources.VirtualDirContext
 
VirtualWebappLoader - Class in org.apache.catalina.loader
A WebappLoader that allows a customized classpath to be added through configuration in context xml.
VirtualWebappLoader() - Constructor for class org.apache.catalina.loader.VirtualWebappLoader
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
VirtualWebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.VirtualWebappLoader
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
visit(Node) - Method in class org.apache.el.lang.ExpressionBuilder
 
visit(Node) - Method in interface org.apache.el.parser.NodeVisitor
 
vmInfo(PrintWriter, StringManager, Enumeration<Locale>) - Method in class org.apache.catalina.manager.ManagerServlet
Write some VM info.
VminfoTask - Class in org.apache.catalina.ant
Ant task that implements the /vminfo command supported by the Tomcat manager application.
VminfoTask() - Constructor for class org.apache.catalina.ant.VminfoTask
 
VOID_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
VOID_FILTER - Static variable in class org.apache.coyote.http11.Constants
Void filters (input and output).
VoidInputFilter - Class in org.apache.coyote.http11.filters
Void input filter, which returns -1 when attempting a read.
VoidInputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidInputFilter
 
VoidOutputFilter - Class in org.apache.coyote.http11.filters
Void output filter, which silently swallows bytes written.
VoidOutputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidOutputFilter
 
vPath - Variable in class org.apache.naming.resources.ProxyDirContext
Virtual path.

W

W3cDatatypesDTDPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cDatatypesDTDResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaDTDPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaDTDResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
wait(long, int[], int) - Static method in class org.apache.tomcat.jni.Proc
Wait for a child process to die
waitAllProcs(long, int[], int, long) - Static method in class org.apache.tomcat.jni.Proc
Wait for any current child process to die and return information about that child.
waitForAck() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
Wait for Acknowledgement from other server.
waitForCoordMsgTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Time to wait for coordination timeout
waitForRelease() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Wait for an election to end
waitForSendAllSessions(long) - Method in class org.apache.catalina.ha.session.DeltaManager
Wait that cluster session state is transferred or timeout after 60 Sec With stateTransferTimeout == -1 wait that backup is transferred (forever mode)
waitingRequests - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
waitingRequests - Variable in class org.apache.tomcat.util.net.JIoEndpoint
 
wakeup() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
wakeupCounter - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
wakeupCounter - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
wantClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Flag to state that we would like client authentication.
war - Variable in class org.apache.catalina.ant.DeployTask
URL of the web application archive (WAR) file to be deployed.
war - Variable in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
WAR - Static variable in class org.apache.catalina.util.ManifestResource
 
WARDirContext - Class in org.apache.naming.resources
WAR Directory Context implementation.
WARDirContext() - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(Hashtable<String, Object>) - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(ZipFile, WARDirContext.Entry) - Constructor for class org.apache.naming.resources.WARDirContext
Constructor used for returning fake sub-contexts or for accessing META-INF/resources locations in bundled JAR files.
WARDirContext.Entry - Class in org.apache.naming.resources
Entries structure.
WARDirContext.Entry(String, ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.Entry
 
WARDirContext.WARResource - Class in org.apache.naming.resources
This specialized resource implementation avoids opening the IputStream to the WAR right away.
WARDirContext.WARResource(ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.WARResource
 
warn(Object) - Method in interface org.apache.juli.logging.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with warn log level.
warning(SAXParseException) - Method in class org.apache.catalina.startup.XmlErrorHandler
Deprecated.
 
warning(SAXParseException) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
warning(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parse warning to the application supplied error handler (if any).
WarWatcher - Class in org.apache.catalina.ha.deploy
The WarWatcher watches the deployDir for changes made to the directory (adding new WAR files->deploy or remove WAR files->undeploy) and notifies a listener of the changes made.
WarWatcher() - Constructor for class org.apache.catalina.ha.deploy.WarWatcher
 
WarWatcher(FileChangeListener, File) - Constructor for class org.apache.catalina.ha.deploy.WarWatcher
 
WarWatcher.WarFilter - Class in org.apache.catalina.ha.deploy
File name filter for war files
WarWatcher.WarFilter() - Constructor for class org.apache.catalina.ha.deploy.WarWatcher.WarFilter
 
WarWatcher.WarInfo - Class in org.apache.catalina.ha.deploy
File information on existing WAR files
WarWatcher.WarInfo(File) - Constructor for class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
wasCreatedDynamicServlet(Servlet) - Method in class org.apache.catalina.core.StandardContext
 
wasNull() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingCallableStatement
 
wasNull() - Method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
watchDir - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Watch directory.
watchDir - Variable in class org.apache.catalina.ha.deploy.WarWatcher
Directory to watch for war files
watchEnabled - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
watcher - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
weakETag - Variable in class org.apache.naming.resources.ResourceAttributes
Weak ETag.
WEB_22_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_22_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_23_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_23_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_24_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_25_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_30_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_FRAGMENT_30_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEB_INF_LIB - Static variable in class org.apache.tomcat.util.scan.Constants
 
WebAnnotationSet - Class in org.apache.catalina.startup
AnnotationSet for processing the annotations of the web application classes (/WEB-INF/classes and /WEB-INF/lib).
WebAnnotationSet() - Constructor for class org.apache.catalina.startup.WebAnnotationSet
 
WEBAPP_DTD_PUBLIC_ID_22 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs for web application deployment descriptors
WEBAPP_DTD_PUBLIC_ID_23 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_22 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_23 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_VERSION - Static variable in class org.apache.catalina.Globals
Name of the ServletContext attribute under which we store the web application version string (the text that appears after ## when parallel deployment is used).
WebappClassLoader - Class in org.apache.catalina.loader
 
WebappClassLoader() - Constructor for class org.apache.catalina.loader.WebappClassLoader
 
WebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappClassLoader
 
WebappClassLoaderBase - Class in org.apache.catalina.loader
Specialized web application class loader.
WebappClassLoaderBase() - Constructor for class org.apache.catalina.loader.WebappClassLoaderBase
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoaderBase(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappClassLoaderBase
Construct a new ClassLoader with no defined repositories and the given parent ClassLoader.
WebappClassLoaderBase.PrivilegedFindResourceByName - Class in org.apache.catalina.loader
 
WebappClassLoaderBase.PrivilegedGetClassLoader - Class in org.apache.catalina.loader
 
WebappClassLoaderBase.PrivilegedGetClassLoader(Class<?>) - Constructor for class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedGetClassLoader
 
WebappLoader - Class in org.apache.catalina.loader
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
WebappLoader() - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader.
WebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappLoader
Deprecated.
Use Container.setParentClassLoader(ClassLoader) to specify the required class loader. This method will be removed in Tomcat 10 onwards.
WebappServiceLoader<T> - Class in org.apache.catalina.startup
A variation of Java's JAR ServiceLoader that respects exclusion rules for web applications.
WebappServiceLoader(Context) - Constructor for class org.apache.catalina.startup.WebappServiceLoader
Construct a loader to load services from a ServletContext.
WebCommonSchemaPublicId_30 - Static variable in class org.apache.catalina.startup.Constants
 
WebCommonSchemaResourcePath_30 - Static variable in class org.apache.catalina.startup.Constants
 
webConfig() - Method in class org.apache.catalina.startup.ContextConfig
Scan the web.xml files that apply to the web application and merge them using the rules defined in the spec.
WebConnection - Interface in org.apache.coyote.http11.upgrade.servlet31
The interface used by a HttpUpgradeHandler to interact with an upgraded HTTP connection.
WebdavFixFilter - Class in org.apache.catalina.filters
Filter that attempts to force MS WebDAV clients connecting on port 80 to use a WebDAV client that actually works.
WebdavFixFilter() - Constructor for class org.apache.catalina.filters.WebdavFixFilter
 
WebdavServlet - Class in org.apache.catalina.servlets
Servlet which adds support for WebDAV level 2.
WebdavServlet() - Constructor for class org.apache.catalina.servlets.WebdavServlet
 
webDigester - Variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application deployment descriptor files.
WebDtdPublicId_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdPublicId_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebFilter - Annotation Type in javax.servlet.annotation
The annotation used to declare a Servlet Filter.
webFragmentDigester - Variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web fragment deployment descriptor files.
webFragmentRuleSet - Variable in class org.apache.catalina.startup.ContextConfig
 
WebFragmentSchemaPublicId_30 - Static variable in class org.apache.catalina.startup.Constants
 
WebFragmentSchemaResourcePath_30 - Static variable in class org.apache.catalina.startup.Constants
 
WebInitParam - Annotation Type in javax.servlet.annotation
The annotation used to declare an initialization parameter on a Servlet or Filter, within a WebFilter or WebServlet annotation.
WebListener - Annotation Type in javax.servlet.annotation
The annotation used to declare a listener for various types of event, in a given web application context.
webRuleSet - Variable in class org.apache.catalina.startup.ContextConfig
 
WebRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a web application deployment descriptor (/WEB-INF/web.xml) resource.
WebRuleSet() - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix and default fragment setting.
WebRuleSet(boolean) - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
WebRuleSet(String, boolean) - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
WebSchemaPublicId_24 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaPublicId_25 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaPublicId_30 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_24 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_25 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_30 - Static variable in class org.apache.catalina.startup.Constants
 
WebServiceRef - Annotation Type in javax.xml.ws
 
WebServiceRefs - Annotation Type in javax.xml.ws
 
WEBSERVICES_11_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEBSERVICES_12_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WEBSERVICES_13_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
WebServlet - Annotation Type in javax.servlet.annotation
This annotation is used to declare the configuration of an Servlet.
WebSocketContainer - Interface in javax.websocket
 
WebSocketServlet - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
WebSocketServlet() - Constructor for class org.apache.catalina.websocket.WebSocketServlet
Deprecated.
 
WebXml - Class in org.apache.catalina.deploy
Representation of common elements of web.xml and web-fragment.xml.
WebXml() - Constructor for class org.apache.catalina.deploy.WebXml
 
WebXml - Class in org.apache.jasper.compiler
Provides Jasper with a standard mechanism for gaining access to the web.xml file associated with the current application.
WebXml(ServletContext) - Constructor for class org.apache.jasper.compiler.WebXml
 
webxmlEncoding - Variable in class org.apache.jasper.JspC
 
webxmlFile - Variable in class org.apache.jasper.JspC
 
webxmlLevel - Variable in class org.apache.jasper.JspC
 
welcomeResources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
When - Class in org.apache.jasper.tagplugins.jstl.core
 
When() - Constructor for class org.apache.jasper.tagplugins.jstl.core.When
 
WHEN_EXHAUSTED_BLOCK - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the GenericKeyedObjectPool.borrowObject(K) method should block until a new object is available, or the maximum wait time has been reached.
WHEN_EXHAUSTED_BLOCK - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the GenericObjectPool.borrowObject() method should block until a new object is available, or the maximum wait time has been reached.
WHEN_EXHAUSTED_FAIL - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the GenericKeyedObjectPool.borrowObject(K) method should fail, throwing a NoSuchElementException.
WHEN_EXHAUSTED_FAIL - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the GenericObjectPool.borrowObject() method should fail, throwing a NoSuchElementException.
WHEN_EXHAUSTED_GROW - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool
A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the GenericKeyedObjectPool.borrowObject(K) method should simply create a new object anyway.
WHEN_EXHAUSTED_GROW - Static variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool
A "when exhausted action" type indicating that when the pool is exhausted (i.e., the maximum number of active objects has been reached), the GenericObjectPool.borrowObject() method should simply create a new object anyway.
whenExhaustedAction(int, int) - Method in class org.apache.tomcat.dbcp.dbcp.datasources.InstanceKeyDataSource
 
whenExhaustedAction - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPool.Config
 
whenExhaustedAction - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.Config
 
wildcardWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextVersion
 
willAttributeDistribute(String) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Deprecated.
Use ManagerBase.willAttributeDistribute(String, Object). Will be removed in Tomcat 9.0.x
willAttributeDistribute(String, Object) - Method in interface org.apache.catalina.Manager
Would the Manager distribute the given session attribute?
willAttributeDistribute(String, Object) - Method in class org.apache.catalina.session.ManagerBase
Would the Manager distribute the given session attribute?
willDecode(ByteBuffer) - Method in interface javax.websocket.Decoder.Binary
 
willDecode(String) - Method in interface javax.websocket.Decoder.Text
 
WithDefaultsRulesWrapper - Class in org.apache.tomcat.util.digester
Rules Decorator that returns default rules when no matches are returned by the wrapped implementation.
WithDefaultsRulesWrapper(Rules) - Constructor for class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Base constructor.
wrap(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Helper methods, wraps a single member in an array
wrap(KeyManager[]) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
wrapDataSource(Object, String, String) - Method in class org.apache.naming.factory.DataSourceLinkFactory
 
wrapped - Variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Wrapped PrintStream.
WrappedMessageHandler - Interface in org.apache.tomcat.websocket
 
wrapper - Variable in class org.apache.catalina.connector.Request
Associated wrapper.
wrapper - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The Wrapper container associated with this servlet.
wrapper - Variable in class org.apache.catalina.manager.ManagerServlet
The Wrapper container associated with this servlet.
Wrapper - Interface in org.apache.catalina
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
wrapper - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
WrapperMappingInfo - Class in org.apache.tomcat.util.http.mapper
Encapsulates information used to register a Wrapper mapping.
WrapperMappingInfo(String, Object, boolean, boolean) - Constructor for class org.apache.tomcat.util.http.mapper.WrapperMappingInfo
 
wrapperPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
wrapResultSet(Statement, ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
wrapResultSet(Connection, ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp.DelegatingResultSet
 
write(String) - Method in interface javax.servlet.http.Part
A convenience method to write an uploaded part to disk.
write(int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[]) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String, int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[]) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(String, int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Append a string to the buffer
write(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(String) - Method in class org.apache.catalina.core.ApplicationPart
 
write(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(char[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(String, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(byte[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(int) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Write to our buffer.
write() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
 
write(int) - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in interface org.apache.catalina.tribes.tipis.Streamable
Deprecated.
write data into the byte array starting at offset, maximum bytes read are (data.length-offset)
write(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
write(MessageBytes) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
This method will write the contents of the specified message bytes buffer to the output stream, without filtering.
write(ByteChunk) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
This method will write the contents of the specified message bytes buffer to the output stream, without filtering.
write(CharChunk) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
This method will write the contents of the specified char buffer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
This method will write the contents of the specified byte buffer to the output stream, without filtering.
write(String) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
This method will write the contents of the specified String to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
This method will print the specified integer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
write(int) - Method in class org.apache.coyote.http11.filters.FlushableGZIPOutputStream
 
write(int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
 
write(int) - Method in class org.apache.coyote.http11.upgrade.UpgradeAprProcessor
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeAprProcessor
Deprecated.
 
write(int) - Method in class org.apache.coyote.http11.upgrade.UpgradeBioProcessor
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeBioProcessor
Deprecated.
 
write(int) - Method in class org.apache.coyote.http11.upgrade.UpgradeNioProcessor
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeNioProcessor
Deprecated.
 
write(int) - Method in class org.apache.coyote.http11.upgrade.UpgradeOutbound
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeOutbound
Deprecated.
 
write(int) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessor
Deprecated.
 
write(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
write(byte[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a single character.
write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write an array of characters.
write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of a String.
write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a string.
write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a single character.
write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write an array of characters.
write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of a String.
write(byte[]) - Method in interface org.apache.tomcat.jni.BIOCallback
Write data
write(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file.
write(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Write the bytes to byte array.
write(int) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Write a byte to byte array.
write(InputStream) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Writes the entire contents of the specified input stream to this byte stream.
write(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
A convenience method to write an uploaded item to disk.
write(File) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
A convenience method to write an uploaded item to disk.
write(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
 
write(ByteBuffer, NioChannel, long) - Method in class org.apache.tomcat.util.net.NioBlockingSelector
Performs a blocking write using the bytebuffer for data to be written If the selector parameter is null, then it will perform a busy write that could take up a lot of CPU cycles.
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer, NioChannel, Selector, long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
Performs a blocking write using the bytebuffer for data to be written and a selector to block.
write(ByteBuffer, NioChannel, Selector, long, boolean) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, B>) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
 
write(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, B>) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
write(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, B>) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
WRITE_IDLE_TIMEOUT_MS - Static variable in class org.apache.tomcat.websocket.Constants
 
writeable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
 
writeb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file.
writeBinaryData(int) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Adds the data to the buffer for binary data.
writeBinaryMessage(ByteBuffer) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Flush any message (binary or textual) that may be buffered and then send a WebSocket binary message as a single frame with the provided buffer as the payload of the message.
writeBody(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the header body.
writebuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
writebuf - Variable in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
writeByte(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
writeConnectorState(PrintWriter, ObjectName, String, MBeanServer, Vector<ObjectName>, Vector<ObjectName>, int, Object[]) - Static method in class org.apache.catalina.manager.StatusTransformer
Write connector state.
writeContext(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write context state.
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeDetailedState(PrintWriter, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write applications state.
writeElement(String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeExternal(ObjectOutput) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.ha.session.DeltaSession
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.ByteMessage
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.group.RpcMessage
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.FunctionMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.VariableMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspMethodExpression
 
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspValueExpression
 
writeFooter(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
writeFull(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file, ensuring that all of the data is written before returning.
writeFullb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file, ensuring that all of the data is written before returning.
writeHeader(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write an HTML or XML header.
writeJspMonitor(PrintWriter, Set<ObjectName>, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write JSP monitoring information.
writeLatch - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
WriteListener - Interface in org.apache.coyote.http11.upgrade.servlet31
Receives notification of write events when using non-blocking IO.
writeManager(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the manager webapp information.
writeManager(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a manager.
writeMembers(ObjectOutput, Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Deprecated.
Unused - will be removed in 8.0.x
writeMessage(FileMessage) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Writes a message to file.
writeObject(ObjectOutputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
Write a serialized version of this session object to the specified object output stream.
writeObject(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of this session object to the specified object output stream.
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
Write a serialized version of the contents of this session object to the specified object output stream, without requiring that the StandardSession itself have been serialized.
writeObjectData(ObjectOutput) - Method in class org.apache.catalina.ha.session.DeltaSession
 
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of the contents of this session object to the specified object output stream, without requiring that the StandardSession itself have been serialized.
writeOSState(PrintWriter, int, Object[]) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the OS state.
writeOut(Writer) - Method in class javax.servlet.jsp.tagext.BodyContent
Write the contents of this BodyContent into a Writer.
writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write the contents of this BodyJspWriter into a Writer.
writePageHeading(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
writePos - Variable in class org.apache.tomcat.websocket.WsFrameBase
 
writePrincipal(GenericPrincipal, ObjectOutput) - Static method in class org.apache.catalina.ha.session.SerializablePrincipal
 
writeProcessorState(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write processor state.
writeProperty(String, String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writer - Variable in class org.apache.catalina.connector.Response
The associated writer.
writer - Variable in class org.apache.catalina.util.XMLWriter
Writer.
writer - Variable in class org.apache.catalina.valves.AccessLogValve
The PrintWriter to which we are currently logging, if any.
writer - Variable in class org.apache.jasper.JspCompilationContext
 
writerLock - Variable in class org.apache.juli.FileHandler
Lock used to control access to the writer.
writeServerInfo(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
writeSession(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Write the provided session to the Store without modifying the copy in memory or triggering passivation events.
writeState - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
writeText(String) - Method in class org.apache.catalina.util.XMLWriter
Write text.
writeTextData(char) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Adds the data to the buffer for textual data.
writeTextMessage(CharBuffer) - Method in class org.apache.catalina.websocket.WsOutbound
Deprecated.
Flush any message (binary or textual) that may be buffered and then send a WebSocket text message as a single frame with the provided buffer as the payload of the message.
writeTo(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Writes the entire contents of this byte stream to the specified output stream.
writev(long, byte[][]) - Static method in class org.apache.tomcat.jni.File
Write data from array of byte arrays to the specified file.
writevFull(long, byte[][]) - Static method in class org.apache.tomcat.jni.File
Write data from array of byte arrays to the specified file, ensuring that all of the data is written before returning.
writeVMState(PrintWriter, int, Object[]) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the VM state.
writeWrapper(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a wrapper.
writeXml(Node, OutputStream) - Static method in class org.apache.tomcat.util.DomUtil
Deprecated.
 
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.
WS_AUTHENTICATION_PASSWORD - Static variable in class org.apache.tomcat.websocket.Constants
 
WS_AUTHENTICATION_USER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
WS_EXTENSIONS_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
WS_KEY_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
WS_PROTOCOL_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
WS_VERSION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
WS_VERSION_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
 
WsContainerProvider - Class in org.apache.tomcat.websocket
 
WsContainerProvider() - Constructor for class org.apache.tomcat.websocket.WsContainerProvider
 
WsContextListener - Class in org.apache.tomcat.websocket.server
In normal usage, this ServletContextListener does not need to be explicitly configured as the WsSci performs all the necessary bootstrap and installs this listener in the ServletContext.
WsContextListener() - Constructor for class org.apache.tomcat.websocket.server.WsContextListener
 
WSDL - Static variable in class org.apache.naming.ServiceRef
Wsdl Location address type.
WsExtension - Class in org.apache.tomcat.websocket
 
WsExtensionParameter - Class in org.apache.tomcat.websocket
 
WsFilter - Class in org.apache.tomcat.websocket.server
Handles the initial HTTP connection for WebSocket connections.
WsFilter() - Constructor for class org.apache.tomcat.websocket.server.WsFilter
 
WsFrame - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
WsFrameBase - Class in org.apache.tomcat.websocket
Takes the ServletInputStream, processes the WebSocket frames it contains and extracts the messages.
WsFrameBase(WsSession, Transformation) - Constructor for class org.apache.tomcat.websocket.WsFrameBase
 
WsFrameClient - Class in org.apache.tomcat.websocket
 
WsFrameClient(ByteBuffer, AsyncChannelWrapper, WsSession, Transformation) - Constructor for class org.apache.tomcat.websocket.WsFrameClient
 
WsFrameServer - Class in org.apache.tomcat.websocket.server
 
WsFrameServer(AbstractServletInputStream, WsSession, Transformation) - Constructor for class org.apache.tomcat.websocket.server.WsFrameServer
 
WsHandshakeRequest - Class in org.apache.tomcat.websocket.server
Represents the request that this session was opened under.
WsHandshakeRequest(HttpServletRequest, Map<String, String>) - Constructor for class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
WsHandshakeResponse - Class in org.apache.tomcat.websocket
Represents the response to a WebSocket handshake.
WsHandshakeResponse() - Constructor for class org.apache.tomcat.websocket.WsHandshakeResponse
 
WsHandshakeResponse(Map<String, List<String>>) - Constructor for class org.apache.tomcat.websocket.WsHandshakeResponse
 
WsHttpServletRequestWrapper - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
WsHttpServletRequestWrapper(HttpServletRequest) - Constructor for class org.apache.catalina.websocket.WsHttpServletRequestWrapper
Deprecated.
 
WsHttpUpgradeHandler - Class in org.apache.tomcat.websocket.server
Servlet 3.1 HTTP upgrade handler for WebSocket connections.
WsHttpUpgradeHandler() - Constructor for class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
WsInputStream - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
WsInputStream(UpgradeProcessor<?>, WsOutbound) - Constructor for class org.apache.catalina.websocket.WsInputStream
Deprecated.
 
WsIOException - Exception in org.apache.tomcat.websocket
Allows the WebSocket implementation to throw an IOException that includes a CloseReason specific to the error that can be passed back to the client.
WsIOException(CloseReason) - Constructor for exception org.apache.tomcat.websocket.WsIOException
 
WsOutbound - Class in org.apache.catalina.websocket
Deprecated.
Replaced by the JSR356 WebSocket 1.1 implementation and will be removed in Tomcat 8.0.x.
WsOutbound(UpgradeOutbound, StreamInbound) - Constructor for class org.apache.catalina.websocket.WsOutbound
Deprecated.
 
WsOutbound(UpgradeOutbound, StreamInbound, int, int) - Constructor for class org.apache.catalina.websocket.WsOutbound
Deprecated.
 
WsPongMessage - Class in org.apache.tomcat.websocket
 
WsPongMessage(ByteBuffer) - Constructor for class org.apache.tomcat.websocket.WsPongMessage
 
WsRemoteEndpointAsync - Class in org.apache.tomcat.websocket
 
WsRemoteEndpointBase - Class in org.apache.tomcat.websocket
 
WsRemoteEndpointBasic - Class in org.apache.tomcat.websocket
 
WsRemoteEndpointImplBase - Class in org.apache.tomcat.websocket
 
WsRemoteEndpointImplBase() - Constructor for class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
WsRemoteEndpointImplClient - Class in org.apache.tomcat.websocket
 
WsRemoteEndpointImplClient(AsyncChannelWrapper) - Constructor for class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
WsRemoteEndpointImplServer - Class in org.apache.tomcat.websocket.server
This is the server side RemoteEndpoint implementation - i.e. what the server uses to send data to the client.
WsRemoteEndpointImplServer(AbstractServletOutputStream, WsServerContainer) - Constructor for class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
WsSci - Class in org.apache.tomcat.websocket.server
Registers an interest in any class that is annotated with ServerEndpoint so that Endpoint can be published via the WebSocket server.
WsSci() - Constructor for class org.apache.tomcat.websocket.server.WsSci
 
WsServerContainer - Class in org.apache.tomcat.websocket.server
Provides a per class loader (i.e. per web application) instance of a ServerContainer.
wsSession - Variable in class org.apache.tomcat.websocket.WsFrameBase
 
WsSession - Class in org.apache.tomcat.websocket
 
WsSession(Endpoint, WsRemoteEndpointImplBase, WsWebSocketContainer, URI, Map<String, List<String>>, String, Principal, String, List<Extension>, String, Map<String, String>, boolean, EndpointConfig) - Constructor for class org.apache.tomcat.websocket.WsSession
Creates a new WebSocket session for communication between the two provided end points.
WsSessionListener - Class in org.apache.tomcat.websocket.server
 
WsSessionListener(WsServerContainer) - Constructor for class org.apache.tomcat.websocket.server.WsSessionListener
 
WsWebSocketContainer - Class in org.apache.tomcat.websocket
 
WsWebSocketContainer() - Constructor for class org.apache.tomcat.websocket.WsWebSocketContainer
 
WsWriteTimeout - Class in org.apache.tomcat.websocket.server
Provides timeouts for asynchronous web socket writes.
WsWriteTimeout() - Constructor for class org.apache.tomcat.websocket.server.WsWriteTimeout
 
WWW_AUTHENTICATE_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 

X

X509SubjectDnRetriever - Class in org.apache.catalina.realm
An X509UsernameRetriever that returns a certificate's entire SubjectDN as the username.
X509SubjectDnRetriever() - Constructor for class org.apache.catalina.realm.X509SubjectDnRetriever
 
x509UsernameRetriever - Variable in class org.apache.catalina.realm.RealmBase
The object that will extract user names from X509 client certificates.
X509UsernameRetriever - Interface in org.apache.catalina.realm
Provides an interface for retrieving a user name from an X509Certificate.
x509UsernameRetrieverClassName - Variable in class org.apache.catalina.realm.RealmBase
The name of the class to use for retrieving user names from X509 certificates.
xaConnection - Variable in class org.apache.tomcat.jdbc.pool.PooledConnection
If using a XAConnection underneath.
XADataSource - Class in org.apache.tomcat.jdbc.pool
 
XADataSource() - Constructor for class org.apache.tomcat.jdbc.pool.XADataSource
Constructor for reflection only.
XADataSource(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.XADataSource
Constructs a DataSource object wrapping a connection
XByteBuffer - Class in org.apache.catalina.tribes.io
The XByteBuffer provides a dual functionality.
XByteBuffer(int, boolean) - Constructor for class org.apache.catalina.tribes.io.XByteBuffer
Constructs a new XByteBuffer.
XByteBuffer(byte[], boolean) - Constructor for class org.apache.catalina.tribes.io.XByteBuffer
 
XByteBuffer(byte[], int, boolean) - Constructor for class org.apache.catalina.tribes.io.XByteBuffer
 
XERCES_DYNAMIC - Static variable in class org.apache.tomcat.util.digester.XercesParser
Xerces dynamic validation property
XERCES_SCHEMA - Static variable in class org.apache.tomcat.util.digester.XercesParser
Xerces schema validation property
XercesParser - Class in org.apache.tomcat.util.digester
Create a SAXParser based on the underlying Xerces version.
XercesParser() - Constructor for class org.apache.tomcat.util.digester.XercesParser
 
XML_2001_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 
XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.jasper.Constants
Name of the ServletContext init-param that determines if the XML parsers will block the resolution of external entities.
XML_DECLARATION - Static variable in class org.apache.catalina.manager.Constants
 
XML_STYLE - Static variable in class org.apache.catalina.manager.Constants
 
XML_VALIDATION_INIT_PARAM - Static variable in class org.apache.jasper.Constants
Name of the ServletContext init-param that determines if the XML parsers used for web.xml files will be validating or not.
XML_VALIDATION_TLD_INIT_PARAM - Static variable in class org.apache.jasper.Constants
Name of the ServletContext init-param that determines if the XML parsers used for *.tld files will be validating or not.
XMLChar - Class in org.apache.jasper.xmlparser
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.jasper.xmlparser.XMLChar
 
XMLEncodingDetector - Class in org.apache.jasper.xmlparser
 
XMLEncodingDetector() - Constructor for class org.apache.jasper.xmlparser.XMLEncodingDetector
Constructor
XmlErrorHandler - Class in org.apache.catalina.startup
Deprecated.
XmlErrorHandler() - Constructor for class org.apache.catalina.startup.XmlErrorHandler
Deprecated.
 
XmlErrorHandler - Class in org.apache.tomcat.util.descriptor
 
XmlErrorHandler() - Constructor for class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
XmlIdentifiers - Class in org.apache.tomcat.util.descriptor
Defines constants for well-known Public and System identifiers documented by the Servlet and JSP specifications.
XMLString - Class in org.apache.jasper.xmlparser
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLString() - Constructor for class org.apache.jasper.xmlparser.XMLString
Default constructor.
XMLStringBuffer - Class in org.apache.jasper.xmlparser
XMLString is a structure used to pass character arrays.
XMLStringBuffer() - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLStringBuffer(int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLWriter - Class in org.apache.catalina.util
XMLWriter helper class.
XMLWriter() - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
XMLWriter(Writer) - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
xpoweredBy - Variable in class org.apache.catalina.connector.Connector
Is generation of X-Powered-By response header enabled/disabled?
xpoweredBy - Variable in class org.apache.jasper.JspC
 
XSD_10_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
 

Z

Z - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
Z - Static variable in class org.apache.coyote.http11.Constants
'Z'.

_

_200_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
_200_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_400_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
_400_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_404_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Deprecated.
Unused - will be removed in 8.0.x
_404_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_acceptEmptyNamespaceForAttributes - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
When true, I will treat attributes with an empty namespace URI as part of the JOCL namespace.
_acceptEmptyNamespaceForElements - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
When true, I will treat elements with an empty namespace URI as part of the JOCL namespace.
_acceptJoclPrefixForAttributes - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
When true, I will treat attributes with the JOCLContentHandler.JOCL_PREFIX but no namespace URI as being mapped to the jocl namespace.
_acceptJoclPrefixForElements - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
When true, I will treat elements with the JOCLContentHandler.JOCL_PREFIX but no namespace URI as being mapped to the jocl namespace.
_activeCount - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0. Use StackKeyedObjectPool.getActiveCount().
_closed - Variable in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
 
_closed - Variable in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
 
_config - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
Configuration for removing abandoned connections.
_conn - Variable in class org.apache.tomcat.dbcp.dbcp.DelegatingConnection
My delegate Connection.
_conn - Variable in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
The connection that created me.
_conn - Variable in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
The connection that created me.
_connectionInitSqls - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_connectUri - Variable in class org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory
 
_connectUri - Variable in class org.apache.tomcat.dbcp.dbcp.DriverManagerConnectionFactory
 
_connFactory - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_cur - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
The object I'm currently working on.
_defaultAutoCommit - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_defaultCatalog - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_defaultReadOnly - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_defaultTransactionIsolation - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_driver - Variable in class org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory
 
_factory - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getFactory().
_factory - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getFactory().
_factory - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0. Use StackKeyedObjectPool.getFactory()
_factory - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0
_factory - Variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
to be made private in pool 2.0 - use StackObjectPool.getFactory()
_factory - Variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Deprecated.
to be made private in pool 2.0
_initCapacity - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0
_initCapacity - Variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Deprecated.
to be made private in pool 2.0
_initSleepingCapacity - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0. Use StackKeyedObjectPool.getInitSleepingCapacity().
_jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in interface javax.servlet.jsp.HttpJspPage
The _jspService()method corresponds to the body of the JSP page.
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspx_page_context - Variable in class org.apache.jasper.runtime.JspFragmentHelper
 
_key - Variable in class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
My "key" as used by KeyedObjectPool.
_lifo - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getLifo().
_lifo - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getLifo().
_locator - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
_logWriter - Variable in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
My log writer.
_maxActive - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getMaxActive().
_maxActive - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getMaxActive().
_maxIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getMaxIdle().
_maxIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getMaxIdle().
_maxSleeping - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0. Use StackKeyedObjectPool.getMaxSleeping()
_maxSleeping - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0
_maxSleeping - Variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
to be made private in pool 2.0 - use StackObjectPool.getMaxSleeping()
_maxSleeping - Variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPoolFactory
Deprecated.
to be made private in pool 2.0
_maxTotal - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getMaxTotal().
_maxWait - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getMaxWait().
_maxWait - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getMaxWait().
_meta - Variable in class org.apache.tomcat.dbcp.dbcp.DelegatingDatabaseMetaData
My delegate DatabaseMetaData
_minEvictableIdleTimeMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
_minEvictableIdleTimeMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
_minIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getMinIdle().
_minIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getMinIdle().
_numActive - Variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
to be made private in pool 2.0 - use StackObjectPool.getNumActive()
_numTestsPerEvictionRun - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
_numTestsPerEvictionRun - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
_passwd - Variable in class org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory
 
_passwd - Variable in class org.apache.tomcat.dbcp.dbcp.DriverManagerConnectionFactory
 
_pool - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnection
The pool to which I should return.
_pool - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_pool - Variable in class org.apache.tomcat.dbcp.dbcp.PoolablePreparedStatement
The KeyedObjectPool from which I was obtained.
_pool - Variable in class org.apache.tomcat.dbcp.dbcp.PoolingDataSource
 
_pool - Variable in class org.apache.tomcat.dbcp.pool.impl.StackObjectPool
Deprecated.
to be made private in pool 2.0
_pools - Static variable in class org.apache.tomcat.dbcp.dbcp.PoolingDriver
The map of registered pools.
_pools - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0. Use StackKeyedObjectPool.getPools()
_props - Variable in class org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory
 
_props - Variable in class org.apache.tomcat.dbcp.dbcp.DriverManagerConnectionFactory
 
_pstmtPool - Variable in class org.apache.tomcat.dbcp.dbcp.PoolingConnection
_setExecutor(Connector, Executor) - Method in class org.apache.catalina.startup.ConnectorCreateRule
 
_softMinEvictableIdleTimeMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
_source - Variable in class org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory
 
_stmt - Variable in class org.apache.tomcat.dbcp.dbcp.DelegatingStatement
My delegate.
_stmtPoolFactory - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_testOnBorrow - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getTestOnBorrow().
_testOnBorrow - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getTestOnBorrow().
_testOnReturn - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getTestOnReturn().
_testOnReturn - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getTestOnReturn().
_testWhileIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericKeyedObjectPoolFactory.getTestWhileIdle().
_testWhileIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
to be removed in pool 2.0. Use GenericObjectPoolFactory.getTestWhileIdle().
_timeBetweenEvictionRunsMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
_timeBetweenEvictionRunsMillis - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
_totActive - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0. Use StackKeyedObjectPool.getTotActive().
_totIdle - Variable in class org.apache.tomcat.dbcp.pool.impl.StackKeyedObjectPool
Deprecated.
to be removed in pool 2.0. Use StackKeyedObjectPool.getTotIdle().
_typeList - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
A list of the types (Classes) already created via the parse.
_uname - Variable in class org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory
 
_uname - Variable in class org.apache.tomcat.dbcp.dbcp.DriverManagerConnectionFactory
 
_validationQuery - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_validationQueryTimeout - Variable in class org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory
 
_valueList - Variable in class org.apache.tomcat.dbcp.jocl.JOCLContentHandler
A list of the values (Objects) already created via the parse.
_whenExhaustedAction - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericKeyedObjectPoolFactory
Deprecated.
_whenExhaustedAction - Variable in class org.apache.tomcat.dbcp.pool.impl.GenericObjectPoolFactory
Deprecated.
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 _ 
Apache Tomcat 7.0.109

Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.