Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

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.
ABANDONED - Enum constant in enum org.apache.tomcat.dbcp.pool2.DestroyMode
Destroy abandoned object.
ABANDONED - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Deemed abandoned, to be invalidated.
abandonedConfig - Variable in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Additional configuration properties for abandoned object tracking.
AbandonedConfig - Class in org.apache.tomcat.dbcp.pool2.impl
Configuration settings for abandoned object removal.
AbandonedConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Creates a new instance.
AbandonedTrace - Class in org.apache.tomcat.dbcp.dbcp2
Tracks connection usage for recovering and reporting abandoned connections.
AbandonedTrace() - Constructor for class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Creates a new AbandonedTrace without config and without doing abandoned tracing.
AbandonedTrace(AbandonedTrace) - Constructor for class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Constructs a new AbandonedTrace with a parent object.
ABNORMAL_SESSION_CLOSE_SEND_TIMEOUT_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
 
abort() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
 
abort(Connection, Executor) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Connection.abort(Executor) without throwing an AbstractMethodError.
abort(Executor) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
abort(Executor) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Abort my underlying Connection.
AbortPolicy() - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor.AbortPolicy
Creates an AbortPolicy.
absolute(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
AbsoluteComparator() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
absoluteOrder(List<Member>) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
 
absoluteOrder(Member[]) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
 
AbsoluteOrder - Class in org.apache.catalina.tribes.group
Title: Membership - Absolute Order
AbsoluteOrder() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder
 
AbsoluteOrder.AbsoluteComparator - Class in org.apache.catalina.tribes.group
 
absoluteOrdering - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The AbsoluteOrderingRule rule used to parse the web.xml
AbstractAccessLogValve - Class in org.apache.catalina.valves
Abstract implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.
AbstractAccessLogValve() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve
 
AbstractAccessLogValve.AccessLogElement - Interface in org.apache.catalina.valves
AccessLogElement writes the partial message into the buffer.
AbstractAccessLogValve.ByteSentElement - Class in org.apache.catalina.valves
write bytes sent, excluding HTTP headers - %b, %B
AbstractAccessLogValve.CachedElement - Interface in org.apache.catalina.valves
Marks an AccessLogElement as needing to be have the value cached at the start of the request rather than just recorded at the end as the source data for the element may not be available at the end of the request.
AbstractAccessLogValve.ConnectionStatusElement - Class in org.apache.catalina.valves
Write connection status when response is completed - %X
AbstractAccessLogValve.CookieElement - Class in org.apache.catalina.valves
write a specific cookie - %{xxx}c
AbstractAccessLogValve.DateAndTimeElement - Class in org.apache.catalina.valves
write date and time, in configurable format (default CLF) - %t or %{format}t
AbstractAccessLogValve.DateFormatCache - Class in org.apache.catalina.valves
Cache structure for formatted timestamps based on seconds.
AbstractAccessLogValve.DateFormatCache.Cache - Class in org.apache.catalina.valves
 
AbstractAccessLogValve.ElapsedTimeElement - Class in org.apache.catalina.valves
write time taken to process the request - %D, %T
AbstractAccessLogValve.FirstByteTimeElement - Class in org.apache.catalina.valves
write time until first byte is written (commit time) in millis - %F
AbstractAccessLogValve.HeaderElement - Class in org.apache.catalina.valves
write incoming headers - %{xxx}i
AbstractAccessLogValve.HostElement - Class in org.apache.catalina.valves
write remote host name - %h
AbstractAccessLogValve.HttpStatusCodeElement - Class in org.apache.catalina.valves
write HTTP status code of the response - %s
AbstractAccessLogValve.LocalAddrElement - Class in org.apache.catalina.valves
write local IP address - %A
AbstractAccessLogValve.LocalServerNameElement - Class in org.apache.catalina.valves
write local server name - %v
AbstractAccessLogValve.LogicalUserNameElement - Class in org.apache.catalina.valves
write remote logical username from identd (always returns '-') - %l
AbstractAccessLogValve.MethodElement - Class in org.apache.catalina.valves
write request method (GET, POST, etc.) - %m
AbstractAccessLogValve.PortElement - Class in org.apache.catalina.valves
write local or remote port for request connection - %p and %{xxx}p
AbstractAccessLogValve.ProtocolElement - Class in org.apache.catalina.valves
write request protocol - %H
AbstractAccessLogValve.QueryElement - Class in org.apache.catalina.valves
write Query string (prepended with a '?'
AbstractAccessLogValve.RemoteAddrElement - Class in org.apache.catalina.valves
write remote IP address - %a
AbstractAccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
write an attribute in the ServletRequest - %{xxx}r
AbstractAccessLogValve.RequestElement - Class in org.apache.catalina.valves
write first line of the request (method and request URI) - %r
AbstractAccessLogValve.RequestURIElement - Class in org.apache.catalina.valves
write requested URL path - %U
AbstractAccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
write a specific response header - %{xxx}o
AbstractAccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
write an attribute in the HttpSession - %{xxx}s
AbstractAccessLogValve.SessionIdElement - Class in org.apache.catalina.valves
write user session ID - %S
AbstractAccessLogValve.StringElement - Class in org.apache.catalina.valves
write any string
AbstractAccessLogValve.ThreadNameElement - Class in org.apache.catalina.valves
write thread name - %I
AbstractAccessLogValve.UserElement - Class in org.apache.catalina.valves
write remote user that was authenticated (if any), else '-' - %u
AbstractAjpProtocol<S> - Class in org.apache.coyote.ajp
The is the base implementation for the AJP protocol handlers.
AbstractAjpProtocol(AbstractEndpoint<S, ?>) - Constructor for class org.apache.coyote.ajp.AbstractAjpProtocol
 
AbstractArchiveResource - Class in org.apache.catalina.webresources
 
AbstractArchiveResource(AbstractArchiveResourceSet, String, String, JarEntry, String) - Constructor for class org.apache.catalina.webresources.AbstractArchiveResource
 
AbstractArchiveResource.JarInputStreamWrapper - Class in org.apache.catalina.webresources
This wrapper assumes that the InputStream was created from a JarFile obtained from a call to getArchiveResourceSet().openJarFile().
AbstractArchiveResourceSet - Class in org.apache.catalina.webresources
 
AbstractArchiveResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
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,U> - Class in org.apache.tomcat.util.net
 
AbstractEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint
 
AbstractEndpoint.BindState - Enum in org.apache.tomcat.util.net
 
AbstractEndpoint.Handler<S> - 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.
AbstractFileResourceSet - Class in org.apache.catalina.webresources
 
AbstractFileResourceSet(String) - Constructor for class org.apache.catalina.webresources.AbstractFileResourceSet
 
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(AbstractJsseEndpoint<S, ?>) - Constructor for class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
AbstractHttp11Protocol<S> - Class in org.apache.coyote.http11
 
AbstractHttp11Protocol(AbstractEndpoint<S, ?>) - Constructor for class org.apache.coyote.http11.AbstractHttp11Protocol
 
AbstractInputStreamJar - Class in org.apache.tomcat.util.scan
Base implementation of Jar for implementations that use a JarInputStream to access the JAR file.
AbstractInputStreamJar(URL) - Constructor for class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
AbstractJsseEndpoint<S,U> - Class in org.apache.tomcat.util.net
 
AbstractJsseEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
AbstractObjectCreationFactory - Class in org.apache.tomcat.util.digester
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - Constructor for class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
 
AbstractProcessor - Class in org.apache.coyote
Provides functionality and attributes common to all supported protocols (currently HTTP and AJP) for processing a single request/response.
AbstractProcessor(Adapter) - Constructor for class org.apache.coyote.AbstractProcessor
 
AbstractProcessor(Adapter, Request, Response) - Constructor for class org.apache.coyote.AbstractProcessor
 
AbstractProcessorLight - Class in org.apache.coyote
This is a light-weight abstract processor implementation that is intended as a basis for all Processor implementations from the light-weight upgrade processors to the HTTP/AJP processors.
AbstractProcessorLight() - Constructor for class org.apache.coyote.AbstractProcessorLight
 
AbstractProtocol<S> - Class in org.apache.coyote
 
AbstractProtocol(AbstractEndpoint<S, ?>) - Constructor for class org.apache.coyote.AbstractProtocol
 
AbstractProtocol.ConnectionHandler<S> - Class in org.apache.coyote
 
AbstractProtocol.RecycledProcessors - Class in org.apache.coyote
 
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
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.MapMessage - Class in org.apache.catalina.tribes.tipis
 
AbstractReplicatedMap.MapOwner - Interface in org.apache.catalina.tribes.tipis
 
AbstractResource - Class in org.apache.catalina.webresources
 
AbstractResource(WebResourceRoot, String) - Constructor for class org.apache.catalina.webresources.AbstractResource
 
AbstractResourceSet - Class in org.apache.catalina.webresources
 
AbstractResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractResourceSet
 
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
 
AbstractSender() - Constructor for class org.apache.catalina.tribes.transport.AbstractSender
 
AbstractSingleArchiveResource - Class in org.apache.catalina.webresources
 
AbstractSingleArchiveResource(AbstractArchiveResourceSet, String, String, JarEntry, String) - Constructor for class org.apache.catalina.webresources.AbstractSingleArchiveResource
 
AbstractSingleArchiveResourceSet - Class in org.apache.catalina.webresources
Base class for a WebResourceSet based on a single, rather than nested, archive.
AbstractSingleArchiveResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
A no argument constructor is required for this to work with the digester.
AbstractSingleArchiveResourceSet(WebResourceRoot, String, String, String) - Constructor for class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
 
AbstractStreamProvider - Class in org.apache.catalina.tribes.membership.cloud
 
AbstractStreamProvider() - Constructor for class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
 
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 methods or classes: 1024.
ACC_ANNOTATION - Static variable in class org.apache.tomcat.util.bcel.Const
One of the access flags for classes: 8192.
ACC_FINAL - Static variable in class org.apache.tomcat.util.bcel.Const
One of the access flags for fields, methods, or classes: 16.
ACC_INTERFACE - Static variable in class org.apache.tomcat.util.bcel.Const
One of the access flags for classes: 512.
accept() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
 
accept(long) - Static method in class org.apache.tomcat.jni.Local
Deprecated.
Accept a new connection request
accept(long) - Static method in class org.apache.tomcat.jni.Socket
Deprecated.
Accept a new connection request
accept(File, String) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarFilter
 
accept(Serializable, Member) - Method in class org.apache.catalina.ha.ClusterListener
 
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(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
accept(Serializable, Member) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
 
accept(Serializable, Member) - Method in class org.apache.catalina.tribes.membership.cloud.DNSMembershipProvider
 
accept(Serializable, Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
accept(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
accept(ClusterMessage) - Method in class org.apache.catalina.ha.ClusterListener
Accept only a certain type of messages.
accept(ClusterMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Accept only a certain type of messages.
accept(ClusterMessage) - Method in class org.apache.catalina.ha.session.ClusterSessionListener
Accept only a certain type of messages.
accept(ChannelMessage) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
accept(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
 
accept(ChannelMessage) - Method in interface org.apache.catalina.tribes.MessageListener
Allows skipping processing of the specified message.
accept(Request) - Method in class org.apache.coyote.http2.Http2Protocol
 
accept(Request) - Method in interface org.apache.coyote.UpgradeProtocol
Allows the implementation to examine the request and accept or reject it based on what it finds.
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
Deprecated.
Set an OS level accept filter.
acceptGood() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
 
AcceptLanguage - Class in org.apache.tomcat.util.http.parser
 
AcceptLanguage(Locale, double) - Constructor for class org.apache.tomcat.util.http.parser.AcceptLanguage
 
acceptor - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Thread used to accept new connections and pass them to worker threads.
Acceptor<U> - Class in org.apache.tomcat.util.net
 
Acceptor(AbstractEndpoint<?, U>) - Constructor for class org.apache.tomcat.util.net.Acceptor
 
Acceptor.AcceptorState - Enum in org.apache.tomcat.util.net
 
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Deprecated.
This attribute is hard-coded to 1 and is no longer configurable. It will be removed in Tomcat 10.1.
acceptorThreadPriority - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Priority of the acceptor threads.
acceptRenegotiate() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
 
acceptsURL(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
 
acceptx(long, long) - Static method in class org.apache.tomcat.jni.Socket
Deprecated.
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
 
access() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
ACCESS_TIME - Enum constant in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
 
accessCount - Variable in class org.apache.catalina.session.StandardSession
The access count for this session.
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.
accessEntry() - Method in class org.apache.catalina.ha.session.DeltaSession
 
accessEntry() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Access to an existing object.
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 - 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.
AccessLog - Interface in org.apache.catalina
Intended for use by a Valve to indicate that the Valve provides access logging.
AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
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
 
AccessLogListener(StandardEngine, Host, Context) - Constructor for class org.apache.catalina.core.StandardEngine.AccessLogListener
 
AccessLogValve - Class in org.apache.catalina.valves
This is a concrete implementation of AbstractAccessLogValve that outputs the access log to a file.
AccessLogValve() - Constructor for class org.apache.catalina.valves.AccessLogValve
 
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() - Method in class org.apache.coyote.AbstractProcessor
Deprecated.
Unused. This will be removed in Tomcat 10 onwards. Use AbstractProcessor.ack(ContinueResponseTiming).
ack() - Method in class org.apache.coyote.http11.Http11Processor
 
ack(ContinueResponseTiming) - Method in class org.apache.coyote.AbstractProcessor
Process acknowledgment of the request.
ack(ContinueResponseTiming) - Method in class org.apache.coyote.ajp.AjpProcessor
 
ack(ContinueResponseTiming) - Method in class org.apache.coyote.http11.Http11Processor
 
ACK - Enum constant in enum org.apache.coyote.ActionCode
Acknowledge request, most often used for HTTP expectations.
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
Deprecated.
 
ackbuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
acquireMessagePartInProgressSemaphore(byte, long) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
Acquire the semaphore that allows a message part to be written.
acquireMessagePartInProgressSemaphore(byte, long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Acquire the semaphore that allows a message part to be written.
action(ActionCode, Object) - Method in class org.apache.coyote.AbstractProcessor
 
action(ActionCode, Object) - Method in interface org.apache.coyote.ActionHook
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.Request
 
action(ActionCode, Object) - Method in class org.apache.coyote.Response
 
ACTION_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.
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.dbcp2.DelegatingConnection
 
activate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
activate() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableCallableStatement
Activates after retrieval from the pool.
activate() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
 
activateObject(K, PooledObject<V>) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
Reinitializes an instance to be returned by the pool.
activateObject(PStmtKey, PooledObject<DelegatingPreparedStatement>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
KeyedPooledObjectFactory method for activating pooled statements.
activateObject(PooledObject<PoolableConnection>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
 
activateObject(PooledObject<T>) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObjectFactory
Reinitializes an instance to be returned by the pool.
activeFilters - Variable in class org.apache.coyote.http11.Http11OutputBuffer
Active filters for the current request.
activeRemoteStreamCount - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
ACTIVITY_CHECK - Static variable in class org.apache.catalina.session.StandardSession
 
ACTUAL - Enum constant in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
An HTTP request that needs to be pre-flighted.
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(int[]) - Static method in class org.apache.catalina.tribes.util.Arrays
 
add(long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
add(long, long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
Deprecated.
 
add(long, long, int) - Static method in class org.apache.tomcat.jni.Poll
Deprecated.
Add a socket to a pollset with the default timeout.
add(long, long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
Deprecated.
 
add(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
add(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
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(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(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
 
add(String) - Method in class org.apache.catalina.util.NetMaskSet
Creates a NetMask object from the input string and adds it to the set.
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(Throwable) - Method in class org.apache.tomcat.util.MultiThrowable
Add a throwable to the list of wrapped throwables.
add(ByteBuffer) - Method in class org.apache.tomcat.util.net.WriteBuffer
 
add(ELResolver) - Method in class org.apache.jasper.el.JasperELResolver
 
add(HttpServletRequest, PrintWriter, String, boolean, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Add host with the given parameters.
add(HttpServletRequest, String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Add a host using the specified parameters.
add(AccessLog) - Method in class org.apache.catalina.core.AccessLogAdapter
 
add(Session) - Method in interface org.apache.catalina.Manager
Add this Session to the set of active Sessions for this Manager.
add(Session) - Method in class org.apache.catalina.session.ManagerBase
 
add(OrderInterceptor.MessageOrder, OrderInterceptor.MessageOrder) - Static method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
 
add(Member) - Method in interface org.apache.catalina.tribes.ChannelSender
Notify the sender of a member being added to the group.
Optional.
add(Member) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
Deprecated.
 
add(Member) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
Send to the specified member.
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(NetMask) - Method in class org.apache.catalina.util.NetMaskSet
Adds a NetMask object to the set if the set does not contain it
add(ErrorPage) - Method in class org.apache.catalina.util.ErrorPageSupport
 
add(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Deprecated.
Add the sendfile data to the sendfile poller.
add(NioEndpoint.NioSocketWrapper, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Add specified socket and associated pool to the poller.
add(T) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
 
add(T) - Method in interface org.apache.catalina.filters.CsrfPreventionFilter.NonceCache
 
add(T) - Method in class org.apache.catalina.util.ResourceSet
add(T) - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
 
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_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.tomcat.util.descriptor.web.WebXml
 
addAbsoluteOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addAction(int, int, String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.Http11OutputBuffer
Add an output filter to the active filters for the current response.
addAfterOrdering(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addAfterOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addAlias(String) - Method in class org.apache.catalina.core.StandardHost
 
addAlias(String) - Method in interface org.apache.catalina.Host
Add an alias name that should be mapped to this same Host.
addAlias(Mapper.MappedHost) - Method in class org.apache.catalina.mapper.Mapper.MappedHost
 
addAliases(Collection<? extends Mapper.MappedHost>) - Method in class org.apache.catalina.mapper.Mapper.MappedHost
 
addAll(String) - Method in class org.apache.catalina.util.NetMaskSet
Adds a NetMask list from a string input containing a comma-separated list of (hopefully valid) NetMasks.
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
 
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(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(String) - Method in class org.apache.catalina.startup.FailedContext
 
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
 
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) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Add a new attribute name to the set of names accepted by this filter.
addAttribute(String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
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
 
addAuthRole(String) - Method in class org.apache.tomcat.util.descriptor.web.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.dbcp2.DelegatingPreparedStatement
 
addBatch() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
Add batch.
addBatch(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addBeforeOrdering(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addBeforeOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addBootModulePath(Deque<URL>) - Method in class org.apache.tomcat.util.compat.Jre19Compat
 
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
 
addBytesReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
 
addBytesSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
 
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.
addCallParam(String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCertificate(SSLHostConfigCertificate) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
addCertificate(SSLHostConfigCertificate) - Method in class org.apache.tomcat.util.net.SSLHostConfig
 
addChainCertificateRaw(long, byte[]) - Static method in class org.apache.tomcat.jni.SSLContext
Add a certificate to the certificate chain.
addChannelListener(ChannelListener) - Method in interface org.apache.catalina.tribes.Channel
Add a channel listener, this is a callback object when messages are received.
addChannelListener(ChannelListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
addChannelListener(ChannelListener) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
 
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(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 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
 
addChild(Container) - Method in class org.apache.catalina.core.StandardContext
 
addChild(Container) - Method in class org.apache.catalina.core.StandardEngine
Add a new child Container to those associated with this Container, if supported.
addChild(Container) - Method in class org.apache.catalina.core.StandardHost
Add a new child Container to those associated with this Container, if supported.
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(Container) - Method in class org.apache.catalina.startup.FailedContext
 
addClassPath(Deque<URL>) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
addClassResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
 
addClientCACertificateRaw(long, byte[]) - Static method in class org.apache.tomcat.jni.SSLContext
Add a CA certificate we accept as issuer for peer certs
addClusterListener(ClusterListener) - Method in interface org.apache.catalina.ha.CatalinaCluster
Add cluster message listener and register cluster to this listener.
addClusterListener(ClusterListener) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
addCmd(OpenSSLConfCmd) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLConf
 
addCollection(SecurityCollection) - Method in class org.apache.tomcat.util.descriptor.web.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
 
addCondition(RewriteCond) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
 
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.dbcp2.BasicDataSource
Adds a custom connection property to the set that will be passed to our JDBC driver.
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 class org.apache.catalina.core.StandardService
 
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.
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
 
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
 
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.MappedContext, int) - Method in class org.apache.catalina.mapper.Mapper.ContextList
 
addContextParam(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addContextVersion(String, Host, String, String, Context, String[], WebResourceRoot, Collection<WrapperMappingInfo>) - Method in class org.apache.catalina.mapper.Mapper
Add a new Context to an existing Host.
addCookie() - Method in class org.apache.tomcat.util.http.ServerCookies
Register a new, initialized cookie.
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
 
addCredentialHandler(CredentialHandler) - Method in class org.apache.catalina.realm.NestedCredentialHandler
 
addDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
 
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
 
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.
addDefaultMimeTypeMappings(Context) - Static method in class org.apache.catalina.startup.Tomcat
Add the default MIME type mappings to the provide Context.
addDispatch(DispatchType) - Method in class org.apache.coyote.AbstractProcessorLight
 
addDuplicate(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
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.NamingResourcesImpl
Add an EJB resource reference for this web application.
addEjbLocalRef(ContextLocalEjb) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addEjbRef(ContextEjb) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in interface org.apache.catalina.valves.AbstractAccessLogValve.AccessLogElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ByteSentElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ConnectionStatusElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.CookieElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.FirstByteTimeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HeaderElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HostElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HttpStatusCodeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LocalAddrElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LocalServerNameElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LogicalUserNameElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.MethodElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ProtocolElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.QueryElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestAttributeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestURIElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ResponseHeaderElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.SessionAttributeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.SessionIdElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.StringElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ThreadNameElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.UserElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.JsonAccessLogValve.CharElement
 
addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
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.
addEndpoint(ServerEndpointConfig) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Published the provided endpoint implementation at the specified path with the specified configuration.
addEnvEntry(ContextEnvironment) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addEnvironment(String, String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add an environment entry for this web application.
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.NamingResourcesImpl
 
addEnvironment(ContextEnvironment) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
Add an environment entry for this web application.
addEnvName(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
 
addEnvValue(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
 
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
 
addErrorPage(ErrorPage) - Method in class org.apache.catalina.startup.FailedContext
 
addErrorPage(ErrorPage) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addEvaluationListener(EvaluationListener) - Method in class org.apache.el.lang.EvaluationContext
 
addEvent(Runnable) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
addExecutor(String) - Method in class org.apache.catalina.mbeans.ServiceMBean
Adds a named executor to the service
addExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
 
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, ObjectCreationFactory, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFaultyMember(ChannelException.FaultyMember) - Method in exception org.apache.catalina.tribes.ChannelException
Adds a faulty member
addFaultyMember(ChannelException.FaultyMember[]) - Method in exception org.apache.catalina.tribes.ChannelException
Adds a list of faulty members
addFaultyMember(Member, Exception) - Method in exception org.apache.catalina.tribes.ChannelException
Adds a faulty member, and the reason the member failed.
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.RepeatableArchive
Sets the files to be processed
addFileset(FileSet) - Method in class org.apache.tomcat.buildutil.Txt2Html
Sets the files to be converted into HTML
addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, Filter) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.Http11OutputBuffer
Add an output filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http2.Http2OutputBuffer
Add a filter at the start of the existing processing chain.
addFilter(FilterDef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
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
 
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
 
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
 
addFilterMapBefore(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
 
addFilterMapping(FilterMap) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addFunction(String, String, String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
 
addGeneratedClass(String) - Static method in class org.apache.tomcat.util.digester.Digester
 
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.GenericUser
 
addGroupRole(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Add role to a group.
addHandler(HandlerRef) - Method in class org.apache.naming.ServiceRef
 
addHandler(ContextHandler) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
 
addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addHeader(String, String) - Method in class org.apache.catalina.connector.Response
 
addHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
addHeader(String, String) - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
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.
addHeader(String, String, Charset) - Method in class org.apache.coyote.Response
 
addHost(String, String[], Host) - Method in class org.apache.catalina.mapper.Mapper
Add a new host to the mapper.
addHostAlias(String, String) - Method in class org.apache.catalina.mapper.Mapper
Add an alias to an existing host.
addIncludeCoda(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
 
addIncludePrelude(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
 
addInitParam(String, String) - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
 
addInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapper
 
addInitParameter(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new servlet initialization parameter for this servlet.
addInitParameter(String, String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Add an initialization parameter to the set of parameters associated with this filter.
addInitParameter(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Add an initialization parameter to the set of parameters associated with this servlet.
addInjectionTarget(String, String) - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
 
addInjectionTarget(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
 
addInterceptor(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.Channel
Adds an interceptor to the stack for message processing.
addInterceptor(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
addIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
 
addIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
 
addJarResources(WebResourceSet) - Method in interface org.apache.catalina.WebResourceRoot
Adds the provided WebResourceSet to this web application as a 'Jar' resource.
addJarResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
 
addJspFile(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
addJspFile(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addJspFile(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addJspPropertyGroup(JspPropertyGroup) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addLifecycleListener(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Add a LifecycleEvent listener to this component.
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
 
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleBase
 
addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
Adds complete information about a simple line mapping.
addLineInfo(SmapStratum.LineInfo) - Method in class org.apache.jasper.compiler.SmapStratum
 
addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(Class<? extends EventListener>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addListener(String) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addListener(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
 
addListener(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
addListener(AsyncListener) - Method in class org.apache.catalina.core.AsyncContextImpl
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.AsyncContextImpl
 
addListener(T) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(T) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(T) - Method in class org.apache.jasper.servlet.JspCServletContext
 
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.tomcat.util.descriptor.web.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
 
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.NamingResourcesImpl
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.NoDescriptorRegistry
 
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 class org.apache.catalina.core.StandardWrapper
 
addMapping(String) - Method in interface org.apache.catalina.Wrapper
Add a mapping associated with the Wrapper.
addMapping(String...) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
addMember(Member) - 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.
addMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
addMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
 
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.tomcat.util.descriptor.web.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
Deprecated.
This will be removed in Tomcat 10. Use StandardContext.getNamingResources() instead
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Add a message destination reference for this web application.
addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
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
 
addMessageHandler(MessageHandler) - Method in class org.apache.tomcat.websocket.WsSession
 
addMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.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
 
addMimeMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addMimeMapping(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addMsgsReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
 
addMsgsSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
 
addNegotiatedProtocol(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
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
 
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
 
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() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Not supported in this base implementation.
addObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Creates an object, and place it into the pool. addObject() is useful for "pre-loading" a pool with idle objects.
addObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Creates an object, and places it into the pool. addObject() is useful for "pre-loading" a pool with idle objects.
addObject() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Creates an object using the factory or other implementation dependent mechanism, passivate it, and then place it in the idle object pool.
addObject(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Create an object using the factory, passivate it, and then place it in the idle object pool.
addObject(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Creates 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, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjects(int) - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Calls ObjectPool.addObject() count number of times.
addObjects(Collection<K>, int) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Calls KeyedObjectPool.addObject(Object) with each key in keys for count number of times.
addObjects(K, int) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Calls KeyedObjectPool.addObject(Object) key count number of times.
addOmittedMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.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 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
 
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.
addPathParameter(String, String) - Method in class org.apache.catalina.connector.Request
 
addPathParameter(String, String) - Method in class org.apache.coyote.Request
 
addPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Add a URL pattern to be part of this web resource collection.
addPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
 
addPlugin(String, String) - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
 
addPortcomponent(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
 
addPortName(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
 
AddPortOffsetRule - Class in org.apache.catalina.startup
 
AddPortOffsetRule() - Constructor for class org.apache.catalina.startup.AddPortOffsetRule
 
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.tomcat.util.descriptor.web.WebXml
 
addPostResources(WebResourceSet) - Method in interface org.apache.catalina.WebResourceRoot
Adds the provided WebResourceSet to this web application as a 'Post' resource.
addPostResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
 
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.tomcat.util.descriptor.web.WebXml
 
addPreResources(WebResourceSet) - Method in interface org.apache.catalina.WebResourceRoot
Adds the provided WebResourceSet to this web application as a 'Pre' resource.
addPreResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
 
addProperty(String, String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
addProperty(PersistentProviderRegistrations.Property) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
 
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
 
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.NamingResourcesImpl
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
 
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
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
 
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.
addProvider(PersistentProviderRegistrations.Provider) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Providers
 
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.
addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
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
 
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.NamingResourcesImpl
 
addResource(ContextResource) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
Add a resource reference for this web application.
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.NamingResourcesImpl
Add a resource environment reference for this web application.
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addResourceLink(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Add a resource link reference for this web application.
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.NamingResourcesImpl
 
addResourceLink(ContextResourceLink) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
Add a resource link for this web application.
addResourceRef(ContextResource) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
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(ByteBuffer) - Static method in class org.apache.tomcat.jni.Buffer
Returns the memory address of the ByteBuffer.
Address - Class in org.apache.tomcat.jni
Deprecated.
The scope of the APR/Native Library will be reduced in Tomcat 10.1.x / Tomcat Native 2.x onwards to only include those components required to provide OpenSSL integration with the NIO and NIO2 connectors.
Address() - Constructor for class org.apache.tomcat.jni.Address
Deprecated.
 
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.Group
Add a new Role to those assigned specifically to this group.
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.GenericGroup
 
addRole(Role) - Method in class org.apache.catalina.users.GenericUser
 
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
 
addRoleMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addrspaceSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Deprecated.
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
 
addRuleInstances(Digester) - Method in class org.apache.catalina.realm.MemoryRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.ContextRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.CredentialHandlerRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.EngineRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.HostRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.NamingRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.catalina.startup.RealmRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.tomcat.util.descriptor.tld.ImplicitTldRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet
 
addRuleInstances(Digester) - Method in class org.apache.tomcat.util.descriptor.web.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).
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
Deprecated.
 
addSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
 
addSecurityConstraint(SecurityConstraint) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addSecurityReference(String, String) - Method in class org.apache.catalina.core.StandardWrapper
 
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
 
addSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
 
addSecurityRole(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addSecurityRoleRef(SecurityRoleRef) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Add a security-role-ref to the set of security-role-refs associated with this servlet.
addService(Service) - Method in class org.apache.catalina.core.StandardServer
 
addService(Service) - Method in interface org.apache.catalina.Server
Add a new Service to the set of defined Services.
addService(ContextService) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified web service in the naming context.
addService(ContextService) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Add a web service reference for this web application.
addServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Deprecated.
Unused. Will be removed in Tomcat 10.1.x onwards. Use FarmWarDeployer.tryAddServiced(java.lang.String)
addServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Deprecated.
Unused. Will be removed in Tomcat 10.1.x onwards. Use ManagerServlet.tryAddServiced(java.lang.String)
addServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Deprecated.
Unused. This method will be removed in Tomcat 10.1.x onwards. Use HostConfig.tryAddServiced(java.lang.String) instead.
addServiceRef(ContextService) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(String, String, String) - Method in class org.apache.catalina.startup.Tomcat
Equivalent to <servlet><servlet-name><servlet-class>.
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(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, Servlet) - Method in class org.apache.jasper.servlet.JspCServletContext
 
addServlet(Context, String, String) - Static method in class org.apache.catalina.startup.Tomcat
addServlet(Context, String, Servlet) - Static method in class org.apache.catalina.startup.Tomcat
addServlet(ServletDef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
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
 
addServletContainerInitializer(ServletContainerInitializer, Set<Class<?>>) - Method in class org.apache.catalina.startup.FailedContext
 
addServletMapping(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addServletMappingDecoded(String, String) - Method in interface org.apache.catalina.Context
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMappingDecoded(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addServletMappingDecoded(String, String, boolean) - Method in interface org.apache.catalina.Context
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
addServletMappingDecoded(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
 
addServletMappingDecoded(String, String, boolean) - Method in class org.apache.catalina.startup.FailedContext
 
addServletName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
 
addServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in interface org.apache.catalina.Context
Notification that Servlet security has been dynamically set in a ServletRegistration.Dynamic
addServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.apache.catalina.core.StandardContext
 
addServletSecurity(ServletRegistration.Dynamic, 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) - 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
 
addSessionListener(SessionListener, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
addSessionTrackingMode(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
 
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[]) - Method in class org.apache.tomcat.util.digester.Digester
 
addSoapHeaders(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
 
addSoapRole(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
 
addSslHostConfig(SSLHostConfig) - Method in class org.apache.catalina.connector.Connector
 
addSslHostConfig(SSLHostConfig) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
addSslHostConfig(SSLHostConfig) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
addSslHostConfig(SSLHostConfig) - Method in interface org.apache.coyote.ProtocolHandler
Add a new SSL configuration for a virtual host.
addSslHostConfig(SSLHostConfig) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Add the given SSL Host configuration.
addSslHostConfig(SSLHostConfig, boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
addSslHostConfig(SSLHostConfig, boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
addSslHostConfig(SSLHostConfig, boolean) - Method in interface org.apache.coyote.ProtocolHandler
Add a new SSL configuration for a virtual host.
addSslHostConfig(SSLHostConfig, boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Add the given SSL Host configuration, optionally replacing the existing configuration for the given host.
addStaticMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
addStaticMember(StaticMember) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
addSuspects - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
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.
addTag(TagXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
 
addTagFile(TagFileXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
 
addTaglib(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addTimestamp(StringBuilder, long) - Method in class org.apache.juli.OneLineFormatter
 
addToEnvironment(String, Object) - Method in class org.apache.naming.NamingContext
 
addToEnvironment(String, Object) - Method in class org.apache.naming.SelectorContext
 
addToQueue(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
addTrace(AbandonedTrace) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Adds an object to the list of objects being traced.
addTransactionContextListener(TransactionContextListener) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
Adds a listener for transaction completion events.
addTransformer(ClassFileTransformer) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
addTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
Adds the specified class file transformer to this class loader.
addTransientAttribute(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
addTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
addUpgradeInfo(UpgradeInfo) - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
 
addUpgradeProtocol(UpgradeProtocol) - Method in class org.apache.catalina.connector.Connector
 
addUpgradeProtocol(UpgradeProtocol) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
 
addUpgradeProtocol(UpgradeProtocol) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
addUpgradeProtocol(UpgradeProtocol) - Method in interface org.apache.coyote.ProtocolHandler
Add a new protocol for used by HTTP/1.1 upgrade or ALPN.
addURL(URL) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
addUrlPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
 
addURLPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
 
addUrlPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
 
addURLPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
 
addUser(String, String) - Method in class org.apache.catalina.startup.Tomcat
Add a user for the in-memory realm.
addUserFactory(URLStreamHandlerFactory) - Method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
Since the JVM only allows a single call to URL.setURLStreamHandlerFactory(URLStreamHandlerFactory) and Tomcat needs to register a handler, provide a mechanism to allow applications to register their own handlers.
addUserGroup(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Add group to user.
addUserRole(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Add specified role to the user.
addValue(byte[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using un-translated byte[].
addValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValve(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Adds a valve to this Container instance.
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
 
addValve(Valve) - Method in interface org.apache.catalina.ha.CatalinaCluster
Add cluster valve.
addValve(Valve) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
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(HttpServletResponse, String) - Static method in class org.apache.tomcat.util.http.ResponseUtil
 
addVaryFieldName(MimeHeaders, String) - Static method in class org.apache.tomcat.util.http.ResponseUtil
 
addWaitingProcessor(Processor) - Method in class org.apache.coyote.AbstractProtocol
 
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
 
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, 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
 
addWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
 
addWelcomeFile(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
addWelcomeFile(String, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
Add a welcome file to the given context.
addWithTimeout(long, long, int, long) - Static method in class org.apache.tomcat.jni.Poll
Deprecated.
Add a socket to a pollset with a specific timeout.
addWrapper(String, String, String, String, Wrapper, boolean, boolean) - Method in class org.apache.catalina.mapper.Mapper
 
addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Add a new JspServletWrapper.
addWrapper(Mapper.ContextVersion, String, Wrapper, boolean, boolean) - Method in class org.apache.catalina.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
 
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
 
addWrapperListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
addWrappers(String, String, String, Collection<WrapperMappingInfo>) - Method in class org.apache.catalina.mapper.Mapper
 
adjustRelativePath(String) - Static method in class org.apache.tomcat.util.net.SSLHostConfig
 
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).
AEAD - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
 
AES128 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AES128CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AES128CCM8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AES128GCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AES256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AES256CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AES256CCM8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AES256GCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
AFTER_DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component after destroy" event.
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_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.
afterCompletion(TransactionContext, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection.CompletionListener
 
afterCompletion(TransactionContext, boolean) - Method in interface org.apache.tomcat.dbcp.dbcp2.managed.TransactionContextListener
Occurs after the transaction commits or rolls back.
afterExecute(Runnable, Throwable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Method invoked upon completion of execution of the given Runnable.
afterLast() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
AjpAprProtocol - Class in org.apache.coyote.ajp
Deprecated.
The APR/Native Connector will be removed in Tomcat 10.1.x onwards.
AjpAprProtocol() - Constructor for class org.apache.coyote.ajp.AjpAprProtocol
Deprecated.
 
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
 
AjpNio2Protocol - Class in org.apache.coyote.ajp
This the NIO2 based protocol handler implementation for AJP.
AjpNio2Protocol() - Constructor for class org.apache.coyote.ajp.AjpNio2Protocol
 
AjpNioProtocol - Class in org.apache.coyote.ajp
This the NIO based protocol handler implementation for AJP.
AjpNioProtocol() - Constructor for class org.apache.coyote.ajp.AjpNioProtocol
 
AjpProcessor - Class in org.apache.coyote.ajp
AJP Processor implementation.
AjpProcessor(AbstractAjpProtocol<?>, Adapter) - Constructor for class org.apache.coyote.ajp.AjpProcessor
 
AjpProcessor.SocketInputBuffer - Class in org.apache.coyote.ajp
This class is an input buffer which will read its data from an input stream.
AjpProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
This class is an output buffer which will write data to an output stream.
algorithm - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Algorithm.
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
 
allMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
 
alloc(long) - Static method in class org.apache.tomcat.jni.Proc
Deprecated.
Allocate apr_proc_t structure from pool This is not an apr function.
alloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Deprecated.
Unused. Will be removed in Tomcat 10.1
allocate() - Method in class org.apache.catalina.core.StandardWrapper
 
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.tomcat.dbcp.pool2.impl.DefaultPooledObject
Allocates the object.
allocate() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Allocates the object.
allocate(int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
ALLOCATED - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
In use.
allocatePoller(int, long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint
Deprecated.
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.
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.
allowCoreThreadTimeOut(boolean) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Sets the policy governing whether core threads may time out and terminate if no tasks arrive within the keep-alive time, being replaced if needed when new tasks arrive.
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)
allowsCoreThreadTimeOut() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns true if this pool allows core threads to time out and terminate if no tasks arrive within the keepAlive time, being replaced if needed when new tasks arrive.
allowTrace - Variable in class org.apache.catalina.connector.Connector
Do we allow TRACE ?
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.
allProceduresAreCallable() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
allRolesMode - Variable in class org.apache.catalina.realm.RealmBase
The all role mode.
allTablesAreSelectable() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
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
alternateURL - Variable in class org.apache.catalina.realm.JNDIRealm
An alternate URL, to which, we should connect if connectionURL fails.
ALWAYS - Enum constant in enum org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
 
ALWAYS - Enum constant in enum org.apache.coyote.ContinueResponseTiming
Internal use only.
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
 
ANCIENT_DATE - Static variable in class org.apache.tomcat.util.http.CookieProcessorBase
 
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.SystemLogHandler - Class in org.apache.jasper.compiler
 
antiLocking() - Method in class org.apache.catalina.startup.ContextConfig
 
aNULL - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
 
ANY - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
 
ANY - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
 
anyMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
 
appCommitted - Variable in class org.apache.catalina.connector.Response
The application commit flag.
append(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(byte) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(byte) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Add data to the buffer.
append(byte[], int, int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Add data to the buffer.
append(byte[], int, int, boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
 
append(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
append(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Add data to the buffer.
append(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer.
append(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
append(long) - Method in class org.apache.catalina.tribes.io.XByteBuffer
 
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(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.
append(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
Deprecated.
Append the specified file to another file.
append(ByteBuffer) - Method in class org.apache.catalina.connector.OutputBuffer
 
append(ByteBuffer) - Method in class org.apache.tomcat.util.buf.ByteChunk
Add data to the buffer.
append(ByteBuffer, int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Appends the data to the buffer.
append(ByteBuffer, int, boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
Append new bytes to buffer.
append(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
append(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
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(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.
appendBytes(ByteBuffer) - Method in class org.apache.coyote.ajp.AjpMessage
Copy a chunk of bytes into the packet, starting at the current write position.
appendBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
Write a MessageBytes 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.
appendInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
Add a short integer (2 bytes) to the message.
APPLICATION - Static variable in class org.apache.catalina.util.ManifestResource
 
applicationAnnotationsConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the application classes annotations, if it exists.
ApplicationBufferHandler - Interface in org.apache.tomcat.util.net
Callback interface to be able to expand buffers when buffer overflow exceptions happen or to replace buffers
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
 
ApplicationFilterChain - Class in org.apache.catalina.core
Implementation of javax.servlet.FilterChain used to manage the execution of a set of filters for a particular request.
ApplicationFilterChain() - Constructor for class org.apache.catalina.core.ApplicationFilterChain
 
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
 
ApplicationMapping - Class in org.apache.catalina.core
 
ApplicationMapping(MappingData) - Constructor for class org.apache.catalina.core.ApplicationMapping
 
ApplicationParameter - Class in org.apache.tomcat.util.descriptor.web
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.tomcat.util.descriptor.web.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
 
ApplicationPushBuilder - Class in org.apache.catalina.core
 
ApplicationPushBuilder(Request, HttpServletRequest) - Constructor for class org.apache.catalina.core.ApplicationPushBuilder
 
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
 
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(long, String, String) - Static method in class org.apache.tomcat.jni.SSLConf
Apply a command to an SSL_CONF context.
apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
 
applyConf(OpenSSLConf, long, long) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
applyDiff(byte[], int, int) - Method in class org.apache.catalina.ha.session.DeltaSession
 
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
Deprecated.
 
APR_ANYADDR - Static variable in class org.apache.tomcat.jni.Address
Deprecated.
 
APR_BADARG - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_BADCH - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_BLK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a block device
APR_CHARSET_EBCDIC - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_CHILD_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_CHILD_DONE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_CHILD_NOTDONE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_CHR - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a character device
APR_CUR - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Current
APR_DETACH - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_DIR - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a directory
APR_EABOVEROOT - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EABSOLUTE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EBADDATE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EBADIP - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EBADMASK - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EBADPATH - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EBUSY - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EDSOOPEN - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EGENERAL - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EINCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EINIT - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EINVALSOCK - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EMISMATCH - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_END - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Go to end of file
APR_ENODIR - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOLOCK - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOPOLL - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOPOOL - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOPROC - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOSHMAVAIL - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOSOCKET - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOSTAT - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
APR Error Values
APR_ENOTENOUGHENTROPY - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOTHDKEY - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOTHREAD - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOTIME - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ENOTIMPL - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EOF - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EPATHWILD - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_EPROC_UNKNOWN - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ERELATIVE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_ESYMNOTFOUND - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_FILE_ATTR_EXECUTABLE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
File is executable
APR_FILE_ATTR_HIDDEN - Static variable in class org.apache.tomcat.jni.File
Deprecated.
File is hidden
APR_FILE_ATTR_READONLY - Static variable in class org.apache.tomcat.jni.File
Deprecated.
File is read-only
APR_FILEBASED - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_FILES_AS_SOCKETS - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_FINFO_ATIME - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Access Time
APR_FINFO_CSIZE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Storage size consumed by the file
APR_FINFO_CTIME - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Creation or inode-changed time
APR_FINFO_DEV - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Device
APR_FINFO_DIRENT - Static variable in class org.apache.tomcat.jni.File
Deprecated.
an atomic unix apr_dir_read()
APR_FINFO_GPROT - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Group protection bits
APR_FINFO_GROUP - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Group
APR_FINFO_ICASE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
if dev is case insensitive
APR_FINFO_IDENT - Static variable in class org.apache.tomcat.jni.File
Deprecated.
dev and inode
APR_FINFO_INODE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Inode
APR_FINFO_LINK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Stat the link not the file itself if it is a link
APR_FINFO_MIN - Static variable in class org.apache.tomcat.jni.File
Deprecated.
type, mtime, ctime, atime, size
APR_FINFO_MTIME - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Modification Time
APR_FINFO_NAME - Static variable in class org.apache.tomcat.jni.File
Deprecated.
->name in proper case
APR_FINFO_NLINK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Number of links
APR_FINFO_NORM - Static variable in class org.apache.tomcat.jni.File
Deprecated.
an atomic unix apr_stat()
APR_FINFO_OWNER - Static variable in class org.apache.tomcat.jni.File
Deprecated.
user and group
APR_FINFO_PROT - Static variable in class org.apache.tomcat.jni.File
Deprecated.
all protections
APR_FINFO_SIZE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Size of the file
APR_FINFO_TYPE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Type
APR_FINFO_UPROT - Static variable in class org.apache.tomcat.jni.File
Deprecated.
User protection bits
APR_FINFO_USER - Static variable in class org.apache.tomcat.jni.File
Deprecated.
User
APR_FINFO_WPROT - Static variable in class org.apache.tomcat.jni.File
Deprecated.
World protection bits
APR_FLOCK_EXCLUSIVE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Exclusive lock.
APR_FLOCK_NONBLOCK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
do not block while acquiring the file lock
APR_FLOCK_SHARED - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Shared lock.
APR_FLOCK_TYPEMASK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
mask to extract lock type
APR_FOPEN_APPEND - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Append to the end of the file
APR_FOPEN_BINARY - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Open the file in binary mode
APR_FOPEN_BUFFERED - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Open the file for buffered I/O
APR_FOPEN_CREATE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Create the file if not there
APR_FOPEN_DELONCLOSE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Delete the file after close
APR_FOPEN_EXCL - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Open should fail if APR_CREATE and file exists.
APR_FOPEN_LARGEFILE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
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
Deprecated.
Do not register a cleanup when the file is opened
APR_FOPEN_READ - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Open the file for reading
APR_FOPEN_SENDFILE_ENABLED - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Advisory flag that this file should support apr_socket_sendfile operation
APR_FOPEN_SHARELOCK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
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
Deprecated.
Open the file and truncate to 0 length
APR_FOPEN_WRITE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Open the file for writing
APR_FOPEN_XTHREAD - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Platform dependent tag to open the file for use across multiple threads
APR_FPROT_GEXECUTE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Execute by group
APR_FPROT_GREAD - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Read by group
APR_FPROT_GSETID - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Set group id
APR_FPROT_GWRITE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Write by group
APR_FPROT_OS_DEFAULT - Static variable in class org.apache.tomcat.jni.File
Deprecated.
use OS's default permissions
APR_FPROT_UEXECUTE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Execute by user
APR_FPROT_UREAD - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Read by user
APR_FPROT_USETID - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Set user id
APR_FPROT_UWRITE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Write by user
APR_FPROT_WEXECUTE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Execute by others
APR_FPROT_WREAD - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Read by others
APR_FPROT_WSTICKY - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Sticky bit
APR_FPROT_WWRITE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
Write by others
APR_FULL_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_FULL_NONBLOCK - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_HAS_DSO - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_FORK - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_LARGE_FILES - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_MMAP - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_OS_UUID - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_OTHER_CHILD - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_PROC_INVOKED - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_RANDOM - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_SENDFILE - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_SHARED_MEMORY - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_SO_ACCEPTFILTER - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_THREADS - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_UNICODE_FS - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_USER - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAS_XTHREAD_FILES - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAVE_IPV6 - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_HAVE_UNIX - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_INCHILD - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
APR Status Values
APR_INCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_INCOMPLETE_READ - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Set on non-blocking sockets (timeout !
APR_INCOMPLETE_WRITE - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
like APR_INCOMPLETE_READ, but for write
APR_INET - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
 
APR_INET6 - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
 
APR_INPARENT - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_IPV4_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
 
APR_IPV6_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
 
APR_IPV6_V6ONLY - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Don't accept IPv4 connections on an IPv6 listening socket.
APR_IS_BIGENDIAN - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
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
Deprecated.
wait forever for the process to complete
APR_KEYBASED - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_KILL_AFTER_TIMEOUT - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
SIGTERM, wait 3 seconds, SIGKILL
APR_KILL_ALWAYS - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
process is sent SIGKILL on apr_pool_t cleanup
APR_KILL_NEVER - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
process is never sent any signals
APR_KILL_ONLY_ONCE - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
send SIGTERM and then wait
APR_LIMIT_CPU - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_LIMIT_MEM - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_LIMIT_NOFILE - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_LIMIT_NPROC - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_LNK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a symbolic link
APR_LOCAL - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
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
Deprecated.
Use the default process lock
APR_LOCK_FCNTL - Static variable in class org.apache.tomcat.jni.Lock
Deprecated.
fcntl()
APR_LOCK_FLOCK - Static variable in class org.apache.tomcat.jni.Lock
Deprecated.
flock()
APR_LOCK_POSIXSEM - Static variable in class org.apache.tomcat.jni.Lock
Deprecated.
POSIX semaphore process-based locking
APR_LOCK_PROC_PTHREAD - Static variable in class org.apache.tomcat.jni.Lock
Deprecated.
POSIX pthread process-based locking
APR_LOCK_SYSVSEM - Static variable in class org.apache.tomcat.jni.Lock
Deprecated.
System V Semaphores
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
Deprecated.
APR_MAX_SECS_TO_LINGER - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_LIMIT - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_MMAP_READ - Static variable in class org.apache.tomcat.jni.Mmap
Deprecated.
MMap opened for reading
APR_MMAP_THRESHOLD - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_MMAP_WRITE - Static variable in class org.apache.tomcat.jni.Mmap
Deprecated.
MMap opened for writing
APR_MSEC_PER_USEC - Static variable in class org.apache.tomcat.jni.Time
Deprecated.
number of milliseconds per microsecond
APR_NO_DESC - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
nothing here
APR_NO_PIPE - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_NOFILE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
no file type determined
APR_NOTDETACH - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_NOTFOUND - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_NOWAIT - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
do not wait -- just see if it has finished
APR_O_NONBLOCK_INHERITED - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_OC_REASON_DEATH - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
child has died, caller must call unregister still
APR_OC_REASON_LOST - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
somehow the child exited without us knowing ... buggy os?
APR_OC_REASON_RESTART - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
write_fd is unwritable
APR_OS_ERRSPACE_SIZE - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
APR_OS_START_USEERR is obsolete, defined for compatibility only.
APR_OS_START_USERERR - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
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
Deprecated.
 
APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_PATH_MAX - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_PIPE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a FIFO / pipe
APR_POLL_FILE - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
descriptor refers to a file
APR_POLL_LASTDESC - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
descriptor is the last one in the list
APR_POLL_SOCKET - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
descriptor refers to a socket
APR_POLLERR - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
Pending error
APR_POLLHUP - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
Hangup occurred
APR_POLLIN - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
Can read without blocking
APR_POLLNVAL - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
Descriptor invalid
APR_POLLOUT - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
Can write without blocking
APR_POLLPRI - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
Priority data available
APR_POLLSET_THREADSAFE - Static variable in class org.apache.tomcat.jni.Poll
Deprecated.
Adding or Removing a Descriptor is thread safe
APR_POLLSET_WAKEABLE - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_PROC_DETACH_DAEMONIZE - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
Do not detach
APR_PROC_DETACH_FOREGROUND - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
 
APR_PROC_EXIT - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
process exited normally
APR_PROC_SIGNAL - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
process exited due to a signal
APR_PROC_SIGNAL_CORE - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
process exited and dumped a core file
APR_PROGRAM - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
invoke the program directly, no copied env
APR_PROGRAM_ENV - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
invoke the program, replicating our environment
APR_PROGRAM_PATH - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
find program on PATH, use our environment
APR_PROTO_SCTP - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
SCTP
APR_PROTO_TCP - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
TCP
APR_PROTO_UDP - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
UDP
APR_REG - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a regular file
APR_REMOTE - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
 
APR_RESET_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
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
Deprecated.
Set the file position
APR_SHELLCM - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
use the shell to invoke the program
APR_SHELLCMD_ENV - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
use the shell to invoke the program, replicating our environment
APR_SHUTDOWN_READ - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
no longer allow read request
APR_SHUTDOWN_READWRITE - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
no longer allow read or write requests
APR_SHUTDOWN_WRITE - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
no longer allow write requests
APR_SIZEOF_VOIDP - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_SO_DEBUG - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Debug
APR_SO_DISCONNECTED - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Disconnected
APR_SO_KEEPALIVE - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Keepalive
APR_SO_LINGER - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Linger
APR_SO_NONBLOCK - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Non-blocking IO
APR_SO_RCVBUF - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Receive buffer
APR_SO_REUSEADDR - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Reuse addresses
APR_SO_SNDBUF - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Send buffer
APR_SOCK - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a [unix domain] socket
APR_STATUS_IS_ANONYMOUS(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_BADARG(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_BADCH(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_CHILD_DONE(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_CHILD_NOTDONE(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_DETACH(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EABOVEROOT(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EABSOLUTE(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EAGAIN(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EBADDATE(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EBADIP(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EBADMASK(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EBADPATH(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EBUSY(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ECONNABORTED(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ECONNRESET(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EDSOPEN(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EGENERAL(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EINCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EINIT(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EINPROGRESS(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EINTR(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EINVAL(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EINVALSOCK(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EMISMATCH(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENODIR(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOLOCK(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOPOLL(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOPOOL(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOPROC(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOSHMAVAIL(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOSOCKET(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOSTAT(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOTENOUGHENTROPY(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOTHDKEY(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOTHREAD(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOTIME(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOTIMPL(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ENOTSOCK(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EOF(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EPATHWILD(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_EPROC_UNKNOWN(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ERELATIVE(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ESYMNOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_ETIMEDOUT(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_FILEBASED(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_INCHILD(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_INCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_INPARENT(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_KEYBASED(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_NOTDETACH(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_NOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_STATUS_IS_TIMEUP(int) - Static method in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_SUCCESS - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
no error.
APR_TCP_DEFER_ACCEPT - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
Delay accepting of new connections until data is available.
APR_TCP_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
For SCTP sockets, this is mapped to STCP_NODELAY internally.
APR_TCP_NODELAY_INHERITED - Static variable in class org.apache.tomcat.jni.Library
Deprecated.
APR_TCP_NOPUSH - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
No push
APR_TIMEUP - Static variable in class org.apache.tomcat.jni.Status
Deprecated.
 
APR_UNIX - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
 
APR_UNKFILE - Static variable in class org.apache.tomcat.jni.File
Deprecated.
a file of some other unknown type
APR_UNSPEC - Static variable in class org.apache.tomcat.jni.Socket
Deprecated.
 
APR_USEC_PER_SEC - Static variable in class org.apache.tomcat.jni.Time
Deprecated.
number of microseconds per second
APR_WAIT - Static variable in class org.apache.tomcat.jni.Proc
Deprecated.
wait for the specified process to finish
AprEndpoint - Class in org.apache.tomcat.util.net
Deprecated.
The APR/Native Connector will be removed in Tomcat 10.1.x onwards.
AprEndpoint() - Constructor for class org.apache.tomcat.util.net.AprEndpoint
Deprecated.
 
AprEndpoint.AprSocketWrapper - Class in org.apache.tomcat.util.net
Deprecated.
 
AprEndpoint.Poller - Class in org.apache.tomcat.util.net
Deprecated.
 
AprEndpoint.Sendfile - Class in org.apache.tomcat.util.net
Deprecated.
 
AprEndpoint.SendfileData - Class in org.apache.tomcat.util.net
Deprecated.
SendfileData class.
AprEndpoint.SocketInfo - Class in org.apache.tomcat.util.net
Deprecated.
 
AprEndpoint.SocketList - Class in org.apache.tomcat.util.net
Deprecated.
 
AprEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
Deprecated.
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketTimeouts - Class in org.apache.tomcat.util.net
Deprecated.
 
AprEndpoint.SocketWithOptionsProcessor - Class in org.apache.tomcat.util.net
Deprecated.
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
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
Deprecated.
AprSocketWrapper(Long, AprEndpoint) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.AprSocketWrapper
Deprecated.
 
AprSSLSupport - Class in org.apache.tomcat.util.net
Deprecated.
The APR/Native Connector will be removed in Tomcat 10.1.x onwards.
AprSSLSupport(AprEndpoint.AprSocketWrapper, String) - Constructor for class org.apache.tomcat.util.net.AprSSLSupport
Deprecated.
 
AprStatus - Class in org.apache.catalina.core
Holds APR status without the need to load other classes.
AprStatus() - Constructor for class org.apache.catalina.core.AprStatus
 
aprVersionString() - Static method in class org.apache.tomcat.jni.Library
 
archiveEntries - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
archiveLock - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
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.
ARIA128GCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
ARIA256GCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
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
 
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
 
Asn1Parser - Class in org.apache.tomcat.util.buf
This is a very basic ASN.1 parser that provides the limited functionality required by Tomcat.
Asn1Parser(byte[]) - Constructor for class org.apache.tomcat.util.buf.Asn1Parser
 
Asn1Writer - Class in org.apache.tomcat.util.buf
 
Asn1Writer() - Constructor for class org.apache.tomcat.util.buf.Asn1Writer
 
assemble() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
 
assertInitializationAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Throws an IllegalStateException, if a PooledConnection has already been requested.
assertOpen() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Throws an IllegalStateException when this pool has been closed.
assign(long, long) - Static method in class org.apache.tomcat.jni.SSLConf
Assign an SSL context to an SSL_CONF context.
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
 
ASYNC - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
 
ASYNC_COMPLETE - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.complete().
ASYNC_DISPATCH - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.dispatch().
ASYNC_DISPATCHED - Enum constant in enum org.apache.coyote.ActionCode
Callback to indicate the the actual dispatch has started and that the async state needs change.
ASYNC_END - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
 
ASYNC_ERROR - Enum constant in enum org.apache.coyote.ActionCode
Callback to trigger the error processing.
ASYNC_IO - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
 
ASYNC_IS_ASYNC - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async processing is in progress.
ASYNC_IS_COMPLETING - Enum constant in enum org.apache.coyote.ActionCode
Call back to determine if async complete is in progress.
ASYNC_IS_DISPATCHING - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async dispatch is in progress.
ASYNC_IS_ERROR - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async is in error.
ASYNC_IS_STARTED - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async dispatch is in progress.
ASYNC_IS_TIMINGOUT - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async is timing out.
ASYNC_POST_PROCESS - Enum constant in enum org.apache.coyote.ActionCode
Callback to trigger post processing.
ASYNC_RUN - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.start(Runnable).
ASYNC_SETTIMEOUT - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.setTimeout(long)
ASYNC_START - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async request.
ASYNC_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
 
ASYNC_TIMEOUT - Enum constant in enum org.apache.coyote.ActionCode
Callback to trigger the processing of an async timeout.
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
 
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, SocketEvent) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
asyncDispatch(Request, Response, SocketEvent) - Method in interface org.apache.coyote.Adapter
Dispatch asynchronous event.
AsyncDispatcher - Interface in org.apache.catalina
 
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, Integer) - Constructor for class org.apache.juli.AsyncFileHandler
 
AsyncListenerWrapper - Class in org.apache.catalina.core
 
AsyncListenerWrapper() - Constructor for class org.apache.catalina.core.AsyncListenerWrapper
 
AsyncPingManager() - Constructor for class org.apache.coyote.http2.Http2AsyncUpgradeHandler.AsyncPingManager
 
asyncPostProcess() - Method in class org.apache.coyote.AbstractProcessor
 
asyncPostProcess() - Method in class org.apache.coyote.AbstractProcessorLight
Calls the post process of the async state machine.
asyncPostProcess() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
asyncStateMachine - Variable in class org.apache.coyote.AbstractProcessor
 
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).
atime - Variable in class org.apache.tomcat.jni.FileInfo
Deprecated.
The time the file was last accessed
atmark(long) - Static method in class org.apache.tomcat.jni.Socket
Deprecated.
Query the specified socket if at the OOB/Urgent data mark
attach(long, long) - Static method in class org.apache.tomcat.jni.SSLSocket
Deprecated.
Attach APR socket on an SSL connection.
attach(String, long) - Static method in class org.apache.tomcat.jni.Shm
Deprecated.
Attach to a shared memory segment that was created by another process.
attachment - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
 
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
 
ATTRIBUTE_KEY_JK_LB_ACTIVATION - Static variable in class org.apache.catalina.valves.LoadBalancerDrainingValve
The request attribute key where the load-balancer's activation state can be found.
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.ObjectCreateRule
The attribute containing an override class name if it is present.
AttributeParser - Class in org.apache.jasper.compiler
Converts a JSP attribute value into the unquoted equivalent.
attributes - Variable in class org.apache.catalina.core.ApplicationContext
The context attributes for this context.
attributes - Variable in class org.apache.catalina.realm.GenericPrincipal
The additional attributes associated with this Principal.
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.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
Deprecated.
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
AuthConfigFactoryImpl - Class in org.apache.catalina.authenticator.jaspic
 
AuthConfigFactoryImpl() - Constructor for class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
authenticate(String) - Method in interface org.apache.catalina.Realm
Try to authenticate with the specified username.
authenticate(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(String) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(String) - Method in class org.apache.catalina.realm.RealmBase
 
authenticate(String, String) - Method in interface org.apache.catalina.Realm
Try to authenticate using the specified username and credentials.
authenticate(String, String) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Try to authenticate using the specified username and credentials.
authenticate(String, String) - Method in class org.apache.catalina.realm.JAASRealm
 
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(String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Try to authenticate using the specified username and credentials.
authenticate(String, String) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(String, String) - Method in class org.apache.catalina.realm.MemoryRealm
 
authenticate(String, String) - Method in class org.apache.catalina.realm.RealmBase
 
authenticate(String, String, String, String, String, String, String, String) - Method in interface org.apache.catalina.Realm
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
Deprecated.
authenticate(String, 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 7616.
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.JAASRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
 
authenticate(String, CallbackHandler) - Method in class org.apache.catalina.realm.JAASRealm
Perform the actual JAAS authentication.
authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
Try to authenticate using a chain of X509Certificates.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
 
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(Connection, String, String) - Method in class org.apache.catalina.realm.JDBCRealm
Deprecated.
Attempt to authenticate the user with the provided credentials.
authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.Request
 
authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
 
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) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
authenticate(Realm) - Method in class org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
 
authenticate(JNDIRealm.JNDIConnection, 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(GSSContext, boolean) - Method in interface org.apache.catalina.Realm
Try to authenticate using a GSSContext.
authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.RealmBase
 
authenticate(GSSName, GSSCredential) - Method in interface org.apache.catalina.Realm
Try to authenticate using a GSSName.
authenticate(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.RealmBase
 
AuthenticatedUserRealm - Class in org.apache.catalina.realm
This Realm is intended for use with Authenticator implementations (SSLAuthenticator, SpnegoAuthenticator) that authenticate the user as well as obtain the user credentials.
AuthenticatedUserRealm() - Constructor for class org.apache.catalina.realm.AuthenticatedUserRealm
 
authentication - Variable in class org.apache.catalina.realm.JNDIRealm
The type of authentication to use
Authentication - Enum in org.apache.tomcat.util.net.openssl.ciphers
 
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.
authenticationSessionTimeout - Variable in class org.apache.catalina.authenticator.FormAuthenticator
If the authentication process creates a session, this is the maximum session timeout (in seconds) during the authentication process.
AuthenticationType - Enum in org.apache.tomcat.websocket
 
Authenticator - Class in org.apache.tomcat.websocket
Base class for the authentication methods used by the WebSocket client.
Authenticator - Interface in org.apache.catalina
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
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.
authMethod - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The authentication method to be used.
Authorization - Class in org.apache.tomcat.util.http.parser
Parser for an "Authorization" header.
AUTHORIZATION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
 
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.dbcp2.DelegatingDatabaseMetaData
 
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.connector.CoyoteInputStream
 
available() - Method in class org.apache.catalina.connector.InputBuffer
 
available() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
 
available() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
available() - Method in class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
 
available() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
available() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
available() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
available() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
 
available() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
available() - Method in class org.apache.coyote.http11.Http11InputBuffer
 
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.
available(boolean) - Method in class org.apache.coyote.AbstractProcessor
Queries if bytes are available in buffers.
available(boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
 
available(boolean) - Method in class org.apache.coyote.http11.Http11Processor
 
AVAILABLE - Enum constant in enum org.apache.coyote.ActionCode
Callback for getting the amount of available bytes.
AVAILABLE_CIPHER_SUITES - Static variable in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
average() - Method in class org.apache.el.stream.Stream
 
await - Variable in class org.apache.catalina.startup.Catalina
Use await.
await() - Method in class org.apache.catalina.core.StandardServer
 
await() - Method in interface org.apache.catalina.Server
Wait until a proper shutdown command is received, then return.
await() - Method in class org.apache.catalina.startup.Catalina
Await and shutdown.
awaitConnectionsClose(long) - Method in class org.apache.coyote.AbstractProtocol
 
awaitConnectionsClose(long) - Method in interface org.apache.coyote.ProtocolHandler
Wait for the client connections to the server to close gracefully.
awaitConnectionsClose(long) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Wait for the client connections to the server to close gracefully.
awaitReadComplete(long, TimeUnit) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
awaitReadComplete(long, TimeUnit) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Deprecated.
awaitTermination(long, TimeUnit) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
awaitTermination(long, TimeUnit) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
awaitTermination(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.InlineExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
awaitTermination(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
awaitTermination(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.VirtualThreadExecutor
awaitWriteComplete(long, TimeUnit) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
awaitWriteComplete(long, TimeUnit) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Deprecated.

B

B2CConverter - Class in org.apache.tomcat.util.buf
NIO based character decoder.
B2CConverter(Charset) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
 
B2CConverter(Charset, 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
 
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
 
backgroundProcess() - Method in interface org.apache.catalina.ha.ClusterDeployer
call from container Background Process
backgroundProcess() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Call watcher to check for deploy changes
backgroundProcess() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
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
 
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.realm.UserDatabaseRealm
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.UserDatabase
Perform any background processing (e.g. checking for changes in persisted storage) required for the user database.
backgroundProcess() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
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
Provides support for access log rotation.
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() - Method in interface org.apache.catalina.WebResourceRoot
This method will be invoked by the context on a periodic basis and allows the implementation a method that executes periodic tasks, such as purging expired cache entries.
backgroundProcess() - Method in class org.apache.catalina.webresources.Cache
 
backgroundProcess() - Method in class org.apache.catalina.webresources.StandardRoot
 
backgroundProcess() - Method in interface org.apache.tomcat.InstanceManager
Called by the component using the InstanceManager periodically to perform any regular maintenance that might be required.
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
 
BackgroundProcess - Interface in org.apache.tomcat.websocket
 
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.
backgroundProcessorFuture - Variable in class org.apache.catalina.core.ContainerBase
The future allowing control of the background processor.
BackupManager - Class in org.apache.catalina.ha.session
 
BackupManager() - Constructor for class org.apache.catalina.ha.session.BackupManager
Constructor, just calls super()
BadRequestException - Exception in org.apache.coyote
Extend IOException to identify it as being caused by a bad request from a remote client.
BadRequestException() - Constructor for exception org.apache.coyote.BadRequestException
Construct a new BadRequestException with no other information.
BadRequestException(String) - Constructor for exception org.apache.coyote.BadRequestException
Construct a new BadRequestException for the specified message.
BadRequestException(String, Throwable) - Constructor for exception org.apache.coyote.BadRequestException
Construct a new BadRequestException for the specified message and throwable.
BadRequestException(Throwable) - Constructor for exception org.apache.coyote.BadRequestException
Construct a new BadRequestException for the specified throwable.
base - Variable in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
Base64 - Class in org.apache.tomcat.util.codec.binary
Deprecated.
Unused. This class will be removed in Tomcat 11 onwards.
Base64() - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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.
BaseCatalinaMBean<T> - Class in org.apache.catalina.mbeans
 
BaseCatalinaMBean() - Constructor for class org.apache.catalina.mbeans.BaseCatalinaMBean
 
basedir - Variable in class org.apache.catalina.startup.Tomcat
 
BaseGenericObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2.impl
Base class that provides common functionality for GenericObjectPool and GenericKeyedObjectPool.
BaseGenericObjectPool(BaseObjectPoolConfig<T>, String, String) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Handles JMX registration (if required) and the initialization required for monitoring.
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
 
BaseNCodec - Class in org.apache.tomcat.util.codec.binary
Deprecated.
Unused. This class will be removed in Tomcat 11 onwards.
BaseNCodec(int, int, int, int) - Constructor for class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
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
Deprecated.
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
 
BaseObject - Class in org.apache.tomcat.dbcp.pool2
A base class for common functionality.
BaseObject() - Constructor for class org.apache.tomcat.dbcp.pool2.BaseObject
 
BaseObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2
A simple base implementation of ObjectPool.
BaseObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool2.BaseObjectPool
 
BaseObjectPoolConfig<T> - Class in org.apache.tomcat.dbcp.pool2.impl
Provides the implementation for the common attributes shared by the sub-classes.
BaseObjectPoolConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
 
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
Deprecated.
Unused. Will be removed in Tomcat 10.1.x
BaseSessionComparator() - Constructor for class org.apache.catalina.manager.util.BaseSessionComparator
Deprecated.
 
basic - Variable in class org.apache.catalina.core.StandardPipeline
The basic Valve (if any) associated with this Pipeline.
BasicAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 7617: "The 'Basic' HTTP Authentication Scheme"
BasicAuthenticator - Class in org.apache.tomcat.websocket
Authenticator supporting the BASIC authentication method.
BasicAuthenticator() - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator
 
BasicAuthenticator() - Constructor for class org.apache.tomcat.websocket.BasicAuthenticator
 
BasicAuthenticator.BasicCredentials - Class in org.apache.catalina.authenticator
Parser for an HTTP Authorization header for BASIC authentication as per RFC 2617 section 2, and the Base64 encoded credentials as per RFC 2045 section 6.8.
BasicCredentials(ByteChunk, Charset) - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
Parse the HTTP Authorization header for BASIC authentication as per RFC 7617.
BasicCredentials(ByteChunk, Charset, boolean) - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
Deprecated.
Will be removed in Tomcat 11 onwards
BasicDataSource - Class in org.apache.tomcat.dbcp.dbcp2
Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
BasicDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
BasicDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp2
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 with the following exceptions: connectionInitSqls must be passed to this factory as a single String using semicolon to delimit the statements whereas BasicDataSource requires a collection of Strings.
BasicDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory
 
BasicDataSourceMXBean - Interface in org.apache.tomcat.dbcp.dbcp2
Interface to keep API compatibility.
BasicManagedDataSource - Class in org.apache.tomcat.dbcp.dbcp2.managed
BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.
BasicManagedDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
 
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
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.
BEFORE_DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component before destroy" event.
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_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.
beforeExecute(Thread, Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Method invoked prior to executing the given Runnable in the given thread.
beforeFirst() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
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.AddPortOffsetRule
 
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.CertificateCreateRule
 
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.ConnectorCreateRule
 
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.CopyParentClassLoaderRule
 
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.LifecycleListenerRule
 
begin(String, String, Attributes) - Method in class org.apache.catalina.startup.ListenerCreateRule
 
begin(String, String, Attributes) - Method in class org.apache.catalina.storeconfig.StoreFactoryRule
 
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.ObjectCreateRule
Process the beginning of this element.
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.
beginHandshake() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
BIGDECIMAL - Static variable in class org.apache.el.lang.ELArithmetic
 
BigDecimalDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
BIGINTEGER - Static variable in class org.apache.el.lang.ELArithmetic
 
BigIntegerDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
BINARY - Enum constant in enum org.apache.tomcat.websocket.MessageHandlerResultType
 
BINARY_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
 
bind() - Method in interface org.apache.catalina.ThreadBindingListener
 
bind() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
Deprecated.
 
bind() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
bind() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
bind() - Method in class org.apache.tomcat.util.net.AprEndpoint
Deprecated.
Initialize the endpoint.
bind() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
Initialize the endpoint.
bind() - Method in class org.apache.tomcat.util.net.NioEndpoint
Initialize the endpoint.
bind(boolean, ClassLoader) - Method in class org.apache.catalina.core.StandardContext
 
bind(boolean, ClassLoader) - Method in class org.apache.catalina.startup.FailedContext
 
bind(boolean, ClassLoader) - Method in interface org.apache.tomcat.ContextBind
Change the current thread context class loader to the web application class loader.
bind(long, long) - Static method in class org.apache.tomcat.jni.Local
Deprecated.
Bind the socket to its associated port
bind(long, long) - Static method in class org.apache.tomcat.jni.Socket
Deprecated.
Bind the socket to its associated port
bind(ClassLoader, InstanceManager) - Static method in class org.apache.tomcat.InstanceManagerBindings
 
bind(String, Object) - Method in class org.apache.naming.NamingContext
 
bind(String, Object) - Method in class org.apache.naming.SelectorContext
 
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
 
bind(Name, Object) - Method in class org.apache.naming.SelectorContext
 
bind(Name, Object, boolean) - Method in class org.apache.naming.NamingContext
Binds a name to an object.
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, ObjectName) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
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, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming 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
Deprecated.
Unused. Will be removed in Tomcat 10.1
BioReceiver - Class in org.apache.catalina.tribes.transport.bio
Deprecated.
This will be removed in Tomcat 10
BioReceiver() - Constructor for class org.apache.catalina.tribes.transport.bio.BioReceiver
Deprecated.
 
BioReplicationTask - Class in org.apache.catalina.tribes.transport.bio
Deprecated.
This will be removed in Tomcat 10
BioReplicationTask(ListenCallback) - Constructor for class org.apache.catalina.tribes.transport.bio.BioReplicationTask
Deprecated.
 
BioSender - Class in org.apache.catalina.tribes.transport.bio
Deprecated.
This will be removed in Tomcat 10
BioSender() - Constructor for class org.apache.catalina.tribes.transport.bio.BioSender
Deprecated.
 
bioSenders - Variable in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
Deprecated.
 
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.
block - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
 
BLOCK - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.BlockingMode
The operation will block until completed.
blockExternal - Variable in class org.apache.jasper.JspC
 
BLOCKING_SEND_TIMEOUT_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
 
BLOOM - Enum constant in enum org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
 
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, 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_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
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.
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.
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
 
BORINGSSL - Enum constant in enum org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
 
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.pool2.BaseObjectPool
 
borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Borrows an object from the pool.
borrowObject() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Borrows an instance from this pool.
borrowObject(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Borrows an object from the pool using the specific waiting time which only applies if BaseGenericObjectPool.getBlockWhenExhausted() is true.
borrowObject(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Borrows an object from the pool using the specific waiting time which only applies if BaseGenericObjectPool.getBlockWhenExhausted() is true.
borrowObject(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
borrowObject(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Borrows an instance from this pool for the specified key.
borrowObject(K, long) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Borrows an object from the sub-pool associated with the given key using the specified waiting time which only applies if BaseGenericObjectPool.getBlockWhenExhausted() is true.
BOUND_ON_INIT - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
 
BOUND_ON_START - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
 
BOUNDARY_PREFIX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that precedes a boundary (CRLF--).
breakdown() - Method in class org.apache.catalina.tribes.group.RpcChannel
 
breakdown() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
broadcast(int, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Helper method to broadcast a message to all members in a channel
broadcast(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
 
broadcast(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
broadcast(ChannelMessage) - Method in interface org.apache.catalina.tribes.MembershipService
Broadcasts a message to all members.
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.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.
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(long) - Static method in class org.apache.tomcat.jni.Shm
Deprecated.
Retrieve new ByteBuffer base address of the shared memory segment.
Buffer - Class in org.apache.tomcat.jni
Provides utilities related to the use of directly allocated ByteBuffer instances with native code.
Buffer() - Constructor for class org.apache.tomcat.jni.Buffer
 
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
 
buffered - Variable in class org.apache.catalina.ssi.SSIServlet
Should the output be buffered.
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(int) - Constructor for class org.apache.coyote.http11.filters.BufferedInputFilter
 
bufferedWriteSize - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
The max size of the individual buffered write buffers
BufferOverflowException(String) - Constructor for exception org.apache.tomcat.util.buf.ByteChunk.BufferOverflowException
 
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 TODO: The default should be changed in Tomcat 10, actually it should be bufferPoolSize / (appReadBufSize + appWriteBufSize), assuming the SSL buffers are ignored (that would be logical), and the value would be 6400.
BufferPool - Class in org.apache.catalina.tribes.io
 
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) TODO: The default value to be used could rather be based on the JVM max heap, otherwise it could be a problem in some environments.
buffers - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
 
buffersArrayHasRemaining(ByteBuffer[], int, int) - Static method in class org.apache.tomcat.util.net.SocketWrapperBase
 
bufferSize() - Method in class org.apache.catalina.tribes.io.ObjectReader
 
bufHandler - Variable in class org.apache.tomcat.util.net.Nio2Channel
 
bufHandler - Variable in class org.apache.tomcat.util.net.NioChannel
 
bufSize - Variable in class org.apache.catalina.tribes.io.XByteBuffer
Current length of data in the buffer
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
 
buildMembershipProvider() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
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[], int, int) - Static method in class org.apache.tomcat.websocket.WsFrameBase
 
ByteBufferHolder - Class in org.apache.tomcat.util.buf
Simple wrapper for a ByteBuffer that remembers if the buffer has been flipped or not.
ByteBufferHolder(ByteBuffer, boolean) - Constructor for class org.apache.tomcat.util.buf.ByteBufferHolder
 
ByteBufferUtils - Class in org.apache.tomcat.util.buf
 
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.BufferOverflowException - Exception in org.apache.tomcat.util.buf
 
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.Http11OutputBuffer
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.
ByteMessage() - Constructor for class org.apache.catalina.tribes.ByteMessage
Creates an empty byte message.
ByteMessage(byte[]) - Constructor for class org.apache.catalina.tribes.ByteMessage
Creates a byte message with
BYTES_PER_INT - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
 
ByteSentElement(boolean) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ByteSentElement
 

C

C2BConverter - Class in org.apache.tomcat.util.buf
NIO based character encoder.
C2BConverter(Charset) - 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.AbstractAccessLogValve.DateFormatCache.Cache
 
cache - Variable in class org.apache.jasper.JspC
 
cache - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, keyed by the matching pattern.
cache(Request) - Method in interface org.apache.catalina.valves.AbstractAccessLogValve.CachedElement
 
cache(Request) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HostElement
 
cache(Request) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
 
cache(Request) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
 
Cache - Class in org.apache.catalina.webresources
 
Cache(StandardRoot) - Constructor for class org.apache.catalina.webresources.Cache
 
CACHED_POST_LEN - Static variable in class org.apache.catalina.connector.Request
Post data buffer.
cachedElements - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
Array of elements where the value needs to be cached at the start of the request.
CachedResource - Class in org.apache.catalina.webresources
This class is designed to wrap a 'raw' WebResource and providing caching for expensive operations.
CachedResource(Cache, StandardRoot, String, long, int, boolean) - Constructor for class org.apache.catalina.webresources.CachedResource
 
CachedStatement(PreparedStatement, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
 
cacheFull() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
 
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 - Static variable in class org.apache.tomcat.util.buf.StringCache
 
cacheStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
caching - Variable in class org.apache.jasper.JspC
 
CALLABLE_STATEMENT - Enum constant in enum org.apache.tomcat.dbcp.dbcp2.PoolingConnection.StatementType
Callable statement.
CALLABLE_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
callAs(Subject, Callable<T>) - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
callAs(Subject, Callable<T>) - Method in class org.apache.tomcat.util.compat.JreCompat
 
callback() - Method in interface org.apache.tomcat.jni.PoolCallback
Deprecated.
Called when the pool is destroyed or cleared
callback(long, int, String) - Method in interface org.apache.tomcat.jni.ProcErrorCallback
Deprecated.
Called in the child process if APR encounters an error in the child prior to running the specified program.
callback(String) - Method in interface org.apache.tomcat.jni.PasswordCallback
Deprecated.
Called when the password is required
callbackHandler - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The callback handler responsible for answering our requests.
CallbackHandlerImpl - Class in org.apache.catalina.authenticator.jaspic
Default implementation of a JASPIC CallbackHandler.
CallbackHandlerImpl() - Constructor for class org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl
 
CallerRunsPolicy() - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor.CallerRunsPolicy
Creates a CallerRunsPolicy.
callHandler - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
 
callHandler(SocketWrapperBase.CompletionState, ByteBuffer[], int, int) - Method in interface org.apache.tomcat.util.net.SocketWrapperBase.CompletionCheck
Determine what call, if any, should be made to the completion handler.
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(int, 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, Class<?>[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(String) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
calloc(int, int) - Static method in class org.apache.tomcat.jni.Buffer
Deprecated.
Unused. Will be removed in Tomcat 10.1
calloc(int, int) - Static method in class org.apache.tomcat.jni.Stdlib
Deprecated.
Allocates an array in memory with elements initialized to 0.
calloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Deprecated.
Unused. Will be removed in Tomcat 10.1
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.
CallStack - Interface in org.apache.tomcat.dbcp.pool2.impl
Strategy for obtaining and printing the current call stack.
CallStackUtils - Class in org.apache.tomcat.dbcp.pool2.impl
Utility methods for CallStack.
CAMELLIA128 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
CAMELLIA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
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.Jre19Compat
 
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?
cancel() - Method in class org.apache.tomcat.dbcp.dbcp2.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
 
canceled - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
canceled - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
cancelledKey(SelectionKey) - Static method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
cancelledKey(SelectionKey, SocketWrapperBase<NioChannel>) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
cancelRowUpdates() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
 
canonize(String) - Static method in class org.apache.tomcat.util.net.IPv6Utils
Convert IPv6 address into RFC 5952 form.
canRead() - Method in interface org.apache.catalina.WebResource
 
canRead() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
canRead() - Method in class org.apache.catalina.webresources.CachedResource
 
canRead() - Method in class org.apache.catalina.webresources.EmptyResource
 
canRead() - Method in class org.apache.catalina.webresources.FileResource
 
canRead() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
canWrite() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
 
capitalize(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Reverse of Introspector.decapitalize.
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.util.collections
A Map implementation that uses case-insensitive (using Locale.ENGLISH) strings as keys.
CaseInsensitiveKeyMap() - Constructor for class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
 
Catalina - Class in org.apache.catalina.startup
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
 
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.catalina.startup.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.catalina.startup.Constants
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
Catalina.CatalinaShutdownHook - Class in org.apache.catalina.startup
Shutdown hook which will perform a clean shutdown of Catalina if needed.
Catalina.ServerXml - Interface in org.apache.catalina.startup
 
CatalinaBaseConfigurationSource - Class in org.apache.catalina.startup
 
CatalinaBaseConfigurationSource(File, String) - Constructor for class org.apache.catalina.startup.CatalinaBaseConfigurationSource
 
CatalinaCluster - Interface in org.apache.catalina.ha
A CatalinaCluster interface allows to plug in and out the different cluster implementations
CatalinaClusterSF - Class in org.apache.catalina.storeconfig
Generate Cluster Element with Membership,Sender,Receiver,Deployer and ReplicationValve
CatalinaClusterSF() - Constructor for class org.apache.catalina.storeconfig.CatalinaClusterSF
 
CatalinaProperties - Class in org.apache.catalina.startup
Utility class to read the bootstrap Catalina configuration.
CatalinaProperties() - Constructor for class org.apache.catalina.startup.CatalinaProperties
 
CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
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
 
cbHits() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
 
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.
cctx - Variable in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
CENATT - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENATX - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENCOM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENCRC - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENDSK - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENEXT - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENFLG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENHDR - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENHOW - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENLEN - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENNAM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENOFF - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENSIG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENSIZ - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENTIM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENVEM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
CENVER - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
certificate - Variable in class org.apache.tomcat.util.net.SSLUtilBase
 
CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the client certificate chain.
CertificateCreateRule - Class in org.apache.catalina.startup
Rule implementation that creates an SSLHostConfigCertificate.
CertificateCreateRule() - Constructor for class org.apache.catalina.startup.CertificateCreateRule
 
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.
certificatesExpiringBefore(Date) - Method in class org.apache.tomcat.util.net.SSLHostConfig
 
CertificateStoreAppender - Class in org.apache.catalina.storeconfig
Store the Certificate attributes.
CertificateStoreAppender() - Constructor for class org.apache.catalina.storeconfig.CertificateStoreAppender
 
CertificateStreamProvider - Class in org.apache.catalina.tribes.membership.cloud
 
CertificateVerifier - Interface in org.apache.tomcat.jni
Is called during handshake and hooked into openssl via SSL_CTX_set_cert_verify_callback.
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.
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 - 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.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
CGIServlet.HTTPHeaderInputStream - Class in org.apache.catalina.servlets
This is an input stream specifically for reading HTTP headers.
CHACHA20POLY1305 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
 
chain - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This flag chains the current rule with the next rule (which itself can be chained with the following rule, etc.).
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.
changeReadState(WsFrameBase.ReadState) - Method in class org.apache.tomcat.websocket.WsFrameBase
 
changeReadState(WsFrameBase.ReadState, WsFrameBase.ReadState) - Method in class org.apache.tomcat.websocket.WsFrameBase
 
changeRequestSessionID(Request, String, String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Change Request Session id
changeSessionAuthenticationNote(String, String, Session) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Change the current session ID that is stored in a session note during authentication.
changeSessionId() - Method in class org.apache.catalina.connector.Request
 
changeSessionId() - Method in class org.apache.catalina.connector.RequestFacade
 
changeSessionId(String) - Method in class org.apache.catalina.connector.Request
Change the ID of the session that this request is associated with.
changeSessionId(Session) - Method in class org.apache.catalina.ha.session.DeltaManager
 
changeSessionId(Session) - Method in interface org.apache.catalina.Manager
Deprecated.
Use Manager.rotateSessionId(Session). Will be removed in Tomcat 10
changeSessionId(Session) - Method in class org.apache.catalina.session.ManagerBase
 
changeSessionId(Session, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Deprecated.
Will be removed in Tomcat 10
changeSessionId(Session, String) - Method in class org.apache.catalina.ha.session.DeltaManager
 
changeSessionId(Session, String) - Method in interface org.apache.catalina.Manager
Change the session ID of the current session to a specified session ID.
changeSessionId(Session, String) - Method in class org.apache.catalina.session.ManagerBase
 
changeSessionId(Session, String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
 
changeSessionId(Session, String, boolean, boolean) - Method in class org.apache.catalina.session.ManagerBase
 
changeSessionID(Request, String, String, Session) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
change session id and send to all cluster nodes
changeSessionID(Request, Session) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
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?
changeUserPassword(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Change user credentials.
channel - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Group channel.
channel - Variable in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
channel - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
channel - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Reference to the channel for sending messages
Channel - Interface in org.apache.catalina.tribes
A channel is a representation of a group of nodes all participating in some sort of communication with each other.
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
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
Represent a failure to a specific member when a message was sent to more than one member
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
An interface to listens to incoming messages from a channel.
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
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the Channel interface).
ChannelSender - Interface in org.apache.catalina.tribes
The ChannelSender interface is the data sender component at the bottom layer, the IO layer (for layers see the Channel interface).
channelSendOptions - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Our default send options
ChannelSF - Class in org.apache.catalina.storeconfig
Generate Channel Element
ChannelSF() - Constructor for class org.apache.catalina.storeconfig.ChannelSF
 
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(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
 
CharElement(char) - Constructor for class org.apache.catalina.valves.JsonAccessLogValve.CharElement
 
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
 
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 - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
 
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() - Method in class org.apache.catalina.startup.HostConfig
Check status of all webapps.
check(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
Deprecated.
 
check(long, String, String) - Static method in class org.apache.tomcat.jni.SSLConf
Check a command with an SSL_CONF context.
check(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Check a context for deployment operations.
check(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the check method on the deployer.
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(Permission) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
check(Permission) - Method in interface org.apache.tomcat.util.security.PermissionCheck
Does this component have the given permission?
check(JarScanType, String) - Method in interface org.apache.tomcat.JarScanFilter
 
check(JarScanType, String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
 
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
 
checkAsyncTimeoutGeneration() - Method in class org.apache.coyote.AbstractProcessor
 
checkAsyncTimeoutGeneration() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
checkAsyncTimeoutGeneration() - Method in interface org.apache.coyote.Processor
Check to see if the async generation (each cycle of async increments the generation of the AsyncStateMachine) is the same as the generation when the most recent async timeout was triggered.
checkAttribute(StoreDescription, PropertyDescriptor, String, Object, Object) - Method in class org.apache.catalina.storeconfig.CertificateStoreAppender
 
checkAttribute(StoreDescription, PropertyDescriptor, String, Object, Object) - Method in class org.apache.catalina.storeconfig.StoreAppender
Check if the attribute should be printed.
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.
checkCloseTimeout() - Method in class org.apache.tomcat.websocket.WsSession
 
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.
checkConf(OpenSSLConf, long) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
checkContainersAvailable - Variable in class org.apache.catalina.valves.HealthCheckValve
Check if all child containers are available.
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
 
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.
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
 
checkError() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
 
checkExpiration() - Method in class org.apache.tomcat.websocket.WsSession
 
checkExpired() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
checkExpired() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
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, Map<String, ContextConfig.JavaClassCacheEntry>) - 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() - 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
 
checkIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
 
checkIfHeaders(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the conditions specified in the optional If headers are satisfied.
checkIfHeaders(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.WebdavServlet
 
checkIfMatch(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-match condition is satisfied.
checkIfModifiedSince(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-modified-since condition is satisfied.
checkIfNoneMatch(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-none-match condition is satisfied.
checkIfUnmodifiedSince(HttpServletRequest, HttpServletResponse, WebResource) - 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
 
checkMembers(boolean) - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
 
checkMinIdle(KeyedObjectPool<K, V>, Collection<K>, int, long) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Periodically check the idle object count for each key in the Collection keys in the keyedPool.
checkMinIdle(KeyedObjectPool<K, V>, K, int, long) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Periodically check the idle object count for the key in the keyedPool.
checkMinIdle(ObjectPool<T>, int, long) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Periodically check the idle object count for the pool.
checkNormalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Deprecated.
This code will be removed in Apache Tomcat 10 onwards
checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
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 org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
checkOsUser() - Method in class org.apache.catalina.security.SecurityListener
 
checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
checkParameter() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
check correct lb and worker parameter
checkPath(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
 
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.
checkRegisterForWrite() - Method in class org.apache.catalina.connector.OutputBuffer
 
checkRegisterForWrite() - Method in class org.apache.coyote.Response
 
checkRequestType(HttpServletRequest) - Method in class org.apache.catalina.filters.CorsFilter
Determines the request type.
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.pool2.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, WebResource, long, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if sendfile can be used.
checkServerBuildAge() - Method in class org.apache.catalina.security.SecurityListener
 
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.
checkStateForClassLoading(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
checkStateForResourceLoading(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
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.
checkType(File) - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
 
checkType(File) - Method in class org.apache.catalina.webresources.DirResourceSet
 
checkType(File) - Method in class org.apache.catalina.webresources.FileResourceSet
 
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
Deprecated.
use PooledConnection.shouldForceReconnect(String, String) method kept since it was public, to avoid changing interface.
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
Deprecated.
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
Deprecated.
Re-open a mutex in a child process.
childInit(String, long) - Static method in class org.apache.tomcat.jni.Lock
Deprecated.
Re-open a mutex in a child process.
childInSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Deprecated.
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
Deprecated.
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.
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
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the server key alias that was provided in the constructor or the result from X509ExtendedKeyManager.chooseEngineServerAlias(String, Principal[], SSLEngine) for the delegate if no alias is specified.
chooseKeyManager(KeyManager[]) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
Deprecated.
chooseKeyManager(KeyManager[], boolean) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the server key alias that was provided in the constructor or the result from X509KeyManager.chooseServerAlias(String, Principal[], Socket) for the delegate if no alias is specified.
CHUNKED - Static variable in class org.apache.coyote.http11.Constants
 
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(Request, 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
 
chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Chunk header.
CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
 
Cipher - Enum in org.apache.tomcat.util.net.openssl.ciphers
All the standard cipher suites for SSL/TSL.
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 String).
CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the cipher suite.
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
 
CLASSES_JAR - Enum constant in enum org.apache.catalina.WebResourceRoot.ResourceSetType
 
ClassFormatException - Exception in org.apache.tomcat.util.bcel.classfile
Thrown when the BCEL attempts to read a class file and determines that a class is malformed or otherwise cannot be interpreted as a class file.
ClassFormatException() - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
Constructs a new instance with null as its detail message.
ClassFormatException(String) - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
Constructs a new instance with the specified detail message.
ClassFormatException(String, Throwable) - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
Constructs a new instance with the specified detail message and cause.
ClassFormatException(Throwable) - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
Constructs a new instance with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CLASSIC - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.BlockingMode
The operation will not block.
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.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.
ClassLoaderUtil - Class in org.apache.tomcat.jdbc.pool
 
ClassLoaderUtil() - Constructor for class org.apache.tomcat.jdbc.pool.ClassLoaderUtil
 
classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
 
className - Variable in class org.apache.catalina.ssi.SSIMediator
 
className - Variable in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
 
className - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
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<T> - 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
 
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
 
classPathForCNFE(ClassLoader) - Static method in class org.apache.tomcat.util.buf.ToStringUtil
Generate a String representation of the class path for the given class loader and any parent class loaders to aid debugging of ClassNotFoundException.
ClasspathURLStreamHandler - Class in org.apache.catalina.webresources
 
ClasspathURLStreamHandler() - Constructor for class org.apache.catalina.webresources.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.
clazz - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
 
cleanDirectBuffer(ByteBuffer) - Static method in class org.apache.tomcat.util.buf.ByteBufferUtils
 
cleanDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Cleans a directory without deleting it.
cleanSubject(MessageInfo, Subject) - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthContext
 
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
Deprecated.
Unused. Will be removed in Tomcat 10.1
cleanupKill(long, long) - Static method in class org.apache.tomcat.jni.Pool
Deprecated.
Unused. Will be removed in Tomcat 10.1
cleanupRegister(long, Object) - Static method in class org.apache.tomcat.jni.Pool
Deprecated.
Unused. Will be removed in Tomcat 10.1
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.DataSourceStore
 
clear() - Method in class org.apache.catalina.session.FileStore
 
clear() - Method in class org.apache.catalina.session.JDBCStore
Deprecated.
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() - Method in class org.apache.catalina.util.NetMaskSet
removes all entries from the set
clear() - Method in class org.apache.catalina.util.ParameterMap
clear() - Method in class org.apache.catalina.util.ResourceSet
clear() - Method in class org.apache.catalina.webresources.Cache
 
clear() - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
 
clear() - Static method in class org.apache.coyote.ContainerThreadMarker
Deprecated.
 
clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
clear() - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
clear() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Clears pool(s) maintained by this data source.
clear() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Not supported in this base implementation.
clear() - Method in interface org.apache.tomcat.dbcp.pool2.impl.CallStack
Clears the current stack trace snapshot.
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Clears any objects sitting idle in the pool by removing them from the idle instance sub-pools and then invoking the configured PoolableObjectFactory's KeyedPooledObjectFactory.destroyObject(Object, PooledObject) method on each idle instance.
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Clears any objects sitting idle in the pool by removing them from the idle instance pool and then invoking the configured PooledObjectFactory.destroyObject(PooledObject) method on each idle instance.
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.NoOpCallStack
 
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.SecurityManagerCallStack
 
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Clears any objects sitting idle in the pool.
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.ThrowableCallStack
 
clear() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Clears the pool, removing all pooled instances (optional operation).
clear() - Method in interface org.apache.tomcat.dbcp.pool2.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() - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
 
clear() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
clear() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
 
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.http.MimeHeaders
Deprecated.
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
Deprecated.
 
clear() - Static method in class org.apache.tomcat.util.net.ContainerThreadMarker
Deprecated.
 
clear(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
clear(long) - Static method in class org.apache.tomcat.jni.Pool
Deprecated.
Unused. Will be removed in Tomcat 10.1
clear(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Clears the specified sub-pool, removing all pooled instances corresponding to the given key.
clear(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Clears the specified pool, removing all pooled instances corresponding to the given key (optional operation).
clear(K, boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Clears the specified sub-pool, removing all pooled instances corresponding to the given key.
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.dbcp2.DelegatingStatement
 
clearBatch() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
Clear Batch.
clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
clearCachedState() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Clears the cached state.
clearCachedState() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
 
clearCookies() - Method in class org.apache.catalina.connector.Request
Clear the collection of Cookies associated with this Request.
clearDispatches() - Method in class org.apache.coyote.AbstractProcessorLight
 
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.
clearMatchGroups() - Method in class org.apache.catalina.ssi.SSIMediator
 
clearOldest() - Method in class org.apache.tomcat.dbcp.pool2.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.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
clearReferences() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Clear references.
clearReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
 
clearRequestThread() - Method in class org.apache.coyote.Request
 
clearStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Clear all sessions from the Store.
clearTrace() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Clears the list of objects being traced by this object.
clearWarnings() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
clearWarnings() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
clearWarnings() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
clearWarnings() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
 
clearWarnings() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
clearWarnings() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
 
clearWelcomeFiles(String, String, String) - Method in class org.apache.catalina.mapper.Mapper
Clear the welcome files for the given context.
cLFCache - Variable in class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache
 
CLIENT_DISCONNECT - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
CLIENT_FLUSH - Enum constant in enum org.apache.coyote.ActionCode
A flush() operation originated by the client ( i.e. a flush() on the servlet output stream or writer, called by a servlet ).
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(String, Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message and throwable.
ClientAbortException(Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified throwable.
ClientEndpointHolder - Interface in org.apache.tomcat.websocket
 
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() - 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
 
clone() - Method in class org.apache.catalina.util.URLEncoder
 
clone() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
 
clone() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
 
clone() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
clone() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
clone() - Method in class org.apache.tomcat.util.buf.CharChunk
 
clone() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
clone(char[]) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Clones the given char[] if not null.
clone(Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolUtilities
 
clone(ClusterManagerBase) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
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
 
cloneWithoutCredentials(Properties) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Clones the given Properties without the standard "user" or "password" entries.
cloneWithoutPassword(Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolUtilities
 
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() - 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() - 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
Deprecated.
 
close() - Method in interface org.apache.catalina.UserDatabase
Finalize access to this user database.
close() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
close() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
close() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Close the specified database connection.
close() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
close() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
close() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
 
close() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
close() - Method in class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
 
close() - Method in class org.apache.coyote.http11.upgrade.UpgradeServletOutputStream
 
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.runtime.BodyContentImpl
 
close() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
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
 
close() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
close() - Method in class org.apache.naming.NamingContextEnumeration
 
close() - Method in class org.apache.naming.SelectorContext
 
close() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Subclasses can implement this nop.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.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.dbcp2.datasources.InstanceKeyDataSource
Closes the connection pool being maintained by this datasource.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Closes pool(s) maintained by this data source.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
Closes pool being maintained by this data source.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Closes the underlying connection, and close any Statements that were not explicitly closed.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.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.dbcp2.DelegatingStatement
Close this DelegatingStatement, and close any ResultSets that were not explicitly closed.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableCallableStatement
Returns the CallableStatement to the pool.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Returns me to my pool.
close() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
 
close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
Return me to my pool.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Closes and frees all PreparedStatements or CallableStatements from the pool, and close the underlying connection.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Closes and free all Connections from the pool.
close() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Closes this pool, and free any resources associated with it.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Closes the pool, destroys the remaining idle objects and, if registered in JMX, deregisters it.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Closes the keyed object pool.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Closes the pool.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Closes this pool, and frees any resources associated with it.
close() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Closes this pool, and free any resources associated with it.
close() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Closes this pool, and free any resources associated with it.
close() - Method in interface org.apache.tomcat.Jar
Close any resources associated with this JAR.
close() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
close() - Method in class org.apache.tomcat.util.file.ConfigurationSource.Resource
 
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() - 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() - Method in class org.apache.tomcat.util.net.Nio2Channel
Closes this channel.
close() - Method in class org.apache.tomcat.util.net.NioChannel
Closes this channel.
close() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Sends an SSL close message, will not physically close the connection here.
To close the connection, you could do something like
close() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Sends an SSL close message, will not physically close the connection here.
close() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Close the socket wrapper.
close() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
close() - Method in class org.apache.tomcat.util.scan.JarFileUrlNestedJar
 
close() - Method in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
close() - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
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(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(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
close(boolean) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Closes the input stream.
close(boolean) - Method in class org.apache.tomcat.util.net.Nio2Channel
Close the connection.
close(boolean) - Method in class org.apache.tomcat.util.net.NioChannel
Close the connection.
close(boolean) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
close(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
close(int) - Method in class org.apache.catalina.ha.backend.TcpSender
Close connection.
close(long) - Static method in class org.apache.tomcat.jni.Directory
Deprecated.
close the specified directory.
close(long) - Static method in class org.apache.tomcat.jni.File
Deprecated.
Close the specified file.
close(long) - Static method in class org.apache.tomcat.jni.Registry
Deprecated.
Close the specified Registry key.
close(long) - Static method in class org.apache.tomcat.jni.Socket
Deprecated.
Close a socket.
close(AutoCloseable, Consumer<Exception>) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Closes the given AutoCloseable and if an exception is caught, then calls exceptionHandler.
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(Connection) - Method in class org.apache.catalina.session.DataSourceStore
Close the specified database connection.
close(Connection) - Method in class org.apache.catalina.session.JDBCStore
Deprecated.
Close the specified database connection.
close(Consumer<Exception>) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Closes this resource and if an exception is caught, then calls exceptionHandler.
close(CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
 
close(JNDIRealm.JNDIConnection) - Method in class org.apache.catalina.realm.JNDIRealm
Close any open connection to the directory server for this Realm.
close(InputSource) - Static method in class org.apache.tomcat.util.descriptor.InputSourceUtil
 
CLOSE - Enum constant in enum org.apache.coyote.ActionCode
Regular close.
CLOSE - Static variable in class org.apache.coyote.http11.Constants
 
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
Deprecated.
Unused. Will be removed in Tomcat 10.
CLOSE_CLEAN - Enum constant in enum org.apache.coyote.ErrorState
The current request/response is in an error state and while it is safe to complete the current response it is not safe to continue to use the existing connection which must be closed once the response has been completed.
CLOSE_CONNECTION_NOW - Enum constant in enum org.apache.coyote.ErrorState
An error has been detected that impacts the underlying network connection.
CLOSE_NOW - Enum constant in enum org.apache.coyote.ActionCode
A serious error occurred from which it is not possible to recover safely.
CLOSE_NOW - Enum constant in enum org.apache.coyote.ErrorState
The current request/response is in an error state and it is not safe to continue to use them.
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.
closeAll() - Static method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
Closes all pools associated with this class.
closeAuthenticatedSession(String) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
closeBIO(long) - Static method in class org.apache.tomcat.jni.SSL
Deprecated.
Unused. Will be removed in Tomcat 10.1
closeConnection(Connection) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Close the specified database connection.
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.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.SecureNio2Channel
 
closed - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
closed - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
 
CLOSED - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
 
closeInbound() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
closeInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
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
 
closeJarFile() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
CloseNowException - Exception in org.apache.coyote
This exception is thrown to signal to the Tomcat internals that an error has occurred that requires the connection to be closed.
CloseNowException() - Constructor for exception org.apache.coyote.CloseNowException
 
CloseNowException(String) - Constructor for exception org.apache.coyote.CloseNowException
 
CloseNowException(String, Throwable) - Constructor for exception org.apache.coyote.CloseNowException
 
CloseNowException(Throwable) - Constructor for exception org.apache.coyote.CloseNowException
 
closeOnCompletion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
closeOnCompletion(Statement) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Statement.closeOnCompletion() without throwing an AbstractMethodError.
closeOutbound() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
closePool(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Closes a named pool.
closePooledConnections() - Method in class org.apache.catalina.realm.JNDIRealm
Close all pooled connections.
closeQuietly(Closeable) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Closes a Closeable unconditionally.
closeQuietly(AutoCloseable) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Closes the AutoCloseable (which may be null).
closeQuietly(Connection) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
closeQuietly(ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
closeQuietly(Statement) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
closeRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Ask redirector to close all the streams.
closeServerSocketGraceful() - Method in class org.apache.coyote.AbstractProtocol
 
closeServerSocketGraceful() - Method in interface org.apache.coyote.ProtocolHandler
Close the server socket (to prevent further connections) if the server socket was bound on ProtocolHandler.start() (rather than on ProtocolHandler.init() but do not perform any further shutdown.
closeServerSocketGraceful() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Close the server socket (to prevent further connections) if the server socket was originally bound on AbstractEndpoint.start() (rather than on AbstractEndpoint.init()).
closeSocket() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
Deprecated.
Close socket.
closeSocket(U) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Close the socket when the connection has to be immediately closed when an error occurs while configuring the accepted socket or trying to dispatch it for processing.
closeStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
closeStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
closeWriter() - Method in class org.apache.juli.FileHandler
 
closing - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
closing - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
CLOSING - Enum constant in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
 
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
CloudMembershipProvider - Class in org.apache.catalina.tribes.membership.cloud
 
CloudMembershipProvider() - Constructor for class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
 
CloudMembershipService - Class in org.apache.catalina.tribes.membership.cloud
A MembershipService that uses Kubernetes API(default) or DNS to retrieve the members of a cluster.
CloudMembershipService() - Constructor for class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
CloudMembershipServiceMBean - Interface in org.apache.catalina.tribes.membership.cloud
 
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
 
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
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.
ClusterDeployer - Interface in org.apache.catalina.ha
A ClusterDeployer interface allows to plug in and out the different deployment implementations
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
 
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
Deprecated.
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
 
code - Variable in class org.apache.tomcat.util.digester.Digester
Generated code.
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
coerce(Object) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic
 
coerce(String) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
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.lang.ELSupport
 
coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToBoolean(ELContext, Object, boolean) - Static method in class org.apache.el.lang.ELSupport
Convert an object to Boolean.
coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToEnum(ELContext, Object, Class) - Static method in class org.apache.el.lang.ELSupport
 
coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToNumber(Number, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToNumber(String, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToNumber(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
coerceToOtherType(Class<?>, String, boolean) - Method in class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
Intended to be used by sub-classes that don't need/want to re-implement the logic in StringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean).
coerceToOtherType(Class<?>, String, boolean) - Method in class org.apache.jasper.optimizations.StringInterpreterEnum
 
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) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
coerceToString(ELContext, Object) - Static method in class org.apache.el.lang.ELSupport
Coerce an object to a string.
coerceToType(Class<?>, String) - Static method in class org.apache.tomcat.websocket.Util
 
coerceToType(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
 
coerceToType(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
 
CollectedInfo - Class in org.apache.catalina.ha.backend
 
CollectedInfo(String, int) - Constructor for class org.apache.catalina.ha.backend.CollectedInfo
 
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
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
 
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
Deprecated.
Unused. Will be removed in Tomcat 11.
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Deprecated.
Unused. Will be removed in Tomcat 11 onwards.
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
Deprecated.
Unused. Will be removed in Tomcat 11.
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
 
commit() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.Response
Signal that we're done with the headers, and body will follow.
commit() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
commit() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
commit(Xid, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Commits the transaction and restores the original auto commit setting.
COMMIT - Enum constant in enum org.apache.coyote.ActionCode
Response commit, which means any initial bytes part of the response are going to be sent.
committed - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
Has our own commit() returned successfully?
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(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(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(ELContext, Object, Object) - Static method in class org.apache.el.lang.ELSupport
Compare two objects, after coercing to the same type if appropriate.
compare(Session, Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
Deprecated.
 
compare(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
 
compare(SlowQueryReport.QueryStats, SlowQueryReport.QueryStats) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStatsComparator
 
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.
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(PooledObject<T>) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
compareTo(PooledObject<T>) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Orders instances based on idle time - i.e. the length of time since the instance was returned to the pool.
compCtx - Variable in class org.apache.catalina.core.NamingContextListener
Comp context.
compile - Variable in class org.apache.jasper.JspC
 
compile() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context.
compile() - Method in class org.apache.jasper.JspCompilationContext
 
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.
compiler - Variable in class org.apache.jasper.JspC
 
Compiler - Class in org.apache.jasper.compiler
Main JSP compiler class.
Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
 
compilerSourceVM - Variable in class org.apache.jasper.JspC
 
compilerTargetVM - Variable in class org.apache.jasper.JspC
 
complete - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
 
complete() - Method in class org.apache.catalina.core.AsyncContextImpl
 
complete() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
 
COMPLETE - Enum constant in enum org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
 
COMPLETE_READ - Static variable in class org.apache.tomcat.util.net.SocketWrapperBase
This utility CompletionCheck will cause the completion handler to be called once the given buffers are full.
COMPLETE_READ_WITH_COMPLETION - Static variable in class org.apache.tomcat.util.net.SocketWrapperBase
This utility CompletionCheck will cause the completion handler to be called once the given buffers are full.
COMPLETE_WRITE - Static variable in class org.apache.tomcat.util.net.SocketWrapperBase
This utility CompletionCheck will cause the write to fully write all remaining data.
COMPLETE_WRITE_WITH_COMPLETION - Static variable in class org.apache.tomcat.util.net.SocketWrapperBase
This utility CompletionCheck will cause the write to fully write all remaining data.
completed(Long, SendfileData) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler.SendfileCompletionHandler
 
completed(Long, SocketWrapperBase.OperationState<A>) - Method in class org.apache.tomcat.util.net.SocketWrapperBase.VectoredIOCompletionHandler
 
completed(AsynchronousSocketChannel, Void) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2Acceptor
 
completeTransaction() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
Sets the transaction complete flag to true.
completeWebXml() - Method in class org.apache.jasper.JspC
 
completion - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
 
completionDone - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
 
CompletionListener() - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection.CompletionListener
 
component - Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The owning Catalina component that we are attached to.
composeName(String, String) - Method in class org.apache.naming.NamingContext
 
composeName(String, String) - Method in class org.apache.naming.SelectorContext
 
composeName(Name, Name) - Method in class org.apache.naming.NamingContext
 
composeName(Name, Name) - Method in class org.apache.naming.SelectorContext
 
compress(byte[]) - Static method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
CompressionConfig - Class in org.apache.coyote
 
CompressionConfig() - Constructor for class org.apache.coyote.CompressionConfig
 
CompressionFormat(String, String) - Constructor for class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
 
compressionFormats - Variable in class org.apache.catalina.servlets.DefaultServlet
List of compression formats to serve and their preference order.
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<K,V> - Class in org.apache.tomcat.util.collections
 
ConcurrentCache(int) - Constructor for class org.apache.el.util.ConcurrentCache
 
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 - 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.catalina.util.ConcurrentDateFormat
Deprecated.
 
ConcurrentDateFormat(String, Locale, TimeZone) - Constructor for class org.apache.tomcat.util.http.ConcurrentDateFormat
 
ConcurrentLruCache<T> - Class in org.apache.tomcat.util.collections
 
ConcurrentLruCache(int) - Constructor for class org.apache.tomcat.util.collections.ConcurrentLruCache
 
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.AbstractAccessLogValve
Are we doing conditional logging. default null.
condition - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
 
condition - Variable in class org.apache.catalina.valves.rewrite.RewriteCond.LexicalCondition
 
Condition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.Condition
 
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
 
conditionIf - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
Are we doing conditional logging. default null.
conditions - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
 
condPattern - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
 
config - Variable in class org.apache.catalina.ant.DeployTask
URL of the context configuration file for this application, if any.
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(Context) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Return a File object representing the "configuration root" directory for our associated Host.
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
 
ConfigurationSource - Interface in org.apache.tomcat.util.file
Abstracts configuration file storage.
ConfigurationSource.Resource - Class in org.apache.tomcat.util.file
Represents a resource: a stream to the resource associated with its URI.
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.
configureCaCert(String) - Static method in class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
 
configured - Variable in class org.apache.tomcat.util.digester.Digester
Has this Digester been configured yet.
configureInjectionRules(Digester, String) - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
 
configureNamingRules(Digester) - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
 
configureReadBufferForRead() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
 
configureReadBufferForWrite() - Method in class org.apache.tomcat.util.net.SocketBufferHandler