Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- 1. Acquire a JMX Implementation - Search tag in package org.apache.tomcat.util.modeler
- Section
- 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 class org.apache.tomcat.dbcp.pool2.DestroyMode
-
Destroy abandoned object.
- ABANDONED - Enum constant in enum class 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 anAbstractMethodError
. - 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) - Constructor for class org.apache.catalina.webresources.AbstractArchiveResource
-
Deprecated.
- 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 Class in org.apache.tomcat.util.net
- AbstractEndpoint.Handler<S> - Interface in org.apache.tomcat.util.net
- AbstractEndpoint.Handler.SocketState - Enum Class 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
- 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
- AbstractNetworkChannelEndpoint<S,
U> - Class in org.apache.tomcat.util.net - AbstractNetworkChannelEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractNetworkChannelEndpoint
- 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) - Constructor for class org.apache.catalina.webresources.AbstractSingleArchiveResource
-
Deprecated.
- 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(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
- 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 Class in org.apache.tomcat.util.net
- 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
- 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(Consumer<HttpSession>) - Method in class org.apache.catalina.session.StandardSessionAccessor
- ACCESS_TIME - Enum constant in enum class 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.
- Accessing Public Methods In A Default Access Superclass - Search tag in package org.apache.tomcat.util.digester
- Section
- 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
- 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(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 class 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.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 Class 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
-
Marks this instance as used and delegates to a wrapped
DelegatingConnection.activate()
. - 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
- activityCheck - Variable in class org.apache.catalina.session.StandardSession
-
The activity check for this session.
- ACTUAL - Enum constant in enum class 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(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- add(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- 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(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 exception 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(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 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(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
- 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
- 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(ServerEndpointConfig) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
Published the provided endpoint implementation at the specified path with the specified configuration.
- addEndpoint(Class<?>) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
Provides the equivalent of
WsServerContainer.addEndpoint(ServerEndpointConfig)
for publishing plain old java objects (POJOs) that have been annotated as WebSocket endpoints. - 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 class org.apache.catalina.tribes.ChannelException
-
Adds a faulty member
- addFaultyMember(ChannelException.FaultyMember[]) - Method in exception class org.apache.catalina.tribes.ChannelException
-
Adds a list of faulty members
- addFaultyMember(Member, Exception) - Method in exception class 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, 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(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(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.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.catalina.valves.FilterValve
-
Adds an initialization parameter for the Filter.
- 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(AsyncListener) - Method in class org.apache.catalina.core.AsyncContextImpl
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.AsyncContextImpl
- 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(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.deploy.NamingResourcesImpl
-
Add a message destination reference for this web application.
- addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
- addMessageHandler(MessageHandler) - Method in class org.apache.tomcat.websocket.WsSession
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.apache.tomcat.websocket.WsSession
- addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.apache.tomcat.websocket.WsSession
- addMethod(String) - Method in class org.apache.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
- addObjects(K, int) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
- 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.
- 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
- 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.
- 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.
- addServiceRef(ContextService) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
- 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(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, Servlet) - Method in class org.apache.catalina.startup.Tomcat
-
Add an existing Servlet to the context with no class.forName or initialisation.
- addServlet(String, String, String) - Method in class org.apache.catalina.startup.Tomcat
-
Equivalent to <servlet><servlet-name><servlet-class>.
- addServlet(Context, String, Servlet) - Static method in class org.apache.catalina.startup.Tomcat
-
Static version of
Tomcat.addServlet(String, String, Servlet)
. - addServlet(Context, String, String) - Static method in class org.apache.catalina.startup.Tomcat
-
Static version of
Tomcat.addServlet(String, String, String)
- 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
- 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.
- 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 class org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
- AES128 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- AES128CCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- AES128CCM8 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- AES128GCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- AES256 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- AES256CCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- AES256CCM8 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- AES256GCM - Enum constant in enum class 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
-
Called after a 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
- 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
- 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 class org.apache.tomcat.dbcp.pool2.PooledObjectState
-
In use.
- 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.
- allowBackslash - Variable in class org.apache.catalina.connector.Connector
-
If this is
true
the '\' character will be permitted as a path delimiter. - 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
- Alternate Syntax - Search tag in class org.apache.catalina.filters.ExpiresFilter
- Section
- 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 class org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
- ALWAYS - Enum constant in enum class 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 class org.apache.tomcat.util.net.openssl.ciphers.Authentication
- ANY - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
- ANY - Enum constant in enum class 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(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.
- 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
jakarta.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
jakarta.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
- ApplicationPart(FileItem, File) - Constructor for class org.apache.catalina.core.ApplicationPart
- ApplicationServletRegistration - Class in org.apache.catalina.core
- ApplicationServletRegistration(Wrapper, Context) - Constructor for class org.apache.catalina.core.ApplicationServletRegistration
- ApplicationSessionCookieConfig - Class in org.apache.catalina.core
- ApplicationSessionCookieConfig(StandardContext) - Constructor for class org.apache.catalina.core.ApplicationSessionCookieConfig
- 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 relevantLoginModule
s. - 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 8192
- APR_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
- APR_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
- APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
- APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
- 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
- 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 class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- ARIA256GCM - Enum constant in enum class 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 arraysa
andb
. - 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 class org.apache.coyote.ActionCode
-
Callback for an async call to
AsyncContext.complete()
. - ASYNC_DISPATCH - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback for an async call to
AsyncContext.dispatch()
. - ASYNC_DISPATCHED - Enum constant in enum class 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 class org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
- ASYNC_ERROR - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback to trigger the error processing.
- ASYNC_IO - Enum constant in enum class org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
- ASYNC_IS_ASYNC - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback to determine if async processing is in progress.
- ASYNC_IS_COMPLETING - Enum constant in enum class org.apache.coyote.ActionCode
-
Call back to determine if async complete is in progress.
- ASYNC_IS_DISPATCHING - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback to determine if async dispatch is in progress.
- ASYNC_IS_ERROR - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback to determine if async is in error.
- ASYNC_IS_STARTED - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback to determine if async dispatch is in progress.
- ASYNC_IS_TIMINGOUT - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback to determine if async is timing out.
- ASYNC_POST_PROCESS - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback to trigger post processing.
- ASYNC_RUN - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback for an async call to
AsyncContext.start(Runnable)
. - ASYNC_SETTIMEOUT - Enum constant in enum class org.apache.coyote.ActionCode
-
Callback for an async call to
AsyncContext.setTimeout(long)
- ASYNC_START - Enum constant in enum class 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 class 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 singleAsynchronousChannelGroup
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).
- 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. - 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(HttpServletResponse) - Method in class org.apache.catalina.connector.Request
- authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
- 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.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, 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
X509Certificate
s. - 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(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 Class in org.apache.tomcat.util.net.openssl.ciphers
- AuthenticationException - Exception Class in org.apache.tomcat.websocket
-
Exception thrown on authentication error connecting to a remote websocket endpoint.
- AuthenticationException(String) - Constructor for exception class 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 Class 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 Class 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 class 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.
- 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
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.
- BackportBase - Class in org.apache.tomcat.buildutil.translate
-
Base class providing common implementation for back-port utilities.
- BackportBase(String...) - Constructor for class org.apache.tomcat.buildutil.translate.BackportBase
- BackportEnglish - Class in org.apache.tomcat.buildutil.translate
-
Generates a set of English property files to back-port updates to a previous version.
- BackportEnglish(String[]) - Constructor for class org.apache.tomcat.buildutil.translate.BackportEnglish
- BackportTranslations - Class in org.apache.tomcat.buildutil.translate
-
Generates a set of translated property files to back-port updates to a previous version.
- BackportTranslations(String[]) - Constructor for class org.apache.tomcat.buildutil.translate.BackportTranslations
- BackupManager - Class in org.apache.catalina.ha.session
- BackupManager() - Constructor for class org.apache.catalina.ha.session.BackupManager
-
Constructor, just calls super()
- BadRequestException - Exception Class in org.apache.coyote
-
Extend IOException to identify it as being caused by a bad request from a remote client.
- BadRequestException() - Constructor for exception class org.apache.coyote.BadRequestException
-
Construct a new BadRequestException with no other information.
- BadRequestException(String) - Constructor for exception class org.apache.coyote.BadRequestException
-
Construct a new BadRequestException for the specified message.
- BadRequestException(String, Throwable) - Constructor for exception class org.apache.coyote.BadRequestException
-
Construct a new BadRequestException for the specified message and throwable.
- BadRequestException(Throwable) - Constructor for exception class org.apache.coyote.BadRequestException
-
Construct a new BadRequestException for the specified throwable.
- base - Variable in class org.apache.tomcat.websocket.WsRemoteEndpointBase
- 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
andGenericKeyedObjectPool
. - 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
- 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
- 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.
- Basic configuration to add 'Expires' and 'Cache-Control: max-age=' headers to images, CSS and JavaScript - Search tag in class org.apache.catalina.filters.ExpiresFilter
- Section
- BasicCredentials(ByteChunk, Charset) - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
-
Parse the HTTP Authorization header for BASIC authentication as per RFC 7617.
- 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 theRefAddr
values of the specifiedReference
, which must match the names and data types of theBasicDataSource
bean properties with the following exceptions:connectionInitSqls
must be passed to this factory as a single String using semicolon to delimit the statements whereasBasicDataSource
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 class 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.nio.NioReceiver
- bind() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
- 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
-
Deprecated.Unused. Will be removed in Tomcat 12 onwards.
- bind(ClassLoader) - Method in class org.apache.catalina.core.StandardContext
- bind(ClassLoader) - Method in class org.apache.catalina.startup.FailedContext
- bind(ClassLoader) - Method in interface org.apache.tomcat.ContextBind
-
Change the current thread context class loader to the web application class loader.
- 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
- 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 class 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 class 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, boolean, int) - 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 class 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
-
Equivalent to
.borrowObject
(BaseGenericObjectPool.getMaxWaitDuration()
) - 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
-
Equivalent to
.borrowObject
(key,BaseGenericObjectPool.getMaxWaitDuration()
) - 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 class org.apache.tomcat.util.net.AbstractEndpoint.BindState
- BOUND_ON_START - Enum constant in enum class 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
- Brief (But Still Too Long) Introduction To System and Public Identifiers - Search tag in package org.apache.tomcat.util.digester
- Section
- 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 - 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 class 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, -2 means bufferPoolSize will be used Default value is -2
- BufferPool - Class 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 based on the max memory reported by the JVM, if less than 1GB, then 0, else the value divided by 32.
- buffers - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
- Buffers and Encodings - Search tag in package org.apache.tomcat.util.buf
- Section
- 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 Class 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
- bytesField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
Deprecated.
C
- 2. Create a Modeler Configuration File - Search tag in package org.apache.tomcat.util.modeler
- Section
- 3. Create Modeler Registry at Startup Time - Search tag in package org.apache.tomcat.util.modeler
- Section
- 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 class 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
- 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.
- 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.
- CAMELLIA128 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- CAMELLIA256 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
- 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
- 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.
- CENATT - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENATT - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENATX - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENATX - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENCOM - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENCOM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENCRC - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENCRC - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENDSK - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENDSK - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENEXT - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENEXT - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENFLG - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENFLG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENHDR - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENHDR - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENHOW - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENHOW - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENLEN - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENLEN - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENNAM - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENNAM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENOFF - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENOFF - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENSIG - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENSIG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENSIZ - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENSIZ - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENTIM - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENTIM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENVEM - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- CENVEM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
- CENVER - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
- 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, Map<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 class 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, 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 Class in org.apache.catalina.tribes
-
A channel exception is thrown when an internal error happens somewhere in the channel.
- ChannelException() - Constructor for exception class org.apache.catalina.tribes.ChannelException
-
Constructor, creates a ChannelException
- ChannelException(String) - Constructor for exception class org.apache.catalina.tribes.ChannelException
-
Constructor, creates a ChannelException with an error message
- ChannelException(String, Throwable) - Constructor for exception class org.apache.catalina.tribes.ChannelException
-
Constructor, creates a ChannelException with an error message and a cause
- ChannelException(Throwable) - Constructor for exception class 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 theChannel
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 theChannel
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
- CharsetHolder - Class in org.apache.tomcat.util.buf
-
Represents a character encoding to be used for a request or response.
- 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, 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(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 matchesHandlesTypes
. - 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.
- checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
Throws a SQLException if this connection is not open.
- 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, Ranges.Entry) - 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.
- 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[], 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 Class 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 class org.apache.catalina.WebResourceRoot.ResourceSetType
- ClassFormatException - Exception Class 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 class org.apache.tomcat.util.bcel.classfile.ClassFormatException
-
Constructs a new instance with
null
as its detail message. - ClassFormatException(String) - Constructor for exception class org.apache.tomcat.util.bcel.classfile.ClassFormatException
-
Constructs a new instance with the specified detail message.
- ClassFormatException(String, Throwable) - Constructor for exception class org.apache.tomcat.util.bcel.classfile.ClassFormatException
-
Constructs a new instance with the specified detail message and cause.
- ClassFormatException(Throwable) - Constructor for exception class 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 ofcause
). - CLASSIC - Enum constant in enum class 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 Class 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
- 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
- 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 interface org.apache.catalina.Store
-
Remove all Sessions from this Store.
- 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() - 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.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() - 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(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
- 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
-
Clears the cached state.
- 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_FLUSH - Enum constant in enum class 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 Class 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 class org.apache.catalina.connector.ClientAbortException
-
Construct a new ClientAbortException with no other information.
- ClientAbortException(String) - Constructor for exception class org.apache.catalina.connector.ClientAbortException
-
Construct a new ClientAbortException for the specified message.
- ClientAbortException(String, Throwable) - Constructor for exception class org.apache.catalina.connector.ClientAbortException
-
Construct a new ClientAbortException for the specified message and throwable.
- ClientAbortException(Throwable) - Constructor for exception class 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 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
-
Deprecated.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 this instance to my containing pool.
- close() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
Returns this instance to my containing pool.
- 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
PreparedStatement
s orCallableStatement
s from the pool, and close the underlying connection. - close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
-
Closes and free all
Connection
s 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(CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
- 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 callsexceptionHandler
. - close(Connection) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Close the specified database connection.
- close(Connection) - Method in class org.apache.catalina.session.DataSourceStore
-
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(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 class org.apache.coyote.ActionCode
-
Regular close.
- CLOSE - Static variable in class org.apache.coyote.http11.Constants
- CLOSE_CLEAN - Enum constant in enum class 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 class org.apache.coyote.ErrorState
-
An error has been detected that impacts the underlying network connection.
- CLOSE_NOW - Enum constant in enum class org.apache.coyote.ActionCode
-
A serious error occurred from which it is not possible to recover safely.
- CLOSE_NOW - Enum constant in enum class 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.
- closeAll() - Static method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
-
Closes all pools associated with this class.
- closeAuthenticatedSession(String) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
- 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 class 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 Class 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 class org.apache.coyote.CloseNowException
- CloseNowException(String) - Constructor for exception class org.apache.coyote.CloseNowException
- CloseNowException(String, Throwable) - Constructor for exception class org.apache.coyote.CloseNowException
- CloseNowException(Throwable) - Constructor for exception class 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 anAbstractMethodError
. - 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
-
Deprecated.
- closeQuietly(ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
-
Deprecated.
- closeQuietly(Statement) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
-
Deprecated.
- 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 onProtocolHandler.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 onAbstractEndpoint.init()
). - 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 class 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 interfaceReplicatedSessionListener
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.
- 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(ELContext, Object, boolean) - Static method in class org.apache.el.lang.ELSupport
-
Convert an object to Boolean.
- coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- 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(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
- coerceToNumber(Number, Class<?>) - Static method in class org.apache.el.lang.ELSupport
- coerceToNumber(String, 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(ELContext, Object, Class<T>) - Static method in class org.apache.el.lang.ELSupport
- coerceToType(Class<?>, String) - Static method in class org.apache.tomcat.websocket.Util
- coerceToType(Object, Class<T>) - Method in class org.apache.el.ExpressionFactoryImpl
- 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[]
. - 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 class 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(ELContext, Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
Compare two objects, after coercing to the same type if appropriate.
- 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(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 class 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.tomcat.util.http
-
A thread safe wrapper around
SimpleDateFormat
that does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements. - ConcurrentDateFormat(String, Locale, TimeZone) - Constructor for class org.apache.tomcat.util.http.ConcurrentDateFormat
- 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
InputStream
s 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
- Configuration Parameters - Search tag in class org.apache.catalina.filters.ExpiresFilter
- Section
- 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.
- Configuration syntax - Search tag in class org.apache.catalina.filters.ExpiresFilter
- Section
- 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.
- configuredProtocol - Variable in class org.apache.catalina.connector.Connector
-
Name of the protocol that was configured.
- 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
- configureSessionContext(SSLSessionContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
- configureSessionContext(SSLSessionContext) - Method in class org.apache.tomcat.util.net.SSLUtilBase
- configureStart() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "contextConfig" event for this Context.
- configureStop() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "stop" event for this Context.
- configureTask(AbstractRxTask) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
- configureWriteBufferForRead() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
- configureWriteBufferForWrite() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
- conn - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
Deprecated.
- connect() - Method in interface org.apache.catalina.tribes.transport.DataSender
-
Connect.
- connect() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
- connect() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
- connect() - Method in class org.apache.catalina.tribes.transport.PooledSender
- connect() - Method in class org.apache.catalina.webresources.war.WarURLConnection
- connect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Connects the underlying connection to the database.
- connect() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
- connect(String, Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
- CONNECT_FAIL - Enum constant in enum class org.apache.tomcat.util.net.SocketEvent
-
A client attempted to establish a connection but failed.
- connectGood() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
- connecting - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
- connection - Variable in class org.apache.tomcat.jdbc.pool.ProxyConnection
- CONNECTION - Static variable in class org.apache.coyote.http11.Constants
- CONNECTION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
- CONNECTION_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
- connectionAttempt - Variable in class org.apache.catalina.realm.JNDIRealm
-
The number of connection attempts.
- ConnectionFactory - Interface in org.apache.tomcat.dbcp.dbcp2
-
Abstract factory interface for creating
Connection
s. - ConnectionFuture(Future<PooledConnection>) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
- ConnectionFuture(PooledConnection) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
- ConnectionHandler(AbstractProtocol<S>) - Constructor for class org.apache.coyote.AbstractProtocol.ConnectionHandler
- connectionId - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
- connectionName - Variable in class org.apache.catalina.realm.JNDIRealm
-
The connection username for the server we will contact.
- connectionName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
Deprecated.The connection username to use when trying to connect to the database.
- connectionPassword - Variable in class org.apache.catalina.realm.JNDIRealm
-
The connection password for the server we will contact.
- connectionPassword - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
Deprecated.The connection URL to use when trying to connect to the database.
- connectionPool - Variable in class org.apache.catalina.realm.JNDIRealm
-
Connection pool.
- ConnectionPool - Class in org.apache.tomcat.jdbc.pool
-
Implementation of simple connection pool.
- ConnectionPool - Class in org.apache.tomcat.jdbc.pool.jmx
- ConnectionPool(ConnectionPool) - Constructor for class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
- ConnectionPool(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Instantiate a connection pool.
- ConnectionPool.ConnectionFuture - Class in org.apache.tomcat.jdbc.pool
-
Thread safe wrapper around a future for the regular queue This one retrieves the pooled connection object and performs the initialization according to interceptors and validation rules.
- ConnectionPool.PoolCleaner - Class in org.apache.tomcat.jdbc.pool
- ConnectionPoolMBean - Interface in org.apache.tomcat.jdbc.pool.jmx
- connectionPoolSize - Variable in class org.apache.catalina.realm.JNDIRealm
-
The pool size limit.
- connectionReaders - Variable in class org.apache.catalina.ha.backend.TcpSender
- connectionReturnedToPool() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
-
Notification from
PoolableConnection
that we returned to the pool. - connections - Variable in class org.apache.catalina.ha.backend.TcpSender
-
Active connections.
- connections - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Map holding all current connections keyed with the sockets.
- ConnectionState - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Interceptor that keep track of connection state to avoid roundtrips to the database.
- ConnectionState() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
- ConnectionStatusElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ConnectionStatusElement
- connectionTimeout - Variable in class org.apache.catalina.realm.JNDIRealm
-
The timeout, in milliseconds, to use when trying to create a connection to the directory.
- connectionTimeout - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
- connectionURL - Variable in class org.apache.catalina.realm.JNDIRealm
-
The connection URL for the server we will contact.
- connectionURL - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
Deprecated.
- connectionWriters - Variable in class org.apache.catalina.ha.backend.TcpSender
- connector - Variable in class org.apache.catalina.connector.Request
-
Associated Catalina connector.
- Connector - Class in org.apache.catalina.connector
-
Implementation of a Coyote connector.
- Connector() - Constructor for class org.apache.catalina.connector.Connector
-
Defaults to using HTTP/1.1 NIO implementation.
- Connector(String) - Constructor for class org.apache.catalina.connector.Connector
- Connector(ProtocolHandler) - Constructor for class org.apache.catalina.connector.Connector
- ConnectorCreateRule - Class in org.apache.catalina.startup
-
Rule implementation that creates a connector.
- ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
- ConnectorMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.coyote.tomcat5.CoyoteConnector
component. - ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
- connectors - Variable in class org.apache.catalina.core.StandardService
-
The set of Connectors associated with this Service.
- ConnectorSF - Class in org.apache.catalina.storeconfig
-
Store Connector and Listeners
- ConnectorSF() - Constructor for class org.apache.catalina.storeconfig.ConnectorSF
- ConnectorStoreAppender - Class in org.apache.catalina.storeconfig
-
Store the Connector attributes.
- ConnectorStoreAppender() - Constructor for class org.apache.catalina.storeconfig.ConnectorStoreAppender
- connectRenegotiate() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
- connectTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
- connectTimeout - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
- connectToServer(Class<?>, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
- connectToServer(Object, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
- connectUsingDataSource() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
- connectUsingDriver() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
- Const - Class in org.apache.tomcat.util.bcel
-
Constants for the project, mostly defined in the JVM specification.
- Const() - Constructor for class org.apache.tomcat.util.bcel.Const
- Constant - Class in org.apache.tomcat.util.bcel.classfile
-
Abstract superclass for classes to represent the different constant types in the constant pool of a class file.
- CONSTANT_Class - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Class: 0x7.
- CONSTANT_Double - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Double: 0x6.
- CONSTANT_Dynamic - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as dynamically computed: 0x11.
- CONSTANT_Fieldref - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Field Reference: 0x9.
- CONSTANT_Float - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Float: 0x4.
- CONSTANT_Integer - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Integer: 0x3.
- CONSTANT_InterfaceMethodref - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as an Interface Method Reference: 0xb.
- CONSTANT_InvokeDynamic - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as an Invoke Dynamic: 0x12.
- CONSTANT_Long - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Long: 0x5.
- CONSTANT_MethodHandle - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Method Handle: 0xf.
- CONSTANT_Methodref - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Method Reference: 0xa.
- CONSTANT_MethodType - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Method Type: 0x10.
- CONSTANT_Module - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Module Reference: 0x13.
- CONSTANT_NameAndType - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a name and type: 0xc.
- CONSTANT_Package - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Package Reference: 0x14.
- CONSTANT_String - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type String: 0x8.
- CONSTANT_Utf8 - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type UTF-8: 0x1.
- ConstantClass - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a (external) class. - ConstantDouble - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a Double object. - ConstantFloat - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a float object. - ConstantInteger - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to an int object. - ConstantLong - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a long object. - ConstantPool - Class in org.apache.tomcat.util.bcel.classfile
-
This class represents the constant pool, i.e., a table of constants, of a parsed classfile.
- Constants - Class in org.apache.catalina.authenticator
- Constants - Class in org.apache.catalina.core
- Constants - Class in org.apache.catalina.filters
-
Manifest constants for this Java package.
- Constants - Class in org.apache.catalina.ha.tcp
-
Manifest constants for the
org.apache.catalina.ha.tcp
package. - Constants - Class in org.apache.catalina.manager
- Constants - Class in org.apache.catalina.manager.host
- Constants - Class in org.apache.catalina.mapper
-
Static constants for this package.
- Constants - Class in org.apache.catalina.security
- Constants - Class in org.apache.catalina.session
-
Manifest constants for the
org.apache.catalina.session
package. - Constants - Class in org.apache.catalina.startup
-
String constants for the startup package.
- Constants - Class in org.apache.catalina.storeconfig
- Constants - Class in org.apache.catalina.tribes.membership
-
Manifest constants for the
org.apache.catalina.tribes.membership
package. - Constants - Class in org.apache.catalina.tribes.transport
-
Manifest constants for the
org.apache.catalina.tribes.transport
package. - Constants - Class in org.apache.catalina.users
-
Manifest constants for this Java package.
- Constants - Class in org.apache.catalina.valves
-
Manifest constants for the
org.apache.catalina.valves
package. - Constants - Class in org.apache.coyote.ajp
-
Constants.
- Constants - Class in org.apache.coyote
-
Constants.
- Constants - Class in org.apache.coyote.http11
-
Constants.
- Constants - Class in org.apache.coyote.http2
- Constants - Class in org.apache.jasper
-
Some constants and other global data that are used by the compiler and the runtime.
- Constants - Class in org.apache.naming.factory
-
Static constants for this package.
- Constants - Class in org.apache.tomcat.buildutil.translate
- Constants - Class in org.apache.tomcat.dbcp.dbcp2
-
Constants.
- Constants - Class in org.apache.tomcat.util.descriptor
- Constants - Class in org.apache.tomcat.util.descriptor.web
- Constants - Class in org.apache.tomcat.util.net
- Constants - Class in org.apache.tomcat.util.scan
-
String constants for the scan package.
- Constants - Class in org.apache.tomcat.util.threads
-
Static constants for this package.
- Constants - Class in org.apache.tomcat.websocket
-
Internal implementation constants.
- Constants - Class in org.apache.tomcat.websocket.pojo
-
Internal implementation constants.
- Constants - Class in org.apache.tomcat.websocket.server
-
Internal implementation constants.
- Constants() - Constructor for class org.apache.catalina.authenticator.Constants
- Constants() - Constructor for class org.apache.catalina.core.Constants
- Constants() - Constructor for class org.apache.catalina.filters.Constants
- Constants() - Constructor for class org.apache.catalina.ha.tcp.Constants
- Constants() - Constructor for class org.apache.catalina.manager.Constants
- Constants() - Constructor for class org.apache.catalina.manager.host.Constants
- Constants() - Constructor for class org.apache.catalina.mapper.Constants
- Constants() - Constructor for class org.apache.catalina.security.Constants
- Constants() - Constructor for class org.apache.catalina.session.Constants
- Constants() - Constructor for class org.apache.catalina.startup.Constants
- Constants() - Constructor for class org.apache.catalina.storeconfig.Constants
- Constants() - Constructor for class org.apache.catalina.tribes.membership.Constants
- Constants() - Constructor for class org.apache.catalina.tribes.transport.Constants
- Constants() - Constructor for class org.apache.catalina.users.Constants
- Constants() - Constructor for class org.apache.catalina.valves.Constants
- Constants() - Constructor for class org.apache.coyote.ajp.Constants
- Constants() - Constructor for class org.apache.coyote.Constants
- Constants() - Constructor for class org.apache.coyote.http11.Constants
- Constants() - Constructor for class org.apache.coyote.http2.Constants
- Constants() - Constructor for class org.apache.jasper.Constants
- Constants() - Constructor for class org.apache.naming.factory.Constants
- Constants() - Constructor for class org.apache.tomcat.buildutil.translate.Constants
- Constants() - Constructor for class org.apache.tomcat.dbcp.dbcp2.Constants
- Constants() - Constructor for class org.apache.tomcat.util.descriptor.Constants
- Constants() - Constructor for class org.apache.tomcat.util.descriptor.web.Constants
- Constants() - Constructor for class org.apache.tomcat.util.net.Constants
- Constants() - Constructor for class org.apache.tomcat.util.scan.Constants
- Constants() - Constructor for class org.apache.tomcat.util.threads.Constants
- Constants.AccessLog - Class in org.apache.catalina.valves
- ConstantUtf8 - Class in org.apache.tomcat.util.bcel.classfile
-
Extends the abstract
Constant
to represent a reference to a UTF-8 encoded string. - constructors - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
the constructors that are used to create statement proxies
- Contained - Interface in org.apache.catalina
-
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
- container - Variable in class org.apache.catalina.core.NamingContextListener
-
Associated container.
- container - Variable in class org.apache.catalina.core.StandardPipeline
-
The Container with which this Pipeline is associated.
- container - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
The Container associated with this Cluster.
- container - Variable in class org.apache.catalina.realm.RealmBase
-
The Container with which this Realm is associated.
- container - Variable in class org.apache.catalina.valves.ValveBase
-
The Container whose pipeline this Valve is a component of.
- Container - Interface in org.apache.catalina
-
A Container is an object that can execute requests received from a client, and return responses based on those requests.
- ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
- ContainerBackgroundProcessorMonitor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessorMonitor
- ContainerBase - Class in org.apache.catalina.core
-
Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
- ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
- ContainerBase.ContainerBackgroundProcessor - Class in org.apache.catalina.core
-
Private runnable class to invoke the backgroundProcess method of this container and its children after a fixed delay.
- ContainerBase.ContainerBackgroundProcessorMonitor - Class in org.apache.catalina.core
- containerClassLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
- containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
-
Acknowledge the occurrence of the specified event.
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.FrameworkListener
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.mapper.MapperListener
- ContainerEvent - Class in org.apache.catalina
-
General event for notifying listeners of significant changes on a Container.
- ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
-
Construct a new ContainerEvent with the specified parameters.
- ContainerListener - Interface in org.apache.catalina
-
Interface defining a listener for significant Container generated events.
- containerLog - Variable in class org.apache.catalina.realm.RealmBase
-
Container log
- containerLog - Variable in class org.apache.catalina.valves.ValveBase
-
Container log
- ContainerMBean - Class in org.apache.catalina.mbeans
- ContainerMBean() - Constructor for class org.apache.catalina.mbeans.ContainerMBean
- ContainerServlet - Interface in org.apache.catalina
-
A ContainerServlet is a servlet that has access to Catalina internal functionality, and is loaded from the Catalina class loader instead of the web application class loader.
- contains(byte[], int, byte[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
- contains(Object) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- contains(Object) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- contains(String) - Method in class org.apache.catalina.util.NetMaskSet
-
Tests if the provided IP address matches any of the
NetMask
s in the set. - contains(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
- contains(InetAddress) - Method in class org.apache.catalina.util.NetMaskSet
-
Tests if the provided InetAddress matches any of the
NetMask
s in the set. - contains(Member) - Method in class org.apache.catalina.tribes.membership.Membership
- contains(T) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
- contains(T) - Method in interface org.apache.catalina.filters.CsrfPreventionFilter.NonceCache
- contains(T) - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
- containsAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- containsAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- containsHeader(String) - Method in class org.apache.catalina.connector.Response
- containsHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
- containsHeader(String) - Method in class org.apache.coyote.Response
-
Does the response contain the given header.
- containsKey(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Returns true if the key has an entry in the map.
- containsKey(Object) - Method in class org.apache.catalina.util.ParameterMap
- containsKey(Object) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
- containsKey(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
- containsValue(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
- containsValue(Object) - Method in class org.apache.catalina.util.ParameterMap
- containsValue(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
- CONTENT_DISPOSITION - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
HTTP content disposition header name.
- CONTENT_LENGTH - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
HTTP content length header name.
- CONTENT_TYPE - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
HTTP content type header name.
- CONTENT_TYPE_FORM_URL_ENCODING - Static variable in class org.apache.catalina.Globals
- contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Content length.
- contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Content length.
- contentLength() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Retrieve the content length of the request.
- contentLength() - Method in interface org.apache.tomcat.util.http.fileupload.UploadContext
-
Retrieve the content length of the request.
- ContentRange - Class in org.apache.tomcat.util.http.parser
- ContentRange(String, long, long, long) - Constructor for class org.apache.tomcat.util.http.parser.ContentRange
- contentType() - Method in class org.apache.coyote.Request
- contentTypeRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
-
regex pattern to match when evaluating content types
- context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The Context to which this Valve is attached.
- context - Variable in class org.apache.catalina.core.StandardContext
-
The ServletContext implementation associated with this Context.
- context - Variable in class org.apache.catalina.manager.host.HostManagerServlet
-
The Context container associated with our web application.
- context - Variable in class org.apache.catalina.manager.ManagerServlet
-
The Context container associated with our web application.
- context - Variable in class org.apache.catalina.mapper.MappingData
- context - Variable in class org.apache.catalina.realm.JNDIRealm.JNDIConnection
-
The directory context linking us to our directory server.
- context - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
- context - Variable in class org.apache.catalina.startup.ContextConfig
-
The Context we are associated with.
- context - Variable in class org.apache.catalina.valves.HealthCheckValve
-
Will be set to true if the valve is associated with a context.
- context - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
-
Will be set to true if the valve is associated with a context.
- context - Variable in class org.apache.jasper.JspC
-
The servlet context.
- Context - Interface in org.apache.catalina
-
A Context is a Container that represents a servlet context, and therefore an individual web application, in the Catalina servlet engine.
- CONTEXT - Static variable in class org.apache.naming.NamingEntry
- ContextAccessController - Class in org.apache.naming
-
Handles the access control on the JNDI contexts.
- ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
- ContextBind - Interface in org.apache.tomcat
- ContextBindings - Class in org.apache.naming
-
Handles the associations : Object with a NamingContext Calling thread with a NamingContext Calling thread with object bound to the same naming context Thread context class loader with a NamingContext Thread context class loader with object bound to the same NamingContext The objects are typically Catalina Server or Context objects.
- ContextBindings() - Constructor for class org.apache.naming.ContextBindings
- contextClass - Variable in class org.apache.catalina.startup.HostConfig
-
The Java class name of the Context implementation we should use.
- contextConfig(Digester) - Method in class org.apache.catalina.startup.ContextConfig
-
Process the default configuration file, if it exists.
- ContextConfig - Class in org.apache.catalina.startup
-
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
- ContextConfig() - Constructor for class org.apache.catalina.startup.ContextConfig
- ContextConfig.ContextXml - Interface in org.apache.catalina.startup
- contextDestroyed(ServletContextEvent) - Method in class org.apache.tomcat.websocket.server.WsContextListener
- ContextEjb - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an EJB resource reference for a web application, as represented in a
<ejb-ref>
element in the deployment descriptor. - ContextEjb() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextEjb
- ContextEnvironment - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application environment entry, as represented in an
<env-entry>
element in the deployment descriptor. - ContextEnvironment() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextEnvironment
- ContextEnvironmentMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.tomcat.util.descriptor.web.ContextEnvironment
component. - ContextEnvironmentMBean() - Constructor for class org.apache.catalina.mbeans.ContextEnvironmentMBean
- contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
-
The JNDI context factory used to acquire our InitialContext.
- ContextHandler - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a handler reference for a web service, as represented in a
<handler>
element in the deployment descriptor. - ContextHandler() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextHandler
- contextInitialized(ServletContextEvent) - Method in class org.apache.tomcat.websocket.server.WsContextListener
- contextList - Variable in class org.apache.catalina.mapper.Mapper.MappedHost
- ContextList() - Constructor for class org.apache.catalina.mapper.Mapper.ContextList
- contextListeners - Variable in class org.apache.catalina.core.FrameworkListener
- ContextLocalEjb - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a local EJB resource reference for a web application, as represented in a
<ejb-local-ref>
element in the deployment descriptor. - ContextLocalEjb() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
- ContextMBean - Class in org.apache.catalina.mbeans
- ContextMBean() - Constructor for class org.apache.catalina.mbeans.ContextMBean
- ContextName - Class in org.apache.catalina.util
-
Utility class to manage context names so there is one place where the conversions between baseName, path and version take place.
- ContextName(String, boolean) - Constructor for class org.apache.catalina.util.ContextName
-
Creates an instance from a context name, display name, base name, directory name, WAR name or context.xml name.
- ContextName(String, String) - Constructor for class org.apache.catalina.util.ContextName
-
Construct an instance from a path and version.
- ContextNamingInfoListener - Class in org.apache.catalina.core
-
Implementation of
LifecycleListener
that will create context naming information environment entries. - ContextNamingInfoListener() - Constructor for class org.apache.catalina.core.ContextNamingInfoListener
- ContextResource - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a resource reference for a web application, as represented in a
<resource-ref>
element in the deployment descriptor. - ContextResource() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResource
- ContextResourceEnvRef - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application resource reference, as represented in an
<res-env-refy>
element in the deployment descriptor. - ContextResourceEnvRef() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
- ContextResourceLink - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a resource link for a web application, as represented in a
<ResourceLink>
element in the server configuration file. - ContextResourceLink() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResourceLink
- ContextResourceLinkMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.tomcat.util.descriptor.web.ContextResourceLink
component. - ContextResourceLinkMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceLinkMBean
- ContextResourceMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.tomcat.util.descriptor.web.ContextResource
component. - ContextResourceMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceMBean
- ContextRuleSet - Class in org.apache.catalina.startup
-
RuleSet for processing the contents of a Context definition element.
- ContextRuleSet() - Constructor for class org.apache.catalina.startup.ContextRuleSet
-
Construct an instance of this
RuleSet
with the default matching pattern prefix. - ContextRuleSet(String) - Constructor for class org.apache.catalina.startup.ContextRuleSet
-
Construct an instance of this
RuleSet
with the specified matching pattern prefix. - ContextRuleSet(String, boolean) - Constructor for class org.apache.catalina.startup.ContextRuleSet
-
Construct an instance of this
RuleSet
with the specified matching pattern prefix. - contexts - Variable in class org.apache.catalina.mapper.Mapper.ContextList
- contexts - Variable in class org.apache.catalina.mapper.MappingData
- ContextService - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a web service reference for a web application, as represented in a
<service-ref>
element in the deployment descriptor. - ContextService() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextService
- contextSlashCount - Variable in class org.apache.catalina.mapper.MappingData
- contextStopping() - Method in class org.apache.catalina.core.StandardThreadExecutor
- contextStopping() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
- ContextTransaction - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application resource reference, as represented in an
<res-env-refy>
element in the deployment descriptor. - ContextTransaction() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextTransaction
- ContextVersion(String, String, int, Context, WebResourceRoot, String[]) - Constructor for class org.apache.catalina.mapper.Mapper.ContextVersion
- contextXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Allow customized directory listing per context.
- CONTINUE - Enum constant in enum class org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall
-
Operation should continue, the completion handler shouldn't be called.
- ContinueResponseTiming - Enum Class in org.apache.coyote
-
Defines timing options for responding to requests that contain a '100-continue' expectations.
- controlConcurrency(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
-
Subclass friendly method to add conditions.
- conv - Variable in class org.apache.catalina.connector.InputBuffer
-
Current byte to char converter.
- conv - Variable in class org.apache.catalina.connector.OutputBuffer
-
Current char to byte converter.
- convert - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
- convert(String) - Static method in class org.apache.catalina.tribes.util.Arrays
- convert(String) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
- convert(String, Class<?>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
- convert(String, String, Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- convert(ByteBuffer) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
- convert(ByteBuffer, CharBuffer, ByteChunk.ByteInputChannel, boolean) - Method in class org.apache.tomcat.util.buf.B2CConverter
-
Convert the given bytes to characters.
- convert(CharBuffer, ByteBuffer) - Method in class org.apache.tomcat.util.buf.C2BConverter
-
Convert the given characters to bytes.
- convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source.
- convert(ByteChunk, CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.B2CConverter
-
Convert the given bytes to characters.
- convert(ByteChunk, EncodedSolidusHandling) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source.
- convert(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
-
Convert the given characters to bytes.
- convert(T) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
- convertCookies() - Method in class org.apache.catalina.connector.Request
-
Converts the parsed cookies (parsing the Cookie headers first if they have not been parsed) into Cookie objects.
- convertDateFormat(String) - Method in class org.apache.catalina.util.Strftime
-
Search the provided pattern and get the C standard Date/Time formatting rules and convert them to the Java equivalent.
- convertForJSSE(Collection<Cipher>) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
- convertMB(MessageBytes) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Character conversion of the a US-ASCII MessageBytes.
- convertPrimitiveType(Class<?>) - Static method in class org.apache.catalina.util.Introspection
-
Converts the primitive type to its corresponding wrapper.
- convertString(Class<?>, String, String, Class<?>, boolean) - Method in interface org.apache.jasper.compiler.StringInterpreter
-
Generates the source code that represents the conversion of the string value to the appropriate type.
- convertString(Class<?>, String, String, Class<?>, boolean) - Method in class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
- convertStringToType(String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
Convert string to datatype FIXME How we can transfer values from ant project reference store (ref)?
- convertToBytes(String) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Convert specified String to a byte array.
- convertToHexEscape(String) - Static method in class org.apache.catalina.realm.JNDIRealm
- convertToType(Object, Class<T>) - Method in class org.apache.el.lang.EvaluationContext
- convertURI(MessageBytes, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Character conversion of the URI.
- convertValue(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Convert a string to object, based on type.
- cookie - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
This sets a cookie on the client's browser.
- Cookie - Class in org.apache.tomcat.util.http.parser
-
Cookie header parser based on RFC6265
- COOKIE_COMMENT_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
- COOKIE_DATE_FORMAT - Static variable in class org.apache.tomcat.util.http.CookieProcessorBase
- COOKIE_DOMAIN_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
- COOKIE_HTTP_ONLY_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
- COOKIE_MAX_AGE_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
- COOKIE_PARTITIONED_ATTR - Static variable in class org.apache.catalina.authenticator.Constants
-
The name of the attribute used to indicate a partitioned cookie as part of CHIPS.
- COOKIE_PARTITIONED_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
-
The name of the attribute used to indicate a partitioned cookie as part of CHIPS.
- COOKIE_PATH_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
- COOKIE_SAME_SITE_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
- COOKIE_SECURE_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
- cookieDomain - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- CookieElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.CookieElement
- CookieElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
- cookieHttpOnly - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- cookieLifetime - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- cookieName - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- cookiePath - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- CookieProcessor - Interface in org.apache.tomcat.util.http
- CookieProcessorBase - Class in org.apache.tomcat.util.http
- CookieProcessorBase() - Constructor for class org.apache.tomcat.util.http.CookieProcessorBase
- cookieResult - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- cookies - Variable in class org.apache.catalina.connector.Request
-
The set of cookies associated with this Request.
- cookiesConverted - Variable in class org.apache.catalina.connector.Request
-
Cookie parsed flag.
- cookieSecure - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- cookiesParsed - Variable in class org.apache.catalina.connector.Request
-
Cookie headers parsed flag.
- cookieSubstitution - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- CookiesWithoutEquals - Enum Class in org.apache.tomcat.util.http
- cookieValue - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
- COORD_ALIVE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Alive message
- COORD_CONF - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Coordination confirmation, for blocking installations
- COORD_HEADER - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
header for a coordination message
- COORD_REQUEST - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Coordination request
- CoordinationEvent(int, ChannelInterceptor, String) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
- CoordinationMessage(XByteBuffer) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
- CoordinationMessage(Member, Member, Member[], UniqueId, byte[]) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
- coordinator - Variable in class org.apache.catalina.tribes.group.GroupChannel
-
The
ChannelCoordinator
coordinates the bottom layer components:
- MembershipService
- ChannelSender
- ChannelReceiver - coordMsgReceived - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
- copy(File, File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Copy a file to the specified temp directory.
- copy(File, File) - Static method in class org.apache.catalina.startup.ExpandWar
-
Copy the specified file or directory to the destination.
- copy(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
- copy(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Copies bytes from an
InputStream
to anOutputStream
. - copy(InputStream, OutputStream, boolean) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Copies the contents of the given
InputStream
to the givenOutputStream
. - copy(InputStream, OutputStream, boolean, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Copies the contents of the given
InputStream
to the givenOutputStream
. - copy(InputStream, PrintWriter, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
- copy(String, String) - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
- copy(String, String) - Method in class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
- copy(String, String) - Method in interface org.apache.catalina.servlets.WebdavServlet.PropertyStore
-
Copy resource.
- copy(WebResource, long, ServletOutputStream, Ranges.Entry) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
- copy(WebResource, long, ServletOutputStream, Ranges, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
- copy(AbandonedConfig) - Static method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
-
Creates a new instance with values from the given instance.
- copyBytes(byte[], int, int, int) - Static method in class org.apache.catalina.connector.CoyoteAdapter
-
Copy an array of bytes to a different position.
- copyLarge(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Copies bytes from a large (over 2GB)
InputStream
to anOutputStream
. - CopyParentClassLoaderRule - Class in org.apache.catalina.startup
-
Rule that copies the
parentClassLoader
property from the next-to-top item on the stack (which must be aContainer
) to the top item on the stack (which must also be aContainer
). - CopyParentClassLoaderRule() - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
-
Construct a new instance of this Rule.
- copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
- copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
- copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
- copyStateWithoutTransformers(WebappClassLoaderBase) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
- copyWithoutTransformers() - Method in class org.apache.catalina.loader.ParallelWebappClassLoader
- copyWithoutTransformers() - Method in class org.apache.catalina.loader.WebappClassLoader
- copyWithoutTransformers() - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Returns a copy of this class loader without any class file transformers.
- copyXML - Variable in class org.apache.catalina.startup.HostConfig
-
Should XML files be copied to $CATALINA_BASE/conf/<engine>/<host> by default when a web application is deployed?
- CorsFilter - Class in org.apache.catalina.filters
-
A
Filter
that enable client-side cross-origin requests by implementing W3C's CORS (Cross-Origin Resource Sharing) specification for resources. - CorsFilter() - Constructor for class org.apache.catalina.filters.CorsFilter
- CorsFilter.CORSRequestType - Enum Class in org.apache.catalina.filters
-
Enumerates varies types of CORS requests.
- count - Variable in class org.apache.catalina.WebResourceLockSet.ResourceLock
- count() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
Returns the number of packages that the reader has read
- count() - Method in class org.apache.el.stream.Stream
- countAllocated - Variable in class org.apache.catalina.core.StandardWrapper
-
The count of allocations that are currently active.
- countDown() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Releases a shared latch, making it available for another thread to use.
- countDownConnection() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
- Counter() - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
- countPackages() - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
Internal mechanism to make a check if a complete package exists within the buffer
- countPackages(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
- countTokens() - Method in class org.apache.catalina.valves.rewrite.QuotedStringTokenizer
- countUpOrAwait() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Acquires a shared latch if one is available or waits for one if no shared latch is current available.
- countUpOrAwaitConnection() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
- CoyoteAdapter - Class in org.apache.catalina.connector
-
Implementation of a request processor which delegates the processing to a Coyote processor.
- CoyoteAdapter(Connector) - Constructor for class org.apache.catalina.connector.CoyoteAdapter
-
Construct a new CoyoteProcessor associated with the specified connector.
- CoyoteInputStream - Class in org.apache.catalina.connector
-
This class handles reading bytes.
- CoyoteInputStream(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteInputStream
- CoyoteOutputStream - Class in org.apache.catalina.connector
-
Coyote implementation of the servlet output stream.
- CoyoteOutputStream(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteOutputStream
- CoyotePrincipal - Class in org.apache.catalina.connector
-
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
- CoyotePrincipal(String) - Constructor for class org.apache.catalina.connector.CoyotePrincipal
- CoyoteReader - Class in org.apache.catalina.connector
-
Coyote implementation of the buffered reader.
- CoyoteReader(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteReader
- coyoteRequest - Variable in class org.apache.catalina.connector.Request
-
Coyote request.
- coyoteResponse - Variable in class org.apache.catalina.connector.Response
-
Coyote response.
- CoyoteWriter - Class in org.apache.catalina.connector
-
Coyote implementation of the servlet writer.
- CoyoteWriter(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteWriter
- CR - Static variable in class org.apache.coyote.http11.Constants
-
CR.
- CR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
The Carriage Return ASCII character value.
- CrawlerSessionManagerValve - Class in org.apache.catalina.valves
-
Web crawlers can trigger the creation of many thousands of sessions as they crawl a site which may result in significant memory consumption.
- CrawlerSessionManagerValve() - Constructor for class org.apache.catalina.valves.CrawlerSessionManagerValve
-
Specifies a default constructor so async support can be configured.
- create - Variable in class org.apache.catalina.startup.ContextRuleSet
-
Should the context be created.
- create() - Method in class org.apache.catalina.realm.JNDIRealm
-
Create a new connection wrapper, along with the message formats.
- create() - Method in class org.apache.el.lang.FunctionMapperFactory
- create() - Method in class org.apache.el.lang.VariableMapperFactory
- create(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Create a new pooled connection object.
- create(long) - Static method in class org.apache.tomcat.jni.Pool
-
Create a new pool.
- create(String) - Static method in interface org.apache.coyote.ProtocolHandler
-
Create a new ProtocolHandler for the given protocol.
- create(String, List<List<Extension.Parameter>>, boolean) - Method in class org.apache.tomcat.websocket.TransformationFactory
- CREATE_STATEMENT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
- CREATE_STATEMENT_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
- createAbsoluteOrdering()